.col {
	padding: 0;
	position: relative;
}



.col img {
	display: block;
}

a:hover,
a:focus,
a:active {
	background: none !important;
}

.overlay {
	background: rgba(0,0,0, 0.1);
}

html,body{
    height:100%;
}



/*--------------------------------------------------------------
#1	left-side
--------------------------------------------------------------*/
.left-side {
    background-image: url('../img/pantern.png');
   padding:11px 25px 11px;
}

.right-side{
    height:100%;
}


/*search-bar*/
.search-bar {
	position: relative;
}

.search-bar .form-group {
	width: 100% !important;
}

.search-bar input {
	background-color: transparent;
	width: 100% !important;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	border-bottom: 1px solid #e2e0d9;
	border-radius: 0;
	padding-left: 0;
	box-shadow: none;
}
.fa fa-search{
    color:#fff;
}
::-webkit-input-placeholder { 
    color:#fff;
}
:-moz-placeholder { 
   color:#fff;
   opacity:1;
}
::-moz-placeholder { 
   color:#fff;
   opacity:1;
}
:-ms-input-placeholder { 
   color:#fff;
}

.search-bar input:focus {
	box-shadow: none !important;
	border-bottom-color: #cac6ba;
}

.search-bar button {
	background: no-repeat;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
}

.search-bar button:hover {
	background: none;
}


/*navigation*/
#navbar {
	padding-left: 0;
}

/*navbar-header*/
.navbar-header {
	margin: 83px 0 100px;
	position: relative;
}

.navbar-header i {
	position: absolute;
	left: 0;
}

.navbar-header i:before {
	margin-left: 0;
	font-size: 70px;
	color: #80a500;
}

.navbar-header .navbar-brand {
	    margin-top: -23px;
    margin-bottom: 25px;
}


/*nvigation link*/
#navbar > ul > li {
	border-bottom: 1px solid #e2e0d9;
}

#navbar > ul > li > a {
	color: #e2e0d9;
	font-size: 14px;
	line-height: 13px;
	padding: 13px 10px 13px;
	text-transform: uppercase;
    font-family:'Times New Roman';
}

#navbar > ul > li > a:hover {
	color: #c9605b;
}


/*drop-down-menu*/
#home-3 .dropdown-menu {
	background: #fff;
	width: 100%;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
}

#home-3 .dropdown-menu li {
	border-bottom: 1px solid #ccc;
}

#home-3 .dropdown-menu li:last-child {
	border-bottom: 0;
}

#home-3 .dropdown a {
	position: relative;
	text-transform: uppercase;
    font-size:14px;
    font-family:'Times New Roman';
}

#home-3 .dropdown a i {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#home-3 .dropdown-menu a {
	padding: 5px 20px;
}

#home-3 .dropdown-menu a:hover {
	background-color:  #c9605b !important;
	color: #fff;
}
.request{
    margin-left:25px;
}

.request input[type=text]{
    background-color: transparent;
	width: 100% !important;
	font-size: 12px;
	text-transform: uppercase;
	color: #e2e0d9;
	border: 0;
	border-bottom: 1px solid #e2e0d9;
	border-radius: 0;
	padding-left: 8px;
	box-shadow: none;
    padding-top:10px;
    padding-bottom:8px;
}

.send-botton{
    height:26px;
    width:96px;
    background-color:#c9605b;
    border-radius:3px;
    margin-top:11px;
    float:right;
    color:#e2e0d9;
    font-size:11px;
    font-weight:bolder;
    padding-top:6px;
    padding-left:34px;
    font-family:'Times New Roman';
}

.contact-text{
    font-size:14px;
    color:#e2e0d9;
    margin-top:165px;
    padding-bottom:14px;
    border-bottom:solid #e2e0d9 1px;
    font-family:'Times New Roman';
}

.contact-text a {
    color:#e2e0d9;
}

.contact-text a:hover {
    color:#c9605b;
}

.map{
    margin-top:11px;
    text-align:center;
}

/*copyright-info*/
.copyright p{
    color:#e2e0d9;
    margin-top:25px;
    margin-bottom:0px;
}

.copyright img{
    max-width:100%;
    display:inline;
}
@media (max-width:991px)
{
     .w100m img
    {
        width:100% !important;
    }
}
@media (min-width:992px)
{
    .dbn
    {
        display:none;
    }
   
.first-image{
 background-size:cover;
    min-height:200px;

    background-repeat:no-repeat;
        background-position: top right;
}

.sec-image{
   background-size:cover;
       background-position: top right;
    min-height:1142px;
  
        background-repeat:no-repeat;
}

.third-image{
   background-size:cover;
    min-height:470px;
  
    background-repeat:no-repeat;
        background-position: top right;
}

.forth-image{
   background-size:cover;
    min-height:872px;
    background-image:url(../img/img4.png);
    background-repeat:no-repeat;
        background-position: top right;
 
}
}

.navbar-brand img
{
    max-width:100%;
}








/*responsive style of home-style 3*/
@media only screen and (max-width: 1199px) {
	#tall-col {
		display: none;
		background: none;
	}
}

@media only screen and (max-width: 991px) {
	/*journey*/
	.begin-journy p {
		background: none;
	}

	/*sp-offer*/
	.sp-offer div h2 {
		font-size: 22px;
		line-height: 20px;
		margin: 12px 0;
	}

	.sp-offer div p {
		font-size: 12px;
		text-transform: uppercase;
	}
}

@media only screen and (max-width: 767px) {
    .news-letter-popup,
    a.back-to-top {
        display: none !important;
    }

    /*navbar*/
    .navbar .navbar-header {
        margin: 10px 0 70px;
    }

        .navbar .navbar-header button {
            border-color: #e2e0d9;
            margin: 40px 0 0;
        }

            .navbar .navbar-header button span {
                background-color: #e2e0d9;
            }

            .contact{
                display:none;
            }

            .first-image .sec-image .third-image .forth-image{
                background-size:contain;
            }

}


    @media only screen and (max-width: 500px) {
        .left-side col,
        .right-side col{
            width: 100%;
        }
    }

    /*news letter*/
    @media only screen and (max-width: 991px) {
        .news-letter-popup .row .col img {
            margin-left: 40px;
        }
    }
    @media (max-width:991px) {
    .conb {
        display:none !important;
    }
}
@media (min-width:1200px)
{
    .conm
    {
        display:none;
    }
}
.conm p{
    text-align:center;
    color:#000;
}
.btn-default
{
    color:#fff
}
.navbar
{
    margin-bottom:0px;
}
.send-btn
{
     
    background-color: #c9605b;
    border-radius: 3px;
    margin-top: 11px;
 
    color: #e2e0d9;
    font-size: 11px;
    font-weight: bolder;
   padding:5px 20px;
    font-family: 'Times New Roman';
}
.send {
    text-align: right;
}
.send-btn:hover
{
        background-color: #c9605b !important;
    border-radius: 3px;
    margin-top: 11px;
    color: #e2e0d9;
}
.send-btn:focus
{
        background-color: #c9605b;
    border-radius: 3px;
    margin-top: 11px;
    color: #e2e0d9;
}
.APPOINTMENT
{
        margin-top: 20px;
}
.APPOINTMENT label
{
        color: #C9605B;
}
.navbar-collapse
{

    -webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 0px 0 rgba(255,255,255,.1);
}
.conb
{
        padding-bottom: 21px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent !important;
    border-color: #337ab7;
}
.dropdown-menu a:hover {
	color: #C9605B  !important;
}
