
span.logo-text {
    position: absolute;
    top: 103px;
    font-size: 60px;
    margin-left: -80px;
    color: #f19f39;
    font-weight: 700;
}


h1.dasnk-uks.mb-4 {
    font-size: 28px;
    text-align: center;
    color: #ffffff;
    /* text-shadow: 0px 1px 1px black; */
}
.header-logo img {
      margin-top: -170px;
    margin-bottom: 40px;
}

.outer-space {
	box-shadow: 1px 2px 7px #000;
	    background-size: cover;
    background-image: url(../img/ac.jpg);
    background-position: center;
    padding: 100px;
  /*  background-image: linear-gradient(45deg, #05173c, #c59200);*/
}

h1.dasnk-uk.mb-4 {
    font-size: 59px;
    color: #ff9a00;
    text-shadow: 0px 4px 5px #000;
	 
    text-align: center;
}
img.dots-img {
    height: 237px;
}

div#header-back {
    margin-bottom: 150px;
}
.blue-texture {
    width: 50%;
    background: url(../img/texture.jpg);
    BORDER-RADIUS: 30px;
    border: 5px solid #fff;
    box-shadow: 1px 2px 3px #000;
}


.shadow-texture.dq-flex.align-items-dq {
  
    /* color: #000; */
}
.shadow-texture.dq-flex.align-items-dq h5 {
    color: #fff;
    /* text-align: center; */
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 100px;
}

.shadow-texture.dq-flex h5:before {
    content: '';
    width: 15px;
    height: 15px;
    /* color: red; */
    background: #9d7e32;
    position: absolute;
    border-radius: 100%;
    border: 2px solid #fff;
    margin-top: 4px;
    margin-left: -19px;
    box-shadow: 1px 2px 3px #000;
}
.content-inner p.mb-2 {
    color: #ff8f00;
    /* background: #ff9200; */
    text-align: center;
    padding: 12px;
    font-size: 45px;
    font-weight: 700;
}

h4.list-heading-ser {
    position: relative;
    margin-top: -36px;
    z-index: 1;
    background: #f19f39;
    text-align: center;
    /* position: absolute; */
    /* margin-top: -32px; */
    text-align: center;
    /* display: block; */
    margin: -33px auto;
    width: 40%;
    border-radius: 4px;
    padding: 13px;
    border: 5px solid #fff;
    margin-bottom: 50px;
    box-shadow: 1px 2px 3px #000;
}


.phone-num a {
    color: #fff;
}
.phone-num i.fa.fa-phone {
    background: #06183c;
    padding: 5px 8PX;
    border-radius: 100%;
    border: 2px solid white;
    box-shadow: 1px 2px 3px #000;
    font-size: 25px;
}

.mail-deni .fa.fa-envelope {
    background: #06183c;
    padding: 6px 7PX;
    border-radius: 100%;
    border: 2px solid white;
    box-shadow: 1px 2px 3px #000;
    font-size: 21px;
}
.address-deni .fa.fa-map-marker{
    background: #06183c;
    padding: 6px 10PX;
    border-radius: 100%;
    border: 2px solid white;
    box-shadow: 1px 2px 3px #000;
    font-size: 21px;
}
img.rigth-dots {
    text-align: right;
    float: right;
}

/********** Template CSS **********/



:root {
    --primary: #348E38;
    --secondary: #525368;
    --light: #E8F5E9;
    --dark: #0F4229;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 80px
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}



/*** Top Feature ***/
@media (min-width: 991.98px) {
    .top-feature {
        position: relative;
        margin-top: -80px;
        z-index: 1;
    }
}


/*** Facts & Quote ***/
.facts,
.quote {
    background: rgba(15, 66, 41, .6);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: var(--light);
    background: #072A19;
}

.copyright a {
    color: #FFFFFF;
}

.copyright a:hover {
    color: var(--primary);
}

.container-fluid.footer-decor.text-light.footer {
    margin-top: 50px;
    background: #a88532;
}


 @media(max-width:767px) {
	
.content-inner p.mb-2 {
      font-size:20px;
}


h1.dasnk-uks.mb-4 {
    font-size: 20px;
}

span.logo-text {
	    margin-left: 0 !important;
    position: initial;
    top: 10px;
    font-size: 43px;
    margin-left: 0;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.header-logo img {
	display: block;
    margin: 0 auto;
 margin-bottom: 0px;
     margin-top: -70px;
}

.blue-texture {
	width: 100%;

}	

.outer-space {  
    padding: 24px;
}

.shadow-texture.dq-flex.align-items-dq h5 {  
    margin-left: 19px;
}

h4.list-heading-ser {
  
    width: 64%;
	
}
img.dots-img {
    height: 135px;
}

 }
 
 
 
  @media(max-width:1199px) {
	  
	 img.left-dots {margin-top: 32px;}
	 img.rigth-dots {margin-top: 32px;}
	 span.logo-text {margin-left: 230px; font-size: 40px;}
	.outer-space    {padding: 25px;}
	.blue-texture   {width: 100%;}
	.header-logo img {height: 120px;}
  }
  


 @media(max-width:991px) {
	 span.logo-text {margin-left: 250px;}
	.outer-space    {padding: 25px;}
	img.rigth-dots {
    /* float: none; */
    /* text-align: right; */
    margin-top: -95px;
}
	.blue-texture   {width: 100%;}	
    .container-fluid.top-feature {  margin-top: -90px;}
	}
	
	
	
	
		