h1,h2,h3,h4,h5,h6
{
	font-family: "League Spartan", sans-serif;
}
body,p
{
	font-family: "League Spartan", sans-serif;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top:35px;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* Optional: removes gap */
}
.map
{
    margin-bottom:15px;
}
section#header {
    padding-top: 15px;
    padding-bottom: 10px;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
   #header  .col-md-5 {
        width: 35.666667%;
    }
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #000;
    text-decoration: none;
    background-color:#966300!important;
}
#header .btn-primary {
    color: #000;
    background-color:transparent;
    border-color:transparent;
    font-weight: 500;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ff9245;
}
.dropdown-menu>li>a
{
	    padding: 10px 20px;
		font-size: 15px;
}
#header .dropdown-menu
{
	    padding: 0px 0;
		border-radius: 0px;
		top: 18px !important;
}
#header ul.menu
{
    margin-top:-10px;
}
#header .dropdown-menu li
{
	display:block;
	    padding: 0px;
		    margin-right: 0px;
    margin-top: 0px;
}
#header img {
    width: 370px;
    margin-top: 0px;
}
ul.menu li {
    display: inline-block;
    font-size: 16px;
    padding: 10px;
     font-weight: 500;
    color: #000;
}
ul.menu li a{
    font-size: 14px;
       font-weight: 500;
    color: #000;
}
ul.menu {
    list-style-type: none;
    padding-left: 0px;
}
a.rm {
    color: #ffffff;
    background-color:#966300;
    box-shadow: none;
    float: left;
    display: flex;
    margin-top: 0px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    padding: 12px 20px;
    border-radius: 50px;
}
a.rm:before {
    content: '';
    width: 110%;
    border-radius: 50px;
    height: 100%;
    position: absolute;
    background: #005f59;
    -ms-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: all .25s cubic-bezier(.15,0,0,1);
    -moz-transition: all .25s cubic-bezier(.15,0,0,1);
    transition: all .25s cubic-bezier(.15,0,0,1);
    z-index: 1;
}
a.rm span,a.rm i {
    position: relative;
    z-index: 999;
      letter-spacing: 0.3px;
    font-size: 14px;
    color:#fff;
}
a.rm:hover:before {
    transform: translateX(-19%);
    top: 0px;
}
    .container {
        width: 1200px;
    }
	a:hover{
		text-decoration:none;
	}
	  #section1 .carousel-inner > .item > img,
  #section1 .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
  }
#section1 .container {width: 980px !important;}
.carousel-caption {
              top: 40%;
    }
	.carousel-caption h3 {
    font-size: 55px;
    font-weight: 700;
}
.carousel-caption p {
    font-size: 20px;
}
section {
    padding-top: 60px;
    padding-bottom: 40px;
}
#section1{
	padding-top:0px;
	padding-bottom:0px;
}
#section2 .col-md-7 img {
       margin-bottom: 20px;
}
section a.rm{
	margin-top:10px;
}
.title h1 {
    font-weight: 100;
    font-size: 40px;
    color: #363636;
}
.title h1 span {
    font-weight: 700;
}
img.line {
    width: 70px;
}	
#section3
{
	padding:20px 0;
}
.head
{
	margin:0 auto;
	text-align:center;
}
.three
{
	position:relative;
	    padding-top: 30px;
		padding-bottom:0px;
}
.con {
    /*background: #fff;*/
    /*max-width: 70%;*/
    /*float: right;*/
    /*position: absolute;*/
    right: 0px;
    bottom: -25px;
    padding: 15px;
    padding-top: 0px;
}
.box img {
    width: 80px;
    margin-bottom: 10px;
}
.con h3 {
    font-size: 20px;
    font-weight: 600;
}
.con h3 {
    margin-top: 0;
}
#header a.rm {
    margin-top: 0px;
}
.box {
    background: #f6f6f6;
    padding: 20px;
    border-radius: 10px;
	    padding-top: 35px;
    height: 220px;
	position:relative;
    width: 180px;
    text-align: center;
}
.box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
	  border-radius: 10px;
    left: 0;
    background-color:#966300;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease;
    -khtml-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.box:hover:before {
    height: 100%;
}
.box:hover img,.box:hover h4
{
	position:relative;
	z-index:999;
}
.box:hover img
{
	filter:invert(1);
}
.box:hover h4
{
	color:#fff;
}
#section6
{
	background-image:url('images/footer-bg.jpg');
	    padding: 70px 20px;
}
section#section7 {
    padding-top: 20px;
    padding-bottom: 0px;
}
section#section7 p {
    text-align: center;
}
h4.soc {
    margin-bottom: 9px !important;
    margin-top: 15px;
}
#section6 h4 {
        font-weight: 500;
    font-size: 25px;
    color: #fff;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
ul.ser {
    list-style-type: none;
    padding-left: 0px;
}
ul.ser li i {
    margin-right: 5px;
}
ul.ser li {
    color: #fff;
    margin-bottom: 10px;
}
ul.ser li a {
    color: #fff;
      font-size: 14px;
}
#section5
{
	    background-image: url(images/about-bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 600px;
    padding: 50px 20px;
}
.container.gallery-container {
   margin-top:30px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}
#det .a {
    color: #fff;
    font-size: 14px;
    margin-left: 25px;
    margin-top: -20px;
    margin-bottom: 10px;
}
#det i {
    color: #fff;
    font-size: 12px;
}
.cform {
    background: #000000 url(images/bg-footer-contact.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -120px;
    margin-bottom: 0px;
    padding: 30px;
	padding-top:20px;
    border-radius: 5px;
}
.cform h3 {
    color: #fff;
	text-align:center;
	margin-bottom:20px;
}
.cform input {
    font-size: 14px;
    letter-spacing: -.05em;
    margin-bottom: 10px;
    background-color: initial;
    color: #000;
    border-color: #fff;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    padding: 7px;
    width: 100%;
}
.cform textarea {
    font-size: 14px;
    letter-spacing: -.05em;
    margin-bottom: 5px;
    background-color: initial;
    color: #000;
    border-color: #fff;
	height:80px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    padding: 7px;
    width: 100%;
}
input.rm {
    color: #ffffff;
    background-color:#966300;
    box-shadow: none;
    float: left;
    display: flex;
    margin-top: 0px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    padding: 12px 20px;
    border-radius: 50px;
    border: none;
    font-size: 16px;
    padding-bottom: 10px;
}
#thank h1
{
    text-align: center;
    margin-bottom: 40px;
    font-weight: 400;
}
.col-md-12.second {
    padding-left: 25px;
	margin-top:20px;
    padding-right: 15px;
}
#banner
{
	background-image:url('images/slider-01.jpg');
	position:relative;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	padding-top: 40px;
    padding-bottom: 30px;
}
#banner:before {
    background-color: rgba(17, 17, 17, 0.07) !important;
    background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index:0;
}
#banner h2 {
    color: #fff;
    position: relative;
    font-size: 35px;
    text-shadow: 2px 2px 8px #00000087;
}
#banner p,#banner p a{
    color: #fff;
    position: relative;
    float: right;
}
.about section#section4 {
    padding-top: 0px;
}
.services #section3 {
       background: #fff;
}
.address .a {
    color: #000;
    font-size: 14px;
    margin-left: 25px;
    margin-top: -20px;
    margin-bottom: 10px;
}
.address i {
    color: #000;
    font-size: 12px;
}
div#det .a a {
    color: #fff;
}
a:hover,a:focus,a:visited,a:active
{
	text-decoration:none;
}
.headers
{
    display:none;
}
 .navbar
    {
        display:block;
    }
/* Mobile */
@media only screen and (max-width:480px)
{
    .navbar, #banner p, #banner p a
    {
        display:none;
    }
    .headers .menu-icon{
        float:none !important;
            position: absolute !important;
    user-select: none;
    top: -60px !important;
    right: -110px !important;
    }
    section#header .container {
    display: block !important;
}
    .headers
{
    display:block!important;
}
    .headers .menu-icon
    {
        margin-top:15px;
    }
    #header img
    {
                margin-top: -11px;
    }
    #header ul.menu {
    top: -6px;
    position: relative;
}
    .headers {
    /*width: 100%;*/
        background-color: transparent!important;
    position: absolute!important;
    z-index:9999!important;
    /*top: -80px;*/
}
ul.menu li a
{
    text-align:left!important;
}
.headers li a {
    display: block;
    padding: 10px 10px!important;
}
    ul.menu li
    {
        display:block!important;
    }
    #header .col-md-4
    {
        display:none;
    }
    #header a.rm
    {
        padding: 9px 11px!important;
    }
    .navbar .nav-links {
    line-height: 30px!important;
   }
   .navbar .links li{
           display: flex!important;
   }
   .navbar .links li a {
      margin-right: 8px;
    text-align: center;
}
   #header .col-md-5 {
    width: 100%;
            clear: left;
}
    .navbar .links {
    display: inline!important;
}
    #header .col-md-4 {
    clear: left;
    text-align: center;
}
.title h1 {
      font-size: 23px;
 }
section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.container {
    width: 100%;
}
section a.rm {
    margin-top: 0px;
    padding: 9px 15px;
    margin-bottom: 10px;
}
body, p {
       text-align: justify;
}
#section3 .three .col-md-4 {
           margin-bottom: 25px;
        float: left;
}
.con h3 {
    font-size: 16px;
    font-weight: 600;
}
.three {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}
#section3 {
      background-size: cover;
}
.box {
    background: #f6f6f6;
    padding: 15px;
    border-radius: 10px;
    padding-top: 15px;
    height: 180px;
    margin-bottom: 10px;
    position: relative;
    width: auto;
    text-align: center;
}
.box img {
    width: 100px;
}
.col-md-12.head h1 br {
    display: none;
}
.title h1 span {
    font-weight: 700;
    margin-right: 10px;
}
#section6 {
      padding: 70px 0px;
	          padding-bottom: 20px;
}
#section6 h4 {
    font-weight: 500;
    font-size: 22px;
}
#section6 .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}
section#section7 {
    padding-top: 15px;
    padding-bottom: 0px;
}
ul.menu li {
    display: inline-block;
    font-size: 15px;
    padding: 0px;
    text-align: center;
    margin-right:0px;
    margin-top: 0px;
    font-weight: 500;
    color: #000;
}
ul.menu li a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-align: center;
}
#header img {
    width: 180px;
    float: left;
}
.carousel-caption {
    top: 18%;
}
.carousel-caption p
{
	display:none;
}
#header a.rm span {
    margin-left: 3px;
}
.carousel-caption h3 {
    font-size: 18px;
    font-weight: 700;
}
.con {
       max-width: 100%;
    float: right;
    position: relative;
    right: 0px;
    bottom: 0px;
    padding: 10px;
    padding-top: 0px;
}
.three .col-md-4 img {
    max-width: 100%;
}
#banner
{
	    padding-top: 20px;
    padding-bottom: 20px;
	text-align: center;
}
.three .col-md-8, .three .col-md-4 {
    padding: 0;
}
#banner h2 {
        font-size: 18px;
        margin-bottom: 30px;
        position: relative;
        left: -90px;
        top: 40px;
    }
#banner p, #banner p a {
    color: #fff;
    position: relative;
    float: none;
	text-align: center;
}
.about section#section4 {
    padding-top: 0px;
    margin-bottom: 30px;
}
.services #section3 .head {
      margin-bottom: 20px;
}
.services #section3 {
      padding-bottom: 60px;
}
.contact section#section2 {
    padding-bottom: 70px;
}
.col-md-12{
	    padding-right: 0px;
    padding-left: 0px;
}
}

/* portrait */
@media (min-width: 768px) and (max-width: 1024px)
{
	.title h1 {
      font-size: 23px;
 }
section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.container {
    width: 100%;
}
section a.rm {
    margin-top: 0px;
    padding: 9px 15px;
    margin-bottom: 10px;
}
body, p {
       text-align: justify;
}
#section3 .three .col-md-4 {
           margin-bottom: 25px;
        float: left;
}
.con h3 {
    font-size: 16px;
    font-weight: 600;
}
.three {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}
#section3 {
      background-size: cover;
}
.box {
    background: #f6f6f6;
    padding: 15px;
    border-radius: 10px;
    padding-top: 15px;
    height: 180px;
    margin-bottom: 10px;
    position: relative;
    width: auto;
    text-align: center;
}
.box img {
    width: 100px;
}
.col-md-12.head h1 br {
    display: none;
}
.title h1 span {
    font-weight: 700;
    margin-right: 10px;
}
#section6 {
      padding: 70px 0px;
	          padding-bottom: 20px;
}
#section6 h4 {
    font-weight: 500;
    font-size: 22px;
}
#section6 .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}
section#section7 {
    padding-top: 15px;
    padding-bottom: 0px;
}
ul.menu li {
    display: inline-block;
    font-size: 15px;
    padding: 5px;
    text-align: center;
    margin-right:0px;
    margin-top: 3px;
    font-weight: 500;
    color: #000;
}
ul.menu li a {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-align: center;
}
#header img {
    width: 180px;
    float: left;
}
.carousel-caption {
    top: 18%;
}
.carousel-caption p
{
	        display: block;
        text-align: center;
}
#header a.rm span {
    margin-left: 3px;
}
.carousel-caption h3 {
    font-size: 18px;
    font-weight: 700;
}
.con {
    background: #fff;
    max-width: 100%;
    float: right;
    position: relative;
    right: 0px;
    bottom: 0px;
    padding: 10px;
    padding-top: 0px;
}
.three .col-md-4 img {
    max-width: 100%;
}
#banner
{
	    padding-top: 20px;
    padding-bottom: 20px;
	text-align: center;
}
#banner h2 {
    font-size: 22px;
	margin-bottom: 0px;
}
#banner p, #banner p a {
    color: #fff;
    position: relative;
    float: none;
	text-align: center;
}
.about section#section4 {
    padding-top: 0px;
    margin-bottom: 30px;
}
.services #section3 .head {
      margin-bottom: 20px;
}
.services #section3 {
      padding-bottom: 60px;
}
.contact section#section2 {
    padding-bottom: 70px;
}
.col-md-12{
	    padding-right: 0px;
    padding-left: 0px;
}
ul.menu {
    list-style-type: none;
    padding-left: 0px;
    text-align: center;
}
#header .col-md-5
{
	    text-align: center;
    margin-bottom: 10px;
}
#header a.rm {
    margin-top: 0px;
    float: none;
    display: inline-flex;
}
.col-md-12.second {
    padding-left: 20px;
   }
}
/* Landscpae*/
@media (orientation: landscape) and (hover: none) and (pointer: coarse)
{
        #header .col-md-5 {
        margin-left: -45px;
    }
    .footer-social {
       right: 25px!important;
    top: 3px;
}
		.title h1 {
      font-size: 23px;
 }
section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.container {
    width: 100%;
}
section a.rm {
    margin-top: 0px;
    padding: 9px 15px;
    margin-bottom: 10px;
}
body, p {
       text-align: justify;
}
#section3 .three .col-md-4 {
           margin-bottom: 25px;
        float: left;
}
.con h3 {
    font-size: 16px;
    font-weight: 600;
}
.three {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}
#section3 {
      background-size: cover;
}
.box {
    background: #f6f6f6;
    padding: 15px;
    border-radius: 10px;
    padding-top: 15px;
    height: 180px;
    margin-bottom: 10px;
    position: relative;
    width: auto;
    text-align: center;
}
.box img {
    width: 100px;
}
.col-md-12.head h1 br {
    display: none;
}
.title h1 span {
    font-weight: 700;
    margin-right: 10px;
}
#section6 {
      padding: 70px 0px;
	          padding-bottom: 20px;
}
#section6 h4 {
    font-weight: 500;
    font-size: 22px;
}
#section6 .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}
section#section7 {
    padding-top: 15px;
    padding-bottom: 0px;
}
ul.menu li {
    display: inline-block;
    font-size: 15px;
    padding: 5px;
    text-align: center;
    margin-right:0px;
    margin-top: 3px;
    font-weight: 500;
    color: #000;
}
ul.menu li a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-align: center;
}
#header img {
    width: 180px;
    float: left;
}
.carousel-caption {
    top: 18%;
}
.carousel-caption p
{
	        display: block;
        text-align: center;
}
#header a.rm span {
    margin-left: 3px;
}
.carousel-caption h3 {
    font-size: 18px;
    font-weight: 700;
}
.con {
    background: #fff;
    max-width: 100%;
    float: right;
    position: relative;
    right: 0px;
    bottom: 0px;
    padding: 10px;
    padding-top: 0px;
}
.three .col-md-4 img {
    max-width: 100%;
}
#banner
{
	    padding-top: 20px;
    padding-bottom: 20px;
	text-align: center;
}
#banner h2 {
    font-size: 22px;
	margin-bottom: 0px;
}
#banner p, #banner p a {
    color: #fff;
    position: relative;
    float: none;
	text-align: center;
}
.about section#section4 {
    padding-top: 0px;
    margin-bottom: 30px;
}
.services #section3 .head {
      margin-bottom: 20px;
}
.services #section3 {
      padding-bottom: 60px;
}
.contact section#section2 {
    padding-bottom: 70px;
}
.col-md-12{
	    padding-right: 0px;
    padding-left: 0px;
}
ul.menu {
    list-style-type: none;
    padding-left: 0px;
    text-align: center;
}
#header .col-md-5
{
	    text-align: center;
    margin-bottom: 10px;
}
#header a.rm {
    margin-top: 0px;
    float: none;
    display: inline-flex;
}
.col-md-12.second {
    padding-left: 20px;
   }
}
.fix1 a {
    text-align: center;
    animation: blinker 1.5s linear infinite;
    background: #175fbb;
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding-left: 5px;
    margin: 0 auto;
    height: 60px;
    line-height: 65px;
    width: 60px;
    border-radius: 100px;
    color: #fff;
    font-size: 40px;
    z-index: 9999;
}
#ph i {
    margin-right: 5px;
}
.fix a {
    text-align: center;
    animation: blinker 1.5s linear infinite;
    background: #34af23;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding-left: 5px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    width: 60px;
    border-radius: 100px;
    color: #fff;
    font-size: 40px;
    z-index: 9999;
}
#wh i {
    margin-right: 5px;
}

#section2 a {
    color: #000;
    font-weight:600;
}

#section5 ul {
    padding-bottom: 0px;
}
ul.lists {
    list-style-type: none;
    padding-left: 0px;
}
ul.lists li, ul.lists li a {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #000;
}
ul.lists li i {
    margin-right: 5px;
    font-size: 12px;
}
ul.lists li {
    transition: 0.5s;
}
ul.lists li:hover {
    padding-left: 10px;
}
#section05 h1 {
    margin-bottom: 22px;
}

#section05 {
    padding-top: 0px;
}

.seo h1 {
    font-weight: 700;
}
.footer-social {
    margin-top: 0px;
}
.footer-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -13px;
}
.footer-social ul li {
    display: inline-block;
}
.footer-social img {
    border-radius: 30px;
    margin-left: 4px;
    width: auto !important;
}
.blk img {
    width: 240px;
}

.blk {
    margin-bottom: 20px;
}
div#scrn a.rm {
    margin: 0 auto;
    display: block;
    float: none;
       text-align: center;
           width: 200px;
}
div#scrn {
    margin-bottom: 30px;
}

/*my-menu*/
.navbar .nav-links{
  line-height: 60px;
  height: 100%;
}
.navbar .links{
  display: flex;
}
.navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
}
.navbar .links li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(180deg);
  }

.navbar .links li .arrow{
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
}
.navbar .links li .sub-menu{
  position: absolute;
  top: 60px;
  left: 0;
  line-height: 40px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
}
.navbar .links li:hover .htmlCss-sub-menu,
.navbar .links li:hover .js-sub-menu{
  display: block;
}
.navbar .links li .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu a{
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}
.navbar .links li .htmlCss-more-sub-menu{
  /* line-height: 40px; */
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}
.navbar .search-box{
  position: relative;
   height: 40px;
  width: 40px;
}
.navbar .search-box i{
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navbar .search-box .input-box{
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #3E8DA8;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.navbar.showInput .search-box .input-box{
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: #3E8DA8;
}
.search-box .input-box::before{
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background: #3E8DA8;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}
.search-box .input-box input{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}
.navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
}
.navbar {
    position: relative;
    min-height: 0px;
    margin-bottom: 0;
    
}
.navbar .links {
    margin-bottom: 0px;
    padding-left: 0px;
    margin-top: -5px;
}
.navbar .links li .sub-menu {
    padding-left: 0;
    
}
.navbar .links {
    margin-bottom: 0;
    padding-left: 0px;
}
.htmlCss-sub-menu li:hover a {
    color: #fff !important;
}
.htmlCss-sub-menu li:hover {
    background: #966300;
}
section#header .col-md-5 {
    padding-left: 190px;
}
section#header .col-md-4 {
    padding-left: 200px;
}
section#header .container {
    display: flex;
    align-items: center;
}
.con a {
    color: #000;
}
section#section3 a {
    color: #000;
    font-weight:600;
}
.headers {
  background-color: #fff;
   position: fixed;
  z-index: 3;
}

.headers ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.headers li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}

.headers li a:hover,
.headers .menu-btn:hover {
  background-color: #f4f4f4;
}

.headers .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

.headers .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.headers .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.headers .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.headers .menu-icon .navicon:before,
.headers .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.headers .menu-icon .navicon:before {
  top: 5px;
}

.headers .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.headers .menu-btn {
  display: none;
}

.headers .menu-btn:checked ~ .menu {
      max-height: 300px;
    overflow-y: scroll;
}

.headers .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.headers .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.headers .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.headers .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.headers .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .headers li {
    float: left;
  }
  .headers li a {
    padding: 10px 10px;
  }
  .headers .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .headers .menu-icon {
    display: none;
  }
}
.htmlCss-sub-menu {
  display: none;
  list-style: none;
  padding-left: 15px;
  margin: 0;
}

/* Show submenu only when parent has active class */
.menu-item-with-submenu.active .htmlCss-sub-menu {
  display: block;
}

/* Style for the down arrow */
.dropdown-arrow {
  cursor: pointer;
  padding-left: 10px;
  font-size: 14px;
  color: #444;
}
/* Basic styling */
.headers {
  background: #333;
  color: #fff;
  padding: 10px;
  position: relative;
}

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  flex-direction: column;
  background: #333;
}

.menu li {
  border-bottom: 1px solid #444;
}

.menu li a {
  display: block;
  padding: 10px;
  color: white;
  text-decoration: none;
}

.menu-btn:checked ~ .menu {
  display: flex;
}

/* Hamburger Icon */
.menu-icon {
  cursor: pointer;
  display: inline-block;
}

.navicon {
  background: #fff;
  display: block;
  height: 2px;
  width: 25px;
  position: relative;
  transition: all 0.3s ease;
}

.navicon::before,
.navicon::after {
  content: '';
  background: #fff;
  height: 2px;
  width: 25px;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}
.submenu-toggle span {
    float: right;
    font-size: 13px;
}
.navicon::before {
  top: -8px;
}
.navicon::after {
  top: 8px;
}

/* Submenu */
.has-submenu .submenu {
  display: none;
  padding-left: 20px;
}

.has-submenu.active .submenu {
  display: block;
}

.submenu li {
  border: none;
}
/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 140px; 
      animation: pulse 1.2s ease-in-out infinite;
}
@keyframes pulse {
      0%, 100% { transform: scale(1); opacity: 1; }
      50% { transform: scale(1.05); opacity: .85; }
    }
    #header .col-md-5 {
    width: 41.666667%;
}
.cen{
    margin:0 auto;
}
.cen .blk {
    margin-bottom: 20px;
    text-align: center;
}
.blk img {
    width: 80%;
}
.title p {
    font-size: 16px;
    line-height: 28px;
}
.con h3 {
    margin-top: 0;
}
.col-md-12.cen-but a {
    text-align: center;
    margin: 0 auto;
    float: none;
    width: 100px;
}
/*#section2 .col-md-6:nth-of-type(1) {*/
/*    padding-left: 0;*/
/*}*/