/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700');

body{
	font-family: 'Noto Sans', sans-serif;
	font-size:14px;
	line-height:22px;
	color:#212121;
	background:#fcfcfc;
}

h1{
	font-size:28px;
	font-weight:bold;
	color:#3e332f;
	margin-bottom:10px;
	
}
a
{
	color: #8e7946;
}
a:hover
{
	color: #000000;
}
p
{
	text-align:justify;
}
 #bVideo
   {
	   width:650px;
   }
.list-style 
{
	list-style-type:none;
	padding-left:0px;
}
.list-style li
{
    position: relative;
    padding-left: 16px;
    margin-bottom: 10px;
    text-align: justify;	
}
.list-style li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: "\f0da";
    color: #a38b4a;
    font-size: 15px;
}
.list-style li ul li:before {
       content: "";   
}
.img-alignment
{
	margin:0 auto;
}
.top-20{
	margin-top:20px;
		
}
.big-text
{
	font-size:16px;
	line-height:25px;	 
	font-style:italic;
}
.big-text span
{
	color: #d2ac67;
    font-size: 22px;
}
.text-link
{
	font-size:16px;	
}
.page-title
{
	font-size:24px;
	color: #3e332f;
	line-height:35px;
	margin-bottom:20px;
	font-weight:600;
}
.page-title span
{
  border-bottom: 3px solid #d2ac67;
  padding-bottom:2px;
}

@media only screen 
and (max-width : 320px) {
	
	h1{
		font-size:22px;
		font-weight:bold;
		color:#212121;	
	}
	
	.btm-35{
		margin-bottom:35px;		
	}
	
}

header{
	float:left;
	width:100%;	
	padding-top:10px;
	z-index:5;
	background:rgba(250,250,250, 0.8);
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
header.sticky{
	position:fixed;
	float:left;
	height:79px;
	padding-top:0;
	transition: all 0.4s ease;
	background:rgba(250,250,250, 0.8);
	z-index:5;
	}




.head-sect{
	width:100%;
	/*position:fixed;*/

	z-index:5;
	/*background:rgba(250,250,250, 0.8);
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
	*/
}
.banner-section
{
	background-image:url(../images/aboutus-banner.jpg);
	background-repeat:no-repeat;background-position:center center;
	background-size:cover;
}
.banner-ir
{
	background-image:url(../images/ir-banner.jpg);
	background-repeat:no-repeat;background-position:center center;
	background-size:cover;
}
.banner-products
{
	background-image:url(../images/servises-banner.jpg);
	background-repeat:no-repeat;background-position:center center;
	background-size:cover;
}
.banner-contact
{
	background-image:url(../images/contact-banner.jpg);
	background-repeat:no-repeat;background-position:center top;
	background-size:cover;
}

.banner-section .page-heading, .banner .page-heading
{
	
	position:relative;min-height:270px;
}
.banner-section .page-heading span, .banner .page-heading span
{
	background-color:rgba(163,139,74,0.8);padding:5px 20px 2px 20px;
	font-weight:700;
	position:absolute;right:0;bottom:0;font-size:40px;text-transform:uppercase;color:#fff;
	line-height:50px;font-family: 'Nunito', sans-serif;font-style:italic;
}
#content-body
{
	margin:40px 0px;
}

/*Navigation Css Starts here*/
.navigation {
 

}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav-container {
  max-width: 1170px;
  margin: 0 auto;
}

nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
  margin-right:20px;
 
  /*background: rgba(250,250,250, 0.9);*/
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 10px; 
  font-size:15px;
  line-height: 74px;  
  color: #111111;
  text-decoration: none;
  text-transform:uppercase;
   border-bottom:3px solid #fafafa;
  
}
nav ul li:last-child 
{
	margin-right:0px;
}
nav ul li a:hover
{
 /* background: #2581DC;*/
  color: #a38b4a;
  text-decoration:none;
  border-bottom:3px solid #a38b4a;
}

nav ul li a.active{
	color: #a38b4a;
  	text-decoration:none;
 	font-weight:600;
	border-bottom:3px solid #a38b4a;
	
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
nav ul li:hover a:not(:only-child):after
{
  color:#a38b4a;
}

.nav-dropdown {
  position: absolute;
  display: none;  
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  background: rgba(250,250,250, 0.99);
  
}

.nav-dropdown li a:hover
{
	border-bottom:0px;
}
.nav-dropdown li 
{
	min-width:190px;
	margin-right:0px !important
}
.nav-dropdown li a
{
	padding:12px 15px!important;line-height:20px !important;
	font-size:14px !important;text-transform:none !important;
} 

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 18px;
  right: 28px;
  /*background: #d3b06f;*/
  height: 60px;
  width: 60px;
}

@media only screen and (max-width: 800px) {
  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
/*    padding: 70px 0 15px;*/
	    padding: 70px 0 0;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
	 background-color:#fafafa;
	 z-index:999;
	 margin-right:0px;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }
  
  	.btm-35{
		margin-bottom:35px;
		
	}
}
@media screen and (min-width: 800px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
  position: absolute;
  left: 14px;
  top: 27px;
  cursor: pointer;
 /* padding: 10px 35px 16px 0px;*/
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 4px;
  width: 30px;
  background: #d3b06f;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}


/*Navigation Css Ends here..*/


/*Slider Css starts here*/
  /*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
        .jssorb05 {
            position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            /* size of bullet elment */
            width: 16px;
            height: 16px;
            background: url('images/b05.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

        /* jssor slider arrow navigator skin 22 css */
        /*
        .jssora22l                  (normal)
        .jssora22r                  (normal)
        .jssora22l:hover            (normal mouseover)
        .jssora22r:hover            (normal mouseover)
        .jssora22l.jssora22ldn      (mousedown)
        .jssora22r.jssora22rdn      (mousedown)
        .jssora22l.jssora22lds      (disabled)
        .jssora22r.jssora22rds      (disabled)
        */
        .jssora22l, .jssora22r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 58px;
            cursor: pointer;
            background: url('images/a22.png') center center no-repeat;
            overflow: hidden;
        }
        .jssora22l { background-position: -10px -31px; }
        .jssora22r { background-position: -70px -31px; }
        .jssora22l:hover { background-position: -130px -31px; }
        .jssora22r:hover { background-position: -190px -31px; }
        .jssora22l.jssora22ldn { background-position: -250px -31px; }
        .jssora22r.jssora22rdn { background-position: -310px -31px; }
        .jssora22l.jssora22lds { background-position: -10px -31px; opacity: .3; pointer-events: none; }
        .jssora22r.jssora22rds { background-position: -70px -31px; opacity: .3; pointer-events: none; }

/*Slider css ends here*/






.banner_hero{
	
	width:100%;
	
/*	min-height:602px;*/




/*	z-index:3;
	background-image:url(../images/banner-bg.jpg);
	background-size:cover;*/

	
}

.banner-img{
	position:relative;
	top:107px;
	
}

.jumbtron{
	float:left;
	width:100%;
	padding:20px 0px;
	background:url(../images/jumbotron-bg.png) repeat-x;
	
}
.jumbtron p{
	color:#fff;
	text-align:center;
	margin-top:10px;
	}
.subsidiary{
	float:left;
	width:100%;
	background:#fcfcfc;
	height:auto;
	padding:30px 0;
	
}
.subsiddiary_side_img{
	float:left;
	background:url(../images/subsidiary-side-img.png);
	min-height:300px;
	/*min-width:371px;*/

}
.subsiddiary_side_img h2{
	color:#fff;
	vertical-align:middle;
	padding-top:25%;
	text-align:center;
	text-shadow:2px 2px #212121;
}

/*Subsidiry image effect css*/

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #d2ac67;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  top:45%;
  margin:0 !important;
  font-size: 17px;
  overflow: hidden;
  padding-bottom:06px;
 /* 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;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
 /* -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
  -ms-transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, -webkit-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);
  transform: translate3d(0,0,0);
}



/*Image iffect css ENds here..*/





.sec-heading{
	margin-bottom:50px;
}

.sec-heading span{
	border-bottom:3px solid #d2ac67;
}

ul.subsidiary_list {
	margin:0;
	padding:0;
}

ul.subsidiary_list li{
	list-style:none;
	margin-bottom:15px;

}

ul.subsidiary_list li:before {    
font-family: 'FontAwesome';
content: '\f0da';
margin:0 15px 0 15px;
color: #212121;
}

.bursa-announce{
	float:left;
	width:100%;
	background:#fff;
	padding:30px 0;
}
.contact-sec{
	float:left;
	width:100%;
	padding:30px 0;
	background:#fff2de;
}
.contact-details p{
	margin-top:15px;
	text-align:center;
}

.contact-details a{
	color:#212121;
}

.contact-details a:hover{
	color:#8e7946;
}

footer{
	float:left;
	width:100%;
	min-height:73px;
	background:#8e7946;
	border-top:3px solid #291d03;
	
}

footer p{
	margin-top:22px;
	text-align:center;	
}

.contact-banner{
	float:left;
	width:100%;
	background:url(../images/inner-header-bg.png) repeat-x;
	padding:55px 0 55px 0;
	margin-top:-10px;
}

.ir-banner{
	float:left;
	width:100%;
	background:url(../images/inner-header-bg.png) repeat-x;
	padding:55px 0 55px 0;
	margin-top:-10px;
}


.head-title{
	margin-bottom:30px;
	
}
.head-title h3
{
	margin-top:0;	
}

.ir-banner h1, .contact-banner h1{
	color:#fff;
}

.contact-content{
	width:100%;
	padding:30px 0;
	float:left;
	min-height:625px;
	
}

.ir-content{
	width:100%;
	padding:30px 0;
	float:left;
	min-height:530px;
	
}


.sec-com{
	margin-bottom:15px;
	
}

.left-icon{
	background:#8e7946;
	border-radius:20px;
	    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 17px;
    overflow: hidden;
    text-align: center;
    float: left;
	color:#fff;
}

.address-txt{
	margin-left:60px;
	min-height:40px;
	padding-top:3px;
	
}

@media (max-width:768px){
	
	section.subsidiary p{
		text-align:justify;
		
	}
	
	ul.subsidiary_list li{
	list-style:none;
	margin-bottom:15px;
	text-align:justify;

}
	
	
}

@media only screen (min-width:768px) and (max-width:1024px)

{
	.btm-35{
		margin-bottom:35px;
		
	}
	
}

@media only screen (min-width:375px) and (max-width:667px)

{
	.btm-35{
		margin-bottom:35px;
		
	}
	
}

@media only screen (min-width:414px) and (max-width:736px)

{
	.btm-35{
		margin-bottom:35px;
		
	}
	
}


@media only screen (min-width:320px) and (max-width:480px)

{
	.btm-35{
		margin-bottom:35px;
		
	}
	
}




.video-wrapper {
  position: relative;
  margin-top:20px;
}



.playButton {
  border-radius: 60px;
  border: 5px solid #fff;
  height: 60px;
  position: absolute;
  width: 60px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  display: block;
  opacity: 0.8;
  transition: opacity 150ms;
}
.playButton:hover
{
	opacity:1;
}
.playButton:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: -5px;
  bottom: 0;
  margin: auto;
}
.products .page-title
{
	margin-top:30px;
}
.products .page-title:first-child
{
	margin-top:0px;
}
.products img
{
	margin:0 auto;margin-top:30px;
}
.products h5
{
	font-size:18px;margin-top:18px; margin-bottom:10px;
}
.product1:before, .product2:before, .product3:before
{
	 border: 1px solid #3e332f;
    border-radius: 30px;
    /* width: 98px; */
    /* height: 40px; */
    padding: 0px 8px;
    margin-right: 06px;
    font-size: 18px;
	vertical-align:top;
}
.product1:before {
    content: "1";   
}
.product2:before {
    content: "2";    
}
.product3:before {
    content: "3";   
}






/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



img {
  max-width: 100%;
}



/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */



#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-2017 {
  background: #75ce66;
}
.cd-timeline-img.cd-2016 {
  background: #708090;
}
.cd-timeline-img.cd-2015 {
  background: #c03b44;
}
.cd-timeline-img.cd-2014 {
  background: #f0ca45;
}
.cd-timeline-img.cd-2013 {
  background: #9ACD32;
}
.cd-timeline-img.cd-2011 {
  background: #E9967A;
}
.cd-timeline-img.cd-2010 {
  background: #388E8E;
}
.cd-timeline-img.cd-2009 {
  background: #fa7410;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background-color:rgba(224,224,224,0.2);
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #ccc;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
 
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
   
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    
  }
}
@media only screen and (max-width: 768px) {
	.banner-section .page-heading span, .banner .page-heading span
	{
		
		font-size:30px;line-height:40px;
		
	}
	.banner-section .page-heading, .banner .page-heading {
   
    min-height: 180px; 
   }
   #bVideo
   {
	   width:100%;
   }
  
}
@media only screen and (max-width: 480px) {
	.banner-section .page-heading span, .banner .page-heading span
	{
		
		font-size:25px;line-height:35px;
		
	}
	.banner-section .page-heading, .banner .page-heading {
   
    min-height: 150px;
  }
  .page-title
 { 
   font-size:18px;line-height:30px;
 }
 .product1:before, .product2:before, .product3:before
  {
   
    padding: 0px 6px;   
    font-size: 14px;
 
}
}
@media only screen and (max-width: 375px) {
	.banner-section .page-heading span, .banner .page-heading span
	{
		
		font-size:18px;line-height:30px;
		
	}
	.banner-section .page-heading, .banner .page-heading {
   
    min-height: 130px;
}
}


@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.5em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 26px;
    left: 100%;
    border-color: transparent;
    border-left-color: rgba(224, 224, 224,0.3);
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 0px;
    font-size: 25px;    color: #291d03;
   
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: rgba(224, 224, 224,0.4);
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

