/*defult css*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');

body{
    font-size: 14px;
    color:#444;
    line-height: 24px;
    font-weight: 300;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
}
::-moz-selection {
    background: #E75768;
    text-shadow: none;
}
::selection {
    background: #E75768;
    text-shadow: none;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.opa{
	position:relative;
	z-index:111;
}
.opa::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: .4;
	z-index: -1;
}
a#scrollUp {
	background: #D20032;
	height: 45px;
	width: 45px;
	z-index: 9999;
	color: #fff;
	border: 1px solid #D20032;
	cursor: pointer;
	font-size: 24px;
	line-height: 42px;
	bottom: 35px;
	text-align: center;
	transition: all 0.5s ease-in-out;
	position: absolute;
	right: 35px;
	transform: rotate(45deg);
}
#scrollUp i.fa {
	transform: rotate(-45deg);
}
.sticky {
	position: fixed;
	top: 0;
	z-index: 99999999;
    animation:500ms ease-in-out 0s normal none 1 running fadeInDown;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 5px #ccc;
    transition: all 0.3s ease-in-out;
}
a {
	color: #444;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
a:hover,a:focus{text-decoration: none;}
.ptb-70{padding: 70px 0;}
.ptb-100{padding: 100px 0;}
.mt-40 {
	margin-top: 40px;
}
.mt-40{margin-top: 40px;}
.bg-color {
	background: #E75768;
}
.bg-color2{
    background: #1E222B;
}
.bg-color3{
    background: #2D2E30;
}
.slider-bg-1{background: #ddd url("img/slider/slider-1.jpg") no-repeat scroll center center / cover ;}
.slider-bg-2{background: #ddd url("img/slider/slider-2.jpg") no-repeat scroll center center / cover ;}
.button-all {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: #fff;
    border: 2px solid #6f6f6f;
    padding: 10px 30px;
    border-radius: 5px;
    color: #1e222b;
    font-family:opensans_semibold;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
/*header-top-area*/
.header-top-area {
	background: #1E222B;
}
.top-menu > li {
	display: inline-block;
	position: relative;
}
.top-menu > li > a {
	font-size: 14px;
	color: #8f8f8f;
	display: block;
	line-height: 50px;
	margin-right: 7px;
	padding-left: 10px;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}
.top-menu > li:hover > a{
    color: #fff;
}
.separetor::before {
	position: absolute;
	color: ;
	content: "";
	width: 1px;
	height: 20px;
	background: #8f8f8f;
	top: 15px;
	right: 0;
}
/*main-menu*/
.header-menu {
	position: relative;
}
.logo > a > img {
	width: 100%;
}
.logo > a {
	padding: 23px 0px;
	display: block;
}
.main-menu > li {
	position: relative;
	display: inline-block;
	margin: 0 -2px;
	padding: 30px 0;
}
.main-menu > li > a {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	padding: 10px 15px;
	color: #333;
}
.main-menu > li > a {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	padding: 10px 15px;
	color: #333;
	transition: all 0.3s ease-in-out;
}
.main-menu > li:hover > a,.main-menu > li.active > a{
    background: #E75768;
    color: #fff;
}
/*mega-menu*/
.main-menu > li.menu-static {
	position: static;
}
.megamenu{
    width: 100%;
}
.megamenu > li {
	width: 25%;
	float: left;
	padding: 15px 30px;
}
.megamenu {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background: #f5f5f5;
	text-align: left;
	transition: all 0.3s ease-in-out;
	border-bottom: 3px solid #E75768;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.176);
	transform: scaleY(0);
	transform-origin: 0 0 0;
	opacity: 0;
	visibility: hidden;
    z-index: 99;
}
.megamenu::before {
	position: absolute;
	content: "";
	top: -14px;
	width: 20px;
	z-index: 99;
	border-bottom: 15px solid #F45650;
	left: 25%;
	right: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}
.main-menu > li:hover .megamenu{
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
.megamenu > li > ul > li.mega-title > a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	color: #333;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	display: block;
	transition: all 0.3s ease-in-out;
}
.megamenu > li > ul > li > a {
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	color: #333;
	transition: all 0.3s ease-in-out;
}
.megamenu > li > ul > li > a:hover{
    color: #E75768;
} 
.megamenu > li > ul > li > a {
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	color: #333;
	transition: all 0.3s ease-in-out;
	padding: 5px 0;
	display: block;
}
/*slider css*/
.single-slider-item {
	height: 600px;
	background-size: cover;
	background-position: center;
	background-color: #dddd;
	position: relative;
}
.slider-item-table{
    display: table;
    width: 100%;
    height: 100%;       
}
.slider-item-tablecell{
    display: table-cell;
    vertical-align: middle;
}
.single-slider-item h3, .single-slider-item h2, .single-slider-item p, .single-slider-item a{
    color:#fff;
}
.single-slider-item h3 {
	font-size: 22px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.single-slider-item h2 {
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase;
}
.single-slider-item p {
	color: #fff;
	margin-bottom: 40px;
	max-width: ;
	margin-top: 10px;
	text-transform: capitalize;
}
.nexa-btn a {
	color: #ffffff;
	font-weight: 600;
	border: 2px solid #fff;
	padding: 10px 25px 7px;
	text-transform: uppercase;
	transition: .3s;
	display: inline-block;
    border-radius: 4px;
}
.nexa-btn.slider-btn a {
	margin-right: 30px;
	text-align: center;
	width: 150px;
	font-weight: 500;
	font-size: 15px;
}
.nexa-btn.slider-btn a:hover {
	color: #fff;
	background: #E75768;
	border-color: #E75768;
}
.slider-active {
	overflow: hidden;
}
.slider-active .owl-nav div {
	position: absolute;
	top: 50%;
	color: #fff;
	font-size: 20px;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	line-height: 50px;
	text-align: center;
	transition: all 0.3s ease-in-out;
	transform: translateY(-50%);
	left: -60px;
}
.slider-active .owl-nav div:hover{
    background: #E75768;
    border-color: #E75768;
}
.slider-active .owl-nav div.owl-next{
    left: auto;
    right: -60px;
}
.slider-active:hover .owl-nav div.owl-prev{
    left: 20px;
}
.slider-active:hover .owl-nav div.owl-next{
    right: 20px;
}
/*social icon*/
.social-icon-fixd {
	position: fixed;
	z-index: 9999999;
	top: 25%;
	right: 0;
}
.social-icon-fixd > ul {
	position: relative;
}
.social-icon-fixd > ul > li {
	position: absolute;
	top: 0;
	right: -190px;
	width: 240px;
	height: 50px;
	background: #4862A3;
	color: ;
	z-index: 9999;
	transition: all 0.3s ease-in-out;
	border-radius: 5px 0 0 5px;
	border-bottom: 3px solid #324c81;
}
.social-icon-fixd > ul > li > a {
	color: #fff;
	font-size: 16px;
	display: block;
	font-weight: 700;
	text-transform: capitalize;
}
.social-icon-fixd > ul > li > a > i.fa {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-right: 1px solid #fff;
    font-size: 22px;
}
.social-icon-fixd > ul > li.twitter {
	top: 55px;
	background: #1DA1F2;
    border-color: #0092ca;
}
.social-icon-fixd > ul > li.linkedin {
	top: 110px;
	background: #0077B5;
    border-color: #366184;
}
.social-icon-fixd > ul > li.google-plus {
	top: 165px;
	background: #DD5144;
    border-color: #bc4031;
}
.social-icon-fixd > ul > li:hover{
    right: 0;
}
/*feture section*/
.single-feture {
	text-align: center;
}
.feture-img .hover-img {
	position: absolute;
	top: -3px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}
.single-feture:hover .feture-img .hover-img{
    opacity: 1;
}
.feture-img h6 {
	font-size: 14px;
	color: #6f6f6f;
	padding: 20px 0 10px;
}
.feture-title h3 {
	font-size: 30px;
	font-weight: 500;
	color: #1e222b;
}
.feture-title p {
	font-size: 14px;
	color: #6f6f6f;
	margin: 30px 0;
}
.feture-btn {
	display: inline-block;
	background: #fff;
	color:#000000;
	border: 2px solid #666;
	padding: 10px 15px;
	border-radius: 5px;
	position: relative;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 600;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
    z-index: 1
}
.feture-btn::before {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	background: #E75768;
	left: 50%;
	opacity: 0;
	transition: all 0.3s ease-in-out;
    z-index: -1
}
.feture-btn:hover::before{
    opacity: 1;
    left: 0;
    width: 100%;
}
.feture-btn:hover{
    color: #fff;
    border-color: #E75768;
}
/*   about us section start  */
.top{
	margin-top: 70px;
}
.margin{
	margin-top:20px;
}
.work_area h5{
	font-weight: bold;
	font-size:12px;
	margin-top:28px;
}
.work_area ul li a{
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.work_area ul li a:hover{
	font-size:12px;
	font-weight:bold;
	color: #E75768;
}
.after_work{
    position: absolute;
    content: "";
    left: 0px;
    bottom: 100px;
    width: 170px;
    height: 2px;
    background: #E5E5E5;
}

.handshake{
	margin-top:80px;
}
.handshake img{
	border: 2px solid #E5E5E5;
}
.bold{
	font-weight:bold;
	font-size:14px;
	margin-top:80px;
	text-align:justify;
}
.key_logo{
	margin-top:30px;
}
.key_list h2{
	font-weight:bold;
	color: #E75768;
}
.our_key h2{
	font-weight:bold;
	color: #E75768;
}
.our_key p{
    text-align:justify;
    font-weight:bold;
}
.key_list ul li a, .our_key ul li a{
	font-weight:bold;
	color:#000000;
}
.key_list ul li a:hover{
	font-weight:bold;
	color: #E75768;
}
.our_key ul li a:hover{
	font-weight:bold;
	color: #E75768;
}
#mission{
	margin: 60px 0px;
}
.our_mission h2{
	font-weight:bold;
	color: #E75768;
}
.our_mission p{
	font-weight:bold;
}
.our_team h2{
	font-weight:bold;
	color: #E75768;
}
.our_team p{
	font-weight:bold;
	text-align:justify;
}
/*   about us section end  */

/*about-area*/
.bg-img1 {
	background: url(img/bg/bg1.jpg);
	background-size: cover;
	background-position: center;
	padding: 100px 0;
}
.section-title h2 {
	font-size: 30px;
	color: #1e222b;
	text-transform: uppercase;
	padding-bottom: 25px;
	position: relative;
	overflow: hidden;
}
.section-title h2::before,.border-center h2:before {
	position: absolute;
	content: "";
	bottom: 0;
	width: 100px;
	height: 3px;
	background: #E75768;
	left: 0;
}
.border-center h2::before {
	left: 0;
	right: 0;
	margin: auto;
}
.about-content p {
	padding: 40px 0;
	border-bottom: 2px solid #e2e2e2;
	text-align: justify;
}
p a {
	color: #444;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
p a:hover,a:focus{text-decoration: none;}
.ptb-70{padding: 70px 0;}
.ptb-100{padding: 100px 0;}
.mt-40 {
	margin-top: 40px;
}
/*feture counter*/
.feature-counter > li {
	display: inline-block;
	padding: ;
	padding-right: 50px;
}
.feature-counter > li > h4 {
	font-size: 36px;
	font-weight: ;
	color: #E75768;
	display: inline-block;
}
.feature-counter > li > h5 {
	font-size: 14px;
	color: #6f6f6f;
}
/*our-service-area*/
.section-title2 {
	margin-bottom: 50px;
}
.section-title2 > h2 {
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	position: relative;
	overflow: hidden;
}
.section-title2 > h2::after {
	position: absolute;
	content: "";
	width: 65%;
	height: 2px;
	background: #B21944;
	bottom: 10px;
	right: 200px;
}
.service-item {
	width: 100%;
}
.single-service {
	background: #fff;
}
.service-img > img {
	width: 100%;
	transition: all 0.3s ease-in-out;
}
.service-img {
	position: relative;
	border: 2px solid #ddd;
	overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.single-service:hover .service-img{
    border-color: #000;
}
.service-img > img.hover-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	opacity: 0;
}
.single-service:hover .service-img > img.hover-img{
    opacity: 1;
}
.service-title {
	position: relative;
	text-align: center;
	z-index: 2;
}
.service-title > h3 {
	text-align: center;
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	padding: 20px 0;
	margin: 0;
	color: #000;
    transition: all 0.3s ease-in-out;
}
.single-service:hover .service-title > h3{
    color: #fff;
}
.service-title > h3::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	background: #000;
	bottom: 0;
	left: 0;
	z-index: -1;
	transition: all 0.3s ease-in-out;
}
.single-service:hover .service-title > h3::before{
    height: 100%;
}
.service-active .owl-nav div {
	position: absolute;
	top: -83px;
	right: 50px;
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}
.service-active .owl-nav div.owl-next {
	right: 0;
	left: auto;
}
/*acroding*/
.accordion {
	margin-top: 40px;
}
.panel-group .panel {
	border: ;
	border-radius: 0;
}
.panel-heading h4{
   transition: all 0.3s ease-in-out; 
}
.panel-heading i{
   transition: all 0.3s ease-in-out; 
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
	margin-left: 50px;
	padding: 3px 0;
}
.panel-heading:hover{
    background: #E75768;
}
.panel-heading:hover h4{
    color: #fff;
}
.panel-heading:hover i{
    color: #fff;
}
/*testimonial area*/
.single-testimonial {
	margin-top: 80px;
	position: relative;
	border: 4px solid #f2f2f2;
}
.testi-img {
	position: absolute;
	top: -45px;
	left: 40px;
}
.testi-img > h3 {
	padding: ;
	position: absolute;
	top: 15px;
	font-size: 16px;
	display: block;
	width: 200px;
	left: 116px;
	color: #000;
	text-transform: capitalize;
	background: #fff;
	text-align: center;
}
.testi-content {
	margin-top: 62px;
}
.testi-content {
	margin-top: 62px;
	padding: 0 30px;
}
.owl-dots {
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	text-align: center;
}
.owl-dot {
	width: 15px;
	height: 15px;
	background: #fff;
	display: inline-block;
	margin-right: 5px;
	border-radius: 100%;
	border: 1px solid #E75768;
}
.owl-dot.active{
    background:#E75768; 
}
#asidebar{
    padding: 50px 0px 80px;
}
#asidebar{
    padding: 50px 0px 80px;
}
.services h2{
    font-size: 14px;
    color: #000;
    background: #E75768;
    padding-left: 15px;
    line-height: 44px;
    font-family: opensans_extrabold;
	text-transform:uppercase;
	font-weight:bold;
}
.services ul li a{
    color: #6f6f6f;
    font-size: 13px;
    background: #f8f8f8;
    display: block;
	text-transform:uppercase!important;
    border-bottom: 2px solid #e6e6e6;
    font-family: opensans_bold;
    padding: 12px 15px;
    transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
}
.services ul li a:hover, .services ul .active{
    background: #E75768 !important;
    border-color: #E75768 !important;
    color: #fff;
}

/* aside / col-sm-3 ends */
#asidebar .cliping-path h2{
    text-transform: uppercase;
    font-size: 26px;
    position: relative;
    padding-bottom: 15px;
	color:#E75768;
	margin-top:-22px;
}

#asidebar .cliping-path h3{
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
	color:#0077B5;
	font-family: opensans_bold;
}

.after_bdr:after{
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 200px;
    height: 3px;
    background: #e8c21d;
}
.after_header:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 200px;
    height: 3px;
    background: #E75768;
}
.working_area:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 250px;
    height: 3px;
    background: #E75768;
}
#asidebar .cliping-path p{
    padding: 10px 0px 10px;
}
#asidebar .cliping-path .beft{
    position: relative;
}
#asidebar .cliping-path img{
    width: 100%;
    margin-bottom: 15px;
}
.before-position{
    position: absolute;
    right: 0px;
    top: 0px;
    background: #0177b5;
    color: #fff;
    padding: 7px 20px;
    font-size: 14px;
    font-family: Roboto_regular;
}
.after-position{
    position: absolute;
    left: 0px;
    top: 0px;
    background: #eeeeee;
    color: #8b8b8b;
    padding: 7px 20px;
    font-size: 14px;
    font-family: Roboto_regular;
}
/*pricing area*/
.p0 {
	padding-left: 0;
	padding-right: 0;
	border-left: 1px solid #f3f3f3;
}
.pricing-img > img {
	width: 100%;
}
.pricing-content h4.b1 {
	background: #E75768;
	font-size: 14px;
	line-height: 34px;
	color: #fff;
	text-align: center;
	margin: 0;
    transition: all 0.3s ease-in-out;
}
.bs {
	background: #CF012D !important;
}
.single-pricing:hover .pricing-content h4.b1,.single-pricing:hover .bs{
    background: #1e222b !important;
}
.pricing-content h5 {
	font-size: 14px;
	background: #f9f9f9;
	line-height: 34px;
	text-align: center;
	color: #6f6f6f;
	margin: 0;
    transition: all 0.3s ease-in-out;
}
.holder {
	background: #E75768;
	width: 100%;
	height: 46px;
}

.bg-color1 {
	background: #E75768;
	padding: 65px 0 0;
	transition: all 0.3s ease-in-out;
}
.bg-color1:hover{
    background: #1e222b;
}
.pricing-circle {
	width: 160px;
	height: 160px;
	background: #fff;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	border: 8px solid #CF012D;
	margin-bottom: 66px;
}
.pricing-circle h3 {
	padding-top: 20px;
	color: #E75768;
	font-size: 30px;
    transition: all 0.3s ease-in-out;
}
.single-pricing:hover .pricing-circle h3 {
    color: #333;
}
.price-btn a {
	font-size: 18px;
	display: block;
	padding: 10px 0;
	border-radius: ;
	border-right: 15px solid #fff;
	border-left: 15px solid #fff;
	color: #fff;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}
.single-pricing:hover .price-btn a{
    background: #1e222b
}
.get-action p {
	color: #1e222b;
	font-size: 16px;
	padding: 80px 0 30px;
}
/*bloag-area*/
.single-blog {
	width: 100%;
	border: 2px solid #ddd;
	overflow: hidden;
}
.blog-img {
	width: 40%;
	float: left;
	overflow: hidden;
}
.blog-img a img {
	width: 100%;
	transition: all 0.5s ease-in-out;
	display: block;
	transform: scale(1);
	height: 206px;
}
.blog-content {
	padding: 15px 10px 35px;
	transition: all 0.3s ease-in-out;
}
.blog-content {
	padding: 22px 16px 10px;
	transition: all 0.3s ease-in-out;
	width: 60%;
	float: left;
	overflow: hidden;
}
.single-blog:hover .blog-img a img{
    transform: scale(1.3);
}
.single-blog:hover .blog-content{
    background: #E75768;
    color: #fff;
}
/*our-work css*/
.work-img > img {
	width: 100%;
}
/*brand area*/
.brand-active .col-md-12 {
	width: 75%;
}
.footer-menu > li {
	display: inline-block;
	margin: 0 -2px;
    padding-left: 5px;
    padding-right: 5px;
}
.footer-menu > li > a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.footer-menu > li > a:hover{
    color: #E75768;
}
.get-action-btn > a {
	color: #fff;
	border: 2px solid #E75768;
	display: block;
	text-align: center;
	padding: 10px 30px;
	border-radius: 5px;
	background: #E75768;
	font-size: 16px;
	position: relative;
	transition: all 0.3s ease-in-out;
    z-index: 2;
}
.get-action-btn > a:hover {
    border-color: #1DA1F2;
}
.get-action-btn > a::before {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	background: #1DA1F2;
	top: 0;
	left: 50%;
	z-index: -1;
	border-radius: 4px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.get-action-btn > a:hover::before{
    left: 0;
    opacity: 1;
    width: 100%
}
.service-list > li {
	padding: 3px 0;
}
.service-list > li > a {
	color: #ddd;
	font-size: 14px;
	display: block;
	transition: all 0.3s ease-in-out;
}
.service-list > li:hover > a{
    color: #E75768;
    padding-left: 5px;
}
.service-list > li > a i.fa {
	margin-right: 5px;
}
.payment-method > h4 {
	color: #fff;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.location > h5 {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 25px;
}
.location > p {
	color: #ddd;
	font-size: 14px;
}
/* Price page */


#price_page{
    padding: 40px 0px 70px;
}
#price_page h2{
    color: #E75768;
}
#price_page p{
    font-size: 16px;
    font-family: opensans_regular; 
    color: #6f6f6f;
    padding: 10px 0px 10px;
}
#price_page table th{
    background: #E75768;
    color: #fff;
    font-size: 20px;
    font-family: opensans_regular;
    padding: 10px 30px;
}
#price_page table td{
    background: #ededed;
    padding: 10px 30px;
    font-family: opensans_regular;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
#price_page table tr:hover td{
    background: #E75768;
    color: #fff;
}
#price_page tr .tbg{
    background: #fff;
}
#price_page .table-responsive h2{
    background: #ededed;
    text-align: center;
    padding: 30px 0px;
	margin-top:20px;
	border-radius:15px 15px 0px 0px;
}



/* Contact Page*/
#all_bnr h1{
    font-size: 32px;
    color: #fff;
    font-family: opensans_semibold;
    padding: 137px 0px 90px;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    z-index: 2;
    top:-350px;
}
#all_bnr .logo{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 350px;
}
.clip_bnr{
    background-color: #1E222B;
    background-position: center;
    background-size: cover;
}

.masking_bnr{
    background: url(./img/bg/Masking_Banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
#breadcumb_nav{
    padding: 13px 0px;
}   /* breadcumb_nav  */

#breadcumb_nav ul li a{
    color: #6f6f6f;
    font-size: 12px;
    font-family: Roboto_light;
	font-weight:bold;

}

#breadcumb_nav ul li a:hover{
    color: #2b92d0;
}

#breadcumb_nav ul li{
    
}

#breadcumb_nav ul .active{
    color: #2b92d0;
	font-weight:bold;
	font-size:12px;
}

#breadcumb_nav ul li i{
    color: #6f6f6f;
    font-size: 14px;
	padding-left:5px;
}
#breadcumb_nav ul li i.fa-home{
    color: #6f6f6f;
    font-size: 12px;
	padding-left:0px;
}
.contact_bnr{
    background: url(../images/service/contact_b.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
#contacts{
    padding: 50px 0px;
}
#contacts .all_cls h2{
    text-transform: uppercase;
    font-family: opensans_semibold;
    text-align: center;
    font-size: 34px;
}
#contacts .all_cls h2 span{
    color: #E75768;
    font-family: opensans_bold;
}
#contacts .all_cls p{
    padding: 30px 0px 50px;
    text-align: center;
}
.text-fields{
    width: 100%;
    border: 1px solid #e0e0e0;
    line-height: 50px;
    padding: 0px 10px;
    font-size: 16px;
    font-family: opensans_regular; 
    margin-bottom: 20px;
}
#contacts textarea{
    width: 100%;
    border: 1px solid #e0e0e0;
    height: 200px;
    font-size: 16px;
    font-family: opensans_regular; 
    padding: 10px;
    resize: none;
}
.sub-btn{
    color: #fff;
    background: #E75768;
    font-size: 16px;
    font-family: opensans_semibold;
    padding: 10px 30px;
    letter-spacing: 3px;
    border: 0px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    margin-top: 30px;
}
.sub-btn:hover{
    background: #000;
}
#contacts .cmf h2{
    text-transform: uppercase;
    color: #E75768;
    font-size: 24px;
    padding-bottom: 20px;
}
#contacts .cmf p{
    font-family: opensans_regular;
}
#contacts ul{
    padding: 20px 0px 10px;
}
#contacts ul li{
    padding: 3px 0px;
}
#contacts ul li a{
    color: #6f6f6f;
    font-size: 14px;
    font-family: opensans_regular;
}
#contacts ul li a i{
    font-size: 12px;
    color: #E75768;
    padding-right: 5px;
}
#contacts ul li a:hover{
    color: #E75768;
}
#contacts .pdn_btm{
    padding-bottom: 30px;
}
#contacts .cmf .button-all{
    background: #E75768;
    border-color: #E75768;
    border-radius: 0px;
    color: #fff;
    letter-spacing: 2px;
}

#contacts iframe{
    margin-top: 50px;
}
#contacts h3{
    padding: 50px 0px 30px;
    font-size: 20px;
    color: #E75768;
}
#contacts .all_cls ul{
    padding: 50px 0px 0px;
}



footer #ftr-up{
    background: #1e222b;
    padding: 40px 0px;
}
footer #ftr-up ul li a{
    color: #fff;
    font-size: 14px;
    font-family: opensans_semibold;
}
footer #ftr-up .button-all{
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    background: none;
    border: 2px solid #0077B5;
    font-family: opensans_regular;
	background: #0077B5;
}
footer #ftr-up .button-all:before { 
    background: #E8C21D;
	
}
footer #ftr-up  .button-all:hover, .button-all:focus, .button-all:active {
    color: #fff;
	border:2px solid #E8C21D!important;
}


footer #ftr-up .ftr_service{
    padding-top: 50px;
}
footer #ftr-up .ftr_service li{
    padding: 3px 0px;
}
footer #ftr-up .ftr_service ul li a{
    color: #4b4e55;
    font-size: 13px;
    font-family: opensans_regular;
}
footer #ftr-up .ftr_service ul li i{
    font-size: 12px;
    padding-right: 5px;
    color: #4b4e55;
}
footer #ftr-up .ftr_service ul li a:hover{
    color: #fff;
}
footer #ftr-up .ftr_service h4{
    color: #fff;
    font-size: 18px;
    padding-bottom: 10px;
    font-family: opensans_bold;
}
footer #ftr-up .ftr_service h6{
    color: #fff;
    font-size: 14px;
    padding-top: 25px;
    text-transform: uppercase;
    font-family: opensans_bold;
}
footer #ftr-up .ftr_service address p{
    color: #fff;
    font-size: 14px;
    font-family: opensans_regular;
}
footer #ftr_bottom{
    background: #1a1e26;
}
footer #ftr_bottom p{
    font-size: 12px;
    color: #4b4e55;
    line-height: 42px;
    text-align: center;
}
.back-to-top{
	position: fixed;
	bottom: 50px;
	right: 30px;
	z-index: 9999;
	display: none;
	text-decoration: none;
	color:#0091dc;
	width: 30px;
	height: 30px;
	border: 1px solid #0091dc;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}
.back-to-top i {
	font-size: 20px;
	margin-top: 2px;
	margin-left: 2px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.back-to-top:hover {
	background: #0091dc;
	color: #fff;
}
/* Contact section end */

/*footer-bottom-area*/
.all-right-reserved > p {
	font-size: 12px;
	color: #ccc;
	text-align: center;
	line-height: 45px;
	margin: 0;
}

.mt-30 h3{
    color:#E9455F;
    font-size:14px;
}

.mt-30 li a{
    color:#FFFFFF;
}
.mt-30 li a:hover{
    color:#E9455F;
}
.mt-30 p{
    color:#FFFFFF;
}
.all-right-reserved p, a{
    color:#FFFFFF;
}
.all-right-reserved a:hover{
    color:#E9455F;
}
.paragraph p{
    text-align:justify;
}

.alert{
    
color:red;
font-size:13px;
}



/* bootstrap overright*/
.panel-default > .panel-heading{
    background-color: #e75768;
}

.padding-minus{
    padding:0px;
}
