/*
  Theme Name: CAM
  Theme URL: http://www.themewar.com/html/sb
  Author: Warshape
  Author URI: http://www.themewar.com
  Description: Slight Business  - Responsive Corporate Site Template
  Version: 1.0
*/

/*=======================================================================
[Table of contents]
=========================================================================
1. Header
    i. Menu
    ii. Logo
2. Slider
3. Home quatation 1
4. Home Gallery
5. Partner
6. Footer
7. Home 2 Slider
8. Home 3 Slider
9. Home 4
10. Home 5
11. Folio 1
12. Folio 2
13. Folio 3
14. Folio 4
15. Folio 5
16. Gallery 1
17. Gallery 2
18. Gallery 3
19. Gallery 4
20. Gallery 5
21. About 1
    i. Team
ii. Testimonial
22. About 2
    i. Funfacts
    ii. Skill Section
23. Service 1
24. Service 2
    i. Process
    ii. Carousel
    iii. Pricing Tabls
25. Blog 1
26. Blog 2
27. Single Blog 1
28. Sidebar
29. Single Blog 2
30. Contact Page
31. 404 Page
32. Single Folio
33. Single Gallery
34. Back To Top
35. Nice Scroll
36. Preloader

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

/*=======================================================================
[Available Fonts]
=========================================================================
1. PT Sans
2. Abel
==========================================================================*/

/*============================= Typhography Settings =========================*/
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Abel);

body, html{
    margin: 0;
    padding: 0;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #272727;
    background: #FFF;
    font-weight: 400;
}
a{
    text-decoration: none;
    color: #959595;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
a:hover{
    color: #fe8869;
    text-decoration: none;
}
a:focus{
    text-decoration: none;
    outline: 0;
}
.camButton{
    padding: 21px 21px 19px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 11px;
    text-align: center;
    display: inline-block;
    background: #fe8869;
}
.camButton:hover{
    color: #272727;
}

/***************** Margin and Padding Setup ****************************/
.noMarginBottom{
    margin-bottom: 0px !important;
}
.noMarginTop{
    margin-top: 0px !important;
}
.noMarginRight{
    margin-right: 0px !important;
}
.noMarginLeft{
    margin-left: 0px !important;
}
.noMargin{
    margin: 0px !important;
}
.noPadding{
    padding: 0px !important;
}
.noPaddingTop{
    padding-top: 0px !important;
}
.noPaddingRight{
    padding-right: 0px !important;
}
.noPaddingLeft{
    padding-left: 0 !important;
}
.noPaddingBottom{
    padding-bottom: 0 !important;
}

/*************************** Section Setup **********************************/
.sectionTitle{
    font-size: 18px;
    color: #272727;
    text-transform: uppercase;
    line-height: 14px;
    position: relative;
    padding-bottom: 12px;
    margin: 0 0 80px;
}
.sectionTitle:after{
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    background: #fe8869;
    width: 28px;
    bottom: 0px;
}
.commonSection{
    width: 100%;
    position: relative;
    background: #FFF;
    padding: 0 0 120px;
}
.bordertop{
    width: 100%;
    border-top: 1px solid  #272727;
    padding-bottom: 120px;
}


/******************************** Buttons ********************************/
.butonSets{
    width: 100%;
    position: relative;
}
.butonSets a{
    margin-bottom: 15px; 
}
.butonSets a:last-child{
    margin-bottom: 0px;
}
.camBtn1{
    display: inline-block;
    text-align: center;
    color: #272727;
    background: #fe8869;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.camBtn1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #eceff1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.camBtn1:hover, .camBtn1:focus, .camBtn1:active {
  color: white;
}
.camBtn1:hover:before, .camBtn1:focus:before, .camBtn1:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.tinyb{
    width: 105px;
    height: 35px;
    font-size: 12px;
    line-height: 9px;
    padding-top: 13px;
}
.smallb{
    width: 127px;
    height: 38px;
    font-size: 14px;
    line-height: 10px;
    padding-top: 13px;
}
.mediumb{
    width: 150px;
    height: 44px;
    font-size: 14px;
    line-height: 11px;
    padding-top: 16px;
}
.largeb{
    width: 172px;
    height: 48px;
    font-size: 16px;
    line-height: 12px;
    padding-top: 18px;
}
.elargeb{
    width: 200px;
    height: 54px;
    font-size: 16px;
    line-height: 12px;
    padding-top: 21px;
}
.camBtn2{
    display: inline-block;
    text-align: center;
    color: #272727;
    background: #eceff1;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.camBtn2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fe8869;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -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;
}
.camBtn2:hover, .camBtn2:focus, .camBtn2:active {
  color: white;
}
.camBtn2:hover:before, .camBtn2:focus:before, .camBtn2: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);
}
.camBtn3{
    display: inline-block;
    text-align: center;
    color: #272727;
    background: #fe8869;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.camBtn3:hover{
    color: #FFF;
}

@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

.camBtn3:before {
  content: '';
  position: absolute;
  border: #272727 solid 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.camBtn3:hover:before, .camBtn3:focus:before, .camBtn3:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}


.camBtn4{
    display: inline-block;
    text-align: center;
    color: #FFF;
    background: #fe8869;
    text-transform: uppercase;
    font-weight: 400;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.camBtn4:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.camBtn4:hover, .camBtn4:focus, .camBtn4:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #FFF;
}
.camBtn4:hover:before, .camBtn4:focus:before, .camBtn4:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
.RowMargin80{
    margin-top: 80px;
}
.roundb{
    border-radius: 50px;
}
.camBtn5{
    display: inline-block;
    text-align: center;
    color: #FFF;
    background: #fe8869;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
.camBtn5::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    background: inherit;
    border-radius: 50px;
    z-index: -1;
    opacity: 0.4;
    -webkit-transform: scale3d(0.8, 0.5, 1);
    transform: scale3d(0.8, 0.5, 1);
}
.camBtn5:hover {
    -webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
    transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
    color: #FFF;
    background-color: #fe8869;
    -webkit-animation: anim-moema-1 0.3s forwards;
    animation: anim-moema-1 0.3s forwards;
}
.camBtn5:hover::before {
    -webkit-animation: anim-moema-2 0.3s 0.3s forwards;
    animation: anim-moema-2 0.3s 0.3s forwards;
}
@-webkit-keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@-webkit-keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.camBtn6{
    display: inline-block;
    text-align: center;
    color: #FFF;
    background: #fe8869;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
    transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.camBtn6::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #FFF;
    -webkit-transform-origin: -25% 50%;
    transform-origin: -25% 50%;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
}
.camBtn6:hover::after,
.camBtn6:hover {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.camBtn6:hover {
    background-color: #272727;
    color: #272727;
}
.camBtn6:hover::after {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
}
.camBtn6.tinyb::after, .camBtn6.smallb::after{padding-top: 13px;}
.camBtn6.mediumb::after{padding-top: 16px;}
.camBtn6.largeb::after{padding-top: 18px;}
.camBtn6.elargeb::after{padding-top: 21px;}

.camBtn7{
    display: inline-block;
    text-align: center;
    color: #FFF;
    background: #fe8869;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    box-shadow: 0 6px #e57b5f;
}
.camBtn7:hover{
    color: #FFF;
    box-shadow: 0 4px #e57b5f;
}
.camBtn8{
    display: inline-block;
    text-align: center;
    color: #FFF;
    background: #fe8869;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    box-shadow: 0 6px #e57b5f;
    border-radius: 5px;
}
.camBtn8:hover{
    color: #FFF;
}
.camBtn9{
    display: inline-block;
    color: #FFF;
    background: #fe8869;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    padding-left: 65px;
    text-align: center;
    width: 220px;
    height: 60px;
    padding-top: 25px;
}
.camBtn9 i{
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 100%;
    text-align: center;
    color: #FFF;
    background: #e57b5f;
    padding-top: 20px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.camBtn9:hover{
    background: #e57b5f;
    color: #FFF;
}
.camBtn9:hover i{
    background: #fe8869;
}
.camBtn10{
    display: inline-block;
    color: #FFF;
    background: #fe8869;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    padding-left: 65px;
    text-align: center;
    width: 220px;
    height: 60px;
    padding-top: 25px;
}
.camBtn10 i{
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 100%;
    text-align: center;
    color: #FFF;
    background: #e57b5f;
    padding-top: 20px;
    border-right: 1px solid rgba(255, 255, 255, .4);
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.camBtn10:hover{
    background: #e57b5f;
    color: #FFF;
}
.camBtn10:hover i{
    background: #fe8869;
}
.camBtn11{
    display: inline-block;
    color: #FFF;
    background: #fe8869;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    padding-left: 65px;
    text-align: center;
    width: 220px;
    height: 60px;
    padding-top: 25px;
    border-radius: 10px;
}
.camBtn11 i{
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 100%;
    text-align: center;
    color: #FFF;
    background: #e57b5f;
    padding-top: 20px;
    border-radius: 10px 0 0 10px;
    border-right: 1px solid rgba(255, 255, 255, .4);
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.camBtn11:hover{
    background: #e57b5f;
    color: #FFF;
}
.camBtn11:hover i{
    background: #fe8869;
}
.camBtn12{
    display: inline-block;
    color: #FFF;
    background: #fe8869;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    padding-left: 65px;
    text-align: center;
    width: 220px;
    height: 60px;
    padding-top: 25px;
    border-radius: 50px;
}
.camBtn12 i{
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 100%;
    text-align: center;
    color: #FFF;
    background: #e57b5f;
    padding-top: 20px;
    border-radius: 50px 0 0 50px;
    border-right: 1px solid rgba(255, 255, 255, .4);
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.camBtn12:hover{
    background: #e57b5f;
    color: #FFF;
}
.camBtn12:hover i{
    background: #fe8869;
}

/**************************** Pricing Table ********************************/
.price2{
    width: 100%;
    height: auto;
    position: relative;
    border: 1px solid #eceff1;
}
.p2Head{
    border-bottom: 1px solid #eceff1;
    color: #272727;
    font-size: 100px;
    font-weight: bold;
    height: 148px;
    line-height: 67px;
    text-align: center;
    width: 100%;
    padding-top: 35px;
    position: relative;
}
.p2Head span{
    font-size: 18px;
    line-height: 14px;
    display: inline-block;
    font-weight: 400;
}
.p2Body{
    width: 100%;
    text-align: center;
    padding-top: 15px;
}
.p2Body p{
    font-size: 14px;
    line-height: 11px;
    text-transform: capitalize;
    color: #959595;
    margin: 0px;
    border-bottom: 1px dashed #eceff1;
    padding: 24px 0;
}
.p2Body p.pBL{
    border-bottom: none;
}
.p2PlanName{
    background: #fe8869 none repeat scroll 0 0;
    bottom: -15px;
    color: #fff;
    font-size: 13px;
    height: 30px;
    left: 0;
    line-height: 9px;
    margin: 0 auto;
    padding-top: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
    letter-spacing: 2px;
    font-weight: 300;
}
.p2PlanName:after{
    border-color: transparent transparent transparent #fe8869;
    border-style: solid;
    border-width: 15px 0 15px 11px;
    content: "";
    height: 0;
    position: absolute;
    right: -11px;
    top: 0;
    width: 0;
}
.p2PlanName:before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 11px 15px 0;
    border-color: transparent #fe8869 transparent transparent;
    content: "";
    position: absolute;
    left: -11px;
    top: 0;
}
.p2Foot{
    width: 100%;
    border-top: 1px solid #eceff1;
    padding: 10px 15px;
}
.p2Foot a{
    width: 100%;
    height: 40px;
    background: #eceff1;
    color: #FFF;
    font-size: 14px;
    line-height: 11px;
    text-transform: uppercase;
    display: inline-block;
    padding-top: 15px;
    text-align: center;
}
.p2Foot a:hover{
    background: #fe8869;
    color: #fff;
}
.price3 .priceHead{
    position: relative;
}
.price3 .priceHead:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    border-color: #FFF transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    z-index: 99;
    content: "";
    margin: 0 auto;
}

/*************** Accordions *********************/
.myAccPanels{
    width: 100%;
    border: 1px solid #f1f1f1;
}
.myAccPanels.panel-group .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.myAccPanels .panel-heading{
    border: none;
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    padding: 0;
    height: 50px;
}
.myAccPanels .panel-heading.firstHead{
    border-top: none;
}
.myAccPanels .panel-title > a{
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-left: 70px;
    position: relative;
    color: #272727;
    font-size: 16px;
    line-height: 12px;
    text-transform: capitalize;
    padding-top: 18px;
    text-align: left;
}
.myAccPanels .panel-title > a i.acIcona{
    position: absolute;
    left: -1px;
    width: 50px;
    height: 50px;
    top: -1px;
    background: #fe8869;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    padding-top: 17px;
}
.myAccPanels .panel-title > a.collapsed i.acIcona{
    background: #f1f1f1;
    color: #969595;
}
.myAccPanels .panel-title > a:after{
    position: absolute;
    right: -1px;
    width: 50px;
    height: 50px;
    top: -1px;
    background: #f1f1f1;
    color: #fe8869;
    text-align: center;
    font-size: 14px;
    padding-top: 20px;
    content: "\f068";
    font-family: FontAwesome;
}
.myAccPanels .panel-title > a.collapsed:after{
    content: "\f067";
    color: #969595;
}
.myAccPanels .panel-default > .panel-heading + .panel-collapse > .panel-body{
    border: none;
    padding: 22px 15px 36px 68px;
    font-size: 14px;
    line-height: 24px;
    color: #959595;
    
}
.myAccPanels.panel-group .panel + .panel{
    margin-top: 10px;
}

.alert-success{
    border-color: #3c763d;
}
.alert i{
    margin-left: 5px;
    margin-right: 25px;
}
.alert{
    text-transform: uppercase;
    font-size: 14px;
    background: #FFF;
    border-radius: 0px;
}
.alert-info{
    border-color: #31708f;
}
.alert-warning{
    border-color: #8a6d3b;
}
.alert-danger{
    border-color: #a94442;
}
.alert-bell{
    border-color: #f2784b;
    color: #f2784b;
}
.alert-support{
    border-color: #f7ca18;
    color: #f7ca18;
}


.skill3 .singleskill{
    padding: 3px;
}
.skill3 .skillarea{
    height: 8px;
    float: left;
    position: relative;
}
.dataparcentange{
    top: 0px;
}



.iconBoxes{
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0px 35px;
    float: left;
}
.iconBoxes .s1Img{
    height: 42px;
    position: relative;
    text-align: center;
    width: 100%;
    
}
.s1Img i {
    color: #272727;
    font-size: 40px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.iconBoxes:hover .s1Img i{
    color: #fe8869;
}
.ser1WithBorder{
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}
.iconBoxes h4{
    font-size: 18px;
    color: #272727;
    margin: 16px 0 20px;
    line-height: 14px;
    text-transform: capitalize;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.iconBoxes:hover h4{
    color: #FE8869;
}
.iconBoxes p{
    font-size: 14px;
    color: #959595;
    margin: 0px;
    line-height: 24px;
    letter-spacing: .25px;
    text-align: center;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.iconBoxes:hover p{
    color: #FE8869;
}
