
body{
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}


p,h1,h2,h3,h4,h5,h6 {
	margin-bottom: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}
h3{
	font-family: 'Dancing Script', cursive;
}
p{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #a49aa1;
}
a{
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
}
ul{
	list-style: none;
	margin:0;
	padding:0;  
}
textarea:focus, input:focus{
    outline: none;
}
.more-btn{
	background: transparent;
	padding: 7px 35px;
	border: 2px solid #7c3567;
	color:#7c3567;
	transition: 0.3s ease;
	display: table;
	text-decoration: none; 
}
.more-btn:hover{
	background: #7c3567;
	color: #fff;
	text-decoration: none;
}
.back-to-top {
  display: inline-block;
  background-color: #be231a;
  width: 40px;
  height: 40px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transform: rotate(-45deg);
}
.back-to-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 10px;
  top: 0;
}
.back-to-top:hover {
  cursor: pointer;
  background-color: #282828;
}
.back-to-top:active {
  background-color: #282828;
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
}
.get-box{
	position: fixed;
    z-index: 9999;
    right:-360px;
    top: 120px; 
    width: 400px;
    height: auto;
    transition: 0.3s;
}
.get-box.toggle-field{
	right: 0;
}
.get-box .get-btn{
	background: #f54c7e;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 10px 20px;
    float: left;
    transform: rotate(-90deg);
    position: relative;
    left: -51px;
    top: 190px;
    text-decoration:none;
    transition: 0.3s;
}
.get-box .get-btn:hover{
	background: #e8386c;
}

.get-box .frm{
	width:90%;
	height: auto;
	position: relative;
	background: #fff;
	float: right;
	padding: 20px;
	border: 1px solid #ccc;
    border-right: none;
}

.get-box .frm h3{
	font-weight: bold;
	font-size: 24px;
	color: #2a63a2;
	margin-bottom: 20px;
}
.get-box .frm .form-control{
	margin-bottom: 30px;
	border-radius: 0;
}
.get-box .frm .form-control.area{
	height: 120px;
}
.get-box .frm .s-btn{
	background: #2a63a2;
    border: none;
    color: #fff;
    padding: 10px 30px;
    margin: auto;
    display: table;
    float: right;
    cursor: pointer;
    transition: 0.3s;
}
.get-box .frm .s-btn:hover{
	background: #249558;
}

.main-header {
    width: 100%;
    height: auto;
    position: relative;
}
.main-header .top-header{
    width: 100%;
    height: auto;
    position: relative;
    background: #dde1d2;
}
.main-header .top-header .logo{
    width: 100%;
    height: auto;
    position: relative;
    padding: 25px 0;
}
.main-header .top-header .contact{
    width: 100%;
    height: auto;
    position: relative;
    padding: 32px 0;
}
.main-header .top-header .contact a{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	background: #2a63a2;
	display: table;
	padding: 5px 60px;
	border-radius: 7px;
	transition: 0.3s;
	margin: auto;
}
.main-header .top-header .contact a img{
	margin-right: 5px;
}
.main-header .top-header .contact a:hover{
	text-decoration: none;
	background: #00853e;
}
.main-header .top-header .offer{
    width: 100%;
    height: auto;
    position: relative;
    padding: 3px 0;
    text-align: right;
}
.bottom-header{
	width: 100%;
	height: auto;
	position: relative;
	background: #181416;
}
.bottom-header .menu-sec{
	width: 100%;
	height: auto;
	position: relative;
	text-align: right;
}
.bottom-header .logo{
	width: 100%;
	height: auto;
	position: relative;	
}
.bottom-header .logo a{
	font-family: 'Dancing Script', cursive;
	color: #ffeef6;
	font-weight: 700;
	font-size: 38px;
	text-decoration: none;
}
.slider{
	width: 100%;
	height: auto;
	position: relative;
	background: #ffeef6;
}
.slider .text{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
}
.slider .text h1{
	font-size: 75px;
	font-family: 'Lobster', cursive;
	color: #7c3567;
	margin-bottom: 10px;

}
.slider .text h3{
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}

.slider .owl-theme .owl-nav [class*=owl-] {
    padding: 0;
    position: absolute;
    top: 50%;
}
.slider .owl-theme .owl-nav [class*=owl-]:focus{
	outline: none;
	background: transparent;
}
.slider .owl-theme .owl-nav [class*=owl-]:hover {
    background:transparent;
}
.slider .owl-nav .owl-prev span{
	display: none;
}
.slider .owl-nav .owl-prev{
	left: 0px;
}
.slider .owl-nav .owl-prev:before{
	content: '\f104';
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #181416;
	transition: 0.3s;
}

.slider .owl-nav .owl-next span{
	display: none;
}
.slider .owl-nav .owl-next{
	right: 0px;
}
.slider .owl-nav .owl-next:before{
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #181416;
}
.slider .item{
	width: 100%;
	height: auto;
	position: relative;
	display: table;
	padding: 50px 0 100px;
}
.slider .item img{
	width: 100%;
}
.slider .first-image{
	width: 49.50%;
	min-height: 200px;
	position: relative;
	background: #000;
	border-radius: 30px;
	float: left;
	overflow: hidden;
	margin-right: 1%;
}
.slider .second-image{
	width: 49.50%;
	min-height: 200px;
	position: relative;
	background: #000;
	border-radius: 30px;
	float: left;
	top: 50px;
	overflow: hidden;
}

.service-sec{
	width: 100%;
	height: auto;
	position: relative;
	padding: 50px 0 20px;
}
.service-sec .item{
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 30px;
	overflow: hidden;
}
.service-sec .item img{
	width: 100%;
}
.service-sec .owl-carousel{
	margin-bottom: 30px;
}
.service-sec .owl-theme .owl-nav [class*=owl-] {
    padding: 0;
    position: absolute;
    top: 50%;
}
.service-sec .owl-theme .owl-nav [class*=owl-]:focus{
	outline: none;
	background: transparent;
}
.service-sec .owl-theme .owl-nav [class*=owl-]:hover {
    background:transparent;
}
.service-sec .owl-nav .owl-prev span{
	display: none;
}
.service-sec .owl-nav .owl-prev{
	left: 0px;
}
.service-sec .owl-nav .owl-prev:before{
	content: '\f104';
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #181416;
	transition: 0.3s;
}

.service-sec .owl-nav .owl-next span{
	display: none;
}
.service-sec .owl-nav .owl-next{
	right: 0px;
}
.service-sec .owl-nav .owl-next:before{
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #181416;
}
.service-sec .text{
	width: 100%;
	height: auto;
	position: relative;
}
.service-sec .text h4{
	font-size: 40px;
	font-family: 'Lobster', cursive;
	margin-bottom: 20px;
}
.service-sec .text p{
	margin-bottom: 10px;
}
.service-sec .text .more-btn{
	margin-top: 20px;
}
.title{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	margin-bottom: 40px;
	padding: 0 0 20px;
}
.title:before{
	content: '';
	position: absolute;
	bottom: 5px;
	width: 100px;
	height: 1px;
	background: #000;
	left: 0;
}
.title:after{
	content: '';
	position: absolute;
	bottom: 0px;
	width: 50px;
	height: 1px;
	background: #000;
	left: 0;
}
.title h3{
	font-size: 65px;
	font-weight: 700;
	color: #7c3567;
	margin-bottom: 10px;
}
.title h5{
	color: #6cb66c;
	font-size: 30px;
	margin-bottom: 10px;
}
.title p{
	font-size: 18px;
}

.project-sec{
	width: 100%;
	height: auto;
	position: relative;
	padding: 50px 0 50px;
	background: #f7f7f7;
	background-size: cover;
}
.project-sec .title:before{
	right: 0;
	margin: auto;
}
.project-sec .title:after{
	right: 0;
	margin: auto;
}
.project-sec .gallery{
	width: 100%;
	height: auto;
	position: relative;
	display: table;
}
.project-sec .gallery .image{
	width: 24.5%;
	height: auto;
	flex: 0 0 25%;
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	border-radius: 10px;
}
.project-sec .gallery .image img{
	width: 100%;
}
.project-sec .gallery .image .overlay{
	width: 90%;
	height: 90%;
	border-radius: 10px;
	background: rgba(255,255,255,0.8);
	position: absolute;
	left: -120%;
	top: 5%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(-30deg);
	transition: 0.3s ease;
}
.project-sec .gallery .image:hover .overlay{
	left: 5%;
	transform: rotate(0deg);
}
.project-sec .gallery .image .overlay img{
	width: 40px;
}
.project-sec .more-btn{
	margin: auto;
	margin-top: 30px;
}
.testi-sec{
	width: 100%;
	height: auto;
	position: relative;
	padding: 50px 0 0;
}
.testi-sec .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #367bd8;
}
.testi-sec .testi{
	width: 100%;
	height: auto;
	position: relative;
}
.testi-sec .testi .item{
	width: 100%;
	height: auto;
	position: relative;
}
.testi-sec .testi .item .image{
	width: 230px;
	height: 230px;
	margin: auto;
	position: relative;
	border-radius: 50%;
	border: 5px solid #249558;
	overflow: hidden;
}
.testi-sec .testi .item .image img{
	width: 100%;
}
.testi-sec .testi .item .text{
	width: 100%;
	height: auto;
	position: relative;
	background: #e9f2ee;
	-webkit-box-shadow: 6px 6px 5px 0px rgba(209,209,209,1);
	-moz-box-shadow: 6px 6px 5px 0px rgba(209,209,209,1);
	box-shadow: 6px 6px 5px 0px rgba(209,209,209,1);
	padding:100px 50px 100px;
	margin-bottom: 30px;
	z-index: -999;
    top: -70px;
    text-align: center;
}
.testi-sec .testi .item .text:before{
	content: '\f10d';
	position: absolute;
	top: 60px;
    left: 60px;
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #aab1ae;
}
.testi-sec .testi .item .text:after{
	content: '\f10e';
	position: absolute;
	bottom: 50px;
    right: 60px;
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #aab1ae;
}
.testi-sec .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: relative;
    top: -80px;
}
.main-footer{
	width: 100%;
	height: auto;
	padding: 50px 0 0;
	background: #181416;
}
.main-footer .heading{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
}
.main-footer .heading h3{
	font-size: 40px;
	color: #ffeef6;
	font-weight: 700;
	margin-bottom: 30px;
}
.main-footer .contact-back{
	background: #0e0c0d;
	border-radius: 10px;
	margin-bottom: 30px;
}
.main-footer .text{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px 0;
}
.main-footer .text span{
	display: table;
	width: 40px;
	height: 40px;
	background: #ffeef6;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	color: #181416;
	font-size: 22px;
}
.main-footer .text p{
	color: #fff;
}
.main-footer .social{
	width: 40px;
	height: 40px;
	background: #ffeef6;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	color: #181416;
	font-size: 22px;
	text-decoration:none;
}
.main-footer .footer-bottom{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	padding: 10px 0 10px;
	background:  #0e0c0d;
	margin-top: 30px;
}
.page-title{
	width: 100%;
	height: auto;
	position: relative;
	background: url(../images/back-4.jpg) no-repeat;
	background-size:100%;
}
.page-title .title{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	padding: 70px 0;
}
.page-title .title:before{
	display: none;
}
.page-title .title:after{
	display: none;
}
.page-title .title h2{
	font-size: 40px;
	color: #7c3567;
	font-weight: bold;
}
.page-title .link{
	width: 100%;
	height: auto;
	position: relative;
	background: #dde1d2;
	text-align: center;
}
.page-title .link ul{
	margin: 0;
	padding: 0;
	color: #2a63a2;
}
.page-title .link ul li{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.page-title .link ul li a{
	display: block;
	color:#2a63a2;
	text-decoration: none;
	font-weight: 600;
	transition: 0.3s;
	padding: 15px 0;
}
.page-title .link ul li a:hover{
	color: #249558;
}
.about-page{
	width: 100%;
	height: auto;
	position: relative;
	padding: 70px 0 0;
}
.about-page .image{
	width: 100%;
	height: auto;
	position: relative;
}
.about-page .image img{
	width: 100%;
}

.about-page .content{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.about-page .text{
	width: 100%;
	height: auto;
	position: relative;
	padding: 0 0;
}
.about-page .text h4{
	color: #249558;
	font-size: 22px;
	margin-bottom: 15px;
}
.about-page .text p{
	color: #1d1815;
	margin-bottom: 15px;
	font-size: 16px;
}
.service-page{
	width: 100%;
	height: auto;
	position: relative;
	padding: 70px 0 40px;
}
.service-page.gray-back{
	background: #efefef;
}
.service-page .image{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 30px;
}
.service-page .image img{
	width: 100%;
}

.service-page .text{
	width: 100%;
	height: auto;
	position: relative;
	padding: 0 0;
	margin-bottom: 30px;
}
.service-page .text h3{
	color: #249558;
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: bold;
}
.service-page .text p{
	color: #1d1815;
	margin-bottom: 15px;
	font-size: 16px;
}
.service-page .text-2{
	width: 100%;
	height: auto;
	position: relative;
	padding: 0 0;
	margin-bottom: 30px;
	text-align: center;
}
.service-page .text-2 h3{
	color: #249558;
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: bold;
}
.service-page .text-2 p{
	color: #1d1815;
	margin-bottom: 15px;
	font-size: 16px;
}

.service-page .chart{
	width: 100%;
	height: auto;
	position: relative;
	overflow-x: auto;
}

.service-page table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

.service-page th, td {
  text-align: center;
  padding: 8px;
  border: 1px solid #ddd;
}
.service-page th{
	background: #2a63a2;
	color: #fff;
}
.service-page tr:nth-child(even){background-color: #f2f2f2}
.service-single{
	width: 100%;
	height: auto;
	position: relative;
	padding: 50px 0 100px 0;
}
.service-single .service-list{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 30px;
}
.service-single .service-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.service-single .service-list ul li{
	width: 100%;
	display: block;
	margin: 0;
	padding:0;
	margin-bottom: 2px;
	border-left: 3px solid #0d090c;
} 
.service-single .service-list ul li a{
	display: block;
	background: #fff;
	padding: 12px 10px;
	color: #fff;
	text-decoration: none;
	transition: 0.2s;
	background: #103da1;
	 font-size: 14px;
	
}
.service-single .service-list ul li a:hover{
	background: #0d090c;
}
.service-single .service-contact{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	padding: 15px 35px;
	margin-bottom: 30px;
	background: url(../images/service-back.jpg) no-repeat; 

}
.service-single .service-contact h3{
	color: #fff;
	font-size: 22px;
	margin-bottom: 10px;
}
.service-single .service-contact p{
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
}
.service-single .service-contact .btun{
	color: #fff;
	border-color: #fff;
	margin: auto;
}
.service-single .service-contact .btn:hover{
	background: #faa322;
	color: #fff;
}
.service-single .contact-info{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	padding: 30px 10px;
	background:#0d090c;
	margin-bottom: 30px;
	background-size: cover; 
}
.service-single .contact-info h3{
	font-size: 16px;
	color: #fff;
	padding: 5px 0;
	font-weight: normal;
}
.service-single .contact-info h3 a{
	color: #fff;
	text-decoration: none;
}
.service-single .contact-info h3 i{
	color: #fff;
	font-size: 22px;
}
.service-single .image{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 30px
}
.service-single .image img{
	width: 100%;
}

.service-single .service-text h2{
	font-size: 22px;
	padding: 15px 0;
	font-weight: bold;
	color: #0d090c;
}
.service-single .service-text p{
	margin-bottom: 10px;
}

.service-single .text-list{
	width: 100%;
	height: auto;
	position: relative;
}
.service-single .text-list h4{
	font-size: 20px;
	color: #0d3056;
	margin-top: 15px;
}
.service-single .text-list ul{
	margin: 0;
	padding: 0;
}
.service-single .text-list ul li{
	padding: 3px 0;
	font-size: 18px;
	color: #666;
}
.service-single .img-sub{
	width: 100%;
	margin-top: 15px;
}
.contact-page{
	width: 100%;
	height: auto;
	position: relative;
	padding: 70px 0 70px;
}
.contact-page .frm{
	width: 100%;
	height: auto;
	position: relative;
	padding: 20px;
	border:1px solid #ccc;
	margin-bottom: 30px;
}
.contact-page .heading{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom:30px; 
}
.contact-page .heading h2 {
    color: #7c3567;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'Dancing Script', cursive;
}
.contact-page .frm .form-control{
	margin-bottom: 30px;
	border-radius: 0;
}
.contact-page .frm .form-control.area{
	height: 120px;
}
.contact-page .frm .s-btn{
	background: #7c3567;
    border: none;
    color: #fff;
    padding: 10px 30px;
    margin: auto;
    display: table;
    float: right;
    cursor: pointer;
    transition: 0.3s;
}
.contact-page .text{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 30px;
}
.contact-page .text p{
	font-size: 20px;
	margin-bottom: 15px;
}
.contact-page .text p i{
	color: #7c3567;
	font-size: 30px;
	margin-right: 15px;
	width: 32px;
}
.contact-page .text p a{
	color: #343333;
	transition: 0.3s;
}
.contact-page .text p a:hover{
	color: #2a63a2;
	text-decoration: none;
}
.contact-page .maps{
	width: 100%;
	height: auto;
	position: relative;
}