* {
	margin:0px;
	padding:0px;
	box-sizing: border-box;
}
body {
	font-family: 'Muli', sans-serif !important;
	font-size:18px !important;
	color: #4c5267 !important;
}
ul {
	margin-bottom:0px !important;
}
li {
	list-style:none;
}
a,a:hover,a:focus {
	text-decoration: none !important;
}
img {
	max-width:100%;
}






section, header, footer, main, .social_icon, .connect_us, .slider_area, .about_area, .title, .whychose_area, .whychoose_content,
.pop_area 
 {
	width:100%;
	float:left;
}
section {
	padding-top:100px;
	padding-bottom:50px;
}


/*----------- width --------------*/
.w-10 {
	width:10%;
	float:left;
}
.w-15{
	width:15%;
	float:left;
}
.w-20{
	width:20%;
	float:left;
}
.w-25{
	width:25%;
	float:left;
}
.w-30{
	width:30%;
	float:left;
}
.w-35{
	width:35%;
	float:left;
}
.w-40{
	width:40%;
	float:left;
}
.w-45{
	width:45%;
	float:left;
}
.w-50{
	width:50%;
	float:left;
}
.w-55{
	width:55%;
	float:left;
}
.w-60{
	width:60%;
	float:left;
}
.w-65{
	width:65%;
	float:left;
}
.w-70{
	width:70%;
	float:left;
}
.w-75{
	width:75%;
	float:left;
}
.w-80{
	width:80%;
	float:left;
}
.w-85{
	width:85%;
	float:left;
}
.w-90{
	width:90%;
	float:left;
}
.w-100{
	width:100%;
	float:left;
}


/*-----------/ width --------------*/


/*---------- color_and_backgorund --------*/
.btn-learn, .getintouch a, .header_top 
{
	background:#2d7991;
}
header a:hover, .whychose_area i 
{
	color:#a58353 !important;
}
header .dropdown-item, header a, .btn-learn:hover
{
	color: #4c5267 !important;
}
.header_top a
{
	color:#fff !important;
}
.header_top a:hover
{
	color:#fff !important;
}
/*--------/ color_and_backgorund -----------*/



/*------------------- btn --------------  */
.btn-learn {
	padding:10px 20px;
	color:#fff !important;
	font-weight: 500;
	border-radius: 5px;
}


/*-------------------/ btn --------------  */

/*-------- title --------*/
.title h3{
	position: relative;
	color:#000;
	font-weight: 700;
    font-size: 2.2rem;
}
.title h3:before {
	position: absolute;
	content:'';
	width:100%;
	height:150%;
	left:-10%;
	background:url(../images/title-dots.png)no-repeat;
}
/*--------/ title --------*/


/*------------- pop_area ---------*/
.pop_area {
	width:100%;
	float:left;
}
.pop_area .modal-dialog {
    max-width: 60%;
}
.pop_area .about_img {
    overflow: hidden;
    position: relative;
}
.pop_area  form {
	padding-left:7%;
}
.pop_area .modal-body {
	background:#fff;
	padding:2%;
	border-radius: 10px;
}
.pop_area .modal-content {
	background:none;
	border:none;
}
.pop_area .close {
	width: 50px;
    height: 50px;
    float: right;
    background: red;
    opacity: 1;
    color: #fff;
	border-radius: 50px;
	margin-bottom: 10px;
}
.form_area h4 {
	font-weight:600;
}
.form_area sup {
	color:red;
}
.form_area label {
	display:block;
}
.form_area label input, .form_area label select {
	width:100%;
	height:35px;
	float:left;
	padding-left:15px;
	margin-bottom:10px;
	border:none;
	border:1px solid #4c52674f;
}
.form_area input[type="submit"] {
	border:none;
	margin-top:15px;
	padding:7px 20px;
}





/*-------------/ pop_area ---------*/





/*------------------- header --------------  */ 
header .bg-dark {
	background:none !important;
}
@media(max-width:900px) {
	header .bg-dark  {
			background-color: #a4aba7!important;
		}	
}
header nav {
	padding-top:20px !important;
	padding-bottom:20px !important;
}

header a, header .dropdown-item {
	font-size: 16px;
}
a.navbar-brand {
	font-size:24px;
}


/* header top */
.header_top {
	padding:10px 0;
}
.header_top ul li{
	float:left;
	padding-right:20px;
}
.social_icon ul  {
	float:right;
}
.social_icon ul li  {
	float:left;
}
.social_icon ul li:last-child {
	padding-right:0;
}


/* header_menu */
header nav a {
	text-transform:uppercase;
}
header .btn-learn a {
	padding:7px 10px;
}

/*------------------- / header --------------  */ 






/*------------------- slider --------------  */ 

.slider_area .carousel-caption{
	top:15%;
}
.slider_area .carousel-caption.text-right{
	right:5%;
}
.slider_area .carousel-caption.text-left{
	left:5%;
}
.slider_area .carousel-control-next, .slider_area .carousel-control-prev {
	width:5%;
}


/*-------------------/ slider --------------  */ 


/*------------------- about --------------  */ 


.about_img img{
	position: relative;
	z-index: 1;
	width:95%;
}
.about_img:before {
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -25px;
    left: -25px;
    bottom: 0;
    background-repeat: repeat;
    z-index: 0;
	background:url(../images/dot.png) center center ;
}
.about_area span {
	display:block;
	text-transform: uppercase;
	margin:50px 0 15px 0;
	font-weight: bold;
}
.about_area i {
	color:#a58353;
}
.about_content {
	padding-right:10%;
	padding-top:5%;
}
.about_area .btn-learn{
	margin-top:20px;
	float:left;
}

/*-------------------/ about --------------  */ 


/*----------------- whychose_area ------------*/
.whychose_area .title {
	margin-top:5%;
	margin-bottom:5%;
	padding-left:3%;
}
.whychoose_content {
	margin-bottom:5%;
	padding-left:4.5%;
}
.whychose_area h5 {
	font-weight: 600;
}
.whychose_area i {
	font-size: 30px;
}

/*-----------------/ whychose_area ------------*/




/*we start*/

.We{
	min-height: 450px;

}

.We .title h6{
	position: relative;
	font-size: 2.2rem;
	color:#000;
	text-align: center;
	font-weight: bold;
}

.We i{
	color:#a58353 !important;
	font-size: 30px;
	text-align: center;
	display: block;
	margin-top: -15px !important;
}

.We .title h6:before{
	position: absolute;
	content: '';
	width: 10%;
	height: 150%;
	margin-left: -35px;
	background:url(../images/title-dots.png)no-repeat; 

}

.We .box{
	margin-top: 11%;
}

.box{
    font-family: 'Ubuntu', sans-serif;
    position: relative;
    overflow: hidden;
}
.box:before{
    content: '';
    background: #0008;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: blur(10px);
    transform: scale(1) rotate(180deg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}
.box:hover:before{
    box-shadow: 0 0 10px 2px #555;
    opacity: 1;
    filter: blur(0);
    transform: scale(0.92, 0.9) rotate(0);
}
.box img{
    width: 100%;
    height: auto;
    transition: all 0.5s ease-in-out;
}
.box:hover img{ transform: scale(1.9) rotate(45deg); }
.box .box-content{
    color: #fff;
    text-align: center;
    width: 100%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(3);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all 0.5s ease;
}
.box:hover .box-content{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}
.box .title{
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.box .post{
    font-size: 16px;
    text-transform: capitalize;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    filter: blur(10px);
    transform: scale(0);
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    transition: all 0.5s ease 0.2s;
}
.box:hover .icon{
    transform: scale(1);
    filter: blur(0);
}
.box .icon li{ display: inline-block; }
.box .icon li a{
    color: #fff;
    background: rgba(255,255,255,0.2);
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    margin: 0 3px;
    display: block;
    position: relative;
    transition: all 0.3s;
}
.box .icon li a:hover{
    text-shadow: 0 0 6px #555;
    box-shadow: 0 0 5px #555;
}
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }   
}



@media only screen and (max-width:479px){
    .box .title{ font-size: 20px; }
}

.box-content a{
	color: #000;
	font-size: 13px;
	transition: all 0.1s ease-in-out;
}

.box-content a:hover{
	color: #fff;
	background: #000;
	padding: 8px 10px;
	border-radius: 5px;
	transform: scale(1.2,1.2);
}

.box-content p{
	font-weight: normal !important;
	font-size: 15px;
}


/*we End*/



/*Testimonials start*/



.Testimonials .title h6{
	position: relative;
	font-size: 2.2rem;
	color:#000;
	text-align: center;
	font-weight: bold;
}

.Testimonials .title h6:before{
	position: absolute;
	content: '';
	width: 10%;
	height: 150%;
	margin-left: -25px;
	background:url(../images/title-dots.png)no-repeat; 

}

.Testimonials .title i{
	color:#a58353 !important;
	font-size: 30px;
	text-align: center;
	display: block;
	margin-top: -15px !important;
}

.testimonial{
	text-align: center;
	margin-top: 25px;
}

/*Testimonials End*/


/*gallery Start*/


.gallery .title h6{
	position: relative;
	font-size: 2.2rem;
	color:#000;
	text-align: center;
	font-weight: bold;
}

.gallery i{
	color:#a58353 !important;
	font-size: 30px;
	text-align: center;
	display: block;
	margin-top: -15px !important;
}

.gallery .title h6:before{
	position: absolute;
	content: '';
	width: 10%;
	height: 150%;
	margin-left: -35px;
	background:url(../images/title-dots.png)no-repeat; 

}

/*gallery End*/


/*services start*/

.service{
	min-height: 450px;
	margin-top:-10%;

}

.service .title h6{
	position: relative;
	font-size: 2.2rem;
	color:#000;
	text-align: center;
	font-weight: bold;
	padding-top:5% !important;
}

.service i{
	color:#a58353 !important;
	font-size: 30px;
	text-align: center;
	display: block;
	margin-top: -15px !important;
}

.service .title h6:before{
	position: absolute;
	content: '';
	width: 10%;
	height: 100%;
	margin-left: -35px;
	background:url(../images/title-dots.png)no-repeat; 

}

.service .box{
	margin-top: 11%;
}


.service .img-thumbnail{
	border: none;
	border-radius: 0;
	padding:0px;
}

.service  .col-lg-4.col-md-4.col-6 {
	margin-top: 30px !important;
}
.service .d-block{
	transition: all 0.4s ease-in-out;
	box-shadow: 5px 5px 10px #0002;
	
}
.service .d-block .title {
	padding:20px 10px;
}
.service .d-block:hover{
	box-shadow: 5px 5px 10px #0005;
}

.service .title h1{
	text-align: center;
	font-size: 25px;
	color: black;
}

.service .title p{
	font-size: 16px !important;
	text-align: center;
	color:#585656; 
}



/*services end*/


.contact .title h6{
	position: relative;
	font-size: 2.2rem;
	color:#000;
	text-align: center;
	font-weight: bold;
}

.contact .title i{
	color:#a58353 !important;
	font-size: 50px;
	text-align: center;
	display: block;
	margin-top: -15px !important;
}

.contact .title h6:before{
	position: absolute;
	content: '';
	width: 10%;
	height: 100%;
	margin-left: -35px;
	background:url(../images/title-dots.png)no-repeat; 

}


.contact form input[ type="submit"]{
	background: #000;
	color: #fff;
	padding: 3px 8px;
	border-radius: 10px;
	transition: : all 0.8s ease-in-out;
	border: none;
}

.contact form input[ type="submit"]:hover{
background: #a58353;
transform: scale(1.1,1.1); 
padding: 3px 8px;
}

.contact .col-md-7 i{
	margin-left: 15%;
	padding-top: 2%;
}


/*footer start*/

	.footer-quote {
    background: #bcc637;
    min-height: 105px;
    padding: 31px 0;
}
.footer-quote h2 {
    float: left;
    font-size: 27px;
    color: #000;
    margin: 6px 0;
    font-style: normal;
}
.footer-quote .thm-button {
    float: right;
    background: #222229;
}
.footer-contacts {
    background: url("../images/new/bg3.html") fixed;
    min-height: 124px;
    padding: 41px 0;
    clear: both;
}
.footer-contacts2 {
    background: url("../images/new/bg3.html") fixed;
    min-height: 239px;
    padding: 82px 0;
}
.footer-contacts2 h2 {
    font-size: 27px;
    color: #f7f8fa;
    margin: 6px 0;
    font-weight: bold;
}
.footer-contacts2 h2 strong {
    color: #cbd913;
}
.footer-contacts2 .thm-button {
    margin: 15px 0 0 0;
}
.footer-contacts3 {
    background: url("../images/contactbg.html") no-repeat 100% fixed/cover;
    min-height: 274px;
    padding: 92px 0;
}
.footer-contacts3 h2 {
    font-size: 36px;
    color: #fff;
    margin: 6px 0;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    padding: 0 0 0 45px;
}
.footer-contacts3 .thm-button {
    margin: 38px 0 0 0;
}
.footer-contacts3 .col-md-3 {
    text-align: center;
}
.footer-contacts4 {
    background: url("../images/new/company-bg.html") fixed;
    min-height: 321px;
    text-align: center;
    padding: 60px 0;
}
.footer-contacts4 h2 {
    font-size: 40px;
    color: #fff;
    font-family: "Raleway", sans-serif;
    margin: 10px 0 50px 0;
}
.footer-contacts4 .thm-button {
    background: #cbd913;
    color: #363a41;
}
.footer-contacts h2 {
    float: left;
    font-size: 27px;
    color: #f7f8fa;
    margin: 6px 0;
    font-style: normal;
}
.footer-contacts .thm-button {
    float: right;
}
.footer {
    background: #141415;
    padding: 70px 0;
    width:100%;
 float:left;
}
.footer h2,
.footer h4,
.footer ul,
.footer li,
.footer p {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer p {
    line-height: 24px;
    color: #838486;
}
.footer .title {
    margin-bottom: 6px;
}
.footer .title h2 {
    margin: 0;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    color: #D5D5D5;
    line-height: 26px;
    position: relative;
    top: -5px;
    
}
.footer .title .decor-line,
.footer .title2 .decor-line {
    background: #C4D114;
    width: 45px;
    height: 1px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}
.footer .tel-box .icon-box,
.footer .tel-box .text-box {
    display: table-cell;
    vertical-align: top;
}
.footer .tel-box .icon-box i {
    font-size: 20px;
    color: #838486;
}
.footer .tel-box .text-box {
    padding-left: 10px;
}
.footer .tel-box .text-box h4 {
    font-size: 20px;
    line-height: 22px;
    color: #C4D114;
    font-weight: 600;
}
.footer .tel-box .text-box p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}
.footer .tel-box .text-box p a {
    color: #fff;
}
.footer .links-widget.links-widget-pac {
    padding: 0 0 0 25px;
}
.footer .links-widget ul {
    margin-top: 1px;
}
.footer .links-widget ul li {
    margin-bottom: 10px;
}
.footer .links-widget ul li:last-child {
    margin-bottom: 0;
}
.footer .links-widget ul li a {
    font-size: 15px;
    color: #fff;
    line-height: 18px;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
}
.footer .links-widget ul li a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    margin-right: 11px;
}
.footer .links-widget ul li a:hover {
    color: #46B9E3;
}
.footer .social li a {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-right: 5px;
}
.footer .social li a i {
    font-size: 17px;
    line-height: 33px;
}
.footer .social li a i .fa-google-plus {
    font-size: 12px;
}
.footer .social li a:hover {
    color: #32aac1;
    border-color: #32aac1;
}
.footer .subscribe-widget input {
    width: 100%;
    height: 45px;
    background: #ffffff;
    font-size: 15px;
    line-height: 45px;
    border-radius: 4px;
    padding: 0 65px 0 20px;
    color: #838486;
    border: none;
}
.footer .about-widget > p {
    margin-top: 22px;
}
.footer .about-widget .tel-box {
    margin: 15px 0;
}
.footer-bottom {
    background: #0c0c0c;
    padding: 27px 0;
    width:100%;
 float:left;
}
.footer-bottom p {
    margin: 0;
    color: #494949;
    font-size: 14px;
}
.footer .newsletter-widget {
    position: relative;
    margin: 15px 0 20px 0;
}
.footer .newsletter-widget .thm-button {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0 15px;
    color: #fff;
    height: 45px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #3db0df;
}
.footer .newsletter-widget .thm-button i {
    margin: 0;
}
.footer2 .footer-bottom p {
    color: #797a7c;
}
.footer2 {
    background: #222229;
    padding: 65px 0;
}
.footer-bottom2 {
    background: #1c1c21;
}
.footer-bottom2 .pull-right p {
    color: #33585c;
}
.footer2 .tel-box .icon-box i {
    color: #C4D114;
}
.footer2 .twitter-widget,
.footer2 .about-widget {
    padding: 0 20px 0 0;
}
.footer .title2 h2 {
    margin: 0;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    color: #D5D5D5;
    line-height: 26px;
    position: relative;
    top: -5px;
    text-transform: uppercase;
}
.twitter-widget ul li i {
    margin: 0 5px 0 0;
    color: #b4ba65;
}
.twitter-widget ul li span {
    color: #b4ba65;
}
.twitter-widget ul li a:before {
    display: none;
}
.twitter-widget p {
    display: inline;
    color: #797a7c;
}
.flickr-widget img {
    float: left;
    padding: 0 5px 5px 0;
}
.flickr-widget li:nth-child(3) img,
.flickr-widget li:nth-child(6) img {
    padding: 0 0 5px 0 !important;
}
.flickr-widget {
    width: 200px;
    float: right;
}


.footer .social.list-inline li{
	float:left !important;
	margin-right:15px;
	margin-top: 10%;
}

.footer .footer-widget{
	    padding-left: 5%;
        margin-top: 14px;	
}

.footer .title{
    color:#fff;
}



.callnow {
    position:fixed;
    bottom:20%;
    left:0px;
}
.callnow a {
    padding:10px;
    background: #f6d538;
    color:#fff;
    font-size:18px;
    border-radius:10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: 0 5px 10px #0000006e;
}
.callnow a:hover {
    background:#000;
    color:#fff;
}
.what {
    position:fixed;
    bottom:20%;
    right:0px;
}
.what a {
       padding: 17px;
    color: #fff;
    font-size: 32px;
    background: #7775;
    padding-top: 5px;
    padding-bottom: 1px;
    border-radius: 5px 0 0 5px;
    
}
.what a:hover {
  
    color:#fff;
}

.what i{
	font-size: 40px;
	color: #28a745;

}
/*footer end*/


