@charset "utf-8";
/* CSS Document */
/* CSS Document */
/*
* Copyright (c) 2018 ITAcumens
*/ 
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(ekko-lightbox.css);
@import url(bs-slider.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.css);
*{margin:0px; padding:0px; outline:none !important;}
body{
	font-family: 'Lato', sans-serif !important;
	font-size:normal;
	font-weight:normal;
	overflow-x:hidden;
}

/*Header Section*/
.top_bar{
	width:100%;
	/*background: rgb(149,7,64);
background: linear-gradient(90deg, rgba(149,7,64,1) 0%, rgba(195,7,63,1) 50%, rgba(149,7,64,1) 100%);*/
	/*background: rgb(148,97,142);
background: linear-gradient(90deg, rgba(148,97,142,1) 0%, rgba(73,39,74,1) 50%, rgba(148,97,142,1) 100%);*/
	background: rgb(148,97,142);
background: linear-gradient(90deg, rgba(148,97,142,1) 0%, rgba(246,62,136,1) 50%, rgba(148,97,142,1) 100%);
	color:#fff;
	padding: 10px 0;
}
.top_bar ul{margin:0;}
.top-txt p{
	margin:0;
	color:#fff;
}
.top-contact li a, .top-phone li a{
	color:#fff;
	text-decoration: none;
}
header{position:relative;}
.header_bar{
	width:100%;
	padding-top: 5px;
}
.logo img{
	margin:10px 30px;
}
.cust-btn {
	float: right;
	background: rgb(148,97,142);
background: linear-gradient(90deg, rgba(148,97,142,1) 0%, rgba(246,62,136,1) 50%, rgba(148,97,142,1) 100%);
    border-bottom: 3px solid #f63e88;
}
.cust-btn:hover, .cust-btn:focus {
	background: #f63e88;
	border-bottom: 3px solid #94618e;
}
a.cust-btn {
	text-decoration: none;
	color: #fff;
	margin-top: 40px;
}
.cust-btn {
	padding: 10px 0px;
	border-radius: 6px;
	display: block;
	width: 150px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	transition: .3s ease-in;
	-webkit-transition: .3s ease-in;
	-moz-transition: .3s ease-in;
}
.banner{width:100%;}
/*Menu*/
.menu_bar{
	width:100%;
	background: rgb(148,97,142);
background: linear-gradient(90deg, rgba(148,97,142,1) 0%, rgba(246,62,136,1) 50%, rgba(148,97,142,1) 100%);
}
.menu .navbar{margin:0;}
.menu .navbar-nav>li>a{color:#fff;font-weight: bold;font-size:16px;padding:15px 10px;}
.menu .nav>li>a:focus, .menu .nav>li>a:hover, .menu .nav>li.active a , .menu .nav>li:hover, .menu .nav>li:focus{
    text-decoration: none;
    background: none;
	color:#222;
	
}

.menu .dropdown-menu.single {
    min-width: 200px;
    border: 0px;
    padding: 15px;
}

.menu .dropdown-menu.single.dpt_wdth {
    min-width: 466px;
}

.menu .dropdown-header {
    white-space: normal;
}

.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    /* margin-left: 16px;
  margin-right: 16px;*/
    padding: 20px 0px;
    width: 100%;
    border: 0px;
}

.dropdown-menu-large>li>ul,
.menu .dropdown-menu.single>li>ul {
    padding: 0;
    margin: 0;
}

.dropdown-menu-large>li>ul>li,
.menu .dropdown-menu.single>li>ul>li {
    list-style: none;
}

.dropdown-menu-large>li>ul>li>a,
.menu .dropdown-menu.single>li>ul>li>a {
    display: block;
    padding: 5px 20px;
    clear: both;
    position: relative;
    font-weight: 300;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
    font-size: 15px;
}

.dropdown-menu-large>li>ul>li>a:before,
.menu .dropdown-menu.single>li>ul>li>a:before {
    content: '\f0da';
    position: absolute;
    left: 10px;
    font-family: fontAwesome;
}

.dropdown-menu-large>li ul>li>a:hover,
.dropdown-menu-large>li ul>li>a:focus,
.menu .dropdown-menu.single>li ul>li>a:hover,
.menu .dropdown-menu.single>li ul>li>a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #f63e88;
    border-radius: 5px;
}

.dropdown-menu-large .disabled>a,
.dropdown-menu-large .disabled>a:hover,
.dropdown-menu-large .disabled>a:focus {
    color: #f63e88;
}

.dropdown-menu-large .disabled>a:hover,
.dropdown-menu-large .disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.dropdown-menu-large .dropdown-header {
    color: #001b45;
    font-size: 18px;
    padding: 3px 0px;
    font-weight: 700;
}



@media (min-width: 768px){
	
	.menu .navbar-nav{
		text-align: center;
		width: 100%;
		float: left;
	}
	
	.menu .navbar-nav > li {
    	float: none;
    	display: inline-block;
  	}
	
	.menu .navbar-brand{
		display: none;
	}
	.menu .navbar-nav li:hover .dropdown-menu.single{
  	    display:block;
  	}
}
/*slider*/
#slider{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f63e88+40,94618e+100 */
background: rgb(246,62,136); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(246,62,136,1) 40%, rgba(148,97,142,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(246,62,136,1) 40%,rgba(148,97,142,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(246,62,136,1) 40%,rgba(148,97,142,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f63e88', endColorstr='#94618e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	position: relative;
	overflow: hidden;
}
#slider .carousel{padding:0;}
.welcme{
	/*background:#cb2f6e;*/
	padding-top:10%;
	padding-left:5%;
	
}
.welcme h2{
	color:#fff;
	margin:0;
	font-size:28px;
	font-weight: 600;
}
.welcme h2 span{
	font-size:50px;
	font-weight: 800;
	margin: 15px 0;
	display: inline-block;
}

.welcme a{
	font-size:15px;
	color:#fff;
	text-decoration: none;
	background: #9c5e8d;
	padding: 10px 25px;
	border-radius: 10px;
	margin-top: 15px;
	display: inline-block;
	border:2px solid #9c5e8d;
}
.welcme a:hover{
	border:2px solid #f63e88;
}
/*Home Section*/
#section1{
	background:#f5f5f5;
	padding: 70px 0;
}
#section1 h2{margin-bottom: 40px !important;}
#section1 h2, #section2 h2, #section3 h2, #section4 h2, #section5 h2, #section6 h2 , #section7 h2{
	font-size:28px;
	color:#f63e88;
	font-weight: 700;
	text-transform: uppercase;
	
	position: relative;
	transform: skewX(-25deg);
  	border: 2px solid #94618e;
  	border-radius: 10px;
  	transition: 200ms ease-in-out;
	padding: 10px 20px;
	width:30%;
	margin:0 auto 20px;	
}
#section1 h2 span, #section2 h2 span, #section3 h2 span, #section4 h2 span, #section5 h2 span, #section6 h2 span , #section7 h2 span{
	transform: skewX(25deg);
	display: inline-block;
}
#section1 img{
	border: 5px solid #f63e88;	
    border-radius: 15px;
}
#section1 img:hover{
	border: 5px solid #94618e;	
    border-radius: 15px;
}
.intro p{
	margin-top:40px;
	font-size:16px;
	color:#000;
	line-height: 30px;
	margin-bottom: 0;
	text-align: justify;
}

/*Section2*/
#section2:before{
	position:absolute;
	content: '';
	top:0;
	bottom:0;
	left:0;
	right: 0;
	background: rgba(238, 81, 118, 0.7);
}
#section2{
	padding:70px 0;
	/*background: url(../images/f4.jpg) no-repeat;*/
	background: #94618e;
	position: relative;
	
}
#section2 h2, #section6 h2{color:#fff !important;border:2px solid #fff;}
#section2 ul li{margin-bottom:15px !important;}
#section2 ul{margin:20px 0 0;}
 #section2 ul li{
	font-size:16px;
	color:#fff;
	line-height: 25px;
	margin-bottom: 5px;
	padding-left: 30px;
	position:relative;
	text-align: justify;
}
 #section2 ul li:before{
	content:'\f058';
	font-family:'FontAwesome';
	left:0;
	top:3px;
	font-size: 18px;
	color:#fff;
	position: absolute;
}
/*section3*/
#section3{
	background:#f5f5f5;
	padding:70px 0 70px;
}
#section3 h2{margin-bottom:20px !important;}
#section3 p{text-align:center;width: 90%;
    margin: 0 auto;}
#section3 img{margin-top:30px;}

/*Section4*/
#section4{
	margin:30px 0 30px;
}

#section4 h2{margin-bottom:40px !important;}
#section4 img{margin-bottom:30px;}
.modal-title{
	font-size: 20px;
	font-weight:bold;
	color:#872c79;
	text-align: center;
}
.g_tit h5{
	font-size: 22px;
	margin: 40px 0 20px;
	text-align: center;
	color:#4b4f72;
	font-weight: 600;
}
/*Section5*/
#section5:before{
	position:absolute;
	content: '';
	top:0;
	bottom:0;
	left:0;
	right: 0;
	background: rgba(76, 79, 114, 0.6);
}

#section5{
	padding:70px 0;
	/*background: url(../images/f3.jpg) no-repeat;*/
	position: relative;
	background: #f5f5f5;
}
#section5 p{color:#fff !important;}
.infra p{
	
	font-size:16px;
	color:#000;
	line-height: 30px;
	margin:20px 0 0;
	text-align: justify;
}
/*Section6*/
#section6{
	padding:70px 0 70px;
	background: #d3557d;
}
#section6 p{color:#fff !important; text-align: center;}
/*Section7*/
#section7{
	padding:70px 0 70px;
	background:#f5f5f5;
}
#section7 table{margin-top:20px;}
#section7 table tr:nth-child(1){background:#94618e;color:#fff !important;font-size:18px;font-weight: 700;}
#section7 table tr td{padding:10px;text-align: center;font-size: 16px;}
#section7 table tr td a{color:#000;text-decoration: none;}
/*footer*/
#footer{
	background: rgb(148,97,142);
background: linear-gradient(90deg, rgba(148,97,142,1) 0%, rgba(246,62,136,1) 50%, rgba(148,97,142,1) 100%);
}
.copyright{
	color: #fff;
    padding: 15px 0 15px;
	width: 100%;
    display: inline-block;
}
.copyright ul{margin:5px 0 0;}
.copyright p{
	margin:0;
	margin-top: 15px;
}
.copyright a{
	color: #fff;
	text-decoration: none;
}
#return-to-top .fa.fa-angle-up {
    background: #f63e88;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 45px;
    font-size: 40px;
    font-weight: bold;
    position: fixed;
    top:50%;
    right: 20px;
}

/*Responsive*/
@media(min-width:320px) and (max-width:479px)
{.logo img{width:100%;}
	#section1 h2, #section2 h2, #section3 h2, #section4 h2, #section5 h2, #section6 h2, #section7 h2{margin-bottom:15px !important;}
	.logo img{width:70%;}
	.adm h6{margin:0;}
	.welcme a{padding:5px 20px;font-size:13px;}
	
}
@media(min-width:480px) and (max-width:520px){
	#section1 h2, #section2 h2, #section3 h2, #section4 h2, #section5 h2, #section6 h2, #section7 h2{
		width:50% !important;
		margin: 0 auto 15px !important;
	}
}
@media(min-width:521px) and (max-width:767px){
	#section1 h2, #section2 h2, #section3 h2, #section4 h2, #section5 h2, #section6 h2, #section7 h2{
		width:45% !important;
		margin-bottom: 15px !important;
	}
	.infra a{width:50%;float: left;}
}
@media(max-width:767px){
	.welcme{padding:30px;}
	.header_bar{text-align:center;}
	.adm h6 {
		text-align: center;
		display: inline-block;
	}
	
	.bg_pad h1{
		font-size: 18px;
	}
	.menu .navbar-nav > li > a{text-align:left;}
	#section1 h2, #section2 h2, #section3 h2, #section4 h2, #section5 h2, #section6 h2, #section7 h2{padding:5px 10px;border:1px solid #554f72;}
	.welcme h2{font-size:22px;}
	.welcme h2 span{font-size:24px;margin: 10px 0;}
	.intro p{margin:0;}
	.g_tit p{font-size:14px;}
	.top-contact li a, .top-phone li a{
		font-size:12px;
		text-align: center;
	}
	.top_bar ul{text-align:center;}
	
	.logo{padding:0;}
	.logo1 img{margin-top:10px;}
	.logo img{margin:5px 0 0;}
	a.cust-btn{margin:10px 0 10px}
	#section1{padding:20px 15px;}
	#section1 h2, #section2 h2, #section3 h2, #section4 h2, #section5 h2, #section6 h2, #section7 h2{font-size:18px;line-height: 30px;width:100%;margin: auto ;}
	.menu .navbar-toggle, .menu .navbar-toggle .icon-bar{border:1px solid #000;}
	.copyright p{text-align:center;font-size:13px;}
	.copyright ul{text-align:center;}
	
	#section1 h2:after{
		top: 65px;
		left: 40%;
		width:20%;
	}
	.g_tit:focus, .g_tit:hover{text-decoration: none !important;}
	#section1 img{margin-bottom: 20px;}
	#section1 p{
		font-size: 14px;
		line-height: 24px;
	}
	#section2{padding:20px 0;}
	#section3 p{text-align: justify;line-height: 24px;font-size:14px;}
	.g_tit h5, .infra p{margin: 0 0 15px;}
	.g_tit h5:hover, .g_tit h5:focus{text-decoration:none;}
	.g_tit a{margin-top:0;}
	#section3{padding:30px 0 0;}
	#section5{padding:20px 0;}
	.infra p, #section7 table tr td{font-size:14px;line-height: 24px;}
	.infra a{padding-bottom:0;margin-bottom: 0;display: block;text-decoration: none;}
	.infra a img{margin-bottom:20px;}
	#section7 table{margin-top:auto;}
	.copyright{padding:0;line-height:24px;}
	#section2 ul li{font-size:14px;line-height: 24px;}
	#section2 ul li{margin-bottom:10px !important}
	.list-2 ul{margin-top:0 !important;}
	#section7{padding:20px 0 !important;}
	#section7 .table-responsive{margin-bottom: 0;}
	#return-to-top .fa.fa-angle-up{width:35px;height:35px;font-size:25px;line-height: 35px;}
	
}
@media(min-width:768px) and (max-width:991px){
	.menu .nav > li > a{padding:10px 10px;}
	.header_bar img {
    	width: 100%;
	}
	.welcme{
		padding-top: 5%;
		padding-left: 5%;
		padding-bottom: 5%;
	}
	.intro p{margin-top:0;}
	.welcme h2 span{font-size:36px;}
	#section1 h2, #section2 h2, #section3 h2, #section4 h2, #section5 h2, #section6 h2, #section7 h2{font-size:18px;margin-bottom:20px !important}
	#section7 table{margin-top:0 !important;}
	.top-info ul{text-align:right;}
	a.cust-btn{margin:20px 0 20px;}
	.logo img{margin-left:-15px;}
	#section1, #section2{padding:30px 0;}
	#section1 img{margin-bottom:20px;}
	.copyright ul{right:90px;position:absolute;}
	#return-to-top .fa.fa-angle-up{bottom:5px;}
	#section5{padding:40px 0;}
	.welcme a{padding:5px 25px;}
	#return-to-top .fa.fa-angle-up{width:35px;height:35px;font-size:25px;line-height: 35px;}
}
@media(min-width:992px) and (max-width:1023px){
	#return-to-top .fa.fa-angle-up{bottom:90px;}
	.logo img{margin:10px 40px;}
	.welcme h2 span{font-size:40px;}
	.welcme{padding-top:7%;}
	.intro p{margin-top:33px;}
	#section5, #section2{padding:40px;}
	#section1 h2, #section2 h2, #section3 h2, #section4 h2, #section5 h2, #section6 h2, #section7 h2{font-size:22px;}
	#section7 table{margin-top:30px;}
	#return-to-top .fa.fa-angle-up{width:35px;height:35px;font-size:25px;line-height: 35px;}
	
}
@media(min-width:1024px) and (max-width:1200px){
	.intro p{margin-top:30px !important;}
	#return-to-top .fa.fa-angle-up{bottom:90px;}
	.logo img{padding-left:20px;}
	#section1 h2, #section2 h2, #section3 h2, #section4 h2, #section5 h2, #section6 h2, #section7 h2{font-size:22px;}
	#section2, #section5{padding:50px;}
	.welcme h2 span{font-size:40px;}
	#section7 table{margin-top:30px;}
	#return-to-top .fa.fa-angle-up{width:35px;height:35px;font-size:25px;line-height: 35px;}
}

/*nw styles 05-04-2019*/
.gal_caros a{
	text-decoration: none;
}


.gal_caros .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;

}
.gal_caros .figure-caption{
	padding: 15px 0px;
	text-align: center;
	font-size: 16px;
	color: #f63e88;
}

.gal_caros .owl-nav button {
	position: absolute !important;
    color: #f63e88 !important;
}
.gal_caros .owl-nav .owl-prev {
    left: -40px;
}
.gal_caros .owl-nav .owl-next {
    right: -40px;
}
.gal_caros .owl-nav button span {
    font-size: 50px;

}
.bg_pad{
	position: absolute;
    top: 47%;
    left: 0;
    background: rgba(219, 70, 137, 0.7);
}
.bg_pad h1{
    margin: 0px;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    font-size: 30px;
}








