/*
* ------------------------------------------------------------------
*
* Project: 
* Version: 1.0
* Created : 13/09/2019
* Template URI: www.qamsco.com
* Author Name: Shelley C Antony
* Author URI: http://www.fshdesign.org/
* Description: Oil And Gas trading
* Developer: Fsh Design
*
*
* -------------------------------------------------------------------
*/

/*

*/
body{
font-family: 'Montserrat', sans-serif;
font-size: 14px;
    font-weight: normal;
    line-height: 23px;
	color:#000;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
/*header*/


.bg-danger {
    background-color: #741414!important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}


.navigation .short-menu {
    	background: linear-gradient(-45deg, #741414, #6a0f0f, #2d0707, #721010);
	background-size: 400% 400%;
	animation: gradientBG 15s ease infinite;
    min-height:52px;
}
.navigation .branding-section {
    background-color:#fff;
    height:80px;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.main-nav {
background-color: transparent;
    height: 30px;
}
.logobg{
	background-image:url(../images/flag-triangle-3.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
    left: 22px;
}

.navbar-dark .navbar-toggler {
    color: #fff;
    font-size: 14px;
    border-color: transparent;
    outline: none;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #741414;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: rgb(236, 231, 231 0.7);
    background-clip: padding-box;
    border: 1px solid rgba(168, 168, 168, 0.15);
    border-radius: 0px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: solid 1px #fff;
}
.dropdown-item:last-child {

    border: 0;
    border-bottom: solid 0px transparent;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: #650e0e;
}

.logo {
	width: 238px;
	height: 51px;
    padding-top:15px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.shadow
    {
      position: relative;
    }
    .shadow:before, .shadow:after
    {
      position: absolute;
      z-index: -1;
      content: "";
      bottom: 25px;
      left: 10px;
      width: 50%;
      top: 80%;
      -webkit-box-shadow: 0 35px 20px #989898;
      -moz-box-shadow: 0 35px 20px #989898;
      box-shadow: 0 35px 20px #989898  ;
      -webkit-transform: rotate(-10deg);
      -moz-transform: rotate(-10deg);
      -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
      transform: rotate(-10deg);
    }
    .shadow:after
    {
      -webkit-transform: rotate(10deg);
      -moz-transform: rotate(10deg);
      -o-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      transform: rotate(10deg);
      right: 10px;
      left: auto;
    }
	
	.shadow2{
      position:relative;
    }
    .shadow2:after{
      z-index:-1;
      content:"";
      position:absolute;
      -webkit-box-shadow:0 0 40px rgba(0,0,0,0.8);
      -moz-box-shadow: 0 0 40px rgba(0,0,0,0.8);
      box-shadow:0 0 40px rgba(0,0,0,0.8);
      height:20%;left:10%;right:10%;width:80%;bottom:0px;
      -webkit-border-radius:100%;
      -moz-border-radius:100%;
      border-radius:100%;
    }
.top-contact{
	color:#fff;
	font-size:14px;
}
.top-contact i{ color:#fff;
	font-size:14px;
	padding-right:7px;
	padding-left:7px;
	}



/* slider */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}
.wow-caption{
	position:absolute;
	right:10%;
	top:45%;
	z-index:1500;
}
.wow-caption h2{
	font-size:18px;
	color:#fff;
	text-align:right
	}
.captionBtn{
	background-color: transparent;
	border: solid 1px #fff !important;
	color: #fff;
	font-size: 18px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-radius:7px;
	}
.captionBtn:hover, .captionBtn:active, .captionBtn:focus{
	background-color: #fff;
	border: solid 1px #fff !important;
	color: #741414;
}


/*about home*/
.top-abt{
	margin-top:137px;
}
.about-home p{
	text-align:center;
	color:#170505;
	font-size:14px;
}
.btnqam-1{
	background-color: #741414;
	padding-left:15px;
	padding-right:15px;
	border:solid 1px #741414;
	padding-top:10px;
	padding-bottom:10px;
	font-size:14px;
	color:#fff;
	}
.btnqam-1:hover, .btnqam-1:active, .btnqam-1:focus{
	background-color: #000;
	color:#fff;
	border:solid 1px #000;
}
/*about home*/

/*why choose*/
.why-choose{
	background-image:url(../images/why-choosebg.jpg);
	background-size:100%;
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-top:75px;
	}
.why-choose .title {
	color:#741414;
	font-size:22px;
	font-weight:500;
	padding-bottom:10px;
}
.why-choose p {
	color:#170505;
	font-size:14px;
	text-align:justify;
	
}
.whychoose-sep{
	width:55px;
	height:2px;
	background-color:#741414;
	margin-bottom:10px;
	}
.why-choose a{
	color:#741414;
	font-size:13px;
	font-weight:700;
	}
/*why choose*/

/*title*/
.main_title{
	font-size:30;
	text-align:center;
	padding-top:20px
	}
.main_title span{
    color:#741414;
	font-weight:bold;
	}
.subtitle{
	color:#424242;
	font-size:16px;
	font-style:italic;
	text-align:center;
	}
.main_title2{
	font-size:30;
	text-align:left;
	color:#000000;
	text-transform:uppercase;
	}
.main_title3{
	font-size:30;
    color:#741414;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	}
/*title*/



/*services*/
.serviceBox{
	padding:10px;
	}
		.sercolor{
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 30px;
	padding-left: 25px;
	padding-right: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
	}
			.sercolor:last-child{
		background-color:#fff;
		padding-top:50px;
	padding-bottom:30px;
	padding-left:25px;
	padding-right:25px;
	border:solid 1px #ddd;
	}
	.sercolor-1{
		background-color:#170505;
		padding-top:50px;
	padding-bottom:30px;
	padding-left:25px;
	padding-right:25px;
	}
	.sercolor-2{
	background-color:#5f090b;
	padding-top:30px;
	padding-bottom:30px;
	}
	.sercolor-3{
	background-color:#72080a;
	padding-top:30px;
	padding-bottom:30px;
	}
	.sercolor-4{
	background-color:#803738;
	padding-top:30px;
	padding-bottom:30px;
	}
	.sercolor-5{
	background-color:#954646;
	padding-top:30px;
	padding-bottom:30px;
	}
	.sercolor-6{
	background-color:#420001;
	padding-top:30px;
	padding-bottom:30px;
	}
.iconBox{
	width:58px;
	height:58px;
	margin-bottom:15px;
}
.serHeader{
	font-size:21px;
	color:#741414;
	margin-bottom:20px
	}
.serviceBox p{
	font-size:14px;
	line-height:23px;
	color:#000;
	}
.serSep{
	height:2px;
	width:55px;
	background-color:#741414;
	margin-top:30px;
	margin-bottom:30px;
	}
.serBtn i{
	font-size:30px;
	color:#741414;
	}
	


/* HOVER */
@keyframes hover {
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(-6px);
  }
}
@keyframes shadow {
  0% {
    transform: translateY(6px);
    opacity: .4;
  }
  50% {
    transform: translateY(3px);
    opacity: 1;
  }
  100% {
    transform: translateY(6px);
    opacity: .4;
  }
}
.hover {
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
}
.hover:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  transition-duration: 0.3s;
  transition-property: transform opacity;
}
.hover:hover {
  transform: translateY(-6px);
  animation-name: hover;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.hover:hover:before {
  opacity: .6;
  transform: translateY(6px);
  animation-name: shadow;
  animation-duration: 1.5s;
  animation-delay: .3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}


/*services*/

/*counter*/
/* PULSE */
@keyframes pulse {
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
}
.pulse:hover {
  animation-name: pulse;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  animation-direction: reverse;
}
.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 23.5%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
	position: relative;
	display:inline;
	display: inline-block;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}
.end { margin-right: 0 !important; }
/* Column Grids End */

.counterwrap {  margin: 30px auto; position: relative;}
.counter { background-color: #170505; padding: 20px 0; border-radius: 5px;}
.count-title { font-size: 25px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; color:#fff; }
.count-text { font-size: 20px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; color:#fff;}
.counter-sep{width:55px;
height:2px;
background-color:#741414;;
margin-left:auto;
margin-right:auto;
margin-top:8px;
}
.counterwrapbg {
	background-image:url(../images/counterbg.jpg);
	background-position:bottom center;
	background-size:100%;
	background-repeat:no-repeat;
	padding-top:50px;
	padding-bottom:50px;
}
/*counter*/

/*latest news and blogs*/
.newsBox{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color:#fff;
border: solid 1px #ddd;
	overflow:hidden;
	}
.newsImg{
	height:250px;
	width:100%;
		overflow:hidden;
		-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
	}
	.nImg{
	background-size: cover !important;
	background-position: center center;
	overflow:hidden;
	width: 100%;
    height: auto;

	}
	.newscont{
		display:block;
		overflow:hidden;
		height:60px;
		}
.newsImg2{
	height:200px;
	width:100%;
		overflow:hidden;

	}

.newsDate{
	color:#420001;
	font-size:14px;
	text-align:center;
	margin-top:25px;
	}
.newsDate span{
	color:#292929;
	}
.newsTitle a{
	margin-bottom:25px;
	font-size:24px;
	text-align:center;
	display:block;
	color:#420001;
	}
.newsBox p{font-size:14px;
	text-align:center;
		color:#0a0a0a;
		padding-bottom:25px;
		}
/*latest news and blogs*/

/*cta*/
.cta{
	border:solid 1px #741414;
	background-color:#fff;
	padding-top:25px;
	margin-bottom:35px;
	border-radius:5px;
	}
.cta h5{
	font-size:18px;
	color:#741414;
	}
.cta p{
		font-size:18px;
	color:#000;
	}
.ctabtn{
	background-color: #741414;
	border: solid 1px #741414;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	color:#fff;
	}
.ctabtn:hover, .ctabtn:active, .ctabtn:focus{
	background-color: transparent;
	border: solid 1px #741414;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	color:#741414;
	}
/*cta*/

/*clients*/
.clients p{
	font-size:14px;
	color:#000;
	padding-top:30px;
}
.marquee0 img{
	border:solid 1px #ddd;
	margin-left:2px;
	}

/*clients*/

/*footer*/
.footer{

	}
.footer{
		margin: 0;
	width: 100%;
	height: auto;
	font-family: "Exo", sans-serif;
	color: #fff;
	background: linear-gradient(-45deg, #741414, #350909, #ab0707, #850b0b);
	background-size: 400% 400%;
	animation: gradientBG 15s ease infinite;
	padding-bottom:50px;
}

@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.footerbg{
	background-image:url(../images/flag-triangle-2.png);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	height:50px;
	margin-bottom:50px;
}
.footer h6{
	font-size:16px;
	color:#d2d2d2;
	padding-bottom:15px;
	}
.footer h6:after {
    content: "";
    display: block;
    background: #E85959;
    height: 3px;
    margin-top: 6px;
    width: 52px;
    transition: .4s;
    -webkit-transition: .4s;
}
.footer h6:hover:after {

    width: 72px;

}

.footer p{
		color:#fff;
		font-size:14px;
	}
.footer p a{
	color:#E85959;
}
.footer p a:hover{
	color: #170505;
}
.footer ul {
	padding-inline-start: 0px;
}
.footer ul li{
	list-style:none;
		color:#fff;
		font-size:14px;
	}
.footer ul li a{
		color:#fff;
		font-size:14px;
		line-height:23px;
	}
.footer ul li a:hover{
	color:#E85959;
}
.socicon{
	width:35px;
	height:35px;
	float:left;
	background-color:#E85959;
	border-radius:50px;
	text-align:center;
	margin-right:6px;
	}
.socicon a{
		
}
.socicon:hover{
	background-color:#170505;
	}
.socicon a i{
	line-height:35px;
	color:#fff;
	font-size:14px;
}

.subscribe input {
	/* 	background: rgba(255, 13, 254, 0.90); */
	width: 100%;
	display: inline-block;
	text-align: center;
	background: #eee;
	padding: 10px;
	outline: none;
	border: none;
	color: #222;
	transition: 0.3s linear;
	text-align: left;
	font-size:14px;
}
.subscribe::placeholder{color: #e85959;

}
.subscribe input:focus {background: rgba(0, 0, 0, 0.10);}

.subscribe button {
	background-image: linear-gradient(to left, rgba(232, 89, 89, 0.75) 0%, rgba(232, 89, 89, 0.86) 100%);
	box-shadow: 0 9px 25px -5px #741414;
	font-family: 'Abel', sans-serif;
	padding: 0.5em 1.9em;
	margin: 0.3em 0 0 0;
	font-size: 1.4em;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 1em;
	outline: none;
	border: none;
	transition: 0.3s linear;

}
.subscribe button:hover{transform: translatey(2px);}
.subscriber button:active{transform: translatey(5px);}
/*footer*/

/*footer-bottom*/
.footer-bottom{
	background-color:#5b0d0d;
	}
.footer-bottom p{
	color:#fff;
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
	font-size:12px;
	font-family: 'Montserrat', sans-serif;
}


	/*conatct */
	.section1 {
	text-align: center;
	display: table;
	width: 100%;
}
.section1 .shtext {
	display: block;
	margin-top: 20px;
}
.section1 .seperator {
	border-bottom:1px solid #a2a2a2;
	width: 35px;
	display: inline-block;
	margin: 20px;
}

.section1 h1 {
	font-size: 40px;
	color: #A44DD8;
	font-weight: normal;
}

.section2 {
    width: 100%;
    margin: 25px auto;
}
.section2 .col2 {
	width: 48.71%;
}
.section2 .col2.first {
	float: left;
}
.section2 .col2.last {
	float: right;
}
.section2 .col2.column2 {
	padding: 0 30px;
}
.section2 span.collig {
	color: #a2a2a2;
	margin-right: 10px;
	display: inline-block;
	height: 80px;
    width: 80px;
    background-color: #741414;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
	color:#fff;
	margin-top:15px;
}
.section2 .sec2addr {
	display: block;
	line-height: 26px;
}
.section2 .sec2addr p:first-child {
	margin-bottom: 10px;
}
.section2 .sec2contactform input[type="text"], 
.section2 .sec2contactform input[type="email"],
.section2 .sec2contactform textarea {
    padding: 18px;
    border: 0;
    background: #EDEDED;
    margin: 7px 0;
}
.section2 .sec2contactform textarea {
	width: 100%;
	display: block;
	color: #666;
  resize:none;
}
.section2 .sec2contactform input[type="submit"] {
	padding: 15px 40px;
	color: #fff;
	border: 0;
	font-size: 16px;
	text-transform: uppercase;
	margin: 7px 0;
	cursor: pointer;
	background-color: #741414;
}
.section2 .sec2contactform h3 {
	font-weight: normal;
	margin: 20px 0;
	margin-top: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 19px;
	color: #741414;
}

/* @media querries */

@media only screen and (max-width: 1266px) {
	.section2 {
		width: 100%;
	}
}
@media only screen and (max-width: 960px) {

	.section2 .col2 {
		width: 100%;
		display: block;
	}
	.section2 .col2.first {
		margin-bottom: 10px;
	}
	.section2 .col2.column2 {
		padding: 0;
	}
	body .sec2map {
		height: 250px !important;
	}
}
@media only screen and (max-width: 768px) {
	.section2 .sec2addr {
		font-size: 14px;
	}
	.section2 .sec2contactform h3 {
		font-size: 16px;
	}
	.section2 .sec2contactform input[type="text"], .section2 .sec2contactform input[type="email"], .section2 .sec2contactform textarea {
		padding: 10px;
		margin:3px 0;
	}
	.section2 .sec2contactform input[type="submit"] {
		padding: 10px 30px;
		font-size: 14px;
	}
}
@media only screen and (max-width: 420px) {
	.section1 h1 {
		font-size: 28px;
	}	
}
/* Effect 8 */
 .hovicon.effect-8 {
    background: #741414;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.hovicon.effect-8:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(116, 20, 20, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.hovicon.effect-8:hover {
    background: #741414;
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}
.hovicon.effect-8:hover i {
    color: #fff;
}
.hovicon.effect-8:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(116, 20, 20, 0.1), 0 0 10px 10px #741414, 0 0 0 10px rgba(116, 20, 20, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(116, 20, 20, 0.1), 0 0 10px 10px #741414, 0 0 0 10px rgba(116, 20, 20, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(116, 20, 20, 0.1), 0 0 10px 10px #741414, 0 0 0 10px rgba(116, 20, 20, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(116, 20, 20, 0.1), 0 0 10px 10px #741414, 0 0 0 10px rgba(116, 20, 20, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(116, 20, 20, 0.1), 0 0 10px 10px #741414, 0 0 0 10px rgba(116, 20, 20, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(116, 20, 20, 0.1), 0 0 10px 10px #741414, 0 0 0 10px rgba(116, 20, 20, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
.hovblock {
    float: left;
    width: 100%;
    height: 150px;
	font-size: 14px;
}
.hovicon {
    display: inline-block;
    font-size: 12px;
    line-height: 80px;
    cursor: pointer;
    margin: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    /* position: relative; */
    text-decoration: none;
    z-index: 1;
    color: #fff;
}
.hovicon.small {
    font-size: 20px;
    line-height:45px;
    width:45px;
    height:45px;
    margin:7px;
}
.hovicon.mini {
    font-size: 15px;
    line-height:32px;
    width:30px;
    height:30px;
    margin:7px;
}
.hovicon.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}
.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
					/*contact*/
	
	
	/*breadcrump*/
	.bread-top{
		margin-top: 37px;
		}
.breadcrumb {
    color: #741414;
    background-color: #ffffff;
    display: block;
    border-radius: 0px;
    padding: 4px 7px 4px 7px;
    border-bottom: solid 1px #e8e8e8;
    border-top: solid 1px #e8e8e8;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 600;
	box-shadow: shadow-gen(6, 0px, 2px, 3px, rgba(0,0,0,0.05))
}
.breadcrumb p{
	    margin-bottom: 0rem;
		text-transform: uppercase;
	}


.breadcrumb a {
    color: #000;
	text-decoration:none;
}
.breadcrumb a:hover {
    color: #741414;
}
	/*breadcrump*/
	
	
	/*division oil*/
.division-oil{
	padding-top:25px;
	padding-bottom:75px;
	}
	/*division oil*/
	
	/*division oil side menu*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
#cssmenu {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 16px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 13px;
    text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  background: #741414;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  border-bottom: solid 1px #690f0f;
}

#cssmenu > ul > li > a:hover {
  color: #fff;
  background-color: #530909;
}
#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu ul ul li a {
  padding: 14px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 13px;
  text-decoration: none;
    color: #e1afaf;
    background: #841b1b;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul ul li a {
  padding-left: 32px;
}
#cssmenu ul ul li a:hover {
  color: #fff;
}
#cssmenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background: #ddd;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background: #ddd;
}
	/*division oil side menu*/


	/*about section*/
	.aboutimg-title{
		display:block;
		height:60px;
		text-align:center;
		font-weight:bold;
		font-size:13px;
		margin-bottom:15px;
		}
	/*about section*/
	video {
    width: 100%;
}
.ultravid iframe{float:left}
.title2{
	font-size: 30px;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
	text-transform: uppercase;
	color: #2b0100;
}
.ultraabt p{
	text-align: justify;
	color: #2d2d2d;
	
}
.diagonalbg{background:linear-gradient(155deg, red, red 40%, white 40%, white);}
.ultraBg{
	padding-top: 60px;
	padding-bottom: 60px;
	background-image:url(../images/ultrail-background.jpg);
	background-position: center center;
	background-size: cover;
}
.productBg{padding-top: 60px;
	padding-bottom: 60px;
	background-image:url(../images/ultraproduct--bg.jpg);
	background-position: center center;
	background-size: cover;}
	.productBg p{
		padding-top: 10px;
		text-align: center;
		font-weight: 600;
		color: #2d2d2d;
	}
.ultraBg h2{color:#fff;}
.ultraBg p{
	color:#fff;
}
.ultrafet{
	background-color: #ebf2fa;
}
.ultrafet ul li{color: #2d2d2d;
	}
.ultrafet h2{
	color: #2b0100;
}
.ultrafet p{color: #2d2d2d;}
.ultrabtn{
    position: fixed;
    bottom: 100px;
    right: 10px;
}