﻿@font-face {
    font-family: 'opensans-regular';
    src: url('../fonts/opensans-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'opensans-light';
    src: url('../fonts/opensans-light.ttf') format('truetype');
}

.navbar-inverse {
    background-color: #000000;
    border-color: #000000;
    border-radius: 0px;
}


.navbar{
        margin-bottom: 0px!important;
}
@media (max-width:768px){
    .fa-angle-right:before {
    content: "\f105";
    display:none;
}
    .fa-angle-left:before {
    content: "\f104";
    display:none;

}

    .nav > li > a {
    text-decoration: none;
  
    color:#080808;
}

}


body,h1,h2,h3,h4,h5,h6,p,a,li {
    font-family: 'opensans-regular' !important;
}


.head {
    color: #5e5d5b;
    font-family: 'opensans-light';
}

.nav-justified > li > a {
    text-align: center;
    color: #faf18a;
         font-size: 18px;
}
.nav-justified > li > a:hover {
    text-align: center;
    background-color: #faf18a;
    color:#000;
    transition:1.5s;
}
p {
    text-align: justify;
    font-family: 'opensans-regular' !important;
    font-size: 17px;
}



         /* Parent positioning */
.nav > li.dropdown {
    position: relative;
}

/* Hidden state */
.nav > li.dropdown > .dropdown-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    background-color: #FAF18A;
    min-width: 260px;
    border-radius: 0;
}

/* Show on hover */
.nav > li.dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Link styles */
.dropdown-menu > li > a {
    padding: 10px 15px;
    color: #000;
}

.dropdown-menu > li > a:hover {
    background-color: #f3ea7a;
}



         



.services {
    background: #000;
    border-radius: 2px 2px 0px 0px;
    min-height: 500px;
}

    .services h3 {
        padding: 17px;
        font-family: 'opensans-regular' !important;
        text-align: center;
    }

    .services p {
        color: #fff;
        padding: 20px;
    }

    .services i {
        padding: 20px;
        font-size: 35px;
        color: #aba1a1;
    }

    .services h4 {
        padding: 17px;
        font-family: 'opensans-regular' !important;
        text-align: center;
        text-transform: uppercase;
    }


    footer{
        background:url(../Images/HeadeFooter/footerImg.jpg);
   background-size: cover;
   height:740px;

    }

    footer ul{
        padding-left:0px;
    }

    footer li{
        display:inline;
        color:#fff;
        list-style-type:none;
    }

    footer a{
       padding-right: 25px;
        color:#fff;
        font-size:14px;
        font-family: 'opensans-regular' !important;

    }
     footer a:hover{
     
         text-decoration:none;
             color:#e2ab75;
             transition:1.5s;


    }


    footer p{
           word-spacing: 5px;
            text-align:center;
        color:#fff;
        font-family: 'opensans-regular' !important;

    }



    @import url(https://fonts.googleapis.com/css?family=Damion);


.delayone {
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
}

.delaytwo {
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
}

.delaythree {
  -moz-animation-delay: .6s;
  -webkit-animation-delay: .6s;
}

.delayfour {
  -moz-animation-delay: .8s;
  -webkit-animation-delay: .8s;
}

.delayfive {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.delaysix {
  -moz-animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}


.icon {
  position: absolute;
  width: 100%;
  margin-top: 25%;
  display: block;
  color: #004d40;
 font-size: 20px;
  -webkit-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

#circ {
  max-width: 100%;
  min-height: 200px;
  width: 1280px;
  text-align: center;
  margin: 0 auto;
  float: none;
}
#circ ul {
  list-style: none;
  padding: 0;
  margin-top: 80px;
  width: 100%;
}
#circ ul li {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
 width: 50px;
    height: 50px;
    margin: 0 3px 3px 3px;
  text-align: center;
  background: #fff;
  border: solid 4px #fff200;
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
#circ ul li:hover {
  border: solid 5px #eeb37a;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 4em;
  }

  .icon {
    position: relative;
    margin-top: 30%;
    color: #004d40;
    font-size: 2em;
    -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  #circ ul li {
    width: 80px;
    height: 80px;
    margin: 0 5px 5px 5px;
  }
  #circ ul li:hover .icon {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 690px) {
  h1 {
    font-size: 2em;
  }

  #circ ul li {
    border-radius: 0;
    border: none;
    margin: 0;
  }
  #circ ul li:hover {
    border: none;
  }
}
img.icons {
    border: 1px solid #940609;
    border-radius: 60px;
    padding: 2px;
    margin-bottom: 15px;
}


inverse .navbar-form {
    border-color: #101010;
    background: #fff;
}

.navbar-inverse .navbar-toggle {
    border-color: #000000;
    BACKGROUND: #ffde21!important;
}

a:hover{
    text-decoration:none!important;
}


@media (max-width:768px){
    .offer p,h1{
        color:#fff;

    }
}


@media (min-width:768px){
    .offer p{
        color: #f7280d;
             text-shadow: 1px 1px #f7280d;
    }
}
@media (min-width:768px) {

    .rdmr a {
        border: 2px solid #edb37a;
        color: #000000;
        padding: 10px 25px;
    }
}
@media (max-width:768px){
   .rdmr a {
    border: 2px solid #edb37a;
    color: #000000;
    padding:0px;
}
}


footer p{
        font-size: 16px!important;
}



/*------------------------------------Layout Social media starts---------------------------------*/



ul#social-buttons {
	margin: 0;
	padding: 0;
}
#social-buttons li {
	list-style-type: none;
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
}

#social-buttons li i {
	    font-size: 2em;
    line-height: 42px;
    text-align: center;
    color: #fff;
    width: 44px;
}

#social-buttons li:hover {
	background-color: #000;
}

#social-buttons li i:hover {
	color: white;
}

#social-buttons li a {
	text-decoration: none;
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-bottom: 5px solid #143f72;
    font-weight: 900;
    color: #000!important;
}


/*------------------------Layout social media style end----------------------------*/


