/*  - Table of Content
==========================================================================*/
/*
* 1 = Fonts Load
* 2 = Global Area
* 3 = Home Page 1
* 4 = Home Page 2
* 5 = About Page
* 6 = Blog Page
* 7 = Single Page
* 8 = Gallery Page
* 9 = Contact us Page
* 10 = 404 Page
*/
/*  - End of Table of Content
==========================================================================*/

/*  - 1 Fonts Load
==========================================================================*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700,900,100,300);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300);

:root {
  --dark: #333333; /* change dark mode color */
  --highlight-color:#fff;
}

.breadcrumb>li+li:before {
   font-family: FontAwesome;
    content: "\f105" !important;
    padding: 0 3px !important;
    color: #040404 !important;
	font-size:14px !important;
}

.breadcrumb li a{
	font-size:14px !important;
	font-family:'Raleway', sans-serif !important;
    color: #040404 !important;
	font-weight: bold;
}

.home-v1 #nav-bar ul.dropdown-menu li.active a:after, .home-v1 #nav-bar ul.dropdown-menu li a:after {
    left: 15px;
    bottom: 16px;
    content: '';
    height: 2px;
    width: 30px;
    opacity: 0;
    position: absolute;
    background-color: #040404;
}


@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot);
  src: local('Material Icons'),
  local('MaterialIcons-Regular'),
  url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
  url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
  url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-osx-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
  -ms-osx-font-smoothing: grayscale;
  -o-osx-font-smoothing: grayscale;
  osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on July 30, 2016 */
@font-face {
  font-family: 'scriptinaregular';
  src: url('../fonts/scriptin-webfont.html') format('woff2'),
  url('../fonts/scriptin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


/* ---------------------------------------------------------------------------- */
/* --- 3. HEADER
/* ----------------------------------------------------------------------------- */
#header { position: relative; top: 0; left: 0; width: 100%; display: inline-block; z-index: 9999; }
#header.absolute { position: absolute; }
@media only screen and (max-width: 1199px) { #header.fullwidth #nav-bar, #header.fullwidth #top-bar { padding-left: 30px; padding-right: 30px; } }
@media only screen and (max-width: 991px) { #header.fullwidth #nav-bar, #header.fullwidth #top-bar { padding-left: 15px; padding-right: 15px; } }
#header.fullwidth .megamenu .banner-last { margin-right: -60px; }
@media only screen and (max-width: 991px) { #header.fullwidth .megamenu .row { margin: 0 !important; } }
#header.fixed { position: fixed; width: 100%; visibility: hidden; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -webkit-transform: translateY(-100%); transform: translateY(-100%); }
#header.fixed #top-bar { margin-top: -40px; }
#header.out { visibility: visible; filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
#header.out #nav-bar .module .notification { -moz-transform: translateY(-4px); -ms-transform: translateY(-4px); -webkit-transform: translateY(-4px); transform: translateY(-4px); }
#header.out.sticky { 
  background-color: var(--dark);
  box-shadow: 0 1px 10px #dedede;
  z-index: 999999;
  -moz-transform: translateY(0); 
  -ms-transform: translateY(0); 
  -webkit-transform: translateY(0); 
  transform: translateY(0); 
}
#header.out.sticky #nav-bar .module .notification { -moz-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0); transform: translateY(0); }
#header.dark { color: var(--dark); }
#header:not(.out).transparent { color: var(--dark); }
#header:not(.out).transparent.out { background-color: #1f1f1f; }

body.header-absolute #content section:first-child { padding-top: 140px; }
.home-v1 header.absolute {
  border-bottom: none;
  background-color: transparent;
}
/* Navigation Bar
----------------------------------------------------------*/
#nav-bar { 
  position: relative; 
  font-family: "Raleway", Helvetica, Arial, sans-serif; 
  z-index: 6;
}

#nav-bar > * { transition: filter 0.2s ease-out; -moz-transition: filter 0.2s ease-out; -moz-transition: filter 0.2s ease-out; -webkit-transition: -webkit-filter 0.2s ease-out; }
.nav-divider .nav.module-group {
  float: left;
  width: 33.33333333%;
}
.nav-divider .module.language,
.nav-divider .module-group {
  width: 10%;
  float: left;
}
.nav-divider .footo-logo {
  width: 80%;
  float: left;
}
#nav-bar a { 
  color: var(--highlight-color); 
  display: inline-block; 
}
.nav>li {
  padding: 17px 15px;
}
.nav>li>a {
  padding: 10px 0;
}
.home-v1 #nav-bar li.active a:after,
.home-v1 #nav-bar li a:after {
  left: 0;
  bottom: 16px;
  content: '';
  height: 2px;
  width: 30px;
  opacity: 0;
  position: absolute;
  background-color: #040404;
}
.home-v1 #nav-bar li.active a:after {
  bottom: 0;
  opacity: 1;
}
.home-v1 #nav-bar li a:hover:after {
  bottom: 0;
  opacity: 1;
}
.home-v1 #nav-bar li a {
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  -o-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out; 
}
#nav-bar .logo { 
  position: relative; top: -2px; 
}
#nav-bar .module-group { height: 68px; }
#nav-bar .module-group.right { float: right; }
#nav-bar .module-group.left { float: left; }
.home-v1 #nav-bar .module { padding: 0 15px; height: 68px; }
@media only screen and (max-width: 767px) { #nav-bar .module { padding: 0 9px; } }
#nav-bar .module:not(.menu) { position: relative; }
#nav-bar .module .trigger { 
  width: 30px;
  height: 30px;
  color: #040404;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); 
  -moz-transition: all 0.2s ease-out; 
  -o-transition: all 0.2s ease-out; 
  -webkit-transition: all 0.2s ease-out; 
  transition: all 0.2s ease-out; 
  cursor: pointer; 
  display: inline-block; 
  margin-top: 20px;
}
.home-v1 #nav-bar .module .trigger i { font-size: 20px; margin-top: 5px; }
#nav-bar .module .trigger i { font-size: 30px; }
#nav-bar .module:hover .trigger { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); color: #040404; opacity: 1; }
#nav-bar .module .notification { position: absolute; bottom: -4px; left: 12px; height: 23px; width: 23px; padding: 3px; text-align: center; font-weight: 600; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; background-color: #e15757; color: var(--dark); line-height: 1; font-size: 11px; border: 3px solid var(--dark); -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
@media only screen and (max-width: 767px) { #nav-bar .module .notification { left: 5px; } }
#nav-bar .module.right { float: right; }
#nav-bar .module.left { float: left; }
#nav-bar .module.has-popup { position: relative; }
#nav-bar .module.has-popup .popup { position: absolute; top: 100%; right: 0; width: 280px; background-color: var(--dark); -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1); line-height: 1; border-top: 1px solid rgba(0, 0, 0, 0.15); -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; visibility: hidden; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; color: #434343; }
#nav-bar .module.has-popup .popup a { height: auto; }
#nav-bar .module.has-popup:hover .popup, #nav-bar .module.has-popup:focus .popup { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; visibility: visible; }
#nav-bar .module.shopping-cart { position: relative; }
#nav-bar .module.shopping-cart .cart .cart-items { list-style: none; padding: 0; margin: 0; }
#nav-bar .module.shopping-cart .cart .cart-items > li { border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
#nav-bar .module.shopping-cart .cart .cart-items > li .image { max-width: 78px; float: left; }
#nav-bar .module.shopping-cart .cart .cart-items > li .content { padding: 32px 0px 32px 98px; font-family: "Montserrat", Helvetica, Arial, sans-serif; }
#nav-bar .module.shopping-cart .cart .cart-items > li .content a { display: block; font-size: 14px; }
#nav-bar .module.shopping-cart .cart .cart-items > li .content .price { font-size: 16px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; }
#nav-bar .module.shopping-cart .cart .cart-bottom { padding: 3px 3px 0; }
#nav-bar .module.icons .icon-xs.icon-circle { height: 36px; }

/*.dark #nav-bar { background: #1f1f1f; }
.dark #nav-bar .logo-dark { display: none; }
.dark #nav-bar .module .notification { border-color: #1f1f1f; }*/

/*.transparent:not(.out) #nav-bar { background: transparent; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.transparent:not(.out) #nav-bar .logo-dark { display: none; }
.transparent:not(.out) #nav-bar .module .notification { position: absolute; bottom: -1px; left: 15px; height: 17px; width: 17px; border: none; }
@media only screen and (max-width: 767px) { .transparent:not(.out) #nav-bar .module .notification { left: 6px; } }*/

/*.transparent.out .logo-light { display: none; }*/

.search-bar-open #nav-bar > * { -webkit-filter: blur(10px); filter: blur(10px); filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); opacity: 0.3; }
.search-bar-open #nav-bar .notification { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }

/* Navigation Primary
----------------------------------------------------------*/
@media only screen and (min-width: 992px) { .nav-primary { list-style: none; font-size: 12px; font-weight: 600; text-transform: uppercase; }
.nav-primary li a > i { margin-right: 8px; }
.nav-primary > li.has-dropdown > a:after, .nav-primary > li.has-megamenu > a:after { 
  font-family: FontAwesome; 
  font-size: 140%; 
  content: "\f107"; 
  margin-left: 5px; 
  color: #040404;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); 
  opacity: 0.5; 
  top: 10px;
  position: absolute;
  -moz-transition: all 0.2s ease-out; 
  -o-transition: all 0.2s ease-out; 
  -webkit-transition: all 0.2s ease-out; 
  transition: all 0.2s ease-out; 
}

.nav-primary > li.has-dropdown:hover > a, .nav-primary > li.has-dropdown:focus > a, .nav-primary > li.has-megamenu:hover > a, .nav-primary > li.has-megamenu:focus > a { color: inherit; }
.nav-primary > li.has-dropdown:hover > a:after, .nav-primary > li.has-dropdown:focus > a:after, .nav-primary > li.has-megamenu:hover > a:after, .nav-primary > li.has-megamenu:focus > a:after { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }
.nav-primary li:not(.has-megamenu) ul { position: absolute; background: var(--dark); list-style: none; padding: 0; margin: 0; width: 175px; line-height: 1 !important; font-size: 11px; font-weight: 400; border-top: 1px solid rgba(0, 0, 0, 0.15); -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1); visibility: hidden; }
.nav-primary li:not(.has-megamenu) ul > li { position: relative; display: block; border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
.nav-primary li:not(.has-megamenu) ul > li:last-child { border: none; }
.nav-primary li:not(.has-megamenu) ul > li > a { height: auto !important; padding: 15px 16px; display: block; }
.nav-primary li:not(.has-megamenu) ul > li:hover > a { -moz-transform: translateX(5px); -ms-transform: translateX(5px); -webkit-transform: translateX(5px); transform: translateX(5px); }
.nav-primary li:not(.has-megamenu) ul > li.has-dropdown:after { font-family: themify; font-size: 80%; position: absolute; top: 15px; right: 13px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; content: "\e628"; }
.nav-primary li:not(.has-megamenu) ul > li > ul { top: -1px; left: 100%; border-left: 1px solid rgba(0, 0, 0, 0.15); }
.nav-primary li:not(.has-megamenu) > ul { top: 100%; left: 0; }
.nav-primary li:not(.has-megamenu):hover > ul { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; visibility: visible; }
.nav-primary li.has-megamenu { position: static; }
.nav-primary li.has-megamenu:hover .megamenu { max-height: 999px; visibility: visible; }
.nav-primary .megamenu { position: absolute; left: 0; width: 100%; top: 100%; padding-left: 60px; padding-right: 60px; background: var(--dark); border-top: 1px solid rgba(0, 0, 0, 0.15); line-height: 1.5 !important; -moz-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; -webkit-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1); max-height: 0; visibility: hidden; overflow: hidden; }
.nav-primary .megamenu h6 { font-size: 11px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; }
.nav-primary .megamenu a { height: auto !important; }
.nav-primary .megamenu ul { list-style: none; margin: 0; padding: 0; }
.nav-primary .megamenu ul > li { display: block; }
.nav-primary .megamenu ul > li > a { padding: 6px 0; display: block; font-size: 11px; font-weight: 400; }
.nav-primary .megamenu ul > li > a:hover, .nav-primary .megamenu ul > li > a:focus { -moz-transform: translateX(5px); -ms-transform: translateX(5px); -webkit-transform: translateX(5px); transform: translateX(5px); }
.nav-primary .megamenu .menu { padding-top: 25px; padding-bottom: 25px; }
.nav-primary .megamenu .banner { position: relative; text-transform: none; }
.nav-primary > li { float: left; }
/*.nav-primary > li > a { padding: 0 13px; }*/
.nav-primary > li > a:hover, .nav-primary > li > a:focus { background-color: transparent; color: #f1670b; }
.nav-primary > li:first-child > a { padding-left: 0; }
.nav-primary > li:last-child > a { padding-right: 0; }
.nav-primary > li:nth-last-of-type(-n+2) > ul { left: auto; right: 0; }
.nav-primary > li:nth-last-of-type(-n+2) > ul ul { left: auto; right: 100%; border-left: none; border-right: 1px solid rgba(0, 0, 0, 0.15); }
.nav-primary > li.lang { display: none; }
.language .nav-primary > li > a { 
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); 
  opacity: 0.6; 
  font-size: 14px; 
  padding-right: 5px;
}
#header.dark .nav-primary li:not(.has-megamenu) ul { background-color: #1f1f1f; color: var(--dark); }
#header.dark .nav-primary .megamenu { background-color: #1f1f1f; color: var(--dark); }
#header:not(.out).transparent .nav-primary li:not(.has-megamenu) ul { color: var(--dark); }
#header:not(.out).transparent .nav-primary .megamenu { background-color: #1f1f1f; color: var(--dark); } }
/* Navigation Primary - Mobile
----------------------------------------------------------*/
.menu-toggle { float: left; margin-right: 15px; }
.menu-toggle .mobile-trigger { position: relative; top: 16px; vertical-align: middle; line-height: 1; width: 30px; height: 18px !important; }
.menu-toggle .mobile-trigger:after { position: absolute; top: 19px; background-color: #434343; height: 2px !important; width: 100%; content: ' '; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.menu-toggle .mobile-trigger > span:after, .menu-toggle .mobile-trigger > span:before, .menu-toggle .mobile-trigger > span > span:after, .menu-toggle .mobile-trigger > span > span:before { position: absolute; left: 0; background-color: #434343; height: 2px; width: 100%; content: ' '; display: block; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.menu-toggle .mobile-trigger > span:before { top: 0; }
.menu-toggle .mobile-trigger > span:after { bottom: 0; }
.menu-toggle .mobile-trigger > span > span:after, .menu-toggle .mobile-trigger > span > span:before { top: 6px; }
@media only screen and (min-width: 992px) { .menu-toggle { display: none; } }

.dark .mobile-trigger:after, .transparent:not(.out) .mobile-trigger:after { background-color: var(--dark); }
.dark .mobile-trigger > span:after, .dark .mobile-trigger > span:before, .dark .mobile-trigger > span > span:after, .dark .mobile-trigger > span > span:before, .transparent:not(.out) .mobile-trigger > span:after, .transparent:not(.out) .mobile-trigger > span:before, .transparent:not(.out) .mobile-trigger > span > span:after, .transparent:not(.out) .mobile-trigger > span > span:before { background-color: var(--dark); }
.menu-toggle .mobile-trigger:after,
a.mobile-trigger span {
  display: none;
}
a.mobile-trigger i {
  font-size: 32px;
}
body.mobile-nav-open .menu-toggle .mobile-trigger:after { -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
body.mobile-nav-open .menu-toggle .mobile-trigger span:before, body.mobile-nav-open .menu-toggle .mobile-trigger span:after { -moz-transform: scaleX(0); -ms-transform: scaleX(0); -webkit-transform: scaleX(0); transform: scaleX(0); }
body.mobile-nav-open .menu-toggle .mobile-trigger span > span:after { -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }

@media only screen and (max-width: 991px) { .nav-primary { position: absolute; top: 68px; left: 0; right: 0; width: 100%; background-color: var(--dark); padding-left: 15px; padding-right: 15px; line-height: 1 !important; list-style: none; font-size: 12px; font-weight: 600; text-transform: uppercase; border-top: 1px solid rgba(0, 0, 0, 0.15); overflow: auto; max-height: 80vh; display: none; -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1); }
.nav-primary li a { position: relative; height: auto !important; }
.nav-primary li a:hover, .nav-primary li a:focus { background: transparent; }
.nav-primary li > a { display: block !important; }
.nav-primary li.has-dropdown > a:after, .nav-primary li.has-megamenu > a:after { position: absolute; top: 19px; right: 13px; font-family: themify; font-size: 80%; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; content: "\e62a"; }
.nav-primary li.has-megamenu h6, .nav-primary li.has-megamenu li { padding-left: 0 !important; }
.nav-primary li.has-megamenu ul { display: block !important; }
.nav-primary > li { display: block; float: none; border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
.nav-primary > li:last-child { border-bottom: none; }
.nav-primary > li > a { padding: 17px 0; }
.nav-primary > li > a.has-dropdown > a:after, .nav-primary > li > a.has-megamenu > a:after { top: 11px; filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }
.nav-primary > li ul { list-style: none; font-size: 12px; font-weight: 600; margin: 0 0 20px 0; padding: 0; display: none; }
.nav-primary > li ul > li { padding-left: 15px; }
.nav-primary > li ul > li a { padding: 10px 0; font-weight: 400; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); opacity: 0.6; }
.nav-primary > li ul > li a:hover, .nav-primary > li ul > li a:focus { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }
.nav-primary > li.lang > a { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); opacity: 0.6; font-size: 11px; }
.nav-primary .megamenu { display: none; }
.nav-primary .megamenu h6 { font-size: 11px; padding-left: 15px; }
.nav-primary .megamenu .banner { position: relative; text-transform: none; }
#nav-bar .module.language { display: none; }
#nav-bar .module.menu { padding: 0; }
.dark .nav-primary { background-color: #1f1f1f; color: var(--dark); }
.transparent:not(.out) .nav-primary { background-color: #1f1f1f; color: var(--dark); } }

/* Search Bar
----------------------------------------------------------*/
#search-bar { position: absolute; top: 0; left: 0; right: 0; margin-left: 50px; margin-right: 50px; height: 68px; z-index: 9; -moz-transition: all 0.6s ease-out; -o-transition: all 0.6s ease-out; -webkit-transition: all 0.6s ease-out; transition: all 0.6s ease-out; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; visibility: hidden; }
@media only screen and (max-width: 1199px) { #search-bar { margin-left: 30px; margin-right: 30px; } }
@media only screen and (max-width: 991px) { #search-bar { margin-left: 15px; margin-right: 15px; } }
#search-bar input.search-bar-input { 
  width: 100%; 
  font-family: "Montserrat", Helvetica, Arial, sans-serif; 
  height: 68px; 
  font-size: 20px; 
  border: none; 
  background: transparent; 
  padding-right: 90px;
  padding-left: 15px;
  border: 1px solid #ededed; 
}
#search-bar .search-bar-submit { position: absolute; top: 15px; right: 45px; border: none; background: transparent; font-size: 24px; }
#search-bar .search-bar-close { position: absolute; top: 17px; right: 18px; color: #040404; font-size: 16px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; }
#search-bar .search-bar-close:hover, #search-bar .search-bar-close:focus { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }


body.search-bar-open #search-bar { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; visibility: visible; }

body.sticky-header #header.fullwidth #nav-bar,
body.sticky-header #header.fullwidth #top-bar {
  background-color: var(--dark);
}

/* Language Bar
----------------------------------------------------------*/
.module.language a {
  color: #040404 !important;
}

/* Side Panel
----------------------------------------------------------*/
.side-panel-wrapper img.logo { width: 120px; }
#side-panel { position: fixed; top: 0; height: 100%; z-index: 9999999; visibility: hidden; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2); text-align: center; }
@media only screen and (max-width: 767px) { #side-panel { width: 100%; } }
#side-panel.right { right: 0; -moz-transform: translateX(50px); -ms-transform: translateX(50px); -webkit-transform: translateX(50px); transform: translateX(50px); }
#side-panel.left { left: 0; -moz-transform: translateX(-50px); -ms-transform: translateX(-50px); -webkit-transform: translateX(-50px); transform: translateX(-50px); }
#side-panel .side-panel-wrapper { position: relative; top: 50%; -moz-transform: translate3d(0, -50%, 0); -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); width: 400px; margin: 0 auto; overflow: auto; -webkit-filter: blur(10px); filter: blur(10px); -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }
@media only screen and (max-width: 991px) { #side-panel .side-panel-wrapper { -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); top: 0; padding: 50px 20px 0; height: 100vh; } }
@media only screen and (max-width: 767px) { #side-panel .side-panel-wrapper { width: 100%; } }
#side-panel .close { position: absolute; top: 25px; right: 65px; font-size: 350%; }
#side-panel .close:hover { color: #040404; opacity: 1; }
@media only screen and (max-width: 767px) { #side-panel .close { right: 25px; } }

.side-panel-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; visibility: hidden; z-index: 940; -moz-transition: all 0.6s ease-out; -o-transition: all 0.6s ease-out; -webkit-transition: all 0.6s ease-out; transition: all 0.6s ease-out; }

.side-panel-open #side-panel { -moz-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0); transform: translateX(0); filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; visibility: visible; }
.side-panel-open #side-panel .side-panel-wrapper { -webkit-filter: blur(0px); filter: blur(0px); }
.side-panel-open .side-panel-overlay { visibility: visible; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); opacity: 0.4; }

.nav-panel > li { padding: 5px 15px; }
.nav-panel > li > a { font-family: "Raleway", Helvetica, Arial, sans-serif; color: #040404; font-weight: 600; text-transform: uppercase; font-size: 14px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); opacity: 0.6; }
.nav-panel > li > a:hover, .nav-panel > li > a:focus { background: transparent; filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }


/*  - 1 Fonts Load End
==========================================================================*/

/*  - 2 Global Area 
==========================================================================*/
* { box-sizing: border-box; }
body {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: .5px;
  background-color: var(--dark);
  font-family: 'Lato', Helvetica, Arial, sans-serif; 
}
a {
 text-decoration: none;
 display: inline-block;
}
.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
a:hover,
a:focus,
a:visited,
a.active{
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
.form-control {
  box-shadow: none;
}
ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif; 
}
h2 {
  font-size: 25px;
}
h4 {
  color: #fff;
  font-weight: 700;
}
h5 {
  color: #fff;
  font-weight: 700;
}
.raleway {
  font-family: 'Raleway', sans-serif;
}
/*  - Font
------------------------------*/
.black {
  color: #fff !important;
}
.bold {
 font-weight: 700 !important;
}
.normal {
 font-weight: 400 !important;
}
/*  - Font End
------------------------------*/

/*  - BG Color
------------------------------*/
.dark-bg {
 background-color: #f5f5f5;
}
.gray-bg {
  background-color: #e5e5e5;
}
.white-bg {
  background-color: var(--dark);
}
.overlay {
  background-color: rgba(226, 226, 226, 0.88);
}
.absolute {
  position: absolute;
}
header.absolute {
  border-bottom: 1px solid #f2efef;
  background-color: rgba(255, 255, 255, .8);
}
/*  - BG Color End
------------------------------*/

/*  - Padding Setting 
------------------------------*/
.p30 { padding: 30px; }
.pt230 { padding-top: 230px; }
.pt220 { padding-top: 220px; }
.pt210 { padding-top: 210px; }
.pt200 { padding-top: 200px; }
.pt150 { padding-top: 150px; }
.pt140 { padding-top: 140px; }
.pt130 { padding-top: 130px; }
.pt120 { padding-top: 120px; }
.pt110 { padding-top: 110px; }
.pt100 { padding-top: 100px; }
.pt90 { padding-top: 90px; }
.pt80 { padding-top: 80px; }
.pt70 { padding-top: 70px; }
.pt60 { padding-top: 60px; }
.pt50 { padding-top: 50px; }
.pt40 { padding-top: 40px; }
.pt30 { padding-top: 30px; }
.pt20 { padding-top: 20px; }
.pt10 { padding-top: 10px; }
.pb230 { padding-bottom: 230px; }
.pb200 { padding-bottom: 200px; }
.pb150 { padding-bottom: 150px; }
.pb140 { padding-bottom: 140px; }
.pb130 { padding-bottom: 130px; }
.pb120 { padding-bottom: 120px; }
.pb110 { padding-bottom: 110px; }
.pb100 { padding-bottom: 100px; }
.pb90 { padding-bottom: 90px; }
.pb80 { padding-bottom: 80px; }
.pb70 { padding-bottom: 70px; }
.pb60 { padding-bottom: 60px; }
.pb50 { padding-bottom: 50px; }
.pb40 { padding-bottom: 40px; }
.pb30 { padding-bottom: 30px; }
.pb20 { padding-bottom: 20px; }
.pb10 { padding-bottom: 10px; }
.pr115 { padding-right: 115px; }

/*  - Margin Setting 
------------------------------*/
.mt150 { margin-top: 150px; }
.mt140 { margin-top: 140px; }
.mt130 { margin-top: 130px; }
.mt120 { margin-top: 120px; }
.mt110 { margin-top: 110px; }
.mt100 { margin-top: 100px; }
.mt90 { margin-top: 90px; }
.mt80 { margin-top: 80px; }
.mt70 { margin-top: 70px; }
.mt60 { margin-top: 60px; }
.mt50 { margin-top: 50px; }
.mt40 { margin-top: 40px; }
.mt30 { margin-top: 30px; }
.mt25 { margin-top: 25px; }
.mt20 { margin-top: 20px; }
.mt15 { margin-top: 15px; }
.mt10 { margin-top: 10px; }
.mt5 { margin-top: 5px; }

.mb150 { margin-bottom: 150px; }
.mb140 { margin-bottom: 140px; }
.mb130 { margin-bottom: 130px; }
.mb120 { margin-bottom: 120px; }
.mb110 { margin-bottom: 110px; }
.mb100 { margin-bottom: 100px; }
.mb90 { margin-top: 80px; }
.mb80 { margin-bottom: 80px; }
.mb70 { margin-top: 70px; }
.mb60 { margin-bottom: 60px; }
.mb50 { margin-bottom: 50px; }
.mb40 { margin-bottom: 40px; }
.mb30 { margin-bottom: 30px; }
.mb25 { margin-bottom: 25px; }
.mb20 { margin-bottom: 20px; }
.mb15 { margin-bottom: 15px; }
.mb10 { margin-bottom: 10px; }
.mr20 {
  margin-right: 20px;
}
/* - End Of Padding Margin Setting 
-------------------------------------------------*/

/* - Colmun Size
-------------------------------------------------*/
.colmd3 {
  max-width: 270px;
  margin: 0 auto 30px auto;
}
.colmd4 {
  max-width: 370px;
  margin: 0 auto 30px auto;
}
.right {
  float: right;
}
.icon {
  width: 65px;
  height: 65px;
  color: #040404;
  font-size: 48px;
  display: inline-block;
}
.content-box {
  display: block;
  overflow: hidden;
}
.colmd4 {
 max-width: 370px;
 margin: 0 auto 30px auto;
}
.colmd3 {
 max-width: 272px;
 margin: 0 auto 30px auto;
}
.img100 img {
  width: 100%;
}
.dib {
  display: inline-block;
}
.inline-block {
  width: 100%;
  display: inline-block;
}
.b10 {
  border: 10px solid var(--dark);
}
.bt {
  border-top: 1px solid #c9c9c9;
}
.bb {
  border-bottom: 1px solid #c9c9c9;
}
.map-section,
section {
  overflow: hidden;
}
/*  - Social Button 
-------------------------------*/
.social-btn {
 width: 100%;
 display: inline-block;
}
.social-btn li {
  display: inline-block;
}
.social-btn a {
 width: 30px;
 height: 30px;
 color: #696969;
 margin-right: 8px;
 line-height: 30px;
 text-align: center;
 display: inline-block;
 background-color: #e5e5e5;
}
.social-btn a:hover {
 color: #040404;
}
/*  - Link Button 
-------------------------------*/
button.custom-btn,
span.custom-btn,
a.custom-btn {
 color: #fff000;
 font-size: 15px;
 font-weight: 700;
 padding: 12px 20px;
 display: inline-block;
 background-color: var(--dark);
 text-transform: uppercase;
 font-family: 'Montserrat', sans-serif; 
}
a.custom-btn:hover {
  background-color: #b18f6a;
}
a.read-more {
  color: #040404;
  font-weight: 700;
  font-size: 13.02px;
  position: relative;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}
.back a.btn-default {
	color: #040404;
  font-weight: 700;
  font-size: 13.02px;
  position: relative;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: none;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #333;
    background-color: transparent !important;
    border-color: transparent !important;
}

a.read-more i,
.back a.btn-default:after {
  right: 0;
  top: 11px;
  opacity: 0;
  color: #040404;
  font-size: 16px;
  position: absolute;
}
.back a.btn-default:after {
	content: '\f177';
   font-family: FontAwesome;
}

a.read-more:before,
.back a.btn-default:before {
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #040404;
}
a.read-more:hover:before,
.back a.btn-default:hover:before {
  width: 100%;
}
a.read-more:hover i{
  opacity: 1;
  right: -23px;
}
/*  - End of Link Button 
-------------------------------*/

/*  - owl carousel  
-------------------------------*/
.owl-theme .owl-controls .owl-buttons div {
  margin: 0;
  font-size: 20px;
  border-radius: 0;
  margin-top: -15px;
  line-height: 23px;
}
.owl-prev,
.owl-next {
  top: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
}
.owl-prev { 
  left: 0;
}
.owl-next {
  right: 0;
}
/*  - End of owl carousel  
-------------------------------*/

/*  - Section Angle
=========================================================*/
.bottom-angle,
.top-angle {
  position: relative;
}
.bottom-angle:before,
.bottom-angle:after,
.top-angle:before,
.top-angle:after {
  width: 100%;
  content: '';
  z-index: 999;
  position: absolute;
  background-color: var(--dark);
}
.top-angle:before {
  top: -400px;
  left: -175px;
  height: 470px;
  -webkit-transform: rotate(-9deg);
  -moz-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  -o-transform: rotate(-9deg);
  transform: rotate(-9deg);
}
.top-angle:after {
  top: -255px;
  right: -175px;
  height: 200px;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  transform: rotate(22deg);
}
.bottom-angle:before {
  left: -175px;
  bottom: -248px;
  height: 270px;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  transform: rotate(21deg);
}
.bottom-angle:after {
  right: -175px;
  bottom: -390px;
  height: 514px;
  -webkit-transform: rotate(-12deg);
  -moz-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  -o-transform: rotate(-12deg);
  transform: rotate(-11deg);
}
/*  - End of Section Angle
=========================================================*/

/*  - Section Head
=========================================================*/
.section-head {
  text-transform: uppercase;
}
.section-head span {
  display: block;
  margin-bottom: 10px;
}
.section-head  h2 {
  color: #fff;
  position: relative;
  display: inline-block;
}
.small-line {
  display: block;
  color: #696969;
  font-size: 14px;
  position: relative;
  margin-bottom: 25px;
}
.small-line:after {
  left: 0;
  top: 25px;
  z-index: 1;
  content: '';
  width: 50px;
  height: 2px;
  position: absolute;
  background-color: #696969;
}
.section-head.text-center .small-line:after  {
  left: 50%;
  margin-left: -25px;
}
/*  - End Of Section Head 
=========================================================*/

/*  - Transition 
=========================================================*/
.owl-theme .owl-controls .owl-buttons div,
a.read-more:before,
.back a.btn-default:before,
.back a.btn-default:after,
.service-item,
a.read-more i,
.member-info,
a:after,
a {
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 -ms-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
}
/* - 2 Global Area End
==========================================================================*/

/*============================================================================================================*/
/*  --------------------------------------------- 3 Home Page 1 --------------------------------------------  */
/*============================================================================================================*/

.home-v1 .breadcrum-section {
  background: fixed;
  background-size: cover;
  background-position: 50% 102%;
  background-repeat: no-repeat;
  background-image: url(images/bg/about-breadcume.jpg);
}

.home-v1.projects-sect .breadcrum-section {
  background: fixed;
  background-size: cover;
  background-position: 50% 102%;
  background-repeat: no-repeat;
  background-image: url(images/bg/about-breadcume-art.jpg);
}

/*  - Menu
=========================================================*/
a.logo-wrapper {
  width: 155px;
  padding: 10px;
}
a.logo-wrapper img {
  max-height:60px;
  width:auto;
}
/* - End of Menu 
=========================================================*/

/* - Slider Section 
=========================================================*/
div#slide-688-layer-1 {
  background-color: rgba(0, 0, 0, .6) !important;
}

div#slide-689-layer-1 {
  background-color: transparent !important;
} 
.rev_slider_wrapper .overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
}
div#slide-688-layer-1,
div#slide-689-layer-1,
div#slide-690-layer-1 {
  color: var(--highlight-color);
  text-transform: uppercase;
  font-size: 21px !important;
  font-family: 'Lato', sans-serif;
}
div#slide-688-layer-2,
div#slide-689-layer-2,
div#slide-690-layer-2 {
  color: var(--highlight-color);
  font-size: 35px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}
/* - Button Style
---------------------------------------------------*/
div#slide-688-layer-3,
div#slide-689-layer-3,
div#slide-690-layer-3 {
  padding: 0 !important;
  border: none !important;
}
div#slide-688-layer-3 a.read-more,
div#slide-689-layer-3 a.read-more,
div#slide-690-layer-3 a.read-more {
  border: 2px solid #fff;
  color:var(--highlight-color);
  font-size: 14px !important;
  padding: 15px 40px !important;
  background-color: transparent;
  font-family: 'Oswald', sans-serif !important;
}
div#slide-688-layer-3 a.read-more i,
div#slide-689-layer-3 a.read-more i,
div#slide-690-layer-3 a.read-more i {
    right: 20px;
    top: 13px;
}
div#slide-688-layer-3 a.read-more:hover i,
div#slide-689-layer-3 a.read-more:hover i,
div#slide-690-layer-3 a.read-more:hover i, {
  right: 15px;
} 
div#slide-688-layer-3 a.read-more:before,
div#slide-689-layer-3 a.read-more:before,
div#slide-690-layer-3 a.read-more:before {
  display: none;
}
/* - Side Arrow Style
---------------------------------------------------*/
.tparrows:before {
  color: var(--highlight-color) !important;
}
@media screen and (max-width: 680px){ 
  div#slide-688-layer-1,
  div#slide-689-layer-1,
  div#slide-690-layer-1 {
    font-size: 18px !important;
  }
  div#slide-688-layer-2,
  div#slide-689-layer-2,
  div#slide-690-layer-2 {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 496px){ 
  div#slide-688-layer-1,
  div#slide-689-layer-1,
  div#slide-690-layer-1 {
    font-size: 14px !important;
  }
  div#slide-688-layer-2,
  div#slide-689-layer-2,
  div#slide-690-layer-2 {
    font-size: 16px !important;
  }
  div#slide-688-layer-3 a.read-more,
  div#slide-689-layer-3 a.read-more,
  div#slide-690-layer-3 a.read-more {
    border: 2px solid #fff;
    color:var(--highlight-color);
    font-size: 12px !important;
    padding: 10px 25px !important;
    background-color: transparent;
    font-family: 'Oswald', sans-serif !important;
  }
  div#slide-688-layer-3 a.read-more i, 
  div#slide-689-layer-3 a.read-more i, 
  div#slide-690-layer-3 a.read-more i {
    right: 4px;
    top: 9px;
  }
}
/* - End Of Slider Section 
=========================================================*/

/* - Wellcome Note 
=========================================================*/
span.name {
    width: 100px;
    height: 50px;
    display: inline-block;
}
span.name img {
    width: 100%;
    height: 50px;
}
.wellcome-section .section-img img {
  width: 350px;
}
/* - End of Wellcome Note 
=========================================================*/

/* - services Section 
=========================================================*/
.home-v1 .services-section {
  background-size: cover;
  background-position: 50% 86%;
  background-image: url(images/bg/service.jpg);
}
.home-v1 .services-section .service-item,
.home-v2 .services-section .service-item {
  border: 2px solid transparent;
  background-color: rgba(237, 237, 237, 0.63);
}
.service-item li {
  line-height: 25px;
  text-transform: uppercase;
}
.home-v1 .services-section .service-item:hover {
  border: 2px solid #999999;
  background-color: transparent;
}
.home-v2 .services-section .service-item {
  background-color: #fafafa;
}
.home-v2 .services-section .service-item:hover {
  background-color: #f5f5f5;
}
/* - End of services Section 
=========================================================*/

/* - clients Section 
=========================================================*/
p.quote {
  padding-left: 60px;
  position: relative;
}
p.quote:before {
  top: 0;
  left: 0;
  content: '\f10d';
  position: absolute;
  font: normal normal normal 40px FontAwesome;
}
/* - End Of clients Section 
=========================================================*/

/* - Work Section
=========================================================*/
.works-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(https://strwller.com/uploads/highlight/projects_background.jpg);
}
.works-section .section-head {
  text-align: right;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background-color: #f5f5f5;
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
  background-color: rgba(0, 0, 0, 0.40);
}
.home-v1 .inner-box {
  top: 50%;
  left: 0;
  width: 100%;
  padding: 20px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  -moz-transform: translate3d(-10px,0,0);
  -ms-transform: translate3d(-10px,0,0);
  -o-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}
.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  -ms-transition: -ms-transform 0.35s;
  -o-transition: -o-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  -moz-transform: translate3d(-100%,0,0);
  -ms-transform: translate3d(-100%,0,0);
  -o-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}
.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.hovereffect a, 
.hovereffect p {
  color: #fff;
  opacity: 0;
  text-transform: uppercase;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  -moz-transform: translate3d(100%,0,0);
  -ms-transform: translate3d(100%,0,0);
  -o-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, 
.hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.hovereffect a {
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.hovereffect a:hover {
  color: #040404;
}
/* - End of Wellcome Note 
=========================================================*/

/* - Team Section
=========================================================*/
.home-v1 .team-section {
  background-size: cover;
  background-image: url(images/bg/team.jpg);
}
.team-item {
  position: relative;
  overflow: hidden;
}
.team-section .follow-btn {
  top: 130px;
  left: 30px;
  width: 45px;
  z-index: 0;
  opacity: 0;
  padding-top: 0;
  position: absolute;
}
.overlay1 {
  top: 0;
  left: -100%;
  width: 70%;
  height: 70%;
  position: absolute;
  border-top: 312px solid transparent;
  border-left: 242px solid rgba(247, 247, 247, .8);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.overlay2 {
  left: 0;
  bottom: -100%;
  width: 70%;
  height: 30%;
  position: absolute;
  border-left: 242px solid rgba(247, 247, 247, .95);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.team-section .follow-btn a { 
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.name-designation {
  left: 30px;
  opacity: 0;
  bottom: 40px;
  position: absolute;
}
/* - Hover Arae 
----------------------------------------------*/
.team-item:hover .overlay1 {
  left: 0;
}
.team-item:hover .overlay2 {
  bottom: 0;
}
.team-item:hover .name-designation,
.team-item:hover .follow-btn {
  opacity: 1;
  -webkit-transition: 0.3s, opacity 0.5s 1s;
  -moz-transition: 0.3s, opacity 0.5s 1s;
  -ms-transition: 0.3s, opacity 0.5s 1s;
  -o-transition: 0.3s, opacity 0.5s 1s;
  transition: 0.3s, opacity 0.5s 1s;
}
/* - End of Team Section 
=========================================================*/

/* - News Section
=========================================================*/
.news-section .colmd3 {
  position: relative;
}
.news-section .colmd3 .post-meta {
  top: 50%;
  left: 0;
  width: 50px;
  position: absolute;
  background-color: rgba(255,254,255,0.67);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-section .colmd3 .post-meta a { 
  color: #040404;
}
.text-box {
  margin-left: -23px;
  margin-right: 23px;
}
/*  - Share Block
---------------------------------*/
.comments-like a {
  width: 50px;
  height: 70px;
  color: #040404;
  padding: 20px 0;
  border-top: 1px solid #cccccc;
}
.comments-like a span {
  display: block;
}
.share-block4,
.share-block3,
.share-block2,
.share-block {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #040404;
  height: 70px;
  float: left;
  width: 50px;
}
.share-block4 .toggle,
.share-block3 .toggle,
.share-block2 .toggle,
.share-block .toggle {
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 0.1em;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -ms-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.share-block4 .toggle i,
.share-block3 .toggle i,
.share-block2 .toggle i,
.share-block .toggle i {
  display: inline-block;
  position: relative;
  padding: 30px 0;
  color: #040404;
  top: -1px;
}
.share-block4 .toggle:hover,
.share-block3 .toggle:hover,
.share-block2 .toggle:hover,
.share-block .toggle:hover {
  color: #00c4d7;
}
.share-block4 .share-options,
.share-block3 .share-options,
.share-block2 .share-options,
.share-block .share-options {
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);

  -webkit-transform: translate(100%, -50%) scale(0.8);
  -moz-transform: translate(100%, -50%) scale(0.8);
  -ms-transform: translate(100%, -50%) scale(0.8);
  -o-transform: translate(100%, -50%) scale(0.8);
  transform: translate(100%, -50%) scale(0.8);

  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;

  pointer-events: none;
  position: absolute;
  display: block;
  width: 160px;
  opacity: 0;
  text-align: left;
  right: 0px;
  top: 35px;
}
.share-block4 .share-options.visile,
.share-block3 .share-options.visile,
.share-block2 .share-options.visile,
.share-block .share-options.visile {
  opacity: 1;
  top: 35px;
  right: -22px;
  pointer-events: auto;
  -webkit-transform: translate(100%, -50%) scale(1);
  -moz-transform: translate(100%, -50%) scale(1);
  -ms-transform: translate(100%, -50%) scale(1);
  -o-transform: translate(100%, -50%) scale(1);
  transform: translate(100%, -50%) scale(1);
}
.share-block4 .share-options.visile ul li,
.share-block3 .share-options.visile ul li,
.share-block2 .share-options.visile ul li,
.share-block .share-options.visile ul li {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.share-block4 .share-options:before,
.share-block3 .share-options:before,
.share-block2 .share-options:before,
.share-block .share-options:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin: -4px 0 0 -4px;
  border-style: solid;
  border-width: 4px 4px 4px 0;
  border-color: transparent #e5e5e5 transparent transparent;
}
.share-block4 .share-options ul,
.share-block3 .share-options ul,
.share-block2 .share-options ul,
.share-block .share-options ul {
  display: inline-block;
  padding: 15px 20px;
  line-height: 1em;
  font-size: 0;
  background-color: #e5e5e5;
}
.share-block4 .share-options ul li,
.share-block3 .share-options ul li,
.share-block2 .share-options ul li,
.share-block .share-options ul li {
  opacity: 0;
  display: inline-block;
  margin: 0 20px 0 0 !important;

  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);

  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;

 
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.share-block4 .share-options ul li:nth-of-type(2),
.share-block3 .share-options ul li:nth-of-type(2),
.share-block2 .share-options ul li:nth-of-type(2),
.share-block .share-options ul li:nth-of-type(2) {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.share-block4 .share-options ul li:nth-of-type(3),
.share-block3 .share-options ul li:nth-of-type(3),
.share-block2 .share-options ul li:nth-of-type(3),
.share-block .share-options ul li:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.share-block4 .share-options ul li:nth-of-type(4),
.share-block3 .share-options ul li:nth-of-type(4),
.share-block2 .share-options ul li:nth-of-type(4),
.share-block .share-options ul li:nth-of-type(4) {
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -ms-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.share-block4 .share-options ul li:nth-of-type(5),
.share-block3 .share-options ul li:nth-of-type(5),
.share-block2 .share-options ul li:nth-of-type(5),
.share-block .share-options ul li:nth-of-type(5) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.share-block4 .share-options ul li:nth-of-type(6),
.share-block3 .share-options ul li:nth-of-type(6),
.share-block2 .share-options ul li:nth-of-type(6),
.share-block .share-options ul li:nth-of-type(6) {
  -webkit-transition-delay: 0.45s;
  -moz-transition-delay: 0.45s;
  -ms-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.share-block4 .share-options ul li:nth-of-type(7),
.share-block3 .share-options ul li:nth-of-type(7),
.share-block2 .share-options ul li:nth-of-type(7),
.share-block .share-options ul li:nth-of-type(7) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.share-block4 .share-options ul li:nth-of-type(8)
.share-block3 .share-options ul li:nth-of-type(8)
.share-block2 .share-options ul li:nth-of-type(8)
.share-block .share-options ul li:nth-of-type(8) {
  -webkit-transition-delay: 0.55s;
  -moz-transition-delay: 0.55s;
  -ms-transition-delay: 0.55s;
  -o-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.share-block4 .share-options ul li:last-of-type,
.share-block3 .share-options ul li:last-of-type,
.share-block2 .share-options ul li:last-of-type,
.share-block .share-options ul li:last-of-type {
  margin: 0 !important;
}
.share-block4 .share-options ul li i,
.share-block3 .share-options ul li i,
.share-block2 .share-options ul li i,
.share-block .share-options ul li i {
  color: #696969;
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.colmd3.blog-text {
  padding: 30px;
  margin-top: 22px;
  margin-left: -50px;
  background-color: var(--dark);
}
.news-section .colmd3.blog-text {
  margin-bottom: 0;
}
.news-section .colmd3.blog-text span {
  font-size: 10px;
  margin-bottom: 3px;
  display: inline-block;
  font-family: 'Raleway', sans-serif;
}
.share-block4 .share-options ul li i:hover,
.share-block3 .share-options ul li i:hover,
.share-block2 .share-options ul li i:hover,
.share-block .share-options ul li i:hover {
  color: #040404;
}
/* - End of News Section 
=========================================================*/

/* - Partners Section
=========================================================*/
.home-v1 .partners-section {
  background-size: cover;
  background-position: 50% 73%;
  background-image: url(images/bg/partners.jpg);
}
.balack-overlay {
  background-color: rgba(4, 4, 4, .3);
}
.horizontal-line {
  width: 100%;
  height: 1px;
  position: relative;
  background-color: #cacaca;
}
.home-v1 .partners-section .section-head span {
  color: var(--dark);
  font-size: 25px;
  padding-left: 15px;
}
.owl-theme .owl-controls .owl-page span {
  background-color: #040404; 
}
.news-section .post-meta a i,
.news-section .post-meta a {
  padding-right: 0;
}
/* - End of Partners  Section 
=========================================================*/

/*  - Google Map Area
=========================================================*/
.google-map-container {
  z-index: 9999;
  width: 100%; 
  height: 530px;
}
/*  - End of Google Map Area
=========================================================*/

/*  - Scroll To Top
=========================================================*/
.scrollup {
  width: 47px;
  height: 46px;
  position: fixed;
  padding: 5px;
  bottom: 40px;
  right: 40px;
  color: var(--dark);
  font-size: 2em;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  background-color: #040404;
  z-index: 9999;
  display: none;
}
/*  - Scroll To Top End
=========================================================*/

/*  - Footer
=========================================================*/
.footer-widgets-wrap {
  padding-top: 20px;
}
.footer-widgets-wrap .widget {
  margin-bottom: 30px;
}
.widget h2.rounded {
  color: #040404;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  font-family: 'Raleway', Helvetica, Arial, sans-serif; 
}
/*  - Footer Widget 1
-------------------------------------*/
.footer-l-img {
  padding-bottom: 15px;
}
.footer-l-img img{
    max-height: 80px;
}
ul.contact-info {
    margin-top: 20px;
}
.contact-info li {
  list-style: none;
  position: relative;
  padding-left: 40px;
  padding-bottom: 20px;
}
.contact-info li:before {
  top: 0;
  left: 0;
  width: 25px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  position: absolute;
  text-rendering: auto;
  display: inline-block;
  font: normal normal normal 22px/1 FontAwesome;
}
.follow-btn {
  padding-top: 25px;
}
.follow-btn {
  color: var(--dark);
  font-size: 1.2857em;
  font-weight: 700;
}
.follow-btn a {
  text-decoration: none;
  display: inline-block;
  padding: 0 5px;
}
/*  - Footer Widget 1 End 
----------------------------------------*/

/*  - Footer Widget 3
----------------------------------------*/
.all-categories li {
  padding-bottom: 6px;
}
.all-categories a,
.follow-btn a {
  color: #393939;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
.all-categories a:after,
.follow-btn a:after {
  left: 0;
  top: 9px;
  width: 0;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #222222;
}
.all-categories a:hover,
.follow-btn a:hover {
  color: #040404;
  padding-left: 15px;
}
.all-categories a:hover:after,
.follow-btn a:hover:after {
  width: 10px;
}
/*  - Footer Widget 3 End
-----------------------------------------*/

/*  - Footer Widget Instagram
----------------------------------------*/
#instagram .owl-pagination {
  display: none;
} 
/*  - Footer Widget 2 End 
----------------------------------------*/

/*  - Footer Widget 4
-----------------------------------------*/
.subscribe-form {
  margin-top: 25px;
  position: relative;
}
.subscribe-form button,
.subscribe-form input {
  height: 40px;
  border: none;
  border-bottom: 2px solid #8e8a8a;
  /*outline: none;*/
}
.subscribe-form input {
  width: 100%;
  background-color: #ededed;
  padding: 15px 50px 15px 15px; 
}
.subscribe-form button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  margin-left: -4px;
  color: #393939;
  font-weight: 700;
  background-color: #ededed;
}
.subscribe-form button:focus,
.subscribe-form input:focus {
  border-color: #040404;
}
::-webkit-input-placeholder {
 color: #393939;
 font-weight: 700;
}
::-moz-input-placeholder {
 color: #393939;
 font-weight: 700;  
}
::-ms-input-placeholder {
 color: #393939;
 font-weight: 700;  
}
::-o-input-placeholder {  
 color: #393939;
 font-weight: 700;  
}
/*  - Footer Widget 4 End
-------------------------------------------*/
/*  - Copyright Footer
-------------------------------------------*/
div#copyrights {
  color: #f5f5f5;
  font-size: 1.2857em;
  background-color: var(--dark);
  padding: 30px 0;
}
div#copyrights a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
/*  - Copyright Footer End
--------------------------------------------*/
/*  - Footer End
=========================================================*/

/* - Preloder
=========================================================*/
/*  - pageload-effect
---------------------------------------*/
#loader_container {
  overflow: hidden;
  margin: 0 auto;
}
#in { 
  overflow: hidden;
}
div.l {
  background: #020102 none repeat scroll 0 0;
  float: left;
  height: 100%;
  position: absolute;
  width: 100%;

}
.sonic {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:999999;
}
#loader {
  display: block;
  position: relative;
  left: 45%;
  top: 50%;
  width: 100%;
  height: auto;
  margin: -75px 0 0 -75px;
  -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  -moz-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  -ms-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  -o-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

  z-index:999999999;
}
#loader-wrapper {
  position: fixed;
  top:0;
  width: 100%;
  height:125%;
  background: #333333;
  background-repeat:no-repeat;
  z-index: 999999;
  -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
  -moz-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);  /* IE 9 */
  -o-transform: translateX(0);  /* IE 9 */
  transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}
#loader-wrapper {
  left: 0;
}
#loader-wrapper {
  right: 0;
}
/* Loaded */
.loaded #loader-wrapper  {
  -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -moz-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -0-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
  -moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
  -ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
  -0-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader-wrapper  {
  -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -moz-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -0-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
  -moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
  -ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
  -0-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader {
  opacity: 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;
}
.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -moz-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -0-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.3s 1s ease-out;  
  -moz-transition: all 0.3s 1s ease-out;  
  -ms-transition: all 0.3s 1s ease-out;  
  -0-transition: all 0.3s 1s ease-out;  
  transition: all 0.3s 1s ease-out;
}
/* - End Of Preloder
=========================================================*/

/*============================================================================================================*/
/* ------------------------------------------ 3 End Of Home Page 1 ------------------------------------------ */
/*============================================================================================================*/


/*============================================================================================================*/
/* ---------------------------------------------- 4 Home Page 2 --------------------------------------------- */
/*============================================================================================================*/
/*  - Project Section
=========================================================*/
.project-section.section-padding {
 padding-bottom: 0;
}
/*  - Mesonry Button Style
---------------------------------------------*/
nav#mmfilters {
  display: inline-block;
}
nav#mmfilters ul li {
  font-weight: 700;
  list-style: none;
  display: inline-block;
  font-family: 'Raleway', Helvetica, Arial, sans-serif; 
}
.project-filter-btn button,
.product-filter-btn button,
nav#mmfilters ul li button,
.nav-tabs>li>a {
  border: none;
  color: #040404;
  padding: 0;
  margin: 0 15px;
  text-transform: uppercase;
  background-color: transparent;
  border-bottom: 2px solid transparent;
}
.project-filter-btn button.active,
.product-filter-btn button.active,
nav#mmfilters ul li.active button {
  color: #040404;
  border-color: #3e3e3e;
}
.project-filter-btn button:focus,
.product-filter-btn button:focus,
nav#mmfilters ul li button:focus {
  outline: none;
}
.mmcontainer .item {
  float: left;
  padding: 15px;
  display: block;
}




.mmcontainer .item .inner-box  {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.mmcontainer .item .inner-box a {
  bottom: 0;
  color: white;
  font-size: 1em;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 3em;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.76);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.mmcontainer .item .inner-box a:hover { 
  opacity: 1; 
}
.mmcontainer .item .inner-box a:after,
.mmcontainer .item .inner-box a:before {
  content: '';
  opacity: 0;
  height: 100px;
  width: 100px;
  position: absolute;
  border: none;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.6s 0.2s;
  -moz-transition: 0.6s 0.2s;
  -ms-transition: 0.6s 0.2s;
  -o-transition: 0.6s 0.2s;
  transition: 0.6s 0.2s;
}
.mmcontainer .item .inner-box a:before {
  left: 3em;
  border-top: 1px solid #040404;
  border-left: 1px solid #040404;
}
.mmcontainer .item .inner-box a:after {
  right: 3em;
  bottom: 3em;
  border-right: 1px solid #040404;
  border-bottom: 1px solid #040404;
}
.mmcontainer .item .inner-box a:hover:after,
.mmcontainer .item .inner-box a:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.mmcontainer .item .inner-box a h2 { 
  margin-top: 0; 
}
.mmcontainer .item .inner-box a p { 
  margin-bottom: 1.5em; 
}
.mmcontainer .item .inner-box a i {
  top: 50%;
  left: 50%;
  color: #040404;
  font-size: 32px;
  margin-top: -14px;
  margin-left: -14px;
  position: absolute;
}


/*.mmcontainer .item .inner-box {
  position: relative;
  border: 10px solid var(--dark);
}
.mmcontainer .inner-box:hover img {
  opacity: 0.4;
}
.mmcontainer .inner-box a {
  top: 50%;
  left: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  color: #040404;
  font-size: 300px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .1s ease-in;
  -moz-transition: all .1s ease-in;
  -ms-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in;
}
.mmcontainer .inner-box a .zmdi-hc-fw {
  width: auto;
}
.mmcontainer .inner-box:hover a {
  opacity: 1;
  font-size: 100px;
}*/

@media (min-width: 980px) {
  .mmcontainer .item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .mmcontainer .item {
    width: 49% !important;
  }
}
@media (max-width: 767px) {
  .mmcontainer .item {
    width: 49%;
  }
}
@media (max-width: 480px) {
  .mmcontainer .item {
    width: 98%;
  }
}
.mmcontainer .item.featured {
  background: #292929 !important;
}
.mmcontainer .item img {
  display: block;
  text-align: center;
  width: 100%;
  height: auto;
  background: var(--dark);
}
/*  - End of Project Section
=========================================================*/

/*  - Counter Section
=========================================================*/
.counter-up {
  background-size: cover;
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-image: url(images/bg/counter-bg.jpg);
}
.counter-up h3 {
  color: #040404;
  font-weight: 700;
  font-size: 50.51px;
  line-height: 32px;
}
.counter-up .colmd3 span {
  display: inline-block;
}
/*  - End Counter Section
=========================================================*/

/*  - Clients Feedback Section
=========================================================*/
.feedback-section .carousel-inner {
  max-width: 830px;
  margin: 0 auto;
}
.feedback-text {
  padding: 30px;
  max-width: 830px;
  margin: 0 auto;
  text-align: center;
}
.client-designation span {
  width: 100%;
  height: 25px;
  display: block;
}
.client-designation span.name {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
}
/*  Carousel Control 
---------------------------------------*/
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
#main-slider .carousel-indicators {
  bottom: 20px;
}
.carousel-indicators .active,
.carousel-indicators li {
  margin: 0;
  border: none;
  width: 100px;
  height: 100px;
  position: relative;
}
.carousel-indicators .active img,
.carousel-indicators li img {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.carousel-indicators li.active {
  z-index: 1;
  position: relative;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.carousel-indicators li.active:before {
  top: -37px;
  left: 45%;
  content: '';
  position: absolute;
  height: 7px;
  width: 7px;
  border-top: 1px solid #040404;
  border-right: 1px solid #040404;
  -webkit-transform: rotate(-45deg); 
  -moz-transform: rotate(-45deg); 
  -ms-transform: rotate(-45deg); 
  -o-transform: rotate(-45deg); 
  transform: rotate(-45deg); 
}
.carousel-indicators li.active:after {
  top: -37px;
  left: 50%;
  width: 1px;
  content: '';
  height: 15px;
  margin-left: -2px;
  position: absolute;
  background-color: #040404;
}
.carousel-indicators img {
  opacity: 0.5;
}
.carousel-indicators>li.active>img {
  opacity: 1;
}
.carousel-indicators {
  position: static;
  width: 100%;
  text-align: center;
  margin: 0;
  margin-top: 80px;
  padding-bottom: 20px;
}
.slide-arow {
  color: #4e4f4f;
  background-color: #d1d3d3;
  border-radius: 3px;
  display: inline-block;
  padding: 5px 13px;
  opacity: 0;
}
.slide-arow {
  top: 20%;
  height: 20px;
  width: 20px;
  padding: 0;
  position: absolute;
  background-color:transparent; 
}
.slide-arow span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-left: 2px solid #535353;
  border-top: 2px solid #535353;
}
.slide-arow span:after {
  top: 10px;
  left: -6px;
  width: 35px;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #040404;
  -webkit-transform: rotate(42deg); 
  -moz-transform: rotate(42deg); 
  -ms-transform: rotate(42deg); 
  -o-transform: rotate(42deg); 
  transform: rotate(42deg);
}
.slide-arow.left {
  left: 0%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slide-arow.right {
  right: 0%;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.slide-arow.right,
.slide-arow.left,
.slide-arow span {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
/*  - hover area
---------------------------------*/
.section-content:hover .slide-arow {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1; 
  opacity: 1;
}
.section-content:hover .slide-arow.left {
  left: 2%;
}
.section-content:hover .slide-arow.right {
  right: 2%;
}
.section-content .slide-arow:hover span {
  border-left: 2px solid #040404;
  border-top: 2px solid #040404;
}
.carousel-indicators .active,
.carousel-indicators img,
.carousel-indicators li {
  -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;
}
/*  - End of Clients Feedback Section
=========================================================*/

/*============================================================================================================*/
/* ------------------------------------------ 4 End Of Home Page 2 ------------------------------------------ */
/*============================================================================================================*/


/*============================================================================================================*/
/* --------------------------------------------- 5 About Us Page -------------------------------------------- */
/*============================================================================================================*/

/* - Breadcum
=========================================================*/
.padding180160 {
  padding: 180px 0 160px 0;
}
.about .breadcrum-section {
  background: fixed;
  background-size: cover;
  background-position: 50% 102%;
  background-repeat: no-repeat;
  background-image: url(images/bg/about-breadcume.jpg);
}
.breadcrum-section .overlay {
  background-color: rgba(226, 226, 226, 0.6);
}
.breadcrum-section h1 {
  color: #040404;
  font-size: 35px;
  font-weight: 700;
}
.breadcrum-section i {
  padding: 0 3px; 
}
/* - End Of History Section
=========================================================*/

/* Servcie section
=========================================================*/
.about .service-item .small-line:after {
  top: 10px;
}
/* - End Of Servcie section
=========================================================*/

/*============================================================================================================*/
/* ------------------------------------------- 5 End Of About Us Page --------------------------------------- */
/*============================================================================================================*/


/*============================================================================================================*/
/* ----------------------------------------------- 6 Blog Page ---------------------------------------------- */
/*============================================================================================================*/

/* - Breadcum
=========================================================*/
.breadcrum-section p {
  color: #393939;
  font-size: 14px;
}
.blog .breadcrum-section .overlay {
  background-color: rgba(226, 226, 226, 0.7);
}
.blog .breadcrum-section {
  background: fixed;
  background-size: cover;
  background-position: 50% 89%;
  background-repeat: no-repeat;
  background-image: url(images/bg/blog-breatcum.jpg);
}
/* - End Of Breadcum
=========================================================*/

/* - Post Container
=========================================================*/
.post-container {
  overflow: hidden;
  padding-bottom: 50px;
}
/* - Blog Post
==============================================*/
.post-details {
  padding: 45px 50px;
  background-color: #f5f5f5;
}
.post-meta a {
  color: #696969;
  font-style: italic;
  padding-right: 20px;
  text-transform: uppercase;
}
.post-meta a i {
  color: #040404;
  padding-right: 5px;
}
.post-details h4 {
  font-size: 22px;
  margin-top: 5px;
  line-height: 30px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.post-details h4 a:hover {
  color: #040404;
}
/* - End Of Blog Post
==============================================*/

/* - Pagination
==============================================*/
.pagination {
  height: 36px;
  margin: 0;
}
.pagination ul {
  padding-left: 0;
}
.pagination li {
  display: inline-block;
}
.pagination a {
  color: #fff;
  float: left;
  padding: 0 18px;
  margin-right: 3px;
  line-height: 35px;
  text-decoration: none;
  background-color: #f5f5f5;
  border: 1px solid #d2d1d3;
}
.pagination a:hover,
.pagination .active a {
  color: var(--dark);
  border-color: #040404;
  background-color: #040404;
}
.pagination .active a {
  color: #000;
  cursor: default;
}
.pagination a.angle-left,
.pagination a.angle-right  {
  font-size: 1.4em;
}
/*  - Pagination End
==============================================*/
/*  - post-container End
=========================================================*/

/*  - Sidebar
=========================================================*/
.sidebar {
  padding-left: 30px;
}
.sidebar .widget a {
  color: #696969;
}
.sidebar ul {
  list-style: none;
}
.sidebar .widget {
  margin-bottom: 40px;
  display: block;
  overflow: hidden;
}
.single-post h2.rounded,
.sidebar h2.rounded {
  color: #040404;
  font-size: 22px;
  display: table;
  position: relative;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 700;
}
.single-post h2.rounded .small-line:after,
.sidebar h2.rounded .small-line:after {
  top: 15px;
  background-color: #040404;
}
.post-comments-area .sub-title {
  color: #fff000;
  font-weight: 700;
  padding-bottom: 10px;
  margin-top: 0;
}
.blog-search-bar {
  margin-bottom: 40px;
}
/*  - Blog Search 
==============================================*/
.blog-search-bar .form-control {
  height: 44px;
  color: #999999;
  font-size: 14px;
  border-radius: 0;
  padding-right: 40px;
  border-color: #999999;
  text-transform: uppercase;
}
.input-append {
  position: relative;
}
.add-on {
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  border: none;
  color: #999999;
  background: none;
  position: absolute;
}
button, html input[type=button], 
input[type=reset], 
input[type=submit]{
  outline: none;
}
/*  - Blog Search End
==============================================*/

/*  - Blog Categories 
==============================================*/

.blog-categories ul {
  list-style: none;
}
.cat-list li {
  border-bottom: 1px solid #eeecec;
}
.cat-list li a {
  display: block;
  color: #696969;
  position: relative;
  text-decoration: none;
  padding: 8px 0 10px 15px;
  text-transform: uppercase;
}
.cat-list li a:after { 
  left: 0;
  top: 7.5px;
  font-size: 16px;
  content: '\f105';
  position: absolute;
  font-family: 'FontAwesome';
}
.cat-list li:last-child {
  border-color: transparent;
}
.cat-list li a:hover {
  padding-left: 25px;
}
.cat-list li a:hover:after {
  padding-left: 10px;
}
/*  - Blog Categories End 
==============================================*/

/*  - Latest Post 
==============================================*/
.small-post-img {
  width: 120px;
  float: left;
  margin-right: 15px;
}
.latest-post .widget h5 {
  line-height: 22px;
}
/*  - Popular Post End 
==============================================*/

/*  - Tag Clouds
==============================================*/
.tag-list a {
  color: #141518 !important;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 16px;
  float: left;
  margin: 0 6px 6px 0;
  border: 1px solid #ebebeb;
}
.tag-list a:hover {
  color: var(--dark) !important;
  background-color: #fff;
}
/*  - Tag Clouds End
==============================================*/

/*  - Sidebar Images Gallery
---------------------------------*/
.sidebar .single-gallery {
  width: 75px;
  height: 75px;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
  background-color: #36d7b7;
}
.sidebar .single-gallery img {
  /*border-radius: 5px;*/
}
/*  - Sidebar Images Gallery End
----------------------------------*/
/*  - Sidebar End
=========================================================*/
/*============================================================================================================*/
/* ------------------------------------------- 6 End Of Blog Page ------------------------------------------- */
/*============================================================================================================*/


/*============================================================================================================*/
/* ------------------------------------------- 7 Blog Sibgle Page ------------------------------------------- */
/*============================================================================================================*/
.single .post-details {
  padding: 45px 0;
  background-color: transparent;
}
/* - Breadcum
=========================================================*/
.single .breadcrum-section {
  background: fixed;
  background-size: cover;
  background-position: 50% 145%;
  background-repeat: no-repeat;
  background-image: url(images/bg/single-breadcum.jpg);
}
.blog .breadcrum-section .overlay {
  background-color: rgba(226, 226, 226, 0.7);
}
/* - End Of Breadcum
=========================================================*/

/* - blockquote
=========================================================*/
blockquote {
  max-width: 570px;
  margin: 0 auto;
  border-left: 0;
  font-size: 15px;
  color: #393939;
  position: relative;
  padding: 15px 70px 25px 70px;
  border: 1px solid #e5e5e5;
}
blockquote:before,
blockquote:after {
  color: #ccc;
  font-size: 22px;
  position: absolute;
  font-family: 'FontAwesome';
}
blockquote:before {
  top: -10px;
  left: 20px;
  content: '\f10d';
}
blockquote:after {
  right: 20px;
  bottom: -10px;
  content: '\f10e';
}
/* - End Of blockquote
=========================================================*/

/* - Prev Next Post
=========================================================*/
.prev-next-post .post-details {
  padding: 0;
}
.prev-next-post .inline-block a,
.share-btn-box a {
  color: #696969;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}
.prev-next-post .inline-block a i {
  font-size: 16px;
}
.prev-next-post .share-btn-box {
  color: #040404;
}
.share-btn-box a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #e5e5e5;
}
.share-btn-box a:first-child {
  margin-left: 10px;
}
.share-btn-box a i {
  font-size: 12px !important;
}
.prev-next-post .inline-block .col-sm-4:nth-child(2) {
  text-align: right;
  float: right !important;
}
.share-btn-box a:hover,
.inline-block a:hover {
  color: #040404;
  border-color: #040404;
}
/* - End Of Prev Next Post
=========================================================*/

/* - Author Bio
=========================================================*/
.author-bio-info {
  padding: 30px;
}
.author-bio-info .author-img {
  height: 100px;
  width: 100px;
  float: left;
  margin-top: 0;
  margin-right: 30px;
}
a.author-name {
  color: #040404;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}
/* - End Of Author Bio
=========================================================*/

/* - Comments List
=========================================================*/
.children,
.parent {
  padding-bottom: 30px;
}
.children {
  padding-left: 50px;
}
.post-comments-area h3 {
  margin: 0;
}
.post-comments-area .comments-img {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 30px; 
}
.comments-txt {
  padding: 30px;
  position: relative;
}
.comments-txt .auther a {
  color: #fff;
  margin-right: 20px;
}
.comments-txt .reply {
 margin-bottom: 0;
}
.comments-txt .reply a {
  color: #696969;
  text-decoration: none;
  text-transform: uppercase;
}
.comments-txt .reply a:hover {
  color: #040404;
}
/* - End Of Comments List
=========================================================*/

/* - Form Container
=========================================================*/
.form-container .form-control {
  height: 35px;
  border: none;
  border-radius: 0;
  padding-left: 30px;
  border-bottom: 2px solid #e5e5e5;
}
.form-container .form-group {
  position: relative;
}
.form-container .form-group i {
  left: 0;
  top: 10px;
  color: #999999;
  font-size: 15px;
  position: absolute;
}
.form-container textarea#message {
  height: 85px;
}
.btn-submit button {
  height: 26px;
  padding: 0;
  border: none;
  margin-top: 10px;
  background-color: transparent;
  border-bottom: 2px solid #e5e5e5;
}
.form-container .form-control:focus {
  border-color: #040404;
}
/* - Placeholder Color Change
------------------------------------------------*/
.form-container input::-webkit-input-placeholder {
  color: #999999 !important;
}
.form-container input:-moz-placeholder { /* Firefox 18- */
  color: #999999 !important;  
}
.form-container input::-moz-placeholder {  /* Firefox 19+ */
  color: #999999 !important;  
}
.form-container input:-ms-input-placeholder {  
  color: #999999 !important;  
}

/*Textarea Placeholder
-------------------------------*/
textarea::-webkit-input-placeholder {
  color: #999999 !important;
}
textarea:-moz-placeholder { /* Firefox 18- */
  color: #999999 !important;  
}
textarea::-moz-placeholder {  /* Firefox 19+ */
  color: #999999 !important;  
}
textarea:-ms-input-placeholder {  
  color: #999999 !important;  
}
/*  -Placeholder Color Change End
------------------------------------------------*/
/* - End Of Form Container
=========================================================*/

/*============================================================================================================*/
/* ---------------------------------------- 7 End Of Blog Single Page --------------------------------------- */
/*============================================================================================================*/


/*============================================================================================================*/
/* ---------------------------------------------- 8 Gallery Page -------------------------------------------- */
/*============================================================================================================*/

/* - Breadcum
=========================================================*/
.gallery .breadcrum-section {
  background: fixed;
  background-size: cover;
  background-position: 50% 145%;
  background-repeat: no-repeat;
  background-image: url(images/bg/gallery-breatcume.jpg);
}
/* - End Of Breadcum
=========================================================*/

/*============================================================================================================*/
/* ------------------------------------------- 8 End Of Gallery Page ---------------------------------------- */
/*============================================================================================================*/


/*============================================================================================================*/
/* --------------------------------------------- 9 Contact Us Page ------------------------------------------ */
/*============================================================================================================*/

/* - Breadcum
=========================================================*/
.search-no-results .breadcrum-section,
.contact .breadcrum-section {
  background: fixed;
  background-size: cover;
  background-position: 50% 95%;
  background-repeat: no-repeat;
  background-image: url(images/bg/contact-breadcum.jpg);
}
/* - End Of Breadcum
=========================================================*/

/* - Contact Us
=========================================================*/
.contact-us h4 {
  font-size: 22px;
}
.contact-us .small-line:after {
  top: 15px;
}
.contact-us ul li {
  width: 100%;
  margin-bottom: 15px;
  display: inline-block;
}
.contact-us ul .icon {
  width: 35px;
  height: 30px;
  color: #696969;
  font-size: 22px;
}
.contact-us ul li:first-child .icon {
  line-height: 30px;
}
.img-box {
  position: relative;
}
.schedule-box {
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
}
.text-box {
  top: 50%;
  margin: 0;
  width: 100%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.text-box span,
.text-box time {
  font-size: 14px;
  color: #696969;
}
.text-box span {
  font-size: 18px;
  margin-top: 5px;
  display: inline-block;
  text-transform: uppercase;
}
/* - End Of Contact Us
=========================================================*/

/* - Map and Form Container
=========================================================*/
.map-container {
  position: relative;
}
.search-no-results .form-container,
.gallery .form-container,
.contact .form-container,
.about .form-container {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 99999;
  padding-left: 9%;
  padding-right: 7%;
  position: absolute;
  background-color: rgba(255, 255, 255, .7);
}
.search-no-results .form-container .form-control,
.gallery .form-container .form-control,
.contact .form-container .form-control,
.about .form-container .form-control {
  background-color: rgba(255, 255, 255, .6);
}
/* - End Of Map and Form Container
=========================================================*/

/*============================================================================================================*/
/* ------------------------------------------- 9 End Of Contact Us Page ------------------------------------- */
/*============================================================================================================*/


/*============================================================================================================*/
/* ------------------------------------------------- 10 404 Page -------------------------------------------- */
/*============================================================================================================*/
.not-found a.read-more:before,
.back a.btn-default:before {
  top: 115%;
  right: 0;
  left: auto;
}
.not-found a.read-more i,
.back a.btn-default:after {
  right: auto;
  top: 3px;
  left: 0;
}
.not-found a.read-more:hover i,
.back a.btn-default:hover:after{
  opacity: 1;
  left: -23px;
}
.not-found a.read-more:hover:before,
.back a.btn-default:hover:before {
  width: 100%;
}
/*============================================================================================================*/
/* ---------------------------------------------- 10 End Of 404 Page ---------------------------------------- */
/*============================================================================================================*/

.grid figure.gallery {
    background-color: transparent;
}

 .partners-section.partner {
    background-size: cover;
    background-position: 50% 73%;
    background-image: transparent;
}

.breadcrumb {
	background-color: transparent !important;
}

.nav-tabs {
    border-bottom: 2px solid #DDD;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border-width: 0;
}

.nav-tabs > li > a {
    border: none;
    color: #666;
}

.nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
    border: none;
    color: #4285F4 !important;
    background: transparent;
}

.nav-tabs > li > a::after {
    content: "";
    background: #4285F4;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
    transform: scale(1);
}

.tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #000;
}

.tab-pane {
    padding: 15px 0;
}

.tab-content {
    padding: 20px
}

.card {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
    margin-top: 15px;
}

.card li {
	width: 50% !important;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
     background-color: transparent;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: transparent;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent;
}/*  - Table of Content
==========================================================================*/
/*
* 1 = Fonts Load
* 2 = Global Area
* 3 = Home Page 1
* 4 = Home Page 2
* 5 = About Page
* 6 = Blog Page
* 7 = Single Page
* 8 = Gallery Page
* 9 = Contact us Page
* 10 = 404 Page
*/
/*  - End of Table of Content
==========================================================================*/

/*  - 1 Fonts Load
==========================================================================*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700,900,100,300);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300);

.breadcrumb>li+li:before {
   font-family: FontAwesome;
    content: "\f105" !important;
    padding: 0 3px !important;
    color: #040404 !important;
}

.breadcrumb li a{
	font-size:14px !important;
	font-family:'Raleway', sans-serif !important;
    color: #040404 !important;
}

.home-v1 #nav-bar ul.dropdown-menu li.active a:after, .home-v1 #nav-bar ul.dropdown-menu li a:after {
    left: 15px;
    bottom: 16px;
    content: '';
    height: 2px;
    width: 30px;
    opacity: 0;
    position: absolute;
    background-color: #040404;
}


@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot);
  src: local('Material Icons'),
  local('MaterialIcons-Regular'),
  url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
  url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
  url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-osx-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
  -ms-osx-font-smoothing: grayscale;
  -o-osx-font-smoothing: grayscale;
  osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on July 30, 2016 */
@font-face {
  font-family: 'scriptinaregular';
  src: url('../fonts/scriptin-webfont.html') format('woff2'),
  url('../fonts/scriptin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


/* ---------------------------------------------------------------------------- */
/* --- 3. HEADER
/* ----------------------------------------------------------------------------- */
#header { position: relative; top: 0; left: 0; width: 100%; display: inline-block; z-index: 9999; }
#header.absolute { position: absolute; }
@media only screen and (max-width: 1199px) { #header.fullwidth #nav-bar, #header.fullwidth #top-bar { padding-left: 30px; padding-right: 30px; } }
@media only screen and (max-width: 991px) { #header.fullwidth #nav-bar, #header.fullwidth #top-bar { padding-left: 15px; padding-right: 15px; } }
#header.fullwidth .megamenu .banner-last { margin-right: -60px; }
@media only screen and (max-width: 991px) { #header.fullwidth .megamenu .row { margin: 0 !important; } }
#header.fixed { position: fixed; width: 100%; visibility: hidden; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -webkit-transform: translateY(-100%); transform: translateY(-100%); }
#header.fixed #top-bar { margin-top: -40px; }
#header.out { visibility: visible; filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
#header.out #nav-bar .module .notification { -moz-transform: translateY(-4px); -ms-transform: translateY(-4px); -webkit-transform: translateY(-4px); transform: translateY(-4px); }
#header.out.sticky { 
  background-color: var(--dark);
  box-shadow: 0 1px 10px #dedede;
  z-index: 999999;
  -moz-transform: translateY(0); 
  -ms-transform: translateY(0); 
  -webkit-transform: translateY(0); 
  transform: translateY(0); 
}
#header.out.sticky #nav-bar .module .notification { -moz-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0); transform: translateY(0); }
#header.dark { color: var(--dark); }
#header:not(.out).transparent { color: var(--dark); }
#header:not(.out).transparent.out { background-color: #1f1f1f; }

body.header-absolute #content section:first-child { padding-top: 140px; }
.home-v1 header.absolute {
  border-bottom: none;
  background-color: transparent;
}
/* Navigation Bar
----------------------------------------------------------*/
#nav-bar { 
  position: relative; 
  font-family: "Raleway", Helvetica, Arial, sans-serif; 
  z-index: 6;
}

#nav-bar > * { transition: filter 0.2s ease-out; -moz-transition: filter 0.2s ease-out; -moz-transition: filter 0.2s ease-out; -webkit-transition: -webkit-filter 0.2s ease-out; }
.nav-divider .nav.module-group {
  float: left;
  width: 33.33333333%;
}
.nav-divider .module.language,
.nav-divider .module-group {
  width: 10%;
  float: left;
}
.nav-divider .footo-logo {
  width: 80%;
  float: left;
}
#nav-bar a { 
  color: var(--highlight-color); 
  display: inline-block; 
}
.nav>li {
  padding: 17px 15px;
}
.nav>li>a {
  padding: 10px 0;
}
.home-v1 #nav-bar li.active a:after,
.home-v1 #nav-bar li a:after {
  left: 0;
  bottom: 16px;
  content: '';
  height: 2px;
  width: 30px;
  opacity: 0;
  position: absolute;
  background-color: var(--highlight-color);
}
.home-v1 #nav-bar li.active a:after {
  bottom: 0;
  opacity: 1;
}
.home-v1 #nav-bar li a:hover:after {
  bottom: 0;
  opacity: 1;
}
.home-v1 #nav-bar li a {
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  -o-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out; 
}
#nav-bar .logo { 
  position: relative; top: -2px; 
}
#nav-bar .module-group { height: 68px; }
#nav-bar .module-group.right { float: right; }
#nav-bar .module-group.left { float: left; }
.home-v1 #nav-bar .module { padding: 0 15px; height: 68px; }
@media only screen and (max-width: 767px) { #nav-bar .module { padding: 0 9px; } }
#nav-bar .module:not(.menu) { position: relative; }
#nav-bar .module .trigger { 
  width: 30px;
  height: 30px;
  color: #040404;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); 
  -moz-transition: all 0.2s ease-out; 
  -o-transition: all 0.2s ease-out; 
  -webkit-transition: all 0.2s ease-out; 
  transition: all 0.2s ease-out; 
  cursor: pointer; 
  display: inline-block; 
  margin-top: 20px;
}
.home-v1 #nav-bar .module .trigger i { font-size: 20px; margin-top: 5px; }
#nav-bar .module .trigger i { font-size: 30px; }
#nav-bar .module:hover .trigger { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); color: #040404; opacity: 1; }
#nav-bar .module .notification { position: absolute; bottom: -4px; left: 12px; height: 23px; width: 23px; padding: 3px; text-align: center; font-weight: 600; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; background-color: #e15757; color: var(--dark); line-height: 1; font-size: 11px; border: 3px solid var(--dark); -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
@media only screen and (max-width: 767px) { #nav-bar .module .notification { left: 5px; } }
#nav-bar .module.right { float: right; }
#nav-bar .module.left { float: left; }
#nav-bar .module.has-popup { position: relative; }
#nav-bar .module.has-popup .popup { position: absolute; top: 100%; right: 0; width: 280px; background-color: var(--dark); -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1); line-height: 1; border-top: 1px solid rgba(0, 0, 0, 0.15); -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; visibility: hidden; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; color: #434343; }
#nav-bar .module.has-popup .popup a { height: auto; }
#nav-bar .module.has-popup:hover .popup, #nav-bar .module.has-popup:focus .popup { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; visibility: visible; }
#nav-bar .module.shopping-cart { position: relative; }
#nav-bar .module.shopping-cart .cart .cart-items { list-style: none; padding: 0; margin: 0; }
#nav-bar .module.shopping-cart .cart .cart-items > li { border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
#nav-bar .module.shopping-cart .cart .cart-items > li .image { max-width: 78px; float: left; }
#nav-bar .module.shopping-cart .cart .cart-items > li .content { padding: 32px 0px 32px 98px; font-family: "Montserrat", Helvetica, Arial, sans-serif; }
#nav-bar .module.shopping-cart .cart .cart-items > li .content a { display: block; font-size: 14px; }
#nav-bar .module.shopping-cart .cart .cart-items > li .content .price { font-size: 16px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; }
#nav-bar .module.shopping-cart .cart .cart-bottom { padding: 3px 3px 0; }
#nav-bar .module.icons .icon-xs.icon-circle { height: 36px; }

/*.dark #nav-bar { background: #1f1f1f; }
.dark #nav-bar .logo-dark { display: none; }
.dark #nav-bar .module .notification { border-color: #1f1f1f; }*/

/*.transparent:not(.out) #nav-bar { background: transparent; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.transparent:not(.out) #nav-bar .logo-dark { display: none; }
.transparent:not(.out) #nav-bar .module .notification { position: absolute; bottom: -1px; left: 15px; height: 17px; width: 17px; border: none; }
@media only screen and (max-width: 767px) { .transparent:not(.out) #nav-bar .module .notification { left: 6px; } }*/

/*.transparent.out .logo-light { display: none; }*/

.search-bar-open #nav-bar > * { -webkit-filter: blur(10px); filter: blur(10px); filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); opacity: 0.3; }
.search-bar-open #nav-bar .notification { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }

/* Navigation Primary
----------------------------------------------------------*/
@media only screen and (min-width: 992px) { .nav-primary { list-style: none; font-size: 12px; font-weight: 600; text-transform: uppercase; }
.nav-primary li a > i { margin-right: 8px; }
.nav-primary > li.has-dropdown > a:after, .nav-primary > li.has-megamenu > a:after { 
  font-family: FontAwesome; 
  font-size: 140%; 
  content: "\f107"; 
  margin-left: 5px; 
  color: #040404;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); 
  opacity: 0.5; 
  top: 10px;
  position: absolute;
  -moz-transition: all 0.2s ease-out; 
  -o-transition: all 0.2s ease-out; 
  -webkit-transition: all 0.2s ease-out; 
  transition: all 0.2s ease-out; 
}

.nav-primary > li.has-dropdown:hover > a, .nav-primary > li.has-dropdown:focus > a, .nav-primary > li.has-megamenu:hover > a, .nav-primary > li.has-megamenu:focus > a { color: inherit; }
.nav-primary > li.has-dropdown:hover > a:after, .nav-primary > li.has-dropdown:focus > a:after, .nav-primary > li.has-megamenu:hover > a:after, .nav-primary > li.has-megamenu:focus > a:after { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }
.nav-primary li:not(.has-megamenu) ul { position: absolute; background: var(--dark); list-style: none; padding: 0; margin: 0; width: 175px; line-height: 1 !important; font-size: 11px; font-weight: 400; border-top: 1px solid rgba(0, 0, 0, 0.15); -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1); visibility: hidden; }
.nav-primary li:not(.has-megamenu) ul > li { position: relative; display: block; border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
.nav-primary li:not(.has-megamenu) ul > li:last-child { border: none; }
.nav-primary li:not(.has-megamenu) ul > li > a { height: auto !important; padding: 15px 16px; display: block; }
.nav-primary li:not(.has-megamenu) ul > li:hover > a { -moz-transform: translateX(5px); -ms-transform: translateX(5px); -webkit-transform: translateX(5px); transform: translateX(5px); }
.nav-primary li:not(.has-megamenu) ul > li.has-dropdown:after { font-family: themify; font-size: 80%; position: absolute; top: 15px; right: 13px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; content: "\e628"; }
.nav-primary li:not(.has-megamenu) ul > li > ul { top: -1px; left: 100%; border-left: 1px solid rgba(0, 0, 0, 0.15); }
.nav-primary li:not(.has-megamenu) > ul { top: 100%; left: 0; }
.nav-primary li:not(.has-megamenu):hover > ul { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; visibility: visible; }
.nav-primary li.has-megamenu { position: static; }
.nav-primary li.has-megamenu:hover .megamenu { max-height: 999px; visibility: visible; }
.nav-primary .megamenu { position: absolute; left: 0; width: 100%; top: 100%; padding-left: 60px; padding-right: 60px; background: var(--dark); border-top: 1px solid rgba(0, 0, 0, 0.15); line-height: 1.5 !important; -moz-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; -webkit-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1); max-height: 0; visibility: hidden; overflow: hidden; }
.nav-primary .megamenu h6 { font-size: 11px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; }
.nav-primary .megamenu a { height: auto !important; }
.nav-primary .megamenu ul { list-style: none; margin: 0; padding: 0; }
.nav-primary .megamenu ul > li { display: block; }
.nav-primary .megamenu ul > li > a { padding: 6px 0; display: block; font-size: 11px; font-weight: 400; }
.nav-primary .megamenu ul > li > a:hover, .nav-primary .megamenu ul > li > a:focus { -moz-transform: translateX(5px); -ms-transform: translateX(5px); -webkit-transform: translateX(5px); transform: translateX(5px); }
.nav-primary .megamenu .menu { padding-top: 25px; padding-bottom: 25px; }
.nav-primary .megamenu .banner { position: relative; text-transform: none; }
.nav-primary > li { float: left; }
/*.nav-primary > li > a { padding: 0 13px; }*/
.nav-primary > li > a:hover, .nav-primary > li > a:focus { background-color: transparent; color: #f1670b; }
.nav-primary > li:first-child > a { padding-left: 0; }
.nav-primary > li:last-child > a { padding-right: 0; }
.nav-primary > li:nth-last-of-type(-n+2) > ul { left: auto; right: 0; }
.nav-primary > li:nth-last-of-type(-n+2) > ul ul { left: auto; right: 100%; border-left: none; border-right: 1px solid rgba(0, 0, 0, 0.15); }
.nav-primary > li.lang { display: none; }
.language .nav-primary > li > a { 
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); 
  opacity: 0.6; 
  font-size: 14px; 
  padding-right: 5px;
}
#header.dark .nav-primary li:not(.has-megamenu) ul { background-color: #1f1f1f; color: var(--dark); }
#header.dark .nav-primary .megamenu { background-color: #1f1f1f; color: var(--dark); }
#header:not(.out).transparent .nav-primary li:not(.has-megamenu) ul { color: var(--dark); }
#header:not(.out).transparent .nav-primary .megamenu { background-color: #1f1f1f; color: var(--dark); } }
/* Navigation Primary - Mobile
----------------------------------------------------------*/
.menu-toggle { float: left; margin-right: 15px; }
.menu-toggle .mobile-trigger { position: relative; top: 16px; vertical-align: middle; line-height: 1; width: 30px; height: 18px !important; }
.menu-toggle .mobile-trigger:after { position: absolute; top: 19px; background-color: #434343; height: 2px !important; width: 100%; content: ' '; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.menu-toggle .mobile-trigger > span:after, .menu-toggle .mobile-trigger > span:before, .menu-toggle .mobile-trigger > span > span:after, .menu-toggle .mobile-trigger > span > span:before { position: absolute; left: 0; background-color: #434343; height: 2px; width: 100%; content: ' '; display: block; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.menu-toggle .mobile-trigger > span:before { top: 0; }
.menu-toggle .mobile-trigger > span:after { bottom: 0; }
.menu-toggle .mobile-trigger > span > span:after, .menu-toggle .mobile-trigger > span > span:before { top: 6px; }
@media only screen and (min-width: 992px) { .menu-toggle { display: none; } }

.dark .mobile-trigger:after, .transparent:not(.out) .mobile-trigger:after { background-color: var(--dark); }
.dark .mobile-trigger > span:after, .dark .mobile-trigger > span:before, .dark .mobile-trigger > span > span:after, .dark .mobile-trigger > span > span:before, .transparent:not(.out) .mobile-trigger > span:after, .transparent:not(.out) .mobile-trigger > span:before, .transparent:not(.out) .mobile-trigger > span > span:after, .transparent:not(.out) .mobile-trigger > span > span:before { background-color: var(--dark); }
.menu-toggle .mobile-trigger:after,
a.mobile-trigger span {
  display: none;
}
a.mobile-trigger i {
  font-size: 32px;
}
body.mobile-nav-open .menu-toggle .mobile-trigger:after { -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
body.mobile-nav-open .menu-toggle .mobile-trigger span:before, body.mobile-nav-open .menu-toggle .mobile-trigger span:after { -moz-transform: scaleX(0); -ms-transform: scaleX(0); -webkit-transform: scaleX(0); transform: scaleX(0); }
body.mobile-nav-open .menu-toggle .mobile-trigger span > span:after { -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }

@media only screen and (max-width: 991px) { .nav-primary { position: absolute; top: 68px; left: 0; right: 0; width: 100%; background-color: var(--dark); padding-left: 15px; padding-right: 15px; line-height: 1 !important; list-style: none; font-size: 12px; font-weight: 600; text-transform: uppercase; border-top: 1px solid rgba(0, 0, 0, 0.15); overflow: auto; max-height: 80vh; display: none; -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1); }
.nav-primary li a { position: relative; height: auto !important; }
.nav-primary li a:hover, .nav-primary li a:focus { background: transparent; }
.nav-primary li > a { display: block !important; }
.nav-primary li.has-dropdown > a:after, .nav-primary li.has-megamenu > a:after { position: absolute; top: 19px; right: 13px; font-family: themify; font-size: 80%; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; content: "\e62a"; }
.nav-primary li.has-megamenu h6, .nav-primary li.has-megamenu li { padding-left: 0 !important; }
.nav-primary li.has-megamenu ul { display: block !important; }
.nav-primary > li { display: block; float: none; border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
.nav-primary > li:last-child { border-bottom: none; }
.nav-primary > li > a { padding: 17px 0; }
.nav-primary > li > a.has-dropdown > a:after, .nav-primary > li > a.has-megamenu > a:after { top: 11px; filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }
.nav-primary > li ul { list-style: none; font-size: 12px; font-weight: 600; margin: 0 0 20px 0; padding: 0; display: none; }
.nav-primary > li ul > li { padding-left: 15px; }
.nav-primary > li ul > li a { padding: 10px 0; font-weight: 400; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); opacity: 0.6; }
.nav-primary > li ul > li a:hover, .nav-primary > li ul > li a:focus { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }
.nav-primary > li.lang > a { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); opacity: 0.6; font-size: 11px; }
.nav-primary .megamenu { display: none; }
.nav-primary .megamenu h6 { font-size: 11px; padding-left: 15px; }
.nav-primary .megamenu .banner { position: relative; text-transform: none; }
#nav-bar .module.language { display: none; }
#nav-bar .module.menu { padding: 0; }
.dark .nav-primary { background-color: #1f1f1f; color: var(--dark); }
.transparent:not(.out) .nav-primary { background-color: #1f1f1f; color: var(--dark); } }

/* Search Bar
----------------------------------------------------------*/
#search-bar { position: absolute; top: 0; left: 0; right: 0; margin-left: 50px; margin-right: 50px; height: 68px; z-index: 9; -moz-transition: all 0.6s ease-out; -o-transition: all 0.6s ease-out; -webkit-transition: all 0.6s ease-out; transition: all 0.6s ease-out; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; visibility: hidden; }
@media only screen and (max-width: 1199px) { #search-bar { margin-left: 30px; margin-right: 30px; } }
@media only screen and (max-width: 991px) { #search-bar { margin-left: 15px; margin-right: 15px; } }
#search-bar input.search-bar-input { 
  width: 100%; 
  font-family: "Montserrat", Helvetica, Arial, sans-serif; 
  height: 68px; 
  font-size: 20px; 
  border: none; 
  background: transparent; 
  padding-right: 90px;
  padding-left: 15px;
  border: 1px solid #ededed; 
}
#search-bar .search-bar-submit { position: absolute; top: 15px; right: 45px; border: none; background: transparent; font-size: 24px; }
#search-bar .search-bar-close { position: absolute; top: 17px; right: 18px; color: #040404; font-size: 16px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; }
#search-bar .search-bar-close:hover, #search-bar .search-bar-close:focus { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }


body.search-bar-open #search-bar { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; visibility: visible; }

body.sticky-header #header.fullwidth #nav-bar,
body.sticky-header #header.fullwidth #top-bar {
  background-color: var(--dark);
}

/* Language Bar
----------------------------------------------------------*/
.module.language a {
  color: #040404 !important;
}

/* Side Panel
----------------------------------------------------------*/
.side-panel-wrapper img.logo { width: 120px; }
#side-panel { position: fixed; top: 0; height: 100%; z-index: 9999999; visibility: hidden; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2); text-align: center; }
@media only screen and (max-width: 767px) { #side-panel { width: 100%; } }
#side-panel.right { right: 0; -moz-transform: translateX(50px); -ms-transform: translateX(50px); -webkit-transform: translateX(50px); transform: translateX(50px); }
#side-panel.left { left: 0; -moz-transform: translateX(-50px); -ms-transform: translateX(-50px); -webkit-transform: translateX(-50px); transform: translateX(-50px); }
#side-panel .side-panel-wrapper { position: relative; top: 50%; -moz-transform: translate3d(0, -50%, 0); -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); width: 400px; margin: 0 auto; overflow: auto; -webkit-filter: blur(10px); filter: blur(10px); -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }
@media only screen and (max-width: 991px) { #side-panel .side-panel-wrapper { -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); top: 0; padding: 50px 20px 0; height: 100vh; } }
@media only screen and (max-width: 767px) { #side-panel .side-panel-wrapper { width: 100%; } }
#side-panel .close { position: absolute; top: 25px; right: 65px; font-size: 350%; }
#side-panel .close:hover { color: #040404; opacity: 1; }
@media only screen and (max-width: 767px) { #side-panel .close { right: 25px; } }

.side-panel-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; visibility: hidden; z-index: 940; -moz-transition: all 0.6s ease-out; -o-transition: all 0.6s ease-out; -webkit-transition: all 0.6s ease-out; transition: all 0.6s ease-out; }

.side-panel-open #side-panel { -moz-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0); transform: translateX(0); filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; visibility: visible; }
.side-panel-open #side-panel .side-panel-wrapper { -webkit-filter: blur(0px); filter: blur(0px); }
.side-panel-open .side-panel-overlay { visibility: visible; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40); opacity: 0.4; }

.nav-panel > li { padding: 5px 15px; }
.nav-panel > li > a { font-family: "Raleway", Helvetica, Arial, sans-serif; color: #040404; font-weight: 600; text-transform: uppercase; font-size: 14px; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); opacity: 0.6; }
.nav-panel > li > a:hover, .nav-panel > li > a:focus { background: transparent; filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }


/*  - 1 Fonts Load End
==========================================================================*/

/*  - 2 Global Area 
==========================================================================*/
* { box-sizing: border-box; }
body {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: .5px;
  background-color: var(--dark);
  font-family: 'Lato', Helvetica, Arial, sans-serif; 
}
a {
 text-decoration: none;
 display: inline-block;
}
.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
a:hover,
a:focus,
a:visited,
a.active{
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
.form-control {
  box-shadow: none;
}
ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif; 
}
h2 {
  font-size: 25px;
}
h4 {
  color: #fff;
  font-weight: 700;
}
h5 {
  color: #fff;
  font-weight: 700;
}
.raleway {
  font-family: 'Raleway', sans-serif;
}
/*  - Font
------------------------------*/
.black {
  color: #fff !important;
}
.bold {
 font-weight: 700 !important;
}
.normal {
 font-weight: 400 !important;
}
/*  - Font End
------------------------------*/

/*  - BG Color
------------------------------*/
.dark-bg {
 background-color: #f5f5f5;
}
.gray-bg {
  background-color: #e5e5e5;
}
.white-bg {
  background-color: var(--dark);
}
.overlay {
  background-color: rgba(226, 226, 226, 0.88);
}
.absolute {
  position: absolute;
}
header.absolute {
  border-bottom: 1px solid #f2efef;
  background-color: rgba(255, 255, 255, .8);
}
/*  - BG Color End
------------------------------*/

/*  - Padding Setting 
------------------------------*/
.p30 { padding: 30px; }
.pt230 { padding-top: 230px; }
.pt220 { padding-top: 220px; }
.pt210 { padding-top: 210px; }
.pt200 { padding-top: 200px; }
.pt150 { padding-top: 150px; }
.pt140 { padding-top: 140px; }
.pt130 { padding-top: 130px; }
.pt120 { padding-top: 120px; }
.pt110 { padding-top: 110px; }
.pt100 { padding-top: 100px; }
.pt90 { padding-top: 90px; }
.pt80 { padding-top: 80px; }
.pt70 { padding-top: 70px; }
.pt60 { padding-top: 60px; }
.pt50 { padding-top: 50px; }
.pt40 { padding-top: 40px; }
.pt30 { padding-top: 30px; }
.pt20 { padding-top: 20px; }
.pt10 { padding-top: 10px; }
.pb230 { padding-bottom: 230px; }
.pb200 { padding-bottom: 200px; }
.pb150 { padding-bottom: 150px; }
.pb140 { padding-bottom: 140px; }
.pb130 { padding-bottom: 130px; }
.pb120 { padding-bottom: 120px; }
.pb110 { padding-bottom: 110px; }
.pb100 { padding-bottom: 100px; }
.pb90 { padding-bottom: 90px; }
.pb80 { padding-bottom: 80px; }
.pb70 { padding-bottom: 70px; }
.pb60 { padding-bottom: 60px; }
.pb50 { padding-bottom: 50px; }
.pb40 { padding-bottom: 40px; }
.pb30 { padding-bottom: 30px; }
.pb20 { padding-bottom: 20px; }
.pb10 { padding-bottom: 10px; }
.pr115 { padding-right: 115px; }

/*  - Margin Setting 
------------------------------*/
.mt150 { margin-top: 150px; }
.mt140 { margin-top: 140px; }
.mt130 { margin-top: 130px; }
.mt120 { margin-top: 120px; }
.mt110 { margin-top: 110px; }
.mt100 { margin-top: 100px; }
.mt90 { margin-top: 90px; }
.mt80 { margin-top: 80px; }
.mt70 { margin-top: 70px; }
.mt60 { margin-top: 60px; }
.mt50 { margin-top: 50px; }
.mt40 { margin-top: 40px; }
.mt30 { margin-top: 30px; }
.mt25 { margin-top: 25px; }
.mt20 { margin-top: 20px; }
.mt15 { margin-top: 15px; }
.mt10 { margin-top: 10px; }
.mt5 { margin-top: 5px; }

.mb150 { margin-bottom: 150px; }
.mb140 { margin-bottom: 140px; }
.mb130 { margin-bottom: 130px; }
.mb120 { margin-bottom: 120px; }
.mb110 { margin-bottom: 110px; }
.mb100 { margin-bottom: 100px; }
.mb90 { margin-top: 80px; }
.mb80 { margin-bottom: 80px; }
.mb70 { margin-top: 70px; }
.mb60 { margin-bottom: 60px; }
.mb50 { margin-bottom: 50px; }
.mb40 { margin-bottom: 40px; }
.mb30 { margin-bottom: 30px; }
.mb25 { margin-bottom: 25px; }
.mb20 { margin-bottom: 20px; }
.mb15 { margin-bottom: 15px; }
.mb10 { margin-bottom: 10px; }
.mr20 {
  margin-right: 20px;
}
/* - End Of Padding Margin Setting 
-------------------------------------------------*/

/* - Colmun Size
-------------------------------------------------*/
.colmd3 {
  max-width: 270px;
  margin: 0 auto 30px auto;
}
.colmd4 {
  max-width: 370px;
  margin: 0 auto 30px auto;
}
.right {
  float: right;
}
.icon {
  width: 65px;
  height: 65px;
  color: #040404;
  font-size: 48px;
  display: inline-block;
}
.content-box {
  display: block;
  overflow: hidden;
}
.colmd4 {
 max-width: 370px;
 margin: 0 auto 30px auto;
}
.colmd3 {
 max-width: 272px;
 margin: 0 auto 30px auto;
}
.img100 img {
  width: 100%;
}
.dib {
  display: inline-block;
}
.inline-block {
  width: 100%;
  display: inline-block;
}
.b10 {
  border: 10px solid var(--dark);
}
.bt {
  border-top: 1px solid #c9c9c9;
}
.bb {
  border-bottom: 1px solid #c9c9c9;
}
.map-section,
section {
  overflow: hidden;
}
/*  - Social Button 
-------------------------------*/
.social-btn {
 width: 100%;
 display: inline-block;
}
.social-btn li {
  display: inline-block;
}
.social-btn a {
 width: 30px;
 height: 30px;
 color: #696969;
 margin-right: 8px;
 line-height: 30px;
 text-align: center;
 display: inline-block;
 background-color: #e5e5e5;
}
.social-btn a:hover {
 color: #040404;
}
/*  - Link Button 
-------------------------------*/
button.custom-btn,
span.custom-btn,
a.custom-btn {
 color: #fff;
 font-size: 15px;
 font-weight: 700;
 padding: 12px 20px;
 display: inline-block;
 background-color: var(--dark);
 text-transform: uppercase;
 font-family: 'Montserrat', sans-serif; 
}
a.custom-btn:hover {
  background-color: #b18f6a;
}
a.read-more {
  color: #040404;
  font-weight: 700;
  font-size: 13.02px;
  position: relative;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}
.back a.btn-default {
	color: #040404;
  font-weight: 700;
  font-size: 13.02px;
  position: relative;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: none;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #333;
    background-color: transparent !important;
    border-color: transparent !important;
}

a.read-more i,
.back a.btn-default:after {
  right: 0;
  top: 11px;
  opacity: 0;
  color: #040404;
  font-size: 16px;
  position: absolute;
}
.back a.btn-default:after {
	content: '\f177';
   font-family: FontAwesome;
}

a.read-more:before,
.back a.btn-default:before {
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #040404;
}
a.read-more:hover:before,
.back a.btn-default:hover:before {
  width: 100%;
}
a.read-more:hover i{
  opacity: 1;
  right: -23px;
}
/*  - End of Link Button 
-------------------------------*/

/*  - owl carousel  
-------------------------------*/
.owl-theme .owl-controls .owl-buttons div {
  margin: 0;
  font-size: 20px;
  border-radius: 0;
  margin-top: -15px;
  line-height: 23px;
}
.owl-prev,
.owl-next {
  top: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
}
.owl-prev { 
  left: 0;
}
.owl-next {
  right: 0;
}
/*  - End of owl carousel  
-------------------------------*/

/*  - Section Angle
=========================================================*/
.bottom-angle,
.top-angle {
  position: relative;
}
.bottom-angle:before,
.bottom-angle:after,
.top-angle:before,
.top-angle:after {
  width: 100%;
  content: '';
  z-index: 999;
  position: absolute;
  background-color: var(--dark);
}
.top-angle:before {
  top: -400px;
  left: -175px;
  height: 470px;
  -webkit-transform: rotate(-9deg);
  -moz-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  -o-transform: rotate(-9deg);
  transform: rotate(-9deg);
}
.top-angle:after {
  top: -255px;
  right: -175px;
  height: 200px;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  transform: rotate(22deg);
}
.bottom-angle:before {
  left: -175px;
  bottom: -248px;
  height: 270px;
  -webkit-transform: rotate(22deg);
  -moz-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  transform: rotate(21deg);
}
.bottom-angle:after {
  right: -175px;
  bottom: -390px;
  height: 514px;
  -webkit-transform: rotate(-12deg);
  -moz-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  -o-transform: rotate(-12deg);
  transform: rotate(-11deg);
}
/*  - End of Section Angle
=========================================================*/

/*  - Section Head
=========================================================*/
.section-head {
  text-transform: uppercase;
}
.section-head span {
  display: block;
  margin-bottom: 10px;
}
.section-head  h2 {
  color: #fff;
  position: relative;
  display: inline-block;
}
.small-line {
  display: block;
  color: #696969;
  font-size: 14px;
  position: relative;
  margin-bottom: 25px;
}
.small-line:after {
  left: 0;
  top: 25px;
  z-index: 1;
  content: '';
  width: 50px;
  height: 2px;
  position: absolute;
  background-color: #696969;
}
.section-head.text-center .small-line:after  {
  left: 50%;
  margin-left: -25px;
}
/*  - End Of Section Head 
=========================================================*/

/*  - Transition 
=========================================================*/
.owl-theme .owl-controls .owl-buttons div,
a.read-more:before,
.back a.btn-default:before,
.back a.btn-default:after,
.service-item,
a.read-more i,
.member-info,
a:after,
a {
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 -ms-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
}
/* - 2 Global Area End
==========================================================================*/

/*============================================================================================================*/
/*  --------------------------------------------- 3 Home Page 1 --------------------------------------------  */
/*============================================================================================================*/

.home-v1 .breadcrum-section {
  background: fixed;
  background-size: cover;
  background-position: 50% 102%;
  background-repeat: no-repeat;
  background-image: url(images/bg/about-breadcume.jpg);
}

/*  - Menu
=========================================================*/
a.logo-wrapper {
  width: 155px;
  padding: 10px;
}
a.logo-wrapper img {
 max-height:60px;
  width:auto;
}
/* - End of Menu 
=========================================================*/

/* - Slider Section 
=========================================================*/
div#slide-688-layer-1 {
  background-color: rgba(0, 0, 0, .6) !important;
}

div#slide-689-layer-1 {
  background-color: transparent !important;
} 
.rev_slider_wrapper .overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
}
div#slide-688-layer-1,
div#slide-689-layer-1,
div#slide-690-layer-1 {
  color: var(--highlight-color);
  text-transform: uppercase;
  font-size: 21px !important;
  font-family: 'Lato', sans-serif;
}
div#slide-688-layer-2,
div#slide-689-layer-2,
div#slide-690-layer-2 {
  color: var(--highlight-color);
  font-size: 35px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}
/* - Button Style
---------------------------------------------------*/
div#slide-688-layer-3,
div#slide-689-layer-3,
div#slide-690-layer-3 {
  padding: 0 !important;
  border: none !important;
}
div#slide-688-layer-3 a.read-more,
div#slide-689-layer-3 a.read-more,
div#slide-690-layer-3 a.read-more {
  border: 2px solid #fff;
  color:var(--highlight-color);
  font-size: 14px !important;
  padding: 15px 40px !important;
  background-color: transparent;
  font-family: 'Oswald', sans-serif !important;
}
div#slide-688-layer-3 a.read-more i,
div#slide-689-layer-3 a.read-more i,
div#slide-690-layer-3 a.read-more i {
    right: 20px;
    top: 13px;
}
div#slide-688-layer-3 a.read-more:hover i,
div#slide-689-layer-3 a.read-more:hover i,
div#slide-690-layer-3 a.read-more:hover i, {
  right: 15px;
} 
div#slide-688-layer-3 a.read-more:before,
div#slide-689-layer-3 a.read-more:before,
div#slide-690-layer-3 a.read-more:before {
  display: none;
}
/* - Side Arrow Style
---------------------------------------------------*/
.tparrows:before {
  color: var(--highlight-color) !important;
}
@media screen and (max-width: 680px){ 
  div#slide-688-layer-1,
  div#slide-689-layer-1,
  div#slide-690-layer-1 {
    font-size: 18px !important;
  }
  div#slide-688-layer-2,
  div#slide-689-layer-2,
  div#slide-690-layer-2 {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 496px){ 
  div#slide-688-layer-1,
  div#slide-689-layer-1,
  div#slide-690-layer-1 {
    font-size: 14px !important;
  }
  div#slide-688-layer-2,
  div#slide-689-layer-2,
  div#slide-690-layer-2 {
    font-size: 16px !important;
  }
  div#slide-688-layer-3 a.read-more,
  div#slide-689-layer-3 a.read-more,
  div#slide-690-layer-3 a.read-more {
    border: 2px solid #fff;
    color:var(--highlight-color);
    font-size: 12px !important;
    padding: 10px 25px !important;
    background-color: transparent;
    font-family: 'Oswald', sans-serif !important;
  }
  div#slide-688-layer-3 a.read-more i, 
  div#slide-689-layer-3 a.read-more i, 
  div#slide-690-layer-3 a.read-more i {
    right: 4px;
    top: 9px;
  }
}
/* - End Of Slider Section 
=========================================================*/

/* - Wellcome Note 
=========================================================*/
span.name {
    width: 100px;
    height: 50px;
    display: inline-block;
}
span.name img {
    width: 100%;
    height: 50px;
}
.wellcome-section .section-img img {
  width: 350px;
}
/* - End of Wellcome Note 
=========================================================*/

/* - services Section 
=========================================================*/
.home-v1 .services-section {
  background-size: cover;
  background-position: 50% 86%;
  background-image: url(images/bg/service.jpg);
}
.home-v1 .services-section .service-item,
.home-v2 .services-section .service-item {
  border: 2px solid transparent;
  background-color: rgba(237, 237, 237, 0.63);
}
.service-item li {
  line-height: 25px;
  text-transform: uppercase;
}
.home-v1 .services-section .service-item:hover {
  border: 2px solid #999999;
  background-color: transparent;
}
.home-v2 .services-section .service-item {
  background-color: #fafafa;
}
.home-v2 .services-section .service-item:hover {
  background-color: #f5f5f5;
}
/* - End of services Section 
=========================================================*/

/* - clients Section 
=========================================================*/
p.quote {
  padding-left: 60px;
  position: relative;
}
p.quote:before {
  top: 0;
  left: 0;
  content: '\f10d';
  position: absolute;
  font: normal normal normal 40px FontAwesome;
}
/* - End Of clients Section 
=========================================================*/

/* - Work Section
=========================================================*/
.works-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(https://strwller.com/uploads/highlight/projects_background.jpg);
}
.works-section .section-head {
  text-align: right;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background-color: #f5f5f5;
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
  background-color: rgba(0, 0, 0, 0.40);
}
.home-v1 .inner-box {
  top: 50%;
  left: 0;
  width: 100%;
  padding: 20px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  -moz-transform: translate3d(-10px,0,0);
  -ms-transform: translate3d(-10px,0,0);
  -o-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}
.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  -ms-transition: -ms-transform 0.35s;
  -o-transition: -o-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  -moz-transform: translate3d(-100%,0,0);
  -ms-transform: translate3d(-100%,0,0);
  -o-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}
.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.hovereffect a, 
.hovereffect p {
  color: #fff;
  opacity: 0;
  text-transform: uppercase;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  -moz-transform: translate3d(100%,0,0);
  -ms-transform: translate3d(100%,0,0);
  -o-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, 
.hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.hovereffect a {
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.hovereffect a:hover {
  color: #040404;
}
/* - End of Wellcome Note 
=========================================================*/

/* - Team Section
=========================================================*/
.home-v1 .team-section {
  background-size: cover;
  background-image: url(images/bg/team.jpg);
}
.team-item {
  position: relative;
  overflow: hidden;
}
.team-section .follow-btn {
  top: 130px;
  left: 30px;
  width: 45px;
  z-index: 0;
  opacity: 0;
  padding-top: 0;
  position: absolute;
}
.overlay1 {
  top: 0;
  left: -100%;
  width: 70%;
  height: 70%;
  position: absolute;
  border-top: 312px solid transparent;
  border-left: 242px solid rgba(247, 247, 247, .8);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.overlay2 {
  left: 0;
  bottom: -100%;
  width: 70%;
  height: 30%;
  position: absolute;
  border-left: 242px solid rgba(247, 247, 247, .95);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.team-section .follow-btn a { 
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.name-designation {
  left: 30px;
  opacity: 0;
  bottom: 40px;
  position: absolute;
}
/* - Hover Arae 
----------------------------------------------*/
.team-item:hover .overlay1 {
  left: 0;
}
.team-item:hover .overlay2 {
  bottom: 0;
}
.team-item:hover .name-designation,
.team-item:hover .follow-btn {
  opacity: 1;
  -webkit-transition: 0.3s, opacity 0.5s 1s;
  -moz-transition: 0.3s, opacity 0.5s 1s;
  -ms-transition: 0.3s, opacity 0.5s 1s;
  -o-transition: 0.3s, opacity 0.5s 1s;
  transition: 0.3s, opacity 0.5s 1s;
}
/* - End of Team Section 
=========================================================*/

/* - News Section
=========================================================*/
.news-section .colmd3 {
  position: relative;
}
.news-section .colmd3 .post-meta {
  top: 50%;
  left: 0;
  width: 50px;
  position: absolute;
  background-color: rgba(255,254,255,0.67);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-section .colmd3 .post-meta a { 
  color: #040404;
}
.text-box {
  margin-left: -23px;
  margin-right: 23px;
}
/*  - Share Block
---------------------------------*/
.comments-like a {
  width: 50px;
  height: 70px;
  color: #040404;
  padding: 20px 0;
  border-top: 1px solid #cccccc;
}
.comments-like a span {
  display: block;
}
.share-block4,
.share-block3,
.share-block2,
.share-block {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #040404;
  height: 70px;
  float: left;
  width: 50px;
}
.share-block4 .toggle,
.share-block3 .toggle,
.share-block2 .toggle,
.share-block .toggle {
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 0.1em;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -ms-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.share-block4 .toggle i,
.share-block3 .toggle i,
.share-block2 .toggle i,
.share-block .toggle i {
  display: inline-block;
  position: relative;
  padding: 30px 0;
  color: #040404;
  top: -1px;
}
.share-block4 .toggle:hover,
.share-block3 .toggle:hover,
.share-block2 .toggle:hover,
.share-block .toggle:hover {
  color: #00c4d7;
}
.share-block4 .share-options,
.share-block3 .share-options,
.share-block2 .share-options,
.share-block .share-options {
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);

  -webkit-transform: translate(100%, -50%) scale(0.8);
  -moz-transform: translate(100%, -50%) scale(0.8);
  -ms-transform: translate(100%, -50%) scale(0.8);
  -o-transform: translate(100%, -50%) scale(0.8);
  transform: translate(100%, -50%) scale(0.8);

  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;

  pointer-events: none;
  position: absolute;
  display: block;
  width: 160px;
  opacity: 0;
  text-align: left;
  right: 0px;
  top: 35px;
}
.share-block4 .share-options.visile,
.share-block3 .share-options.visile,
.share-block2 .share-options.visile,
.share-block .share-options.visile {
  opacity: 1;
  top: 35px;
  right: -22px;
  pointer-events: auto;
  -webkit-transform: translate(100%, -50%) scale(1);
  -moz-transform: translate(100%, -50%) scale(1);
  -ms-transform: translate(100%, -50%) scale(1);
  -o-transform: translate(100%, -50%) scale(1);
  transform: translate(100%, -50%) scale(1);
}
.share-block4 .share-options.visile ul li,
.share-block3 .share-options.visile ul li,
.share-block2 .share-options.visile ul li,
.share-block .share-options.visile ul li {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.share-block4 .share-options:before,
.share-block3 .share-options:before,
.share-block2 .share-options:before,
.share-block .share-options:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin: -4px 0 0 -4px;
  border-style: solid;
  border-width: 4px 4px 4px 0;
  border-color: transparent #e5e5e5 transparent transparent;
}
.share-block4 .share-options ul,
.share-block3 .share-options ul,
.share-block2 .share-options ul,
.share-block .share-options ul {
  display: inline-block;
  padding: 15px 20px;
  line-height: 1em;
  font-size: 0;
  background-color: #e5e5e5;
}
.share-block4 .share-options ul li,
.share-block3 .share-options ul li,
.share-block2 .share-options ul li,
.share-block .share-options ul li {
  opacity: 0;
  display: inline-block;
  margin: 0 20px 0 0 !important;

  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);

  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;

 
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.share-block4 .share-options ul li:nth-of-type(2),
.share-block3 .share-options ul li:nth-of-type(2),
.share-block2 .share-options ul li:nth-of-type(2),
.share-block .share-options ul li:nth-of-type(2) {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.share-block4 .share-options ul li:nth-of-type(3),
.share-block3 .share-options ul li:nth-of-type(3),
.share-block2 .share-options ul li:nth-of-type(3),
.share-block .share-options ul li:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.share-block4 .share-options ul li:nth-of-type(4),
.share-block3 .share-options ul li:nth-of-type(4),
.share-block2 .share-options ul li:nth-of-type(4),
.share-block .share-options ul li:nth-of-type(4) {
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -ms-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.share-block4 .share-options ul li:nth-of-type(5),
.share-block3 .share-options ul li:nth-of-type(5),
.share-block2 .share-options ul li:nth-of-type(5),
.share-block .share-options ul li:nth-of-type(5) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.share-block4 .share-options ul li:nth-of-type(6),
.share-block3 .share-options ul li:nth-of-type(6),
.share-block2 .share-options ul li:nth-of-type(6),
.share-block .share-options ul li:nth-of-type(6) {
  -webkit-transition-delay: 0.45s;
  -moz-transition-delay: 0.45s;
  -ms-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.share-block4 .share-options ul li:nth-of-type(7),
.share-block3 .share-options ul li:nth-of-type(7),
.share-block2 .share-options ul li:nth-of-type(7),
.share-block .share-options ul li:nth-of-type(7) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.share-block4 .share-options ul li:nth-of-type(8)
.share-block3 .share-options ul li:nth-of-type(8)
.share-block2 .share-options ul li:nth-of-type(8)
.share-block .share-options ul li:nth-of-type(8) {
  -webkit-transition-delay: 0.55s;
  -moz-transition-delay: 0.55s;
  -ms-transition-delay: 0.55s;
  -o-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.share-block4 .share-options ul li:last-of-type,
.share-block3 .share-options ul li:last-of-type,
.share-block2 .share-options ul li:last-of-type,
.share-block .share-options ul li:last-of-type {
  margin: 0 !important;
}
.share-block4 .share-options ul li i,
.share-block3 .share-options ul li i,
.share-block2 .share-options ul li i,
.share-block .share-options ul li i {
  color: #696969;
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.colmd3.blog-text {
  padding: 30px;
  margin-top: 22px;
  margin-left: -50px;
  background-color: var(--dark);
}
.news-section .colmd3.blog-text {
  margin-bottom: 0;
}
.news-section .colmd3.blog-text span {
  font-size: 10px;
  margin-bottom: 3px;
  display: inline-block;
  font-family: 'Raleway', sans-serif;
}
.share-block4 .share-options ul li i:hover,
.share-block3 .share-options ul li i:hover,
.share-block2 .share-options ul li i:hover,
.share-block .share-options ul li i:hover {
  color: #040404;
}
/* - End of News Section 
=========================================================*/

/* - Partners Section
=========================================================*/
.home-v1 .partners-section {
  background-size: cover;
  background-position: 50% 73%;
  background-image: url(images/bg/partners.jpg);
}
.balack-overlay {
  background-color: rgba(4, 4, 4, .3);
}
.horizontal-line {
  width: 100%;
  height: 1px;
  position: relative;
  background-color: #cacaca;
}
.home-v1 .partners-section .section-head span {
  color: var(--dark);
  font-size: 25px;
  padding-left: 15px;
}
.owl-theme .owl-controls .owl-page span {
  background-color: #040404; 
}
.news-section .post-meta a i,
.news-section .post-meta a {
  padding-right: 0;
}
/* - End of Partners  Section 
=========================================================*/

/*  - Google Map Area
=========================================================*/
.google-map-container {
  z-index: 9999;
  width: 100%; 
  height: 530px;
}
/*  - End of Google Map Area
=========================================================*/

/*  - Scroll To Top
=========================================================*/
.scrollup {
  width: 47px;
  height: 46px;
  position: fixed;
  padding: 5px;
  bottom: 40px;
  right: 40px;
  color: var(--dark);
  font-size: 2em;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  background-color: #fff;
  z-index: 9999;
  display: none;
}
/*  - Scroll To Top End
=========================================================*/

/*  - Footer
=========================================================*/
.footer-widgets-wrap {
  padding-top: 20px;
}
.footer-widgets-wrap .widget {
  margin-bottom: 30px;
}
.widget h2.rounded {
  color: #040404;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  font-family: 'Raleway', Helvetica, Arial, sans-serif; 
}
/*  - Footer Widget 1
-------------------------------------*/
.footer-l-img {
  padding-bottom: 15px;
}
.footer-l-img img {
    max-height: 60px;
    width: auto;
}
ul.contact-info {
    margin-top: 20px;
}
.contact-info li {
  list-style: none;
  position: relative;
  padding-left: 40px;
  padding-bottom: 20px;
}
.contact-info li:before {
  top: 0;
  left: 0;
  width: 25px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  position: absolute;
  text-rendering: auto;
  display: inline-block;
  font: normal normal normal 22px/1 FontAwesome;
}
.follow-btn {
  padding-top: 25px;
}
.follow-btn {
  color: var(--dark);
  font-size: 1.2857em;
  font-weight: 700;
}
.follow-btn a {
  text-decoration: none;
  display: inline-block;
  padding: 0 5px;
}
/*  - Footer Widget 1 End 
----------------------------------------*/

/*  - Footer Widget 3
----------------------------------------*/
.all-categories li {
  padding-bottom: 6px;
}
.all-categories a,
.follow-btn a {
  color: #393939;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
.all-categories a:after,
.follow-btn a:after {
  left: 0;
  top: 9px;
  width: 0;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #222222;
}
.all-categories a:hover,
.follow-btn a:hover {
  color: #040404;
  padding-left: 15px;
}
.all-categories a:hover:after,
.follow-btn a:hover:after {
  width: 10px;
}
/*  - Footer Widget 3 End
-----------------------------------------*/

/*  - Footer Widget Instagram
----------------------------------------*/
#instagram .owl-pagination {
  display: none;
} 
/*  - Footer Widget 2 End 
----------------------------------------*/

/*  - Footer Widget 4
-----------------------------------------*/
.subscribe-form {
  margin-top: 25px;
  position: relative;
}
.subscribe-form button,
.subscribe-form input {
  height: 40px;
  border: none;
  border-bottom: 2px solid #8e8a8a;
  /*outline: none;*/
}
.subscribe-form input {
  width: 100%;
  background-color: #ededed;
  padding: 15px 50px 15px 15px; 
}
.subscribe-form button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  margin-left: -4px;
  color: #393939;
  font-weight: 700;
  background-color: #ededed;
}
.subscribe-form button:focus,
.subscribe-form input:focus {
  border-color: #040404;
}
::-webkit-input-placeholder {
 color: #393939;
 font-weight: 700;
}
::-moz-input-placeholder {
 color: #393939;
 font-weight: 700;  
}
::-ms-input-placeholder {
 color: #393939;
 font-weight: 700;  
}
::-o-input-placeholder {  
 color: #393939;
 font-weight: 700;  
}
/*  - Footer Widget 4 End
-------------------------------------------*/
/*  - Copyright Footer
-------------------------------------------*/
div#copyrights {
  color: #f5f5f5;
  font-size: 1.2857em;
  background-color: var(--dark);
  padding: 30px 0;
}
div#copyrights a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
div#copyrights a:hover{
  opacity: 0.7;
}
/*  - Copyright Footer End
--------------------------------------------*/
/*  - Footer End
=========================================================*/

/* - Preloder
=========================================================*/
/*  - pageload-effect
---------------------------------------*/
#loader_container {
  overflow: hidden;
  margin: 0 auto;
}
#in { 
  overflow: hidden;
}
div.l {
  background: #020102 none repeat scroll 0 0;
  float: left;
  height: 100%;
  position: absolute;
  width: 100%;

}
.sonic {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:999999;
}
#loader {
  display: block;
  position: relative;
  left: 45%;
  top: 50%;
  width: 100%;
  height: auto;
  margin: -75px 0 0 -75px;
  -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  -moz-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  -ms-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  -o-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

  z-index:999999999;
}
#loader-wrapper {
  position: fixed;
  top:0;
  width: 100%;
  height:125%;
  background: #333333;
  background-repeat:no-repeat;
  z-index: 999999;
  -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
  -moz-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);  /* IE 9 */
  -o-transform: translateX(0);  /* IE 9 */
  transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}
#loader-wrapper {
  left: 0;
}
#loader-wrapper {
  right: 0;
}
/* Loaded */
.loaded #loader-wrapper  {
  -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -moz-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -0-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
  -moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
  -ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
  -0-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader-wrapper  {
  -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -moz-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -0-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
  -moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
  -ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
  -0-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader {
  opacity: 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;
}
.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -moz-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -0-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.3s 1s ease-out;  
  -moz-transition: all 0.3s 1s ease-out;  
  -ms-transition: all 0.3s 1s ease-out;  
  -0-transition: all 0.3s 1s ease-out;  
  transition: all 0.3s 1s ease-out;
}
/* - End Of Preloder
=========================================================*/

/*============================================================================================================*/
/* ------------------------------------------ 3 End Of Home Page 1 ------------------------------------------ */
/*============================================================================================================*/


/*============================================================================================================*/
/* ---------------------------------------------- 4 Home Page 2 --------------------------------------------- */
/*============================================================================================================*/
/*  - Project Section
=========================================================*/
.project-section.section-padding {
 padding-bottom: 0;
}
/*  - Mesonry Button Style
---------------------------------------------*/
nav#mmfilters {
  display: inline-block;
}
nav#mmfilters ul li {
  font-weight: 700;
  list-style: none;
  display: inline-block;
  font-family: 'Raleway', Helvetica, Arial, sans-serif; 
}
.project-filter-btn button,
.product-filter-btn button,
nav#mmfilters ul li button,
.nav-tabs>li>a {
  border: none;
  color: #040404;
  padding: 0;
  margin: 0 15px;
  text-transform: uppercase;
  background-color: transparent;
  border-bottom: 2px solid transparent;
}
.project-filter-btn button.active,
.product-filter-btn button.active,
nav#mmfilters ul li.active button {
  color: #040404;
  border-color: #3e3e3e;
}
.project-filter-btn button:focus,
.product-filter-btn button:focus,
nav#mmfilters ul li button:focus {
  outline: none;
}
.mmcontainer .item {
  float: left;
  padding: 15px;
  display: block;
}




.mmcontainer .item .inner-box  {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.mmcontainer .item .inner-box a {
  bottom: 0;
  color: white;
  font-size: 1em;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 3em;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.76);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.mmcontainer .item .inner-box a:hover { 
  opacity: 1; 
}
.mmcontainer .item .inner-box a:after,
.mmcontainer .item .inner-box a:before {
  content: '';
  opacity: 0;
  height: 100px;
  width: 100px;
  position: absolute;
  border: none;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.6s 0.2s;
  -moz-transition: 0.6s 0.2s;
  -ms-transition: 0.6s 0.2s;
  -o-transition: 0.6s 0.2s;
  transition: 0.6s 0.2s;
}
.mmcontainer .item .inner-box a:before {
  left: 3em;
  border-top: 1px solid #040404;
  border-left: 1px solid #040404;
}
.mmcontainer .item .inner-box a:after {
  right: 3em;
  bottom: 3em;
  border-right: 1px solid #040404;
  border-bottom: 1px solid #040404;
}
.mmcontainer .item .inner-box a:hover:after,
.mmcontainer .item .inner-box a:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.mmcontainer .item .inner-box a h2 { 
  margin-top: 0; 
}
.mmcontainer .item .inner-box a p { 
  margin-bottom: 1.5em; 
}
.mmcontainer .item .inner-box a i {
  top: 50%;
  left: 50%;
  color: #040404;
  font-size: 32px;
  margin-top: -14px;
  margin-left: -14px;
  position: absolute;
}


/*.mmcontainer .item .inner-box {
  position: relative;
  border: 10px solid var(--dark);
}
.mmcontainer .inner-box:hover img {
  opacity: 0.4;
}
.mmcontainer .inner-box a {
  top: 50%;
  left: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  color: #040404;
  font-size: 300px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .1s ease-in;
  -moz-transition: all .1s ease-in;
  -ms-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in;
}
.mmcontainer .inner-box a .zmdi-hc-fw {
  width: auto;
}
.mmcontainer .inner-box:hover a {
  opacity: 1;
  font-size: 100px;
}*/

@media (min-width: 980px) {
  .mmcontainer .item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .mmcontainer .item {
    width: 49% !important;
  }
}
@media (max-width: 767px) {
  .mmcontainer .item {
    width: 49%;
  }
}
@media (max-width: 480px) {
  .mmcontainer .item {
    width: 98%;
  }
}
.mmcontainer .item.featured {
  background: #292929 !important;
}
.mmcontainer .item img {
  display: block;
  text-align: center;
  width: 100%;
  height: auto;
  background: var(--dark);
}
/*  - End of Project Section
=========================================================*/

/*  - Counter Section
=========================================================*/
.counter-up {
  background-size: cover;
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-image: url(images/bg/counter-bg.jpg);
}
.counter-up h3 {
  color: #040404;
  font-weight: 700;
  font-size: 50.51px;
  line-height: 32px;
}
.counter-up .colmd3 span {
  display: inline-block;
}
/*  - End Counter Section
=========================================================*/

/*  - Clients Feedback Section
=========================================================*/
.feedback-section .carousel-inner {
  max-width: 830px;
  margin: 0 auto;
}
.feedback-text {
  padding: 30px;
  max-width: 830px;
  margin: 0 auto;
  text-align: center;
}
.client-designation span {
  width: 100%;
  height: 25px;
  display: block;
}
.client-designation span.name {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
}
/*  Carousel Control 
---------------------------------------*/
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
#main-slider .carousel-indicators {
  bottom: 20px;
}
.carousel-indicators .active,
.carousel-indicators li {
  margin: 0;
  border: none;
  width: 100px;
  height: 100px;
  position: relative;
}
.carousel-indicators .active img,
.carousel-indicators li img {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.carousel-indicators li.active {
  z-index: 1;
  position: relative;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.carousel-indicators li.active:before {
  top: -37px;
  left: 45%;
  content: '';
  position: absolute;
  height: 7px;
  width: 7px;
  border-top: 1px solid #040404;
  border-right: 1px solid #040404;
  -webkit-transform: rotate(-45deg); 
  -moz-transform: rotate(-45deg); 
  -ms-transform: rotate(-45deg); 
  -o-transform: rotate(-45deg); 
  transform: rotate(-45deg); 
}
.carousel-indicators li.active:after {
  top: -37px;
  left: 50%;
  width: 1px;
  content: '';
  height: 15px;
  margin-left: -2px;
  position: absolute;
  background-color: #040404;
}
.carousel-indicators img {
  opacity: 0.5;
}
.carousel-indicators>li.active>img {
  opacity: 1;
}
.carousel-indicators {
  position: static;
  width: 100%;
  text-align: center;
  margin: 0;
  margin-top: 80px;
  padding-bottom: 20px;
}
.slide-arow {
  color: #4e4f4f;
  background-color: #d1d3d3;
  border-radius: 3px;
  display: inline-block;
  padding: 5px 13px;
  opacity: 0;
}
.slide-arow {
  top: 20%;
  height: 20px;
  width: 20px;
  padding: 0;
  position: absolute;
  background-color:transparent; 
}
.slide-arow span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-left: 2px solid #535353;
  border-top: 2px solid #535353;
}
.slide-arow span:after {
  top: 10px;
  left: -6px;
  width: 35px;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #040404;
  -webkit-transform: rotate(42deg); 
  -moz-transform: rotate(42deg); 
  -ms-transform: rotate(42deg); 
  -o-transform: rotate(42deg); 
  transform: rotate(42deg);
}
.slide-arow.left {
  left: 0%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slide-arow.right {
  right: 0%;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.slide-arow.right,
.slide-arow.left,
.slide-arow span {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
/*  - hover area
---------------------------------*/
.section-content:hover .slide-arow {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1; 
  opacity: 1;
}
.section-content:hover .slide-arow.left {
  left: 2%;
}
.section-content:hover .slide-arow.right {
  right: 2%;
}
.section-content .slide-arow:hover span {
  border-left: 2px solid #040404;
  border-top: 2px solid #040404;
}
.carousel-indicators .active,
.carousel-indicators img,
.carousel-indicators li {
  -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;
}
/*  - End of Clients Feedback Section
=========================================================*/

/*============================================================================================================*/
/* ------------------------------------------ 4 End Of Home Page 2 ------------------------------------------ */
/*============================================================================================================*/


/*============================================================================================================*/
/* --------------------------------------------- 5 About Us Page -------------------------------------------- */
/*============================================================================================================*/

/* - Breadcum
=========================================================*/
.padding180160 {
  padding: 180px 0 160px 0;
}
.about .breadcrum-section {
  background: fixed;
  background-size: cover;
  background-position: 50% 102%;
  background-repeat: no-repeat;
  background-image: url(images/bg/about-breadcume.jpg);
}
.breadcrum-section .overlay {
  background-color: rgba(226, 226, 226, 0.6);
}
.breadcrum-section h1 {
  color: #040404;
  font-size: 35px;
  font-weight: 700;
}
.breadcrum-section i {
  padding: 0 3px; 
}
/* - End Of History Section
=========================================================*/

/* Servcie section
=========================================================*/
.about .service-item .small-line:after {
  top: 10px;
}
/* - End Of Servcie section
=========================================================*/

/*============================================================================================================*/
/* ------------------------------------------- 5 End Of About Us Page --------------------------------------- */
/*============================================================================================================*/


/*============================================================================================================*/
/* ----------------------------------------------- 6 Blog Page ---------------------------------------------- */
/*============================================================================================================*/

/* - Breadcum
=========================================================*/
.breadcrum-section p {
  color: #393939;
  font-size: 14px;
}
.blog .breadcrum-section .overlay {
  background-color: rgba(226, 226, 226, 0.7);
}
.blog .breadcrum-section {
  background: fixed;
  background-size: cover;
  background-position: 50% 89%;
  background-repeat: no-repeat;
  background-image: url(images/bg/blog-breatcum.jpg);
}
/* - End Of Breadcum
=========================================================*/

/* - Post Container
=========================================================*/
.post-container {
  overflow: hidden;
  padding-bottom: 50px;
}
/* - Blog Post
==============================================*/
.post-details {
  padding: 45px 50px;
  background-color: #f5f5f5;
}
.post-meta a {
  color: #696969;
  font-style: italic;
  padding-right: 20px;
  text-transform: uppercase;
}
.post-meta a i {
  color: #040404;
  padding-right: 5px;
}
.post-details h4 {
  font-size: 22px;
  margin-top: 5px;
  line-height: 30px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.post-details h4 a:hover {
  color: #040404;
}
/* - End Of Blog Post
==============================================*/

/* - Pagination
==============================================*/
.pagination {
  height: 36px;
  margin: 0;
}
.pagination ul {
  padding-left: 0;
}
.pagination li {
  display: inline-block;
}
.pagination a {
  color: #fff;
  float: left;
  padding: 0 18px;
  margin-right: 3px;
  line-height: 35px;
  text-decoration: none;
  background-color: #f5f5f5;
  border: 1px solid #d2d1d3;
}
.pagination a:hover,
.pagination .active a {
  color: var(--dark);
  border-color: #040404;
  background-color: #040404;
}
.pagination .active a {
  color: var(--dark);
  cursor: default;
}
.pagination a.angle-left,
.pagination a.angle-right  {
  font-size: 1.4em;
}
/*  - Pagination End
==============================================*/
/*  - post-container End
=========================================================*/

/*  - Sidebar
=========================================================*/
.sidebar {
  padding-left: 30px;
}
.sidebar .widget a {
  color: #696969;
}
.sidebar ul {
  list-style: none;
}
.sidebar .widget {
  margin-bottom: 40px;
  display: block;
  overflow: hidden;
}
.single-post h2.rounded,
.sidebar h2.rounded {
  color: #040404;
  font-size: 22px;
  display: table;
  position: relative;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 700;
}
.single-post h2.rounded .small-line:after,
.sidebar h2.rounded .small-line:after {
  top: 15px;
  background-color: #040404;
}
.post-comments-area .sub-title {
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
  margin-top: 0;
}
.blog-search-bar {
  margin-bottom: 40px;
}
/*  - Blog Search 
==============================================*/
.blog-search-bar .form-control {
  height: 44px;
  color: #999999;
  font-size: 14px;
  border-radius: 0;
  padding-right: 40px;
  border-color: #999999;
  text-transform: uppercase;
}
.input-append {
  position: relative;
}
.add-on {
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  border: none;
  color: #999999;
  background: none;
  position: absolute;
}
button, html input[type=button], 
input[type=reset], 
input[type=submit]{
  outline: none;
}
/*  - Blog Search End
==============================================*/

/*  - Blog Categories 
==============================================*/

.blog-categories ul {
  list-style: none;
}
.cat-list li {
  border-bottom: 1px solid #eeecec;
}
.cat-list li a {
  display: block;
  color: #696969;
  position: relative;
  text-decoration: none;
  padding: 8px 0 10px 15px;
  text-transform: uppercase;
}
.cat-list li a:after { 
  left: 0;
  top: 7.5px;
  font-size: 16px;
  content: '\f105';
  position: absolute;
  font-family: 'FontAwesome';
}
.cat-list li:last-child {
  border-color: transparent;
}
.cat-list li a:hover {
  padding-left: 25px;
}
.cat-list li a:hover:after {
  padding-left: 10px;
}
/*  - Blog Categories End 
==============================================*/

/*  - Latest Post 
==============================================*/
.small-post-img {
  width: 120px;
  float: left;
  margin-right: 15px;
}
.latest-post .widget h5 {
  line-height: 22px;
}
/*  - Popular Post End 
==============================================*/

/*  - Tag Clouds
==============================================*/
.tag-list a {
  color: #141518 !important;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 16px;
  float: left;
  margin: 0 6px 6px 0;
  border: 1px solid #ebebeb;
}
.tag-list a:hover {
  color: var(--dark) !important;
  background-color: #fff;
}
/*  - Tag Clouds End
==============================================*/

/*  - Sidebar Images Gallery
---------------------------------*/
.sidebar .single-gallery {
  width: 75px;
  height: 75px;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
  background-color: #36d7b7;
}
.sidebar .single-gallery img {
  /*border-radius: 5px;*/
}
/*  - Sidebar Images Gallery End
----------------------------------*/
/*  - Sidebar End
=========================================================*/
/*============================================================================================================*/
/* ------------------------------------------- 6 End Of Blog Page ------------------------------------------- */
/*============================================================================================================*/


/*============================================================================================================*/
/* ------------------------------------------- 7 Blog Sibgle Page ------------------------------------------- */
/*============================================================================================================*/
.single .post-details {
  padding: 45px 0;
  background-color: transparent;
}
/* - Breadcum
=========================================================*/
.single .breadcrum-section {
  background: fixed;
  background-size: cover;
  background-position: 50% 145%;
  background-repeat: no-repeat;
  background-image: url(images/bg/single-breadcum.jpg);
}
.blog .breadcrum-section .overlay {
  background-color: rgba(226, 226, 226, 0.7);
}
/* - End Of Breadcum
=========================================================*/

/* - blockquote
=========================================================*/
blockquote {
  max-width: 570px;
  margin: 0 auto;
  border-left: 0;
  font-size: 15px;
  color: #393939;
  position: relative;
  padding: 15px 70px 25px 70px;
  border: 1px solid #e5e5e5;
}
blockquote:before,
blockquote:after {
  color: #ccc;
  font-size: 22px;
  position: absolute;
  font-family: 'FontAwesome';
}
blockquote:before {
  top: -10px;
  left: 20px;
  content: '\f10d';
}
blockquote:after {
  right: 20px;
  bottom: -10px;
  content: '\f10e';
}
/* - End Of blockquote
=========================================================*/

/* - Prev Next Post
=========================================================*/
.prev-next-post .post-details {
  padding: 0;
}
.prev-next-post .inline-block a,
.share-btn-box a {
  color: #696969;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}
.prev-next-post .inline-block a i {
  font-size: 16px;
}
.prev-next-post .share-btn-box {
  color: #040404;
}
.share-btn-box a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #e5e5e5;
}
.share-btn-box a:first-child {
  margin-left: 10px;
}
.share-btn-box a i {
  font-size: 12px !important;
}
.prev-next-post .inline-block .col-sm-4:nth-child(2) {
  text-align: right;
  float: right !important;
}
.share-btn-box a:hover,
.inline-block a:hover {
  color: #040404;
  border-color: #040404;
}
/* - End Of Prev Next Post
=========================================================*/

/* - Author Bio
=========================================================*/
.author-bio-info {
  padding: 30px;
}
.author-bio-info .author-img {
  height: 100px;
  width: 100px;
  float: left;
  margin-top: 0;
  margin-right: 30px;
}
a.author-name {
  color: #040404;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}
/* - End Of Author Bio
=========================================================*/

/* - Comments List
=========================================================*/
.children,
.parent {
  padding-bottom: 30px;
}
.children {
  padding-left: 50px;
}
.post-comments-area h3 {
  margin: 0;
}
.post-comments-area .comments-img {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 30px; 
}
.comments-txt {
  padding: 30px;
  position: relative;
}
.comments-txt .auther a {
  color: #fff;
  margin-right: 20px;
}
.comments-txt .reply {
 margin-bottom: 0;
}
.comments-txt .reply a {
  color: #696969;
  text-decoration: none;
  text-transform: uppercase;
}
.comments-txt .reply a:hover {
  color: #040404;
}
/* - End Of Comments List
=========================================================*/

/* - Form Container
=========================================================*/
.form-container .form-control {
  height: 35px;
  border: none;
  border-radius: 0;
  padding-left: 30px;
  border-bottom: 2px solid #e5e5e5;
}
.form-container .form-group {
  position: relative;
}
.form-container .form-group i {
  left: 0;
  top: 10px;
  color: #999999;
  font-size: 15px;
  position: absolute;
}
.form-container textarea#message {
  height: 85px;
}
.btn-submit button {
  height: 26px;
  padding: 0;
  border: none;
  margin-top: 10px;
  background-color: transparent;
  border-bottom: 2px solid #e5e5e5;
}
.form-container .form-control:focus {
  border-color: #040404;
}
/* - Placeholder Color Change
------------------------------------------------*/
.form-container input::-webkit-input-placeholder {
  color: #999999 !important;
}
.form-container input:-moz-placeholder { /* Firefox 18- */
  color: #999999 !important;  
}
.form-container input::-moz-placeholder {  /* Firefox 19+ */
  color: #999999 !important;  
}
.form-container input:-ms-input-placeholder {  
  color: #999999 !important;  
}

/*Textarea Placeholder
-------------------------------*/
textarea::-webkit-input-placeholder {
  color: #999999 !important;
}
textarea:-moz-placeholder { /* Firefox 18- */
  color: #999999 !important;  
}
textarea::-moz-placeholder {  /* Firefox 19+ */
  color: #999999 !important;  
}
textarea:-ms-input-placeholder {  
  color: #999999 !important;  
}
/*  -Placeholder Color Change End
------------------------------------------------*/
/* - End Of Form Container
=========================================================*/

/*============================================================================================================*/
/* ---------------------------------------- 7 End Of Blog Single Page --------------------------------------- */
/*============================================================================================================*/


/*============================================================================================================*/
/* ---------------------------------------------- 8 Gallery Page -------------------------------------------- */
/*============================================================================================================*/

/* - Breadcum
=========================================================*/
.gallery .breadcrum-section {
  background: fixed;
  background-size: cover;
  background-position: 50% 145%;
  background-repeat: no-repeat;
  background-image: url(images/bg/gallery-breatcume.jpg);
}
/* - End Of Breadcum
=========================================================*/

/*============================================================================================================*/
/* ------------------------------------------- 8 End Of Gallery Page ---------------------------------------- */
/*============================================================================================================*/


/*============================================================================================================*/
/* --------------------------------------------- 9 Contact Us Page ------------------------------------------ */
/*============================================================================================================*/

/* - Breadcum
=========================================================*/
.search-no-results .breadcrum-section,
.contact .breadcrum-section {
  background: fixed;
  background-size: cover;
  background-position: 50% 95%;
  background-repeat: no-repeat;
  background-image: url(images/bg/contact-breadcum.jpg);
}
/* - End Of Breadcum
=========================================================*/

/* - Contact Us
=========================================================*/
.contact-us h4 {
  font-size: 22px;
}
.contact-us .small-line:after {
  top: 15px;
}
.contact-us ul li {
  width: 100%;
  margin-bottom: 15px;
  display: inline-block;
}
.contact-us ul .icon {
  width: 35px;
  height: 30px;
  color: #696969;
  font-size: 22px;
}
.contact-us ul li:first-child .icon {
  line-height: 30px;
}
.img-box {
  position: relative;
}
.schedule-box {
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
}
.text-box {
  top: 50%;
  margin: 0;
  width: 100%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.text-box span,
.text-box time {
  font-size: 14px;
  color: #696969;
}
.text-box span {
  font-size: 18px;
  margin-top: 5px;
  display: inline-block;
  text-transform: uppercase;
}
/* - End Of Contact Us
=========================================================*/

/* - Map and Form Container
=========================================================*/
.map-container {
  position: relative;
}
.search-no-results .form-container,
.gallery .form-container,
.contact .form-container,
.about .form-container {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 99999;
  padding-left: 9%;
  padding-right: 7%;
  position: absolute;
  background-color: rgba(255, 255, 255, .7);
}
.search-no-results .form-container .form-control,
.gallery .form-container .form-control,
.contact .form-container .form-control,
.about .form-container .form-control {
  background-color: rgba(255, 255, 255, .6);
}
/* - End Of Map and Form Container
=========================================================*/

/*============================================================================================================*/
/* ------------------------------------------- 9 End Of Contact Us Page ------------------------------------- */
/*============================================================================================================*/


/*============================================================================================================*/
/* ------------------------------------------------- 10 404 Page -------------------------------------------- */
/*============================================================================================================*/
.not-found a.read-more:before,
.back a.btn-default:before {
  top: 115%;
  right: 0;
  left: auto;
}
.not-found a.read-more i,
.back a.btn-default:after {
  right: auto;
  top: 3px;
  left: 0;
}
.not-found a.read-more:hover i,
.back a.btn-default:hover:after{
  opacity: 1;
  left: -23px;
}
.not-found a.read-more:hover:before,
.back a.btn-default:hover:before {
  width: 100%;
}
/*============================================================================================================*/
/* ---------------------------------------------- 10 End Of 404 Page ---------------------------------------- */
/*============================================================================================================*/

.grid figure.gallery {
    background-color: transparent;
}

 .partners-section.partner {
    background-size: cover;
    background-position: 50% 73%;
    background-image: transparent;
}

.breadcrumb {
	background-color: transparent !important;
}

.nav-tabs {
    border-bottom: 2px solid #DDD;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border-width: 0;
}

.nav-tabs > li > a {
    border: none;
    color: #666;
}

.nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
    border: none;
    color: #4285F4 !important;
    background: transparent;
}

.nav-tabs > li > a::after {
    content: "";
    background: #4285F4;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
    transform: scale(1);
}

.tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: var(--dark);
}

.tab-pane {
    padding: 15px 0;
}

.tab-content {
    padding: 20px
}

.card {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
    margin-top: 15px;
}

.card li {
	width: 50% !important;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
     background-color: transparent;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: transparent;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent;
}

/*********** Switch-Langs *******/
.switch-langs{
    display: inline-block;
    float:right;
    margin-top:20px;
}
.switch-langs .btn{
     background: transparent;
     color:#040404;
}
.switch-langs .dropdown-menu {
    right: -15px;
    left: auto;
    min-width: 80px;
    text-align:center;
}

/*************** New Style ***********/
html{
  overflow-x: hidden;
}
a.logo-wrapper{
	width: 127px;
  padding-top: 25px;
}

.footer-l-img {
	width: 127px;
}

#welcome *{
  color:#fff;
}

#footer {
  color:#696969;
}

#header.out.sticky{
  background-color: #e5e5e5;
}
body.sticky-header #header.fullwidth #nav-bar, body.sticky-header #header.fullwidth #top-bar{
  background-color: #e5e5e5;
}

a:hover{
  opacity: 0.7;
}
.back a.btn-default{
  color:#fff;
  background-color: var(--dark);
}
.back a.btn-default:hover{
    opacity: 1;
}
a.read-more:before, .back a.btn-default:before{
  background-color: #fff;
}
a.read-more i, .back a.btn-default:after{
  color: #fff;
}
.nav-tabs > li > a{
  background: #fff;
}
.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
  background: #fff;
  
}
.nav-tabs > li > a::after{
  background: #fff;
}


.search i.fa-search{
   color:var(--highlight-color);
}

header#header.inner-header * {
  color: #040404;
}
header#header.inner-header #nav-bar li.active a:after,
header#header.inner-header #nav-bar li a:after{
  background-color: #040404;
}


.contact-us-title h1{
  color:#fff !important;
}
h1,
.search-word{
  color:#fff !important;
}
.search-result-sect{
  color:#333;
}

/**************Responsive Style ************/
@media screen and (max-width: 768px){
	html, body {
		overflow-x: hidden;
		text-align: center;
	}
	header#header {
		text-align: center;
	}
	ul#side-menu{
		display:none;
	}
	body.mobile-nav-open ul#side-menu{
		display:block;
		background: #e5e5e5;
		margin-top: 68px;
		position: absolute;
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		left: 0;
	}
	a.logo-wrapper {
		margin-top: 0;
	}
	a.logo-wrapper img {
		padding-top: 0px !important;
	}
	
	.home-v1 #nav-bar li.active a:after, .home-v1 #nav-bar li a:after {
		left: 0;
		right: 0;
		margin: auto;
	}
  #welcome .pr115{
      padding-right: 0px;
  }
  .small-line:after {
    left: 0;
    right: 0;
    margin: auto;
  }
  
  .footer-l-img{
    margin:auto;
  }
  .footer-l-img img{
    margin:auto;
  }

  .footer-menu-cls {
      display: block !important;
  }

  section#works .container {
    background: var(--dark);
  }
  .works-section .link a.read-more {
    color:#fff;
  }
}

@media screen and (max-width: 480px){
	.scrollup {
		right: 10px !important;
	}
}

/******** for large screen **********/
@media screen and (min-width: 1530px){
  .bottom-angle:before {
      left: -475px !important;
      bottom: -648px !important;
      height: 670px !important;
  }

  .top-angle:after {
    top: -555px !important;
    right: -675px !important;
    height: 670px !important;
  }

  
}

@media screen and (min-width: 2530px){
     
    footer#footer {
/*     position: fixed; */
      left: 0;
      bottom: 0;
      width: 100%;
  }
}

#myVideo{
    position: fixed;
    right: 41%;
    width: 19%;
    bottom: 11%;
    max-width: 50vw;
    min-height: 100%;
}
@media screen and (max-width: 768px){
     
#myVideo{
    width: 35%;
    right: 34%;
}

.dddwrapper-layer .tp-parallax-wrap.tp-parallax-container{
	left: 3vw!important;
}

.dddwrapper-layer .tp-parallax-wrap.tp-parallax-container div{
	width: 90vw!important;
	min-width:90vw!important;
	max-width:90vw!important;
	white-space: break-spaces!important;
}

.dddwrapper-layer .tp-parallax-wrap.tp-parallax-container .Creative-Button{
	text-align: center;
}

.dddwrapper-layer .tp-parallax-wrap.tp-parallax-container .Creative-SubTitle{
	background-color:rgba(0, 0, 0,0) !important;
}

div#slide-688-layer-1 {
 background-color: transparent !important;
}

div#slide-689-layer-1 {
  background-color: transparent !important;
}

}

.shadow{
	min-height: calc(100vh);
    display: flex;
    flex-direction: column;
}

footer{
    margin-top: auto;
}

.myvideoTxt{
    position: fixed;
    right: 42%;
    top: 36%;
    max-width: 50vw;
    min-height: 100%;
    color: white;
        font-size: 3vw;
}