/* ----------------------------------
Ocean
Version: 1.0
Author: BootEx

-------------------------------------

Table of contents

  @ Main Styles
  @ Intro 
  @ About 
  @ Service
  @ Resume
  @ Portfolio
  @ Review
  @ Blog
  @ Contact
  @ Footer
  @ Responsive

*/
/* filter */
.filter {
	list-style: none;
	padding: 15px;
	margin: 0 !important;
	color: #FFA500;
	font-size: 30px;


	}
	
.filter li {
	display: inline-block;
	margin: 0 25px 15px 0;
	

	}
	.filter.align-right li, .align-right .filter li { margin: 0 0 15px 25px; }
	.filter.align-center li, .align-center .filter li { margin: 0 13px; }
	.filter li:first-child { margin-left: 0; }
	.filter li:last-child { margin-right: 0; }


.filter li a {
	font-family: 'Hind';
	font-weight: 400;
	font-size: 5px;
	line-height: 21px;
	color:#FFA500;
	position: relative;
	transition: color 0.15s ease;
	padding-bottom: 3px;
	display: inline-block;
	}

	.filter li a:hover, .filter li.active a { color: rgba(0,0,0,0.6);}
	
.filter li a::after {
	content:"";
	width: 100%;
	height: 1px;
	position:absolute;
	bottom: 5px;
	left: 0;
	background: rgba(0,0,0,0);
	transition: all 0.3s ease;
	}
	.filter li.active a::after {
	bottom: 0px;
	background: rgba(0,0,0,0.12);
	

	}



/* ====================
  Main Styles
=======================*/
video::-webkit-media-controls-panel{
   
}

video::-webkit-media-controls-play-button{
    display:none;
}

video::-webkit-media-controls-volume-slider-container{
    display:none;
}

video::-webkit-media-controls-volume-slider{

}

video::-webkit-media-controls-mute-button{

}


video::-webkit-media-controls-timeline{
    display:none;
}

video::-webkit-media-controls-current-time-display{
    display:none;
}

video::-webkit-full-page-media::-webkit-media-controls-panel{
    display:none;
}

video::-webkit-media-controls-timeline-container{
    display:none;
}

video::-webkit-media-controls-time-remaining-display{
    display:none;
}

video::-webkit-media-controls-seek-back-button{
    display:none;
}

video::-webkit-media-controls-seek-forward-button{
    display:none;
}

video::-webkit-media-controls-fullscreen-button{
    display:none;
}

video::-webkit-media-controls-rewind-button{
    display:none;
}

video::-webkit-media-controls-return-to-realtime-button{
    display:none;
}

video::-webkit-media-controls-toggle-closed-captions-button{
    display:none;
}

.owl-carousel {
	position: relative;
}
.owl-carousel .owl-item {
	opacity: 0.4;
}
.owl-carousel .owl-item.active {
	opacity: 1;
}
.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -10px;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	opacity: 0;
}
@media screen and (prefers-reduced-motion: reduce) {
	.owl-carousel .owl-nav .owl-prev,
	.owl-carousel .owl-nav .owl-next {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}
.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
	font-size: 40px;
}
.owl-carousel .owl-nav .owl-prev {
	left: 0;
}
.owl-carousel .owl-nav .owl-next {
	right: 0;
}
.owl-carousel .owl-dots {
	position: relative;
	text-align: center;
	margin-top: 30px;
}
.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.owl-carousel .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	background: #ababab;
	border-radius: 50%;
	display: inline-block;
	margin: 5px 7px;
}
.owl-carousel .owl-dots .owl-dot.active span {
	background: #ffa500;
}
.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
	opacity: 1;
}
.owl-carousel:hover .owl-nav .owl-prev {
	left: -20px;
}
.owl-carousel:hover .owl-nav .owl-next {
	right: -20px;
}
.owl-carousel.home-slider {
	z-index: 0;
	position: relative;
}
.owl-carousel.home-slider .slider-item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: calc(100vh - 0);
	min-height: 700px;
	position: relative;
}
.owl-carousel.home-slider .slider-item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: #ffa500;
	opacity: 0;
}
.owl-carousel.home-slider .slider-item .slider-text {
	color: #fff;
	height: calc(100vh - 117px);
	min-height: 700px;
	position: relative;
}
.owl-carousel.home-slider .slider-item .slider-text .bold-text {
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	bottom: 0;
	font-weight: 700 !important;
	font-size: 100px;
	color: rgba(255, 255, 255, 0.08);
}
.owl-carousel.home-slider .slider-item .slider-text h1 {
	font-size: 55px;
	color: #fff;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 10px;
	display: inline-block;
	position: relative;
}

.tab-content > .tab-pane {
	display: none;

}
.tab-content > .active {
	display: block;
}

@media (max-width: 991.98px) {
	.owl-carousel.home-slider .slider-item .slider-text h1 {
		font-size: 40px;
	}
}
.owl-carousel.home-slider .slider-item .slider-text p {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.8);
}
.owl-carousel.home-slider .slider-item .slider-text p a.scroll {
	color: rgba(255, 255, 255, 0.6);
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.owl-carousel.home-slider .slider-item .slider-text p strong {
	font-weight: 700;
}
.owl-carousel.home-slider .slider-item .slider-text p strong a {
	color: #fff;
}
.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}
.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span {
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span a {
	color: #fff;
}
.owl-carousel.home-slider .owl-nav .owl-prev span,
.owl-carousel.home-slider .owl-nav .owl-next span {
	color: #fff;
}
.owl-carousel.home-slider:hover .owl-nav .owl-prev,
.owl-carousel.home-slider:hover .owl-nav .owl-next {
	opacity: 1;
}
.owl-carousel.home-slider:hover .owl-nav .owl-prev {
	left: 20px;
}
.owl-carousel.home-slider:hover .owl-nav .owl-next {
	right: 20px;
}
.owl-carousel.home-slider .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 60px;
	width: 100%;
	text-align: center;
}
.owl-carousel.home-slider .owl-dots .owl-dot {
	width: 18px;
	height: 18px;
	margin: 5px;
	border-radius: 50%;
	background: #ffa500;
	background: 0 0;
	border: 2px solid rgba(255, 255, 255, 0.5);
	outline: none !important;
	position: relative;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	display: inline-block;
}
.owl-carousel.home-slider .owl-dots .owl-dot span {
	position: absolute;
	width: 12px;
	height: 12px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50% !important;
	left: 0%;
	top: 2px;
	display: block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.owl-carousel.home-slider .owl-dots .owl-dot.active {
	border: 2px solid #ffa500;
}
.owl-carousel.home-slider .owl-dots .owl-dot.active span {
	background: #ffa500;
}

a {
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	color: #ffa500;
}
a:hover {
	text-decoration: none;
	color: #ffa500;
}
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700|Poppins:400,600,700');
html,
body {
  height: 100%;
  font-family: "Montserrat", sans-serif
	  ;
	background-color: #212529  ;
}

.block-27 ul li.active a,
.block-27 ul li.active span {
	background: #ffa500;
	color: #fff;
	border: 1px solid transparent;
}
.block-7 {
	margin-bottom: 30px;
	padding: 30px;
	-webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.11);
	box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.11);
	background: #fff;
}
.blog-entry .text {
	position: relative;
	border-top: 0;
	border-radius: 2px;
}
.blog-entry .text .heading {
	font-size: 20px;
	margin-bottom: 16px;
	font-weight: 500;
}
.blog-entry .text .heading a {
	color: #fff;
}

.head {
	background-color: #fff;
}

.blog-entry .text .heading a:hover,
.blog-entry .text .heading a:focus,
.blog-entry .text .heading a:active {
	color: #ffa500;
}
.blog-entry .meta > div {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 15px;
}
.blog-entry .meta > div a {
	font-size: 15px;
	color: #8c8c8c;
}
.nav-pills .nav-link {
	border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: #ffa500;
	background-color: green;
}
	
	
	

.btn:hover,
.btn:active,
.btn:focus {
	outline: none;
}
.btn.btn-primary {
	background: #1f1f1f;
	border: 1px solid #121212;
	color: #fff;
}
.btn.btn-primary:hover {
	border: 1px solid #121212;
	background: 0 0;
	color: #121212;
}
.btn.btn-primary.btn-outline-primary {
	border: 1px solid #ffa500;
	background: 0 0;
	color: #ffa500;
}
.btn.btn-primary.btn-outline-primary:hover {
	border: 1px solid transparent;
	background: #121212;
	color: #fff;
}
.btn.btn-outline-white {
	border-color: rgba(255, 255, 255, 0.8);
	background: 0 0;
	border-radius: 0;
	border-width: 2px;
}
.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus,
.btn.btn-outline-white:active {
	background: #626262;
	border-color: #fff;
	color: #121212;
}

.nav-tabs .nav-item {
	margin-bottom: -1px;

}
#colorlib-main-nav ul li.active a span {
	color: #ffa500;
	
}
#colorlib-main-nav ul li.active a span:before {
	background: #ffa500;
	
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

.owl-carousel .owl-dots .owl-dot.active span {
	background: #ffa500;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}

.owl-carousel.home-slider .slider-item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: calc(100vh - 0);
	min-height: 700px;
	position: relative;
}
.owl-carousel.home-slider .slider-item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: #ffa500;
	opacity: 0;
}
.nav-fill .nav-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}
.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

body {
  padding-left: 0px;
	  height: 100%;
}
row  {
  padding-left: 0px;
	padding-right: 0px;
	  text-align: center;
	margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin: 0;
  color: #FFFFFF;
}

h1 {
  font-size: 40px;
}

h2 {

  font-size: 30px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h7 {
  font-size: 50px;
}


p {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 25px;
  font-family: "Raleway", sans-serif;
}

img {
  max-width: 100%;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

li,
ul {
  margin: 0px;
  padding: 10px;
	
	
		
}
#colorlib-main-nav ul li.active a span {
	color: #ffa500;
}
#colorlib-main-nav ul li.active a span:before {
	background: #ffa500;
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

.ftco-section {
	 display: flex;
justify-content: center;
  align-items: center;

	background-color: #181818;
}

.ftco-footer {
	 display: flex;
justify-content: center;
  align-items: center;
  margin: auto;
	background-color: #181818;
}

.ftco-bg-dark {
	 display: flex;
justify-content: center;
  align-items: center;
  margin: auto;
	background-color: #181818;
}

.media .ftco-icon span {
	color: #ffa500;
}
.ftco-media.ftco-media-shadow:hover,
.ftco-media.ftco-media-shadow:focus {
	top: -3px;
	-webkit-box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3);
	box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3);
}
.ftco-media .icon {
	font-size: 50px;
	display: block;
	color: #ffa500;
}

.ftco-footer-social li a:hover {
	color: #ffa500;
}

.footer-small-nav > li a:focus {
	color: #ffa500;
}
.media .ftco-icon {
	width: 100px;
}
.media .ftco-icon span {
	color: #ffa500;
}

.media .ftco-icon2 {
	width: 100px;
}
.media .ftco-icon2 span {
	color: #ffa500;
}


.ftco-footer-widget li a:hover {
	color: #ffa500;
}

/* ====================
  Common Styles
=======================*/

.spad {
  padding: 80px 0;
}

.no-p {
  padding-left: 10px;
  padding-right: 10px;
	padding-bottom: 20px;
	width: 33%;
}

[class*="-section"] {
	
  overflow: hidden;
}

.sec-title {
  margin-bottom: 10px;
  text-align: center;

}

.sec-title h2 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 60px;
}

.sec-title h7 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 60px;
}

.sec-title p {
  margin-bottom: 0;
}

.site-btn,
a.site-btn {
  font-family: "Montserrat", sans-serif;
  background: #333;
  color: #fff;
  padding: 15px 25px;
  border: 2px solid #333;
  border-radius: 30px;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: normal;
  transition: all 0.4s cubic-bezier(0.8, 0.26, 0.49, 0.97) 0s;
}

.site-btn:hover,
a.site-btn:hover {
  color: #FFA500  !important;
  background: transparent !important;
}

.site-btn:focus,
a.site-btn:focus {
  outline: none;
}
/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:#ffa500;
  z-index: 1000;
}


.container2 {
 margin: auto;

}

.container3 {
 margin: auto;

}


.pre-container {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}

.pre-container2 {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}

.pre-container3 {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}

.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

.spinner>div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0)
  }
  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.left-side {
  position: fixed;
  width: 55px;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  box-shadow: 5px 5px 50px rgba(162, 162, 162, 0.15);
  z-index: 20;
}

.logo {
  padding: 7px 7px;
}

.copy {
  position: absolute;
  bottom: -10px;
  left: 27px;
  transform: rotate(-90deg);
  font-size: 12px;
  width: 250px;
  height: 24px;
  transform-origin: left;
}

.nav-switch {
  position: absolute;
  width: 100%;
  height: 55px;
  padding-top: 20px;
  display: block;
  text-align: center;
  bottom: 0;
  cursor: pointer;
  top: 50%;
  margin-top: -30px;
  z-index: 2;
}

.nav-switch span {
  height: 4px;
  background: #333;
  width: 30px;
  display: block;
  margin-bottom: 4px;
  margin-left: 12px;
  border-radius: 15px;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.nav-switch .bar-one {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  bottom: 0px;
}

.nav-switch .bar-two {
  opacity: 1;
}

.nav-switch .bar-three {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  top: 0px;
}

.nav-switch.active .bar-one {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  bottom: -8px;
}

.nav-switch.active .bar-two {
  opacity: 0;
}

.nav-switch.active .bar-three {
  transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  top: -8px;
}

.mainmenu {
  position: fixed;
  width: 200px;
  height: 100%;
  left: -200px;
  background: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  z-index: 19;
  display: table;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.mainmenu.active {
  left: 40px;
  box-shadow: 5px 0 18px rgba(0, 0, 0, 0.1);
}

.mainmenu ul {
  display: table-cell;
  vertical-align: middle;
  list-style: none;
  padding: 0;
  margin: 0;
	
}

.mainmenu ul li a {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #333;
  font-size: 25px;
  font-weight: 600;
  display: block;
  padding-left: 45px;
  margin-bottom: 10px;
  transition: all 0.5s cubic-bezier(0.4, 0, 1, 1) 0s;
  box-shadow: 0 0 20px transparent;
}

.mainmenu ul li a:hover {
  text-decoration: none;
}

.mainmenu ul li:last-child a {
  margin-bottom: 0;
}

.mainmenu ul li.current a {
  color: #212529;
}



/* ====================
  Intro Section
=======================*/

.intro-section {
  height: 100%;
  position: relative;
}

.intro-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-bg:after,
#video-bg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0;
}

#bg_triangle{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.intro-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  display: table;
}

.intro-inner .intro-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.intro-inner .intro-content h2 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
  font-weight: bold;
}

.intro-inner .intro-content h3 {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}




ul#pills-tab {
	padding: 20px 0 20px 0;
}


.social2 {
  margin-top: 30px;
background-color: transparent;

}

.social a {
  color: #fff;
  display: inline-block;
  font-size: 40px;
  width: 40px;
  height: 40px;
  padding-top: 0px;
  border-radius: 20px;
  margin: 0 5px;
}




.social a:hover{
  color: #FFA500 ;
}
.social li a:hover{
  color: #FFA500 ;
}

.social2 a {
  color: #fff;
  display: inline-block;
  font-size: 30px;
  width: 40px;
  height: 40px;
  padding-top: 0px;
  border-radius: 20px;
  margin: 0 15px;
}

.social2 a:hover{
  color: #FFA500 ;
}
.social2 li a:hover{
  color: #FFA500 ;
}

.fa li a:hover{
  color: #FFA500 ;
	font-size: 20px;
}

.fa a:hover{
  color: #FFA500 ;
	font-size: 20px;
}

.fa a{
  color: #FFA500 ;
	font-size: 20px;

}

.fa li a:focus {
	color: #ffa500;
	font-size: 20px;
}
.sd {
  position: absolute;
  right: 26px;
  bottom: 80px;
  z-index: 4;
  color: #fff;
  transform: rotate(-90deg);
  transform-origin: right;
  font-size: 12px;
  font-weight: 300;
  line-height: 25px;
}

.sd:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  background: #fff;
  right: -110px;
  bottom: 12px;
}

.sd:hover,
.sd:focus {
  color: #fff !important;
}


/* ====================
  About Section
=======================*/
.about-section {
background-color: #181818;
}

.about-text h2 {
  margin-bottom: 40px;
}




.skills {
  margin-top: 50px;
}

.single-progress-item {
  margin-bottom: 35px;
  position: relative;
}

.single-progress-item p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.3em;
  margin-bottom: 0px;
  color: #D0D0D0;
}

.progress-bar-style {
  display: block;
  height: 5px;
  position: relative;
  width: 100%;
  border-radius: 25px;
	color: #FFA500;
}

.bar-inner {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background: #FFA500;
  border-radius: 25px;
}

.bar-inner span {
  position: absolute;
  right: 0;
  font-weight: bold;
  top: -20px;
  font-size: 15px;
  letter-spacing: 0.1em;
}


/* ====================
  Feature Section
=======================*/

.feature-section {
  background-color: #181818;
	margin: auto;

	
}
.contact-section{
  text-align: center;
  padding-top: 75px;
  padding-bottom: 20;
		padding-left: 45px;
}

tco-footer {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
		padding-left: 45px;
}


ftco-bg-dark {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
		padding-left: 45px;
}



ftco-section{
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
		padding-left: 45px;
}


.feature {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
		padding-left: 45px;
}

.feature h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.feature p {
  font-size: 15px;
  line-height: 21px;
}

.feature .icon {
  width: 65px;
  height: 65px;
  margin: 0 auto 20px;
  display: table;
  text-align: center;
  background: #333;
  border-radius: 50%;
  font-size: 30px;
  position: relative;
}

.feature .icon2 {
  width: 65px;
  height: 65px;
  margin: 0 auto 20px;
  display: table;
  text-align: center;
  background: #333;
  border-radius: 50%;
  font-size: 45px;
  position: relative;
}

.feature .icon i {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

.feature .icon:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #333;
  right: 5px;
  bottom: 4px;
}

.feature .icon2 i {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

.feature .icon2:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #333;
  right: 5px;
  bottom: 4px;
}

/* ====================
  Resumes Section
=======================*/

.fix-down {
  margin-bottom: -30px;
}

.resumes {
  list-style: none;
}

.resumes li {
  margin-bottom: 30px;
  padding: 20px;
  box-shadow: 0 0 25px rgba(68, 68, 68, 0.07);
  overflow: hidden;
  position: relative;
}

.resumes li:after {
  position: absolute;
  font-family: "FontAwesome" !important;
  font-size: 70px;
  right: 15px;
  bottom: 0;
  color: rgba(241, 241, 241, 0.74);
  z-index: 0;
  transform: scale(1);
  transition: all 0.4s;
}

.resumes li.edu:after {
  content: "\f19d";
}

.resumes li.expr:after {
  content: "\f0b1";
}

.resumes li:hover:after {
  transform: scale(2);
  opacity: 0.3;
}

.resumes li h3 {
  font-size: 16px;
  margin-bottom: 12px;
}

.resumes li h5 {
  margin-bottom: 8px;
}

.resumes li p {
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
  z-index: 1;
}
.home-video{
  background: #FFA500;
}

/* ====================
  Portfolio Section
=======================*/

.portfolio-section2 {
  background: #cacaca;
}

.portfolio-filter2 {
  padding: 0;
  margin-bottom: 40px;
  text-align: center;
}

.portfolio-filter {
  padding: 5px;
margin: auto;
  text-align: center;
	
}

.portfolio-filter li {
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  position: relative;
	margin: auto;
	
}


.portfolio-filter li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  top: 11px;
  background: #FFA500;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.portfolio-filter li.active:after {
  width: 100%;
}

.work-item {
  display: block;
  position: relative;
  overflow: hidden;
}

.work-item img {
  min-width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.work-item .overlay {
  position: absolute;
  overflow: hidden;
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  height: -webkit-calc(100% - 30px);
  left: 15px;
  top: 15px;
  background: transparent;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.work-item .overlay a {
  position: absolute;
  width: 165px;
  height: 115px;
  right: -85px;
  top: -75px;
  background: #fff;
  -webkit-transform: rotate(-45deg) scale(0.7);
  transform: rotate(-45deg) scale(0.7);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  padding-top: 50px;
  padding-left: 35px;
  font-size: 20px;
  color: #333;
  border-radius: 50%;
  box-shadow: -10px 2px 50px transparent;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.work-item .overlay a i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.work-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 11;
}

.work-info h2 {
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  top: -20px;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.work-info span {
  background: #fff;
  font-size: 11px;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 12px;
  font-weight: 700;
  position: relative;
  top: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.work-item:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.work-item:hover .overlay {
  background: rgba(0, 0, 0, 0.5);
}

.work-item:hover .overlay a {
  box-shadow: -10px 2px 50px rgba(0, 0, 0, 0.09);
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
  right: -18px;
  top: -40px;
}

.work-item:hover .work-info h2,
.work-item:hover .work-info span {
  top: 0;
  opacity: 1;
}


.mainmenu {
  position: absolute;
  left: 0;
  top: 50px;
  height: 50px;
  background: #fff;
  z-index: 220;
  padding-right: 20px;
  padding-left: 55px;
  border-radius: 60px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.mainmenu .menu-list li {
  display: inline;
}

.mainmenu .menu-list li a {
  display: inline-block;
  color: #333;
  padding: 15px 10px;
  margin-left: -80px;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.mainmenu.active {
  opacity: 1;
  left: 0;
}

.mainmenu.active .menu-list li a {
  opacity: 1;
  margin-left: 0px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.social {
  position: absolute;
  top: 60px;
  right: 0;
  background: #fff;
  height: 30px;
  z-index: 20;
  padding: 0 15px;
  border-radius: 30px;
}



.portfolio{
  width: 100%;
	
}

.portfolio-section {
  background: #212529;
	
}
.portfolio-section {
  position: relative;

	
}

.work-item {
  position: relative;
  overflow: hidden;
	border-radius : 2%;
}

.work-item a {
  display: table;
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  color: #fff ;
  margin-left: -25px;
  margin-top: -25px;
  background: #212529;
  text-align: center;
  border-radius: 50px;
  font-size: 30px;
  z-index: 9;
  transition: all 0.2s;
  transform: scale(0);
  opacity: 0.5;
  border: 1px solid;
  border-color: transparent;
}

.work-item a:hover {
  background: #212529;
  border-color:#FFA500 ;
  color: #fff;
}

.work-item a i {
  display: table-cell;
  vertical-align: middle;
}

.work-item:hover a {
  opacity: 1;
  transform: scale(1);
}

.work-item:hover .overlay:after {
  left: 0;
  width: 100%;
  transition: width 0.4s cubic-bezier(0.79, 0, 0.26, 0.96) 0s;
  -webkit-transition: width 0.4s cubic-bezier(0.79, 0, 0.26, 0.96) 0s;
}

.work-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.work-item .overlay:after {
  position: absolute;
  content: "";
  left: 100%;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  transition: inherit;
  -webkit-transition: inherit;
}

.work-item .overlay .work-meta {
  position: absolute;
  z-index: 6;
  bottom: 30px;
  left: 30px;
}

.work-item .overlay .work-meta h2 {
  color: #fff;
  font-size: 17px;
  margin-bottom: 10px;
  letter-spacing: 0.03em;
  font-weight: 400;
  position: relative;
  bottom: -90px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}

.work-item .overlay .work-meta h3 {
  color: #FFA500 ;
  background: #212529;
  font-size: 10px;
  font-weight: 500;
  font-family: Poppins;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: inline-block;
  padding: 3px 14px;
  line-height: normal;
  border-radius: 20px;
  position: relative;
  opacity: 0;
  bottom: -100px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.work-item:hover .work-meta h2 {
  opacity: 1;
  bottom: 0;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.work-item:hover .work-meta h3 {
  opacity: 1;
  bottom: 0;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}

.mb60 {
  margin-bottom: 60px;
}

.pt100 {
  padding-top: 100px;
}

.modal-open {
	overflow: hidden;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}
.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (0.5rem * 2));
}
.modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.show {
	opacity: 0.5;
}
.modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
}
.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto;
}
.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}
.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}
.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
	margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
	margin-right: 0.25rem;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
	}
	.modal-sm {
		max-width: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg {
		max-width: 800px;
	}
}


@media (max-width: 1200px) {
	.Portfolio {
		margin: 0px !important;
	}
}

ul#pills-tab {
	padding: 20px 0 20px 0;
}

.Portfolio img:hover {
	opacity: 0.8;
	transition: 0.3s;
}

.page {
	overflow-x: hidden !important;
}
.Portfolio {
	transition: 0.3s;
	opacity: 1;
	position: relative;
	margin: 5px;
	float: left;
	width: 180px;
	transition-duration: 0.4s;
	border-radius: 5px;
	animation: winanim 0.5s;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

.Portfolio img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}
 @media(min-width: 1200px) {
    .Portfolio {
      margin-left: 20px !important;
		
    }
  }

  .Portfolio {
    width: 30%;
    position: relative;
    margin: 5px;
    float: left;
    transition-duration: 0.4s;
    border-radius: 5px;
    animation: winanim 0.5s;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    margin-left: 25px;
  }
  @media(max-width: 1500px) {
    .Portfolio {
      width: 100%;

    }
  }


/* ====================
  Review Section
=======================*/

.review-section {
  background-image: url("../img/review-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.review-section:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.8;
}

.review-item {
  padding-top: 60px;
  text-align: center;
}

.review-item:before {
  position: absolute;
  content: "\f10e";
  font-family: 'FontAwesome';
  top: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid;
  border-radius: 30px;
  padding-top: 10px;
  left: 50%;
  margin-left: -20px;
  color: #dedede;
}

.review-item p {
  margin-bottom: 15px;
  color: #dedede;
}

.review-item h2 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #fff;
}

.review-item h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  color: #dedede;
}

.owl-dots {
  text-align: center;
  display: block;
  padding-top: 15px;
}

.owl-dots .owl-dot {
  width: 17px;
  height: 6px;
  background: #f9f9f9;
  display: inline-block;
  margin: 0 3px;
  border-radius: 10px;
  transition: all 0.4s;
}

.owl-dots .owl-dot.active {
  width: 6px;
}


/* ====================
  Contact Section
=======================*/

.contact-section {
  background: #212529;

}

.cont-info {
  text-align: center;
	

}

.cont-info .icon {
  width: 80px;
  height: 80px;
  display: table;
  background: #fff;
  font-size: 30px;
  box-shadow: 0 0 17px rgba(115, 115, 115, 0.15);
  border-radius: 50%;
  margin: 0 auto 20px;
}

.cont-info .icon i {
  display: table-cell;
  vertical-align: middle;
	
}

.cont-info .icon2 {
  width: 80px;
  height: 80px;
  display: table;
  background: #fff;
  font-size: 30px;
  box-shadow: 0 0 17px rgba(115, 115, 115, 0.15);
  border-radius: 50%;
  margin: 0 auto 20px;
}

.cont-info .icon2 i {
  display: table-cell;
  vertical-align: middle;
	
}

#contact-form {
		padding-left: 10px;
}


#contact-form input {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  padding: 10px;
  border: none;
  box-shadow: 0 0 12px rgba(101, 101, 101, 0.11);
  border-radius: 5px;
  background-color: #fff;

}

#contact-form input:hover,
#contact-form input:focus {
  outline: none;
}

#contact-form textarea {
  width: 100%;
  min-height: 140px;
  margin-bottom: 30px;
  padding: 10px;
  border: none;
  box-shadow: 0 0 12px rgba(101, 101, 101, 0.11);
  border-radius: 5px;
  background: #fff;
}

#contact-form textarea:hover,
#contact-form textarea:focus {
  outline: none;
}

#contact-form #send-form.done {
  background: #0fa049;
  border-color: #0fa049;
  color: #fff;
}

#contact-form #send-form.error {
  background: #0fa049;
  border-color: #0fa049;
  color: #fff;
}


/* ====================bt
  Responsive Section
=======================*/


/* Tablet desktop :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .profile-pic {
    margin-bottom: 20px;
  }
  .container {
    width: 710px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .profile-pic {
    margin-bottom: 20px;
  }
  .container2 {
    width: 710px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .profile-pic {
    margin-bottom: 20px;
  }
  .container3 {
    width: 710px;
  }
}
/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
  .cont-info {
    margin-bottom: 30px;
  }
  .cont-info:last-child {
    margin-bottom: 0;
  }
  .intro-inner .intro-content h2 {
    font-size: 45px;
  }
  .sd {
    display: none;
  }
  .profile-pic img{
    margin-bottom: 20px;
  }
}


/* small mobile :320px. */

@media only screen and (max-width: 479px) {
  .intro-inner .intro-content h2 {
    font-size: 35px;
  }
}
