<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&amp;display=swap'); */

:root {
    scroll-behavior: smooth;
}
body, html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body{    
    color: #2b3031;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 500;
    font-family: "Raleway", sans-serif;    
}

*,ul,ol{
    margin:0;
    padding:0;
}
ul,ol{
    list-style-type: none;
}

.list1 li,
.areas-list{
	padding: 0px 0 0px 26px;
	position: relative;
}

.list1 li:before,
.areas-list li:before{
	position: absolute;
	/*top: 0;*/
	left: 0;
	content: '\F133';
	font-family: "bootstrap-icons";
	font-size: 18px;
	color: #08072b;
}

.areas-list li:before{	
	content: '\F3E7';	
}

a{
    color: inherit;
    text-decoration: none;
}
a:hover,a:focus{
    color:#2b3031;
    outline: none;
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    color: #2b3031;
}
.h3, h3 {
    font-size: 1.6rem;
}
.bg-color1{
    background-color: #08072b;
}
.bg-color2{
    background-color: #e6f2ff;
}
.text-color1{
    color: #08072b;
}
.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.width-30{
    width: 30%;
}
.width-40{
    width: 40%;
}
.width-50{
    width: 50%;
}
.width-60{
    width: 60%;
}
.width-70{
    width: 70%;
}
.flexbox {
    display: -webkit-box;
    display: flex;
}
.flexbox .element {
    height: 100%;
}

#stuck_container {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.isStuck{
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1b1b1b!important;
    -webkit-box-shadow: 0 4px 5px 0 rgb(104 102 102 / 20%);
    box-shadow: 0 4px 5px 0 rgb(104 102 102 / 20%);
}
.header-right{
    text-align: right;
}
.header{
    background-color: #08072b;
}
.home-page .header{
    position: absolute;
    top: 0;
    width: 100%;
    content: '';
    z-index: 999;
    background-color:transparent;
}
.home-page .isStuck .header{
    position: relative;
    background-color: #08072b;
}
.logo,
.brand-logo{
    display: table;
    margin:5px auto;
    width: 80%;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.isStuck .logo{
    display: none;
    opacity: 0;
}
.brand-logo{
    /*display: none;*/
    position: relative;
    width: 80%;
}
/*.isStuck .brand-logo{
    display: block;
}*/
.social-icons,
.footer-icons,
.social-icons li,
.footer-icons li{
    display: inline-block;
    vertical-align: middle;
}

.social-icons li,
.footer-icons li{
    margin-right: 15px;
}
.social-icons li a,
.footer-icons li a{
    font-size: 20px;
    color: #fff;
}
.social-icons.footer-icons{
    margin-top:0;
}
/*.social-icons,
.contact-list{
    margin-top:26px;
}*/
.contact-list li {
    padding: 0 10px;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2ch;
}
.contact-list li:first-child {
    padding-left: 0;
}
.contact-list li:last-child {
    padding-right: 0;
}
.contact-list li i{
    margin-right: 5px;
    vertical-align: middle;
}
.contact-list li:last-child{
    padding-right: 0;
}
.contact-list li a:hover,
.contact-list li a:focus{
    color: #fff;
}
.contact li a{
    color: #000;
}
.mobile-menu{
    font-size: 3em;
    color: #fff;
    cursor: pointer;
    display: none;
}
.navigation a.padd-0{
    padding-left: 0;
}

.navigation{
    padding:15px 0;
    text-align:center;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}
.navigation2{
   justify-content: left;
}
.padd-r-0{
    padding-right: 0 !important;
}
.mar-r-0{
    margin-right: 0 !important;
}
 .navigation &gt; li{
    display: inline-block;
    vertical-align: middle;
    position: relative;
/*    padding-right:12px;*/
} 
.navigation li.dropdown &gt; .dropdown-menu{
    opacity: 1;
    position: absolute;
    top: 130%;
    left: 0;
    width: 250px;
    z-index: 999;
    background-color: #ffffff;
    visibility: hidden;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding:0;
    margin:0;
    border-bottom: 3px solid #9a9a9a;
    /* transition: all 500ms ease; */
    display: block; 
}
.navigation li.dropdown &gt; .dropdown-menu li{
    border-bottom: 1px solid #e6e6e6;
    margin-right: 0;
    text-align: left;
}
.navigation li.dropdown &gt; .dropdown-menu li:last-child{
    border-bottom: none;
}
.navigation li.dropdown &gt; .dropdown-menu li a{
    padding:10px 18px;
    color:#000;
    white-space: normal;
    border-radius: 0;
    border:0;
}
.navigation &gt; li:first-child{
    display:block;
}
.navigation a{
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    display: block;
    color: #fff;
    padding: 0px 17px;
    /* transition: all 500ms ease 0s; */
    text-transform: uppercase;
}
.navigation li.dropdown{
    padding-right:20px;
}
.navigation li.dropdown a{
    padding-right:24px;
}
.navigation &gt; li.dropdown &gt; a:after {
    font-family: bootstrap-icons;
    content: "\F282";
    position: absolute;
    top: 50%;
    right: 0;
    /*font-size: 14px;*/
    transition: all 500ms ease 0s;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    transform:translateY(-50%);
}
.navigation li:hover &gt; a,
.navigation li:focus &gt; a,
.navigation li.active &gt; a{
    /*border-color: #00bdd5;*/
    color: #7c7c7c;
}
.navigation li.dropdown &gt; .dropdown-menu li a:hover,
.navigation li.dropdown &gt; .dropdown-menu li a:focus,
.navigation li.dropdown &gt; .dropdown-menu li.active a{
    color: #fff;
    background-color: #000;
    border:0;
    border-radius: 0;
}

.navigation li.dropdown:hover &gt; .dropdown-menu{
    top: 100%;
    display: block;
    visibility: visible;
}
#metro-touch-slider .carousel-caption{
    bottom:auto;
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    transform:translateY(-50%);
    padding-top:120px;
}
.sub-title1{
    color:#fff;
    font-size: 28px;
    letter-spacing: .35ch;
    line-height: 1.2;
    text-transform: uppercase;
}
#metro-touch-slider .carousel-caption h5{
    color:#fff;
    font-size: 46px;
    font-weight:600;
    letter-spacing: .35ch;
    line-height: 1.2;
    text-transform: uppercase;
}
.btn1{
    border:1px solid #fff;
    padding: 0.6rem 1.2rem;
    background-color: transparent;
    color: #fff;
    transition: 0.5s;
    font-weight:500;
    border-radius:0;
    font-size: 12px;
    text-transform:uppercase;
    letter-spacing: .3ch;
    font-family: "Raleway", sans-serif;
}
.btn1:hover,
.btn1:active,
.btn1:focus,
.btn:focus-visible{
    background-color: transparent;
    color: #fff;
    outline: none;
    box-shadow: none;

}
.btn2 {
    background-color: #000;
    border: 1px solid #000;    
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1.4px;
    padding: 10px 40px;
    /* text-transform: uppercase;    */
}

.btn2:hover,
.btn2:focus{
     color:#000;
     border-color:#000;
     background-color:transparent;
}

.text-right{
    text-align: left;
}
input::placeholder{
    font-size: 14px;
    color: #282828;
    font-family: "Raleway", sans-serif;
    /* letter-spacing: .2ch; */
}
.home-img-box{
    position: relative;
}
/* .home-img-style1:before,
.home-img-style2:before{
    content: "";
    position: absolute;
    bottom: -27px;
    left: -27px;
    background-color: #1e2979;
    width: 300px;
    height: 332px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    z-index: -1;
} */
.home-img-style2:before{
    left: auto;
    right: -27px;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.style-box1{
    border:1px solid #dfdfdf;
    padding: 20px;
    margin:15px 0;
    display:block;
    transition: 0.5s all;
    min-height: 180px;
}
.style-box1 span{
    display: inline;
    color: #fff;
/*    -webkit-text-stroke-width: 1px;*/
    -webkit-text-stroke-color: #30373e;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    float: left;
    margin-right: 15px;
    width: 50px;
    height: 40px;
    line-height: 40px;
    background-color: #08072b;
    /* border-radius: 100%; */
    text-align: left;
    padding-left: 10px;
    position: relative;
    font-size: 18px;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    transition: 0.5s all;
}
.box1-content{
    position: relative;
    overflow: hidden;
/*    transition: 0.5s all;*/
}
.style-box1:hover {
    background-color: #a3a2a2;
    color: #fff;
}
.style-box1:hover span{
    color: #fff;
    -webkit-text-stroke-width: unset;
}
.style-box1:hover h3{
    color: #fff;
    -webkit-text-stroke-width: unset;
}
.parallax{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.parallax .container,
.parallax .container-fluid,
.parallax .container-xxl{
    position: relative;
    z-index: 1;
}
.overlap:before,
.overlap2:before{
    background-color: rgba(0, 0, 0, 0.35);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.overlap2:before{
    background-color: rgba(0, 0, 0, 0.60);
}



.footer-widget{
  padding:20px 0 20px 0;
}
.widget-title{
    font-size: 16px;
    font-weight: 400;
    color: #7e7e7e !important;
    margin-bottom: 30px;
    /* letter-spacing: .2ch; */
    font-family: "Raleway", sans-serif;
    position: relative;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.footer-widget .title:before{
    position: absolute;
    bottom: -9px;
    left: 0;
    height: 2px;
    width: 67px;
    content: "";
    background-color: #c1c1c1;
} 
/*.footer-widget .title:after{
    position: absolute;
    bottom: -9px;
    left: 66px;
    height: 3px;
    width: 25px;
    content: "";
    background-color: #0e0b0b;
} */
.footer-menu li a{
    position: relative;
    padding:2px 0 2px 0px;
    display: inline-block;
    color: #fff;
    /* font-size: 13px;
    font-weight: 300;
    line-height: 1.8; */
}
/*.footer-menu li a:before{
    position: absolute;
    top: 2px;
    left: 0;
    content: '\F231';
    font-family:'bootstrap-icons';
}*/
.footer-links{
    display: block;
    color: #585858;
    padding-top:20px;
    margin-top: 20px;
    font-size: 16px;
    /*letter-spacing: .2ch;*/
    font-family: "Raleway", sans-serif;
}
.footer-links a{
    padding:0 10px;
}
.footer-links a:first-child{
    padding-left: 0;
}
.footer-menu li a:hover,
.footer-links a:hover{
    color: #ddd;
}
.address-box{
    margin-bottom: 15px;
}
.address-box .address-icon-holder{
    float: left;
    margin-right: 15px;
    color: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    position: relative;
}
.address-box .address-content{
    position: relative;
    overflow: hidden;
}
.address-box .address-content strong{
    color: #ffffff;
}
.address-box .address-content{
    color: #ffffff;
}
.address-box .address-content p{
    color: #fff;
}
.address-box .address-content p a:hover{
    color: #ddd;
}
/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.05);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap:after {
    position: absolute;
    font-family: "bootstrap-icons";
    content: '\F286';
    text-align: center;
    line-height: 45px;
    font-size: 12px;
    font-weight: normal;
    color: #4e4e4e;
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #4e4e4e;
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.progress-wrap:after {
    color: #4e4e4e;
}
.progress-wrap svg.progress-circle path {
    stroke: #4e4e4e;
}
.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}
#video-wrap{
    position:relative;
    width:100%;
    height:480px;
}
.embedly-embed{
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;
    height: 800px;
    /*border: 10px solid #d9a636;*/
}
.video {
    margin-right: auto;
    margin-left: auto;
}
.w-video {
    width: 100%;
    position: relative;
    padding: 0;
}
.isStuck .brand-logo{
    width: 70%;
}

.submit-icon {
	display: none;
}

.submit-icon.rotating-show {
	display: inline-block;
	vertical-align: middle;
}
@-webkit-keyframes rotating

/* Safari and Chrome */
	{
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.rotating {
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}


/* ============================================================== */
.home-parallax {
    position: relative;
    overflow: hidden;
    /*padding: 300px 0;*/
  }
  
  .home-parallax .container-fluid {
    position: relative;
    z-index: 9;
  }
  
  .sub-banner-overlay {
    background: rgb(32, 32, 32);
    background: linear-gradient(180deg,
        rgba(32, 32, 32, 0.40379901960784315) 29%,
        rgba(32, 32, 32, 0.8575805322128851) 98%);
    width: 100%;
    height: 100%;
    position: absolute;
  }
  
  .parallax-window {
    height: 500px;
    background: transparent;
    display: table;
    width: 100%;
  }
  
  .home-slide {
    text-align: center;
    position: relative;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
  }
  
  .parallax-fixed {
    background-attachment: fixed;
  }
  
  .home-parallax h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
    font-family: "DM Sans", sans-serif;
  }
  
  @media (min-width: 220px) and (max-width: 567px) {
    .parallax-window {
      height: 200px;
    }
  }

  /* ==================================================== */

  .single-service-item1 {
    margin: 20px 0;
  }
  
  .box-style1 {
    padding: 20px;
    background-color: #f8f8f8;
    min-height: 300px;
  }
  
  .single-service-item1 .img-holder {
    overflow: hidden;
    position: relative;
  }
  
  .single-service-item1 .img-holder .img-responsive {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
  }
  
  .single-service-item1:hover .img-holder .img-responsive {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  .single-service-item1 .img-holder .overlay {
    background-color: rgba(0, 0, 0, .60);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
  }
  
  .single-service-item1:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
  }
  
  .single-service-item1 .img-holder .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
  }
  
  .single-service-item1 .img-holder .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
  }
  
  .single-service-item1 .img-holder .overlay .box .content a i {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
  }
  
  .single-service-item1 .img-holder .overlay .box .content a:hover i {
    background: #9a9a9a;
  }
  
  .single-service-item1 .text-holder h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 20px 0 6px;
    text-transform: capitalize;
  }
  
  .single-service-item1 .text-holder h3 span {
    color: #fff;
  }

  .single-service-item1 .service-tittle h2{
    padding: 20px;
    background-color: #08072b;
    color: #fff;
    text-align: center;
    font-size: 30px;   
  }

  .single-service-item1 .service-tittle p{
    padding: 20px;
    background-color: #08072b;
    color: #fff;
    text-align: center; 
    font-weight: bold;
    height: 100px;   
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contact-form-sec{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  #contact-form1 textarea.form-control {
    height: 150px;
  }  

  .side-img{
    width: 100%;
    height: 500px;
  }

  .side-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .testimonial_box_content {
    box-shadow: 0 18px 17px 0 rgba(0,0,0,.1);
    padding: 30px;
    position: relative;
    background: #fff;
}
.testimonial_box_content p{
    margin-bottom: 0;
}
.testimonial_box_content:before {
    content: '';
    bottom: -20px;
    top: auto;
    border-color: #fff transparent transparent #fff;
    display: block;
    position: absolute;
    left: 0;
    margin-left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px;
}
.testimonial_box{
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    padding: 25px;
}
.middlebox .testimonial_box_content{
    min-height: auto;
}
.testimonial_box_content{
    /*min-height: 320px;*/
    display: flex;
    align-items: center;
}
.testimonial_box i{
    position: absolute;
    top: -37px;
    font-size: 50px;
    left: -5px;
    color: #08072b;
}
.testimonial_box .testimonials-author-title{
    color:#08072b;
}

.contact-container {
    text-align: center;
}

.contact-icon {
    float: none;
    margin: auto;
    position: relative;
    z-index: 1;
    border: 5px solid #ffffff;
    background-color: #08072b;
    box-sizing: border-box;
    color: #FFFFFF;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 1.6em;
}

.contact-detail {
    background-color: #eee;
    padding: 60px 20px 20px;
    margin-top: -40px;
    height: 180px;
}

.contact-wrap1 {
    text-align: center;
}

.contact-wrap1 .address-icon-holder1 {
    float: none;
    margin: auto;
    position: relative;
    z-index: 1;
    color: #fff;
    border: 5px solid #ffffff;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 25px;
    border-radius: 50%;
    background-color: #000;
}

.contact-wrap1 .address-icon-holder1:before {
    display: none;
}

.contact-wrap1 .address-content {
    background-color: #eee;
    padding: 60px 20px 20px;
    margin-top: -40px;
    height: 180px;
}

.contact-wrap1 .address-content strong {
    font-size: 18px;
}

.contact-wrap1 .address-content1 {
    background-color: #eee;
    padding: 60px 15px 20px;
    margin-top: -40px;
    /* height: 180px; */
}

.innerbox{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 30px;
}

.site-map-list li {
    border-left: 1px solid #dfdfdf;
    padding: 10px 0 10px 30px;
    position: relative;
}

.site-map-list li:before {
    position: absolute;
    top: 20px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #dfdfdf;
    content: '';
}

.site-map-list li&gt;ul.child-menu {
    margin: 10px 0 10px 20px;
}




@media(min-width:1400px) and (max-width:1512px){
    .navigation a {
        padding: 0 10px;
    }
    .contact-list li:last-child {
        padding-left: 0;
    }
}
@media(min-width:1300px) and (max-width:1399px){
    .navigation a {
        padding: 0 9px;
        font-size: 16px;
    }
    .contact-list li:last-child {
        padding-left: 0;
    }
}
@media(min-width:1200px) and (max-width:1299px){
    .navigation a {
        padding: 0 6px;
        font-size: 14px;
    }
    .contact-list li:last-child {
        padding-left: 0;
    }
}
@media(min-width:1280px) and (max-width:1360px){
    .navigation a{
        padding: 0 10px;
        font-size:14px;
    }
}

@media(min-width:220px) and (max-width:991px){
    .style-box1 {
        border: 1px solid #dfdfdf;
        padding: 20px;
        margin: 15px 0;
    }

    .mobile-menu {
        display: table;
        font-size: 20px;
        background: transparent;
        padding: 8px 14px;
        color: #fff;
        cursor: pointer;
        margin: 0 auto;
        border: 1px solid #fff;
/*        float: right;*/
    }
    .logo, .brand-logo{
        width: 40%;
    }
    .home-page .header{
        padding:1rem!important;
    }
    .contact-list {
        text-align: left;
    }
    .social-icons{
        display: none;
    }
    .header-right {
        text-align: center;
    }
    .nav-wrapper {
        position: fixed;
        top: 0;
        right: -575px;
        width: 450px;
        overflow: hidden;
        overflow-y: scroll;
        background-color: #000;
        height: 100%;
        z-index: 99999!important;
        border-radius: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        padding: 20px;
    }

    .navigation{
        text-align: left;
         display: block;
    }
    .nav-wrapper.open{
        right: 0;
    }
    .navigation &gt; li{
        display: block;
        margin:0;
        border-bottom: 1px solid #333;
    }
    .navigation &gt; li:first-child{
        display: block;
        text-align: left;
    }
    .navigation li a{
        padding:10px 20px;
        color: #fff;
    }
    .navigation li:hover &gt; a,
    .navigation li:focus &gt; a,
    .navigation li.active &gt; a{
        background-color: #fff;
        color: #000;
    }
    .navigation &gt; li.dropdown &gt; a:after{
        right: 20px;
    }
    .navigation li.dropdown &gt; .dropdown-menu,
    .navigation li.dropdown:hover &gt; .dropdown-menu{
        position: static!important;
        top: 0;
        visibility: visible;
        opacity: 1;
        width: 100%;
        float: none;
    }

    .navigation li.dropdown &gt; .dropdown-menu li a{
        padding: 10px 10px 10px 30px; 
    }
    
    .home-page .header{
        position: static;
        background-color: #08072b;
    }
    #metro-touch-slider .carousel-caption{
        padding-top:0;
        right:10%;
        left:10%;
    }
    .flexbox{
        display: block;
    }
    .width-30,.width-40,.width-50,.width-60,.width-70,.width-20,.width-25,.width-33{
        width:100%;
    }
    .social-icons, .contact-list {
        margin-top: 9px;
    }
    .parallax.m-parallax{
        background-image: none!important;
        min-height: 100%!important;
    }
    .parallax.m-parallax-bg {
        background-image: none!important;
        height: 100%!important;
        min-height: 100%!important;
    }
    .embedly-embed {
        height: 400px;
    }
    .side-img {
        width: 100%;
        height: 100%;
    }
}
@media(min-width:768px) and (max-width:991px){
    .contact-list li:first-child{
        padding-right: 0;
    }
    .contact-list li:last-child{
        padding-left: 0;
    }
    .contact-list li i{
        display: none;
    }
    .item-center{
        align-items: center !important;
    }
    .home-img-style1:before{
        left: -18px;
    }
    .style-box1 {
        min-height: 232px;
    }
    .mobile-menu {
       
        margin: 0 0 0 auto;
    }
    .home-img-style2{
        margin: 15px 0;
    }

    .home-parallax h1 {
        font-size: 35px;        
        line-height: 45px;       
    }
}

@media(min-width:576px) and (max-width:767px){
    
    .logo, .brand-logo{
        width: 30%;
    }
    #metro-touch-slider .carousel-caption h5 {
        font-size: 28px;
    }
    #stuck_container{
        position: static !important;
    }
    .pseudoStickyBlock{
        height: 0 !important;
    }
     .contact-list {
        text-align: center;
    }
    .home-img-style2{
        margin: 15px 0;
    }

    .home-parallax h1 {
        font-size: 30px;       
        line-height: 40px;       
    }
    
}
@media(min-width:320px) and (max-width:575px){
    .logo, .brand-logo{
        width: 40%;
        text-align: center;
        margin-bottom: 15px;
    }
    .contact-list li{
        padding: 0;
    }
    .home-page .header{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .contact-list li i{
        display: none;
    }
    #stuck_container{
        position: static !important;
    }
    .pseudoStickyBlock{
        height: 0 !important;
    }
    #metro-touch-slider .carousel-caption h5{
        font-size: 18px;
    }
     .contact-list {
        text-align: center;
        margin-bottom: 15px;
    }
    .contact-list li{
        display: block;
    }
    .home-img-style1:before  {
        bottom: -15px;
        left: -15px;
        width: 150px;
        height: 150px;
    }
    .home-img-style2:before{
        bottom: -15px;
        left: auto;
        right: -15px;
        width: 150px;
        height: 150px;
    }
    .home-img-style2{
        margin-bottom: 15px;
    }
    .style-box1 span{
        display: none;
    }
     .box1-content h3{
        font-size: 20px;
    }

    .home-parallax h1 {
        font-size: 19px;       
        line-height: 28px;        
    }

    .testimonial_box {       
        padding: 10px;
    }
}

.single-service-item2 {
    margin: 20px 0;
  }
  
  .box-style1 {
    padding: 20px;
    background-color: #f8f8f8;
    min-height: 300px;
  }
  
  .single-service-item2 .img-holder {
    overflow: hidden;
    position: relative;
  }
  
  .single-service-item2 .img-holder .img-responsive {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
  }
  
  .single-service-item2:hover .img-holder .img-responsive {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  .single-service-item2 .img-holder .overlay {
    background-color: rgba(0, 0, 0, .60);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
  }
  
  .single-service-item2:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
  }
  
  .single-service-item2 .img-holder .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
  }
  
  .single-service-item2 .img-holder .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
  }
  
  .single-service-item2 .img-holder .overlay .box .content a i {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
  }
  
  .single-service-item2 .img-holder .overlay .box .content a:hover i {
    background: #9a9a9a;
  }
  
  .single-service-item2 .text-holder h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 20px 0 6px;
    text-transform: capitalize;
  }
  
  .single-service-item2 .text-holder h3 span {
    color: #fff;
  }

  .single-service-item2 .service-tittle h2{
    padding: 20px;
    background-color: #08072b;
    color: #fff;
    text-align: center;
    font-size: 30px;   
  }

 .single-service-item2 .serv-content {
    padding: 20px;
    background-color: #08072b;
}

.single-service-item2 .service-tittle h5 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
}
.single-service-item2 .service-tittle i {
    color: #fff;
    font-size: 25px;
}
.single-service-item2 .service-tittle i:hover {
    color: #7e7e7e;
     transition: all 300ms ease 0s;
}

   
  .single-service-item2 .service-tittle h5:hover, .single-service-item2 .service-tittle h5 a:hover{
    color:#7e7e7e
  }

   .custom-card {
      border: none;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .custom-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    }
    .custom-card img {
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      object-fit: cover;
    }
    .custom-card .card-body {
      padding: 20px;
    }
   </pre></body></html>