/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto');

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(css/animate.css);
@import url(css/camera.css);
@import url(css/flaticon.css);
@import url(css/prettyPhoto.css);
@import url(css/owl.carousel.css);
@import url(css/font-awesome.min.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/

body {
    color: #999999;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.80857;
}

html, body{
	height: 100%;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 120% !important;
    color: #333333;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

a {
    color: #222222;
    text-decoration: none;
    outline: none;
}

a {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

ul, li, ol{
	margin: 0px;
	list-style: none;
	padding: 0px;
}


.btn{
	background: #333333;
	color: #ffffff;
	padding: 14px 20px;
	border-radius: 100px;
	overflow: hidden;
	border: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	cursor: pointer;
}

.btn:hover{
	color: #ffffff;
}

.hvr-bounce-to-top{
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.hvr-bounce-to-top::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ba2020;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover::before, .hvr-bounce-to-top:focus::before, .hvr-bounce-to-top:active::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
*:focus, *:active {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/

.navbar-expand-sm .navbar-nav .nav-link,
.navbar-expand-md .navbar-nav .nav-link,
.navbar-expand-lg .navbar-nav .nav-link,
.navbar-expand-xl .navbar-nav .nav-link
 {
	padding-left:1rem
}

.navbar-dark{
	background-color: transparent;
	transition: all 0.3s ease 0s;
}

.navbar-dark .navbar-nav .nav-link{
	color: #ffffff;
	letter-spacing: 1px;
	font-size: 14px;
	position: relative;
	text-transform: capitalize;
}
.navbar-dark .navbar-nav .nav-link:hover{
	color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link.active{
	font-weight: 600;
}
.navbar-dark .navbar-nav .nav-link::after {
    content: '';
    width: 0;
    height: 3px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
    border-radius: 0px;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: -1;
}
.navbar-dark .navbar-nav .nav-link.active{
	color: #ba0202;
}
.navbar-dark .navbar-nav .nav-link.active::after {
	width: 100%;
	height: 42px;
	border-radius: 200px 100px 100px 0px;
}
.navbar-dark .navbar-brand{
	background-image: url(images/logo_long_200.png);
    background-repeat: no-repeat;
    width: 200px; /*or your image's width*/
    height: 46px; /*or your image's height*/
    margin: 0;
    padding: 0;
}


#mainNav.navbar-shrink .navbar-nav .nav-link{
	color: #ba0202;
}

#mainNav.navbar-shrink .navbar-nav .nav-link::after{
	background: #ba0202;
}

#mainNav.navbar-shrink .navbar-nav .nav-link.active{
	color: #ffffff;
}

#mainNav.navbar-shrink .navbar-brand img{
	max-width: 130px;
}
#mainNav.navbar-shrink .navbar-brand{
	background-image: url(images/logo_long_w_200.png);
    background-repeat: no-repeat;
    width: 200px; /*or your image's width*/
    height: 46px; /*or your image's height*/
    margin: 0;
    padding: 0;
}



/*------------------------------------------------------------------
    SECTIONS
-------------------------------------------------------------------*/

.main-banner{
	height: 100%;
	position: relative;
}

.main-banner{
	display: table;
    width: 100%;
	text-align: center;
}
.main-banner::after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    z-index: 0;
    opacity: .6;
}
.heading{
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}
.heading h1{
	color: #ffffff;
	font-weight: 700;
	font-size: 62px;
	text-transform: capitalize;
}
.heading p{
	font-size: 18px;
	padding: 20px 0px;
}

.heading h3{
	color: ffffff;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* -------------------------------- 
	xclip 
-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
  color: #ffffff;
  font-size: 30px;
}
.cd-headline.clip span b{
	text-transform: uppercase;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}

#mainNav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
	-webkit-animation: fadeInDown 700ms;
	animation: fadeInDown 700ms;
	-webkit-backface-visibility: hidden;
	border-radius: 0px;
	background: rgba(255, 255, 255) none repeat;
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
}

.section {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 70px 0;
}

.section.wb {
    background-color: #ffffff;
}

.section.lb {
    background-color: #f2f3f5;
}

.section.db {
    background-color: #111111;
}

.section-title {
    display: block;
    position: relative;
    margin-bottom: 60px;
}

.section-title p {
    color: #999;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    margin: 0;
}

.section-title h3 {
    font-size: 38px;
    font-weight: 500;
    line-height: 62px;
    margin: 0 0 25px;
    padding: 0;
    text-transform: none;
}

.section.colorsection p,
.section.colorsection h3{
    color: #ffffff;
}

/*------------------------------------------------------------------
    WHAT ARE WE
-------------------------------------------------------------------*/

.right-box-pro{
	position: relative;
	border-radius: 200px 100px 100px 0px;
	overflow: hidden;
}
.right-box-pro img{
	position: relative;
	z-index: 2;
}
.right-box-pro::before {
    content: "";
    /*background: url(images/country-quilt-dark.png);*/
    width:  100%;
    height: 100%;
	border-radius: 200px 100px 100px 0px;
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: 0;
}

.message-box h4 {
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #999;
}

.message-box h2 {
    font-size: 38px;
    font-weight: 600;
    padding: 0 0 10px;
    margin: 0;
    line-height: 62px;
    margin-top: 0;
    text-transform: none;
}

.message-box p {
    margin-bottom: 20px;
}

/*------------------------------------------------------------------
    WHAT WE HAVE
-------------------------------------------------------------------*/

.enfinity-logo{
	height:50px;
	margin-right:5px;
}

.enfinity-name{
	height:30px;
}

.product-box{
	height:100%;
	padding-bottom:30px;
}

.product-inner-box{
	height:100%;
	padding: 1em 2em;
	background: #ffffff;
	margin-bottom: 30px;
	border-radius: 100px 50px 50px 0px;
	position: relative;
	transition: all 0.3s ease-in-out 0s;
}

.product-icon{
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	position: relative;
	z-index: 1;
}
.product-icon i{
	font-size: 50px;
	color: #333333;
}
.product-icon object{
	height:50px;
	width:50px;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	fill:red;
	stroke:red;
	color-fill: red;
}
.product-icon svg{
	width:50px;
	height:50px;
	fill:#333333;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 50%);
}
.product-box h2{
	font-size: 18px;
	font-weight: 600;
	position: relative;
	z-index: 1;
}
.product-box p{
	font-size: 16px;
	position: relative;
	z-index: 1;
	text-align:justify;
}

.product-inner-box::after{
	background: #ba0202;
	width: 0px;
	height: 0px;
	content: "";
	position: absolute;
	right: 0px;
	bottom: 0px;
	border-radius: 100px 50px 50px 0px;
	transition: all 0.3s ease-in-out 0s;
	z-index: 0;
}
.product-inner-box:hover::after{
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out 0s;
}

.product-inner-box:hover .product-icon svg{
	fill: #ffffff;
}

.product-box:hover .product-icon i{
	color: #ffffff;
}

.product-box:hover h2{
	color: #ffffff;
	transition: all 0.3s ease-in-out 0s;
}
.product-box:hover p{
	color: #ffffff;
}

/*------------------------------------------------------------------
    VISION & MISSION
-------------------------------------------------------------------*/

.vm-box {
	margin-bottom:30px;
}
.vm-inner-box{
	-webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
	box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
	background: #ffffff;
	border-radius: 200px 100px 100px 0px;
	height:100%;
}

.vm-img{
	position: relative;
	border-radius: 200px 100px 100px 0px;
	overflow: hidden;
}

.vm-inner-box:hover .vm-img::before{
	opacity: .6;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.vm-inner-box .vm-img::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(51, 51, 51, 0.80);
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

.vm-info{
	padding: 0px 15px 40px 15px;
	/*background: #ffffff;*/
	text-align: left;
	margin-top: 40px;
}

.vm-info p{
	margin: 0px;
	text-align:justify;
}

.vm-info h4{
	font-size: 18px;
	font-weight: 700;
}

/*------------------------------------------------------------------
    FOOTER
-------------------------------------------------------------------*/
.footer {
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    background-color: #1f1f1f;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding: 30px 0px;
    overflow: hidden;
	font-size:14px;
}

.footer-links {
    list-style: none;
    margin: 0 0 10px;
    text-transform: uppercase;
    padding: 0;
}

.footer-links a {
    color: #999;
    display: inline-block;
    line-height: 1.8;
    margin: 0 10px 0 10px;
    text-decoration: none;
}

.footer-links a:hover,
.footer a:hover {
    color: #333333 !important;
}

.footer-links li {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
}

.copyright {
    font-weight: 300;
    color: #666;
    padding: 0;
}

.copyright .company-name {
    font-weight: 300;
    color: #fff;
    padding: 0;
}

/*------------------------------------------------------------------
    Scroll to top
-------------------------------------------------------------------*/

.dmtop.show {
    bottom: 10px;
}

.dmtop {
    background-color: #3C3D41;
    z-index: 100;
    width: 50px;
    height: 50px;
    line-height: 47px;
    position: fixed;
    bottom: -100px;
    border-radius: 3px;
    right: 10px;
    text-align: center;
    font-size: 28px;
    color: #ffffff !important;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

/*------------------------------------------------------------------
    Pre-loader
-------------------------------------------------------------------*/

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #333333;
    z-index: 11000;
    position: fixed;
    display: block
}


#main-ld {
  width: 70px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 17px);
  left: calc(50% - 35px);
}
#loader {
  width: 70px;
  height: 70px;
  border-style: solid;
  border-top-color: #797070;
  border-right-color: #797070;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotate 3s ease-in-out infinite;
  transform: rotate(-200deg);
}
#loader-logo{
  position:absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@keyframes rotate {
  0% { border-width: 10px; }
  25% { border-width: 3px; }
  50% { 
    transform: rotate(115deg); 
    border-width: 10px;
  }
  75% { border-width: 3px;}
  100% { border-width: 10px;}
}


/*------------------------------------------------------------------
    Our Values
-------------------------------------------------------------------*/

.our-values {
	text-align: justify;
	margin-bottom:30px;
}
.our-values .pic{
    border-top: none;
    border-bottom: 5px solid #ba0202;
    border-radius: 200px 100px 100px 0;
    overflow: hidden;
    transition: all 0.5s ease 0s;

}
.our-values:hover .pic{    
    border-bottom-color: #1c142b;
    border-radius: 100px 100px 100px 0;
}

.our-values .pic img{
    width: 100%;
    height: auto;
    transition: all 0.5s ease 0s;
}

.our-values .content{
	padding: 20px 0; 
}

.our-values .title{
    font-size: 18px; /*22px;*/
    font-weight: 900;
    color: #ba0202;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.our-values .post{
    display: block;
    font-size: 16px; /*17px;*/
    color: #797070;
    /*text-transform: capitalize;*/
    margin-bottom: 10px;
}
@media only screen and (max-width: 990px){
    .our-values{ margin-bottom: 30px; }
	
}
@media (max-width: 767px) {
		.our-values .pic{
			width:70%:
		}
}

/*------------------------------------------------------------------
    Contact
-------------------------------------------------------------------*/

#contact {
    /*background: url(images/1.jpg) no-repeat center center #ffffff;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;*/
}
.contact{
	margin-bottom:30px;
}
.contact-box {
	border-radius: 100px 50px 50px 0;
	background-color: #ffffff;
	padding:30px;
	padding-top:50px;
	border-top:none;
	border-bottom:5px solid #ba0202;
	overflow:hidden;
	height:100%;
	text-align:right;
}
.contact-box:hover{
    border-bottom-color: #1c142b;
    border-radius: 100px 100px 100px 0;
}
	
.contact-box h2{
	color:#ba0202;
	font-weight:700
}
.contact-box:hover h2{
	color:#1c142b;
}
