
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Advent+Pro|Barlow+Condensed" rel="stylesheet">



body{font-family: 'Barlow Condensed', sans-serif !important;}
p{font-family: 'Barlow Condensed', sans-serif !important; font-size:16px !important;}
.features {
	padding-bottom:60px;
}
#suggestPost4 {
    height: 100%;
    right: 0;
    position: fixed;
    top: 200px;
    width: 40px;
    float: right !important;
    z-index: 99999999 !important;
}

.feat-text {
	background:#e3000f;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:25px;
	width:100%;
	transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	
-moz-box-shadow: 1px 2px 10px 1px rgba(0,0,0,0.61);
 
}
.feat-text h4 {
	font-size:20px;
	color:#fff;
	margin:0;
	margin-bottom:5px;
	font-family: 'Oswald', sans-serif !important;
}
.feat-text a{color:#fff;}
/*************scrolling images***************/
.sroll{
	width:100%;
background: #fcfcfc;
float:right;
padding:0px 0px;
height:auto;
	margin:0 auto;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

box-shadow: 0 0 2px #888;

}	
.scrolling_img
	{
	width:100%;
	margin:0 auto;
	padding:0px 0px 0px;
	}
.scrolling_img img{padding:15px; border:1px solid #ccc;}

/******************end scroliing************/



.feat-text p {
	font-size:14px;
	color:#fff;
	padding-right:20px;
	margin-bottom:0;
	font-weight:300;
	line-height:1.6;
}
.feature-box {
	position:relative;
	transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	margin-bottom:20px;
	width:100%;
}
.feature-box i {
    font-size: 35px;
    color: #e3000f;
    -moz-box-shadow: inset 0 0 10px #000000;
    /* -webkit-box-shadow: inset 0 0 10px #000000; */
    box-shadow: inset 1px 3px 1px 4px #000000;
    background: #fff;
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    right: -30px;
    top: 50%;
    margin-top: -45px;
    /* transition: all 0.4s ease-in-out; */
    -moz-transition: all 0.4s ease-in-out;
    /* -webkit-transition: all 0.4s ease-in-out; */
    -o-transition: all 0.4s ease-in-out;
}
.feature-box:hover .feat-text h4 {
	color:#e3000f;
}
.feature-box:hover .feat-text p {
	color:#000;
}
.feature-box:hover .feat-text {
	background:#fff;
	border:1px solid #ebebeb;
}
.feature-box:hover i {
	border:2px solid #ccc;
	background:#e3000f;
	color:#fff;
}
.main-title {
	font-size:20px;
	background:url(../images/line.png) center bottom  no-repeat ;
	font-family: 'Barlow Condensed', sans-serif;
	
	color:#000;
	text-align:center;
	margin:20px 0;
	text-transform:uppercase;
	line-height:4em;
	font-family: 'Oswald', sans-serif !important;
	
}
.main-subtitle {
	color:#333;
	font-size:15px;
	display:block;
	text-align:center;
	text-transform:lowercase;
	margin-bottom: 35px;
}
/*Fred Carousel*/
.list_carousel img {
	width:100%;
	height:auto;
}
.list_carousel ul {
	margin:0;
	padding:0;
	list-style:none;
	display:block;
}
.list_carousel li {
	text-align:center;
	padding:0;
	display:block;
	float:left;
}
.list_carousel.responsive {
	width:auto;
	margin-left:0;
	position:relative;
}
.prev {
	background:url(../images/control-left2.png) no-repeat;
	width:50px;
	height:89px;
	text-indent:-9999px;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-100px;
}
.next {
	background:url(../images/control-right2.png) no-repeat;
	width:50px;
	height:89px;
	text-indent:-9999px;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-100px;
}
.page-numbers li .prev {
	background:url(images/control-left2.png) no-repeat;
	width:30px;
	height:30px;
	text-indent:none;
	position:relative;
	right:0;
	top:0%;
	margin-top:0px;
	background-position:-6px -5px;
}



.dark [class*="column"]:first-child {
    margin-left: 0;
}

.dark .column4 {
    width: 31.914893617021278%;
}

.dark [class*="column"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 1.4%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}




  /*!
 * Dark Framewrok v2.0.0
 * Dedicated to 1170px
 * Copyright 2013
 * Licensed under Astrit Bublaku
 */
    .wrapper {
       width:1170px;
       margin:0 auto;
       display:block;
   }

    .dark [class*="column"] {
      display: block;
      float: left;
      width: 100%;
      min-height: 30px;
      margin-left: 1.4%;
      *margin-left: 2.074468085106383%;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
    }

    .dark [class*="column"]:first-child {
      margin-left: 0;
    }

    .dark .column12 {
      width: 100%;
      *width: 99.94680851063829%;
    }

    .dark .column11 {
      width: 91.48936170212765%;
      *width: 91.43617021276594%;
    }

    .dark .column10 {
      width: 82.97872340425532%;
      *width: 82.92553191489361%;
    }

    .dark .column9 {
      width: 74.46808510638297%;
      *width: 74.41489361702126%;
    }

    .dark .column8 {
      width: 65.95744680851064%;
      *width: 65.90425531914893%;
    }

    .dark .column7 {
      width: 57.44680851063829%;
      *width: 57.39361702127659%;
    }

    .dark .column6 {
      width: 48.93617021276595%;
      *width: 48.88297872340425%;
    }

    .dark .column5 {
      width: 40.42553191489362%;
      *width: 40.37234042553192%;
    }

    .dark .column4 {
      width: 31.914893617021278%;
      *width: 31.861702127659576%;
    }

    .dark .column3 {
      width: 23.404255319148934%;
      *width: 23.351063829787233%;
    }

    .dark .column2 {
      width: 14.893617021276595%;
      *width: 14.840425531914894%;
    }

    .dark .column1 {
      width: 6.382978723404255%;
      *width: 6.329787234042553%;
    }






.particles-service {

    padding: 15px;
	color: #ffffff !important;
    background-color: #ffc000;
    background-image: url(../images/parallax1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}



.particles-service-top {
    position: relative;
}

.particles-service-top:before {
    position: absolute;
    content: '';
    background-color: #ffd500;
    width: 115px;
    height: 2px;
    bottom: -14px;
    left: 50%;
    margin-left: -57px;
}

.particles-service-top:after {
    position: absolute;
    content: '';
    background-color: #ffd500;
    width: 85px;
    height: 2px;
    bottom: -21px;
    left: 50%;
    margin-left: -42px;
}

.particles-service-top h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 15px;
	letter-spacing:2px;
    font-weight: 600;
	font-family: 'Oswald', sans-serif !important;
}

.particles-service-top h2:before {
    position: absolute;
    content: '';
    background-color: #ffd500;
    width: 55px;
    height: 2px;
    bottom: -28px;
    left: 50%;
    margin-left: -28px;
}

.pr-service-bottom {
    border-right: 1px solid #ffd500;
    padding-top: 38px;
}


.pr-service-bottom1 {
    border-right: 1px solid #ffd500;
    padding-top: 0px;
}

.pr-service-bottom-lft {
    padding-top: 38px;
    position: relative;
}


.pr-service-bottom-lft1 {
    padding-top:0px;
    position: relative;
}


.pr-service-bottom-lft1:before {
    position: absolute;
    content: '';
    background-color: #ffd500;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    left: 0;
    margin-left: -8px;
}

.pr-service-bottom-lft1:after {
    position: absolute;
    content: '';
    background-color: #ffd500;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: 0;
    left: 0;
    margin-left: -8px;
}


.pr-service-bottom-lft:before {
    position: absolute;
    content: '';
    background-color: #ffd500;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    left: 0;
    margin-left: -8px;
}

.pr-service-bottom-lft:after {
    position: absolute;
    content: '';
    background-color: #ffd500;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: 0;
    left: 0;
    margin-left: -8px;
}

.pr-service-lft {
    margin-bottom: 20px;
    padding-right: 25px;
}

.pr-service-lft i {
    font-size: 42px;
    color: #fff;
    border: 3px solid #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 100px;
    height: 100px;
    padding-top: 26px;
    float: right;
    margin-left: 30px;
    transition: 0.2s ease;
}

.pr-service-lft h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding-top: 12px;
    margin-bottom: 12px;
	
}

.pr-service-lft p {
    font-size: 14px;
    color: #fff;
    line-height: 23px;
}

.pr-service-ryt {
    margin-bottom: 20px;
    padding-left: 25px;
}

.pr-service-ryt i {
    font-size: 42px;
    color: #fff;
    border: 3px solid #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 100px;
    height: 100px;
    padding-top: 26px;
    float: left;
    margin-right: 30px;
    transition: 0.2s ease;
}

.pr-service-lft:hover i, .pr-service-ryt:hover i {
    background-color: #ffd500;
    border-color: #ffd500;
}

.pr-service-ryt h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding-top: 12px;
    margin-bottom: 12px;
}

.pr-service-ryt p {
    font-size: 14px;
    color: #fff;
    line-height: 23px;
}

/* ====================




/*========================================== 2.COMMON CSS START ===========================================*/

.section-padding {
  padding-top: 24px;
  padding-bottom: 24px;
}

  Address section              
-----------------------------------------*/


#phone .fa {
	font-size: 42px;
	color: #1f72d9;
	float: left;
	width: 50px;
	height: 70px;
	margin-right: 15px;
}


#address {
	color: #333;
	text-align: left;
	margin-top: 10px;
}
#address .fa {
	font-size: 42px;
	color: #1f72d9;
	float: left;
	width: 50px;
	height: 70px;
	margin-right: 15px;
}
#address h4 {
	color: #444;
	font-size:18px !important;
	margin: 0;
}
#address p {
	color: #888;
	margin-bottom: 0
	font-size:15px !important;
}


/*****************************footer section********************/
.footer-section-1 {
    background-color: #e3000f;
}
.section-title h3{ text-align:center; font-family: 'Oswald', sans-serif !important;}
.section-title p{ text-align:center; font-size:16px;}
/****************End footer****************/

.powerd{float:right; font-size:14px; color:#fff;}


.address-office, .address-phone, .address-email {
	margin-bottom: 30px;
	clear: both;
	border: 1px solid #ddd;
	background: #fff;
	padding: 20px;
	min-height: 120px;
}

.fnt{font-size:50px !important;}
/*---------------------------------------
   Clients
-----------------------------------------*/
.our-clients {
	padding: 30px 0;
	background: #eee;
}
.our-clients .owl-controls {
	display: none !important;
}


