/*
  Theme Name: Paacati
*/

/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100&display=swap');
 body {
	font-family: 'Montserrat', sans-serif;
	
}
#content_wrapper {
  overflow: hidden;
  position: relative;
}
.alignleft {
  float: left;
  margin-right: 20px;
}
.alignright {
  float: right;
  margin-left: 20px;
}
.aligncenter {
	clear: both;
	float: none;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.clear {
  clear: both;
}
.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
html {
  scroll-behavior: smooth;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button,button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
button{cursor: pointer}
a:focus,
a:hover,

.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #f31c00;
	text-decoration: none;
}
a,
button {
	color: #f31c00;
	outline: medium none;
}
input:focus,textarea:focus,:focus{outline: 0}
button:focus {
  outline: 0 none;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
	font-style: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 15px;
}
h3 {
  font-size: 28px;
	  font-weight: 600;
  margin-bottom: 15px;
}
h4 {
  font-size: 22px;
	  font-weight: 600;
  margin-bottom: 15px;
}
h5 {
  font-size: 18px;
	  font-weight: 600;
  margin-bottom: 15px;
}
h6 {
  font-size: 16px;
	  font-weight: 600;
  margin-bottom: 15px;
}
ul {
  margin: 0px;
  padding: 0px;
}
#homepagecontent ol{ padding-left: 15px;}
#homepagecontent ol li {
	list-style: inherit;
	padding-bottom: 10px;
}
#homepagecontent ul li {
	list-style: disc;
	margin-left: 15px;
	padding-bottom: 10px;
}
#pagecontent ol{ padding-left: 15px;}
#pagecontent ol li {
	list-style: inherit;
	padding-bottom: 10px;
}
#pagecontent ul li {
	list-style: disc;
	margin-left: 15px;
	padding-bottom: 10px;
}
p {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 28px;
	color: #333;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.btn {
  -moz-user-select: none;
  background: #2f3440 none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  padding: 20px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
.btn:hover{color: #fbba42}
.btn:hover:before{width:100%;color: #444}
.btn.brand-btn{background: #fbba42;color: #222}
.btn.brand-btn:hover{background: #2f3440;color: #fbba42}
.btn.btn-2 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fbba42;
  line-height: 1;
  padding: 17px 35px;
}
.btn.btn-2:hover{border-color: #2f3440}
.btn i {
  margin-right: 10px;
}
/* scrollUp */
#scrollUp::before {
  content: "\f106";
  font-family: Font Awesome\ 5 Free;
  font-size: 20px;
}
#scrollUp {
  background: #e51837;
  height: 40px;
  width: 40px;
  right: 50px;
  bottom: 65px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 0 !important;
  line-height: 40px;
  border-radius: 50%;
}
#scrollUp:hover {
  background: #999;
}

/* top header */
#toptext p {
	font-size: 13px;
	margin: 0;
	color: #fff;
}
.adds_info ul li {
	list-style: none;
	display: inline-block;
	font-size: 13px;
	color: #fff;
	padding: 0 1px;
}
.adds_info ul li a {
	color: #fff;
}
.adds_info ul li a:hover {
	color: #e51837;
}
.adds_info .ph .fas {
	color: #e51837;
	font-size: 14px;
}
.adds_info .eml .fas {
	color: #e51837;
}
.adds_info .ph {
	border-right: 1px solid #adadad;
	padding-right: 10px;
	line-height: 14px;
	margin-right: 5px;
}
.adds_info .eml {
	border-right: 1px solid #adadad;
	padding-right: 10px;
	line-height: 14px;
	margin-right: 5px;
}
.header-top {
	position: relative;
	background-color: #1b729f;
	padding: 5px 0;
}
.adds_info ul li.fb a {
	background-color: #e51837;
	width: 25px;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
}
.adds_info ul li.fb a:hover {
	background-color: #fff;
}
.adds_info ul li.ins a {
	background-color: #e51837;
	width: 25px;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
}
.adds_info ul li.ins a:hover {
	background-color: #fff;
}
.adds_info ul li.tw a {
	background-color: #e51837;
	width: 25px;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
}
.adds_info ul li.tw a:hover {
	background-color: #fff;
}


#topadds {
	padding-left: 0;
}
/*  header */

.scroll-header {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #f8f8f8 none repeat scroll 0 0;
  opacity:.98;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
 
.header-menu {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 999;
}
.logo {
  margin-top: 5px;
  margin-left: 0;
}
.logo img {
	height: auto;
}
.main-menu-area {
  background: #fff none repeat scroll 0 0;
	padding: 0px;
}
.main-menu ul{}
.main-menu ul li {
  display:  inline-block;
  position: relative;
}

.main-menu ul li:hover {
  opacity:1;
  top:100%;
  visibility:visible;
}

.main-menu ul li > a {
	color: #343434;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 32px 15px;
	text-transform: uppercase;
}

.main-menu ul li:hover > a {color:#e51837;}

.main-menu ul li ul.submenu {
    background: #000;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 110%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: 9;
}

.main-menu ul li:hover > ul.submenu {
    opacity: 1;
    visibility: visible;
    top: 102%;
}

.main-menu ul li ul.submenu li {
  border-bottom: 1px solid rgba(255,255,255,.1);
  display: block;
  margin: 0;
}

.main-menu ul li ul.submenu li:last-child {
    border: 0;
}

.main-menu ul li ul.submenu li a {
  color: #fff;
  display: block;
  padding: 15px 10px;
  text-align: left;
  font-size: 13px;
}

.main-menu ul li ul.submenu li:hover > a {
    color: #e51837;
}

.main-menu ul li ul.submenu li ul.submenu {
    left: 100%;
    top: 0;
}





/*  slider */
 #homes {
	position: relative;
	padding-top: 120px;
}

.single-slider {
  
  background-position: center center;
  background-size: cover;
  height: 90vh;
  align-items: center;
  display: flex;
 
}
.slider-content p {
  color: #fff;
  font-weight: 300;
  font-size: 25px;
  margin-bottom: 30px;
  line-height: 40px;
}
.slid_box {
	border: 1px solid #fe9a05;
	text-align: center;
	padding: 20px;
}
.slider-content h2 {
  color: #fe9a05;
  font-size: 40px;
	line-height: 50px;
  font-weight: 800;
  margin-bottom: 10px;
	text-transform: uppercase;
}
.slider-content h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
	line-height: 40px;
}

.slider-content > a, .slider-content2 > a {
  
 background-color: #FF9010;
color: #fff;
display: inline-block;
font-family: 'Montserrat', sans-serif;
font-size: 14px;
font-weight: 600;
line-height: 28px;
 margin-top: 10px; 
margin-bottom: 50px;
padding: 15px 38px;
position: relative;
text-transform: capitalize;
transform: perspective(1px) translateZ(0px);
transition: color 0.3s ease 0s;
vertical-align: middle;
}
.slider-content > a:hover, .slider-content2 > a:hover{color:#fff;}
.slider-content>a::before, .slider-content2>a::before {
    background:  #333333 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.slider-content>a:hover::before,.slider-content2>a:hover::before {
    transform: scaleY(1);
}


.slider-active .slick-arrow:hover {
    color: #FF9010;
}

.slider-active .slick-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;

}

.slider-active .slick-dots li {
    display: inline-block;
    margin-right: 10px;
    color:#FF9010;
}

.slider-active .slick-dots li:last-child {
    margin-right: 0;
}

.slider-active .slick-dots li button {
    background: #fff;
    border: 0;
    text-indent: -99999999999px;
    padding: 0;
    width: 15px;
    height: 5px;
    border-radius: 10px;
}

.slider-active .slick-dots li.slick-active button {
    width: 40px;
    /*color:#FF9010;*/
    background-color: #FF9010;
}

.slider-active-2 .slick-dots li.slick-active button {
    border: 1px solid #FF9010;
}

.slider-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: 0;
    border: 0;
    text-transform: uppercase;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.slider-area:hover .slider-active .slick-arrow {
    opacity: 1;
    visibility: visible;
}
.slider-active .slick-arrow:hover::before {
    width: 30px;
}

.slider-active .slick-next {
	right: 40px;
	background: url(img/naro.png) no-repeat 0 0;
	width: 40px;
	height: 40px;
	font-size: 0;
}
.slider-active .slick-prev {
	z-index: 1;
	left: 40px;
	background: url(img/paro.png) no-repeat 0 0;
	width: 40px;
	height: 40px;
	font-size: 0;
}

.slider-active .slick-next::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #FF9010;
  right: -40px;
  top: 13px;
  transition: .3s;
}

.slider-active .slick-next::before:hover {
    color: red;
}


.slider-active .slick-prev::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #FF9010;
    left: -40px;
    top: 13px;
    transition: .3s;
}

.slider-active-2 .slick-prev::before {
    display: none;
}

.slider-active-2 .slick-next::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    right: 0;
    top: 22px;
    left: -4px;
}

.slider-active-2 .slick-dots li button {
    background: 0;
    border: 1px solid #fff;
}



/*


 4. about-area 


*/
#about {
	position: relative;
	z-index: 1;
	padding: 50px 0 0px;
}
.quote_img {
	position: relative;
}
.quote_img::after {
	position: absolute;
	content: "";
	background-image: url(img/coma.png);
	width: 100px;
	height: 100px;
	background-size: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -50px;
}
.about_title h1 {
	color: #000;
	font-size: 40px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	text-align: center;
	z-index: 1;
	font-weight: 700;
	text-transform: uppercase;
}
.about_title h1::before, .about_title h1::after {
	background-color: #000;
	content: " ";
	height: 1px;
	overflow: hidden;
	position: absolute;
	top: 51%;
	width: 8%;
}
.about_title h1::before {
	margin-left: -10%;
}
.about_title h1::after {
	margin-left: 2%;
}
.about_title h4 {
	text-transform: uppercase;
	font-weight: 400;
	color: #9b9b9b;
	margin-bottom: 35px;
}
.about_quote {
	position: relative;
	background-image: url(img/bg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	padding: 70px 0 120px;
}
.about-me-content {
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	border-left: 1px solid rgba(255,255,255,0.5);
	border-right: 1px solid rgba(255,255,255,0.5);
	padding: 50px 50px 30px;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.about-me-content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-top: 1px solid rgba(255,255,255,0.5);
	width: 40%;
}
.about-me-content::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-top: 1px solid rgba(255,255,255,0.5);
	width: 40%;
}
.about-me-content p {
	color: #fff;
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 40px;
}
#about-box img {
	vertical-align: middle;
}
#box1 {
	position: relative;
	top: -40px;
}

#box1 .wpb_wrapper{
	background-color: #f9f9f9;
	border: 1px solid #f8f8f8;
	border-radius: 10px;
	padding: 15px 30px;
	box-shadow: 0 0 10px -6px #000;
}
#box1 .wpb_wrapper .wpb_wrapper {
	background-color: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	box-shadow: none !important;
}
#box1 .about-box {
	border: 1px solid #e51837;
	border-radius: 10px;
	padding: 0px;
	position: relative;
}
#box1 .box_img {
	background-color: #e51837;
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 100%;
	margin: 0 auto 15px;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
}
#box1 .box_text {
	position: relative;
	padding-top: 50px;
}
#box1 .about-box h4 {
	text-transform: uppercase;
	color: #e51837;
	position: relative;
}
#box1 .about-box h4::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 30px;
	height: 1px;
	background-color: #e51837;
	bottom: -5px;
}
#box1 .rdm a {
	background-color: #e51837;
	color: #fff;
	display: inline-block;
	padding: 5px 25px;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 30px;
}

#box2 {
	top: -40px;
	position: relative;
}
#box2 .wpb_wrapper{
	background-color: #f9f9f9;
	border: 1px solid #f8f8f8;
	border-radius: 10px;
	padding: 15px 30px;
	box-shadow: 0 0 10px -6px #000;
}
#box2 .wpb_wrapper .wpb_wrapper {
	background-color: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	box-shadow: none !important;
}
#box2 .about-box {
	border: 1px solid #fe9a05;
	border-radius: 10px;
	padding: 0px;
	position: relative;
}
#box2 .box_img {
	background-color: #fe9a05;
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 100%;
	margin: 0 auto 15px;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
}
#box2 .box_text {
	position: relative;
	padding-top: 50px;
}
#box2 .about-box h4 {
	text-transform: uppercase;
	color: #fe9a05;
	position: relative;
}
#box2 .about-box h4::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 30px;
	height: 1px;
	background-color: #fe9a05;
	bottom: -5px;
}
#box2 .rdm a {
	background-color: #fe9a05;
	color: #fff;
	display: inline-block;
	padding: 5px 25px;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 30px;
}


#box3 {
	top: -40px;
	position: relative;
}
#box3 .wpb_wrapper{
	background-color: #f9f9f9;
	border: 1px solid #f8f8f8;
	border-radius: 10px;
	padding: 15px 30px;
	box-shadow: 0 0 10px -6px #000;
}
#box3 .wpb_wrapper .wpb_wrapper {
	background-color: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	box-shadow: none !important;
}
#box3 .about-box {
	border: 1px solid #1b729f;
	border-radius: 10px;
	padding: 0px;
	position: relative;
}
#box3 .box_img {
	background-color: #1b729f;
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 100%;
	margin: 0 auto 15px;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
}
#box3 .box_text {
	position: relative;
	padding-top: 50px;
}
#box3 .about-box h4 {
	text-transform: uppercase;
	color: #1b729f;
	position: relative;
}
#box3 .about-box h4::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 30px;
	height: 1px;
	background-color: #1b729f;
	bottom: -5px;
}
#box3 .rdm a {
	background-color: #1b729f;
	color: #fff;
	display: inline-block;
	padding: 5px 25px;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 30px;
}


#box4 {
	top: -40px;
	position: relative;
}
#box4 .wpb_wrapper{
	background-color: #f9f9f9;
	border: 1px solid #f8f8f8;
	border-radius: 10px;
	padding: 15px 30px;
	box-shadow: 0 0 10px -6px #000;
}
#box4 .wpb_wrapper .wpb_wrapper {
	background-color: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	box-shadow: none !important;
}
#box4 .about-box {
	border: 1px solid #409538;
	border-radius: 10px;
	padding: 0px;
	position: relative;
}
#box4 .box_img {
	background-color: #409538;
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 100%;
	margin: 0 auto 15px;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
}
#box4 .box_text {
	position: relative;
	padding-top: 50px;
}
#box4 .about-box h4 {
	text-transform: uppercase;
	color: #409538;
	position: relative;
}
#box4 .about-box h4::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 30px;
	height: 1px;
	background-color: #409538;
	bottom: -5px;
}
#box4 .rdm a {
	background-color: #409538;
	color: #fff;
	display: inline-block;
	padding: 5px 25px;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 30px;
}


.about_title h2 {
	color: #000;
	font-size: 40px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	text-align: center;
	z-index: 1;
	font-weight: 700;
	text-transform: uppercase;
}
.about_title h2::before, .about_title h2::after {
	background-color: #000;
	content: " ";
	height: 1px;
	overflow: hidden;
	position: absolute;
	top: 51%;
	width: 8%;
}
.about_title h2::before {
	margin-left: -10%;
}
.about_title h2::after {
	margin-left: 2%;
}

/*  clientpart-area */

#clientpart {
	position: relative;
	background-image: url(img/bg_2.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: 50px 0;
	background-size: cover;
	background-attachment: fixed;
}
.client_title h3 {
	color: #000;
	font-size: 40px;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
	text-align: center;
	z-index: 1;
	font-weight: 700;
	text-transform: uppercase;
}
.client_title h3::before, .client_title h3::after {
	background-color: #000;
	content: " ";
	height: 1px;
	overflow: hidden;
	position: absolute;
	top: 51%;
	width: 8%;
}
.client_title h3::before {
	margin-left: -10%;
}
.client_title h3::after {
	margin-left: 2%;
}
#clientpart .owl-carousel .owl-nav .owl-prev {
    left: 0px;
}
#clientpart .owl-carousel .owl-nav .owl-prev {
	background-color: rgba(0,0,0,0.3);
	width: 40px;
	height: 40px;
	font-size: 0;
	position: absolute;
	top: 38%;
	background-image: url(img/laro.png);
	background-repeat: no-repeat;
	line-height: 40px;
	border-radius: 50%;
	background-size: 28px;
	text-align: center;
	background-position: 6px 6px;
}
#clientpart .owl-carousel .owl-nav .owl-next {
    right: 0px;
}
#clientpart .owl-carousel .owl-nav .owl-next {
    background-color: rgba(0,0,0,0.3);
	width: 40px;
	height: 40px;
    font-size: 0;
    position: absolute;
    top: 38%;
	background-image: url(img/raro.png);
	background-repeat: no-repeat;
	line-height: 40px;
	border-radius: 50%;
	background-size: 28px;
	background-position: 6px 6px;
	right: 0;
}

.logo_box {
	padding: 10px;
}
.logo_img {
	min-height: 135px;
	background-color: #fff;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0 0 10px -5px #333;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
	line-height: normal;
}
/*  testimonial-area */

.testimonial-area {
	background-color: #1b729f;
	padding: 50px 0;
	background-image: url('img/pattern.png');
	background-repeat: repeat-x;
	background-position: center top;
}
.testimonial-img {
	width: 35%;
	float: left;
}
.testimonial_author {
	width: 65%;
	float: left;
	padding-top: 15px;
	color: #000;
	border-right: 1px solid rgba(255,255,255,0.4);
	padding-bottom: 20px;
}
.testimonial-img {
}
.testimonial-img img {
  border-radius: 100% !important;
}
.testimonial-text p {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 0;
	line-height: 30px;
	font-style: normal;
	font-family: 'Montserrat', sans-serif;
}
.testimonial_author h4 {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 30px;
	color: #fff;
	margin-bottom: 5px;
}
.testimonial_author span {
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	color: #fff;
}

.testimonial-active.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
	border: 1px solid #fff;
	padding: 10px;
}
.testimonial-active.owl-carousel.owl-loaded {
  margin-bottom: 30px !important;
}
.testimonial-active .owl-dots {
	padding-top: 0px !important;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 99;
	bottom: -60px;
}
.testimonial-active .owl-dot {
  border-radius: 100%;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  width: 10px;
  position: relative;
  background: #000;
}
.testimonial-active .owl-dot.active {
  background: #fff;
  position: relative;
}
.testimonial2 .testimonial-active .owl-dot {
  background: #000;
}
.testimonial2 .testimonial-active .owl-dot.active {
  background: #fff;
}
.testimonial3 .testimonial-active .owl-dot {
  background: #000;
}
.testimonial3 .testimonial-active .owl-dot.active {
  background: #000;
}
.testimonial4 .testimonial-active .owl-dot {
  background: #000;
}
.testimonial4 .testimonial-active .owl-dot.active {
  background: #000;
}
.white-wrapper .testimonial-text span {
  color: #ffffff;
}

 /*
 footer
 */

footer{
  background-color: #000000;
  font-family: 'Montserrat', sans-serif;
}
.footer-top {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	position: relative;
	margin-bottom: 30px;
}
.foot_ph {
	border-left: 1px solid rgba(255,255,255,0.1);
	border-right: 1px solid rgba(255,255,255,0.1);
}
.eml_img {
	width: 40px;
	float: left;
	margin-right: 10px;
	height: 50px;
	padding-top: 5px;
}
.ph_img {
	width: 40px;
	float: left;
	margin-right: 10px;
	height: 50px;
	padding-top: 5px;
}
.ad_img {
	width: 40px;
	float: left;
	margin-right: 10px;
	height: 50px;
	padding-top: 5px;
}
.foot_eml {
	padding:30px 20px;
}
.foot_eml p {
	float: left;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	margin: 0;
	padding-top: 5px;
}
.foot_eml p span {
	clear: both;
	display: block;
	color: #fff;
	font-weight: 300;
	font-size: 12px;
}
.foot_ph {
	padding: 30px 20px;
}
.foot_ph p {
	float: left;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	margin: 0;
	padding-top: 5px;
}
.foot_ph p span {
	clear: both;
	display: block;
	color: #fff;
	font-weight: 300;
	font-size: 12px;
}
.foot_ads {
	padding: 30px 20px;
}
.foot_ads p {
	float: left;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	margin: 0;
	padding-top: 5px;
}
.foot_ads p span {
	clear: both;
	display: block;
	color: #fff;
	font-weight: 300;
	font-size: 12px;
}
.footer-middle {
	position: relative;
	padding: 35px 5px 50px;
}
.footer_bottom {
	border-top: 1px solid rgba(255,255,255,0.1);
	position: relative;
	padding: 10px 0;
}

.footer-middle h3 {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px;
}
.footer-middle h3::after {
	position: absolute;
	content: "";
	width: 50px;
	background-color: rgba(255,255,255,0.2);
	bottom: 0;
	left: 0;
	height: 1px;
}

.footer-two ul li {
	padding-bottom: 12px;
	list-style: none;
}
.footer-one p {
	color: #fff;
}
.footer-one a {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}
.footer-two ul li a {
	color: #fff;
	display: block;
}
.input-box {
	white-space: nowrap;
	position: relative;
}
.txtfild {
	height: 50px;
	padding: 5px 15px;
	border: 0;
	vertical-align: top;
	border-radius: 30px 0 0 30px;
}
.sdbtn {
	background-color: #e61f24;
	border: 0;
	height: 50px;
	width: 80px;
	color: #fff;
	font-size: 20px;
	vertical-align: top;
	border-radius: 0 30px 30px 0;
}
.footer-three p {
	color: #fff;
	padding-top: 15px;
	font-size: 15px;
	letter-spacing: 1px;
}
.ftsocial {
	position: relative;
	margin-top: 25px;
}
.ftsocial ul li {
	list-style: none;
	display: inline-block;
	padding-right: 10px;
	color: #fff;
}
.ftsocial ul li a {
	color: #fff;
	font-size: 22px;
}
.copyright p {
  color:#fff;
  font-size: 14px;
  line-height:35px;
  margin-top: 10px;
}
#about_info {
	position: relative;
	overflow: visible;
}
#box_ttl {
	position: relative;
	margin-top: 55px;
}

/*page*/
.page_banner {
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 200px;
	padding-bottom: 150px;
	position: relative;
}
#banner_intro {
	position: relative;
	padding-top: 122px;
}
#pagecontent {
	padding: 50px 0;
}
.pagettl {
	position: absolute;
	left: 0;
	right: 0;
	top: 60%;
	text-align: center;
}
.pagettl h1 {
	color: #fff;
	margin: 0;
	line-height: 40px;
	padding: 12px 25px;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 300;
	background-color: rgba(229,24,55,0.8);
	display: inline-block;
}
#txfld {
	width: 100%;
	height: 50px;
	margin-bottom: 15px;
	padding: 5px 15px;
	border: 1px solid #b0b0b0;
}
#txtmgs {
	width: 100%;
	height: 130px;
	margin-bottom: 15px;
	padding: 5px 15px;
	border: 1px solid #b0b0b0;
}
#snd {
	background-color: #e51837;
	border: 0;
	display: inline-block;
	padding: 8px 35px;
	border-radius: 30px;
	color: #fff;
	cursor: pointer;
}
.footer-three .noptin-optin-form-wrapper {
	margin-top: 0 !important;
}
.footer-three .noptin-form-header {
	display: none !important;
}
.footer-three .noptin-form-footer {
	padding: 0 20px 0 0;
}
.single-postblog {
	position: relative;
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.single-postblog h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}
.dt {
	font-size: 13px;
	color: #7F7F7F;
	margin-bottom: 10px;
}

.rmb a {
	background-color: #e51837;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	padding: 4px 25px;
	border-radius: 30px;
}

#abicon {
	border-right: 1px solid #D1D1D1;
}
.abicon .vc_single_image-wrapper {
	background-color: #e51837;
	border-radius: 100%;
}
#abicon1 .vc_single_image-wrapper {
	background-color: #fe9a05;
	border-radius: 100%;
}
#abicon2 .vc_single_image-wrapper {
	background-color: #1b729f;
	border-radius: 100%;
}
#abicon3 .vc_single_image-wrapper {
	background-color: #409538;
	border-radius: 100%;
}
