@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body{
    font-family: 'Inter', sans-serif;
/*  font-size: 16px;*/
    font-size: 16px;
    color: #000;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.5px;
}
*,ul,ol{
    margin:0;
    padding:0;
}
ul,ol{
    list-style-type: none;
}
a{
    color: inherit;
    text-decoration: none;
}
a:hover,a:focus{
    color: #0085b9;
    outline: none;
    text-decoration: none;
}
.txt-hover:hover{
    color: #000;
}
.txt-hover:hover,.txt-hover:focus{
    color: #000;
}
.font-1{
    font-size: 20px;
    font-weight: 800;
}
button:hover,button:active,
button:focus{
    outline: none!important;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
    font-family: 'Inter', sans-serif;
}
h1{
    font-size: 48px;
    font-weight: 700;
}
p{
    
}
.wrapper{
    overflow: hidden;
}
.text-color1{
    color: #0085b9;
}
.bg-sec{
    padding: 100px 0;
}
.mt-100{
    margin-top: 170px;
}
.section{
    padding: 4em 0;
}
.bg-color1{
    background-color: #0085b9;
}
.bg-color2{
    background-color: #fff;
}
.bg-color3{
    background-color: #e9eaf1;
}
.wdth-80{
    width:375px;
}
/*.container-fluid{*/
/*    padding-right: 40px;*/
/*    padding-left: 40px;*/
/*}*/

.boximg-section{
    padding: 80px 40px;
}
.sec1img img,
.sec2img img,
.sec3img img{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/*.sec1img img{*/
/*    border-left: 5px solid #0085b9;*/
/*    border-bottom: 5px solid #0085b9;*/
/*}*/


span.heading{
    font-size: 20px;
    font-weight: 500;
}

.middle-contact-list{
    display: flex;
    gap: 20px;
    justify-content: center;
}
.middle-contact-list .icon-box p{
    width: 65px;
    height: 65px;
    line-height: 61px;
    display: block;
    font-size: 28px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 100%;
    margin-right: 10px;
    background-color: transparent;
}
.middle-contact-list .icon-box i{
/*    font-size: 50px;*/
    color: #fff;
}
.middle-contact-list .icon-text h4{
    color: #fff;
    margin-bottom: 5px;
    font-size: 16px;
}
.middle-contact-list .icon-text a{
    color: #fff;
    font-size: 15px;
}
.middle-contact-list .icon-text a:hover,
.middle-contact-list .icon-text a:focus{
    color: #ddd;
}
.middle-contact-list .icon-text p{
    color: #fff;
    font-size: 16px;
}

.service-img-box{
    margin-bottom: 50px;
}

.service-img-box img{
    width: 95%;
    border-radius: 10px 10px 0 0 ;
}
.service-img-box .img-text h3{
    background-color: #0085b9;
    color: #fff;
    text-align: center;
    width: 95%;
    padding: 18px;
    margin-bottom: 0;
    margin-top: -2px;
    border-radius: 0 0 10px 10px;
    font-size: 22px;
}

.button-style1 {
  background-color: #00bdd3;
  border-radius: 4px;
  border: 0;
  box-shadow: rgba(1,60,136,.5) 0 -1px 3px 0 inset,rgba(0,44,97,.1) 0 3px 6px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  min-height: 56px;
  padding: 16px 20px;
  position: relative;
  text-align: center;
  vertical-align: baseline;
  transition: all .2s cubic-bezier(.22, .61, .36, 1);
  display: inline-block;
}

.button-style1:hover {
  background-color: #e78835;
  color: #fff;
  transform: translateY(-2px);
}
.button {
  display: inline-block;
  /*height: 40px;*/
  /*width: 150px;*/
  border: 2px solid #fff;
  padding: 8px 28px;
  color:  #fff;
  text-transform: uppercase;
  /*text-decoration: none;
  font-size: 0.8em;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;*/
  overflow: hidden;
  text-align:center;
}
.button:hover{
  border-color: #3399cc;
}
#button-1 a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 1px;
}
#button-1 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-1 a {
  position: relative;
  transition: all .45s ease-Out;
}

#circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #3399cc;
  position: absolute;
  transition: all .5s ease-Out;
  top: 20px;
  left: 70px;
}

#button-1:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}

#button-1:hover a {
  color: #fff;
  border-color: #3399cc;
}

.sec-title h1, .sec-title h2, .sec-title h4{
    position: relative;
    overflow: hidden;
    
}
.sec-title h4{
    color: #0085b9;
}
.sec-title h1:after, .sec-title h2:after, .sec-title h4:after{
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: #0085b9;
    margin: auto;
    margin-top: 6px;
    margin-bottom: 11px;
}
.sec-title.left h2{
    position: relative;
    overflow: hidden;
    font-size: 28px;
}
.sec-title.left h2:after{
    content: "";
    display: block; 
    width: 60px;
    height: 2px;
    background-color: #0085b9;
        margin: 10px 0;
    margin-top: 6px;
    margin-bottom: 11px;
}
.heading-one{
    font-size: 30px;
}

.submit-icon {
  display: none;
}

.submit-icon.rotating-show {
  display: inline-block;
  vertical-align: middle;
}

.btn3 {
  padding: 12px 24px;
  border: 1px solid #fff;
  font-size: 16px;
  background-color: #000;
  border-color: #fff;
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  font-weight: 400;
}

.btn3:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

@-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;
}
.form-control{
    border: 1px solid #8f8f8f;
    border-radius: 5px !important;
    height: 50px;
}
.owl-theme .owl-nav.disabled+.owl-dots{
    display: none;
}
.association-wrap img{
    width: 90% !important;
}


.working-style2-area {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 0px 0 110px;
    margin-top: 110px;
    z-index: 1;
}
.working-style2-area::before {
    background: rgba(0, 0, 0, 0.80) none repeat scroll 0 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
} 
.working-style2-content {
    margin-top: -110px;
}
.single-working-box-style2{
    position: relative;
    display: block;
    width: 25%;
    float: left;
}
.single-working-box-style2 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-working-box-style2 .img-holder img{
    width: 100%;
    transform: scale(1.0);
    transition: all 700ms ease;    
}
.single-working-box-style2:hover .img-holder img {
    transform: scale(1.2);    
}
.single-working-box-style2 .static-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; 
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: all 500ms ease 100ms;
}
.single-working-box-style2:hover .static-content{
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 900ms ease 100ms;    
}
.single-working-box-style2 .static-content .box{
    display: table;
    width: 100%;
    height: 100%;    
}
.single-working-box-style2 .static-content .box .inner{
    display: table-cell;
    vertical-align: middle;
    text-align: center;    
}
.single-working-box-style2 .icon-holder{
    position: relative;
    display: block;
    width: 110px;
    height: 110px;
    line-height: 100px;
    margin: 0 auto 30px;
    text-align: center;
    border: 2px solid #ffffff;
    border-radius: 50%;
}
.single-working-box-style2 .icon-holder i img{
    width: 50%;
    height: 50%;
}
/*.single-working-box-style2 .icon-holder i{
    width: 85px;
    height: 85px;
    line-height: 68px;
    border: #fff solid 5px;
    font-size: 2em;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 100%;
    background-color: #45a941;
    color: #fff;
}*/
.single-working-box-style2 .icon-holder i img:before {
    display: block;
    color: #ffffff;
    font-size: 55px;
    line-height: 106px;
}
.single-working-box-style2 .text-holder{
    position: relative;
    display: block;
}
.single-working-box-style2 .text-holder .title{
    position: relative;
    display: block;
}
.single-working-box-style2 .text-holder .title h3{
    color: #ffffff;
    font-size: 20px;
/*    line-height: 70px;*/
    font-weight: 600;
    z-index: 1;
    margin-bottom: 0;
}
.single-working-box-style2 .text-holder .title .count {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #2d2e32;
    font-size: 100px;
    line-height: 70px;
    font-weight: 500;
    z-index: -1;
}
.single-working-box-style2 .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    transform: translateY(100%);
    transition: all 300ms ease 100ms;
}
.single-working-box-style2:hover .overlay-content{
    opacity: 1;
    transform: translateY(-10px);
    transition: all 900ms ease 300ms; 
}
.single-working-box-style2 .overlay-content .box{
    display: table;
    width: 100%;
    height: 100%;    
}
.single-working-box-style2 .overlay-content .box .inner{
    display: table-cell;
    vertical-align: middle;
    text-align: center;    
}
.single-working-box-style2 .overlay-content .icon-holder {
    margin: 0 auto 30px;
    border: 2px solid #39c;
    background: #39c;
}
.single-working-box-style2 .text-holder .text{
    position: relative;
    display: block;
    padding: 0 20px;
    margin-top: 15px;
}
.single-working-box-style2 .text-holder .text p{
    color: #fff;
    margin: 0;
}
.single-working-box-style2 .read-more a span:before {
    position: absolute;
    left: 0;
    bottom: -30px;
    right: 0;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: #e9212e;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    opacity: 0;
    transform: scale(0.5);
    transition: all 200ms ease 100ms; 
}
.single-working-box-style2:hover .read-more a span:before{
    opacity: 1.0;
    transform: scale(1.0);
    transition: all 900ms ease 900ms;     
}
.working-style-bottom{
    position: relative;
    display: block;
    padding-top: 84px;
}
.working-style-bottom p{
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 42px;
}
.image_block_1 .image-box{
  position: relative;
  display: block;
  margin-top: 17px;
}

.image_block_1 .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.image_block_1 .image-box .image img{
  width: 100%;

}

.image_block_1 .image-box:before{
  background-color: transparent;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 10px solid #39c;
    transform: rotate(-5deg);
}

.image_block_1 .image-box:hover:before{
  left: 0px;
  top: 0px;
}
/*.image_block_1 .image-box:before{
    border: 1px solid #f39346;
}*/

.single-blog-post {
    position: relative;
    display: block;
    margin-bottom: 52px;
}
.single-blog-post .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}
.single-blog-post:hover .overlay-style-two{
    opacity: 1;
}
.single-blog-post:hover .img-holder .overlay-style-two:before{
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 100ms;   
}
.single-blog-post:hover .img-holder .overlay-style-two:after{
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 300ms;   
}
.single-blog-post .img-holder img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.single-blog-post:hover .img-holder img {
    transform:scale(1.2) rotate(2deg);  
}

.single-blog-post .img-holder .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transform: translate3d(0px, -100%, 0px);
    transition: all 700ms ease 300ms;
}
.single-blog-post:hover .img-holder .overlay{
    transition: all 700ms ease 500ms;
    transform: translate3d(0px, 0px, 0px);      
}
.single-blog-post .img-holder .overlay .box{
    display: table;
    width: 100%;
    height: 100%;
}
.single-blog-post .img-holder .overlay .box .link-icon{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.single-blog-post .img-holder .overlay .box .link-icon a span:before{
    display: inline-block;
    color: #ffffff;
    font-size: 35px;
    line-height: 35px;
    transition: all 500ms ease;
}
.single-blog-post .img-holder .overlay .box .link-icon a:hover span:before{
    color: #e9212e;    
}
.overlay-style-two{
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 900ms ease;    
}
.overlay-style-two:before{
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.80);
}
.overlay-style-two:after{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.80);
}
.blog-text-holder{
    position: relative;
    margin-top: -35px;
    margin-left: 30px;
    min-height: 335px;
    padding: 30px 48px 35px;
    background-color: #fff;
    border-radius: 10px 0 10px 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 99;
    box-shadow: 0px 0px 20px 0px rgba(19, 16, 34, 0.1);
}
.blog-text-holder .new-btn{
    background-color: transparent;
    border: 1px solid #3399cc;
    color: #fff;
    padding: 15px 25px;
    background-color: #3399cc;
    border-radius: 5px;
    transition: 0.5s all;
}
.blog-text-holder .new-btn:hover{
    background-color: #000;
    border-color: #000;

}
.blog-text-holder p{
    margin-bottom: 20px;
}

.slogan-style2-area{
    position: relative;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 102px 0 110px;
    z-index: 1;  
}
.slogan-style2-area .icon-holder{
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    width: 120px;
    height: 120px;
    line-height: 120px;
    background: #39c;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    animation: fa-spin 9s ease infinite;
}
.slogan-style2-area .icon-holder i img{
    width: 50%;
    height: 50%;
}
.slogan-style2-area .icon-holder i img:before {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 80px;
    line-height: 120px;
}
.slogan-style2-area .inner-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.slogan-style2-area .inner-content .title{
    display: block;
}
.slogan-style2-area .inner-content .title h3{
    color: #ffffff;
    font-size:40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
}
.slogan-style2-area .inner-content .title h1 span{
    font-weight: 400;
}
.slogan-style2-area .inner-content .button{}
.slogan-style2-area .inner-content .button a{
    color: #27282c;
    background: #ffffff;
    margin: 0 13px;
    padding: 0 40px 0;
}
.slogan-style2-area .inner-content .button a:hover{
    color: #ffffff;
    background: #27282c;
}
.slogan-style2-area .inner-content .button a.call-us{
    color: #ffffff;
    background: #e9212e;
}
.slogan-style2-area .inner-content .button a.call-us i:before {
    position: relative;
    top: 2px;
    display: inline-block;
    padding-right: 10px;
    font-size: 20px;
    line-height: 20px;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.form-sec h2{
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
}


.btn1{
    padding: 8px 20px;
    border: 1px solid #0085b9;
    font-size: 14px;
    background-color:  #0085b9;
    transition: 0.5s;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    border-radius: 30px;
    color: #fff !important;
}
.btn1:hover,
.btn1:focus{
    color:  #0085b9 !important;
    background-color: #fff;
    border-color: #fff;
    font-weight: 500;
}
.btn2{
    padding: 8px 20px;
    border: 2px solid #0085b9;
    font-size: 14px;
     background-color: #0085b9;
    /*transition: 0.5s;*/
    display: inline-block;
    border-radius: 30px;
    color: #fff !important;
}
.service-box:hover .btn2,
.btn2:focus{
    color: #fff !important;
    background-color: transparent;
    border-color: #fff;
    font-weight: 600;
}
.slider-btn1{
    color: #000;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 15px 24px;
    white-space: nowrap;
    background: #fff;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    border: 1px solid #fff;
    border-radius: 30px;
}
.slider-btn2{
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 15px 24px;
    white-space: nowrap;
    background: transparent;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    border: 1px solid #fff;
    border-radius: 30px;
}
.slider-btn1:hover,
.slider-btn1:focus{
    background-color: #000;
    color: #fff;
}
.slider-btn2:hover,
.slider-btn2:focus{
    background-color: #0085b9 !important;
    color: #fff;
}

@media (min-width: 768px) {
  .button-style1 {
    padding: 16px 44px;
    min-width: 150px;
  }
}
.btn-1{
  background-color: #F27935;
  text-decoration: none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 12px 53px 12px 23px;
  color: #fff;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: bold;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.btn-1 span {
  position: relative;
  z-index: 3;
}
.btn-1 .round {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 3px;
  top: 3px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
}
.btn-1 .round i {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -4px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-1 .txt {
  font-size: 14px;
  line-height: 1.45;
}

.btn-1:hover {
  padding-left: 48px;
  padding-right: 28px;
}
.btn-1:hover .round {
  width: calc(100% - 6px);
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.parallax{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.parallax .container,
.parallax .container-fluid,
.parallax .container-auto{
    position: relative;
    z-index: 1;
}
.home-parallax {
    position: relative;
    overflow: hidden;
    /*padding: 300px 0;*/
}
.parallax-window {
    height: 500px;
    background: transparent;
    display: table;
    width: 100%;
}
.home-page .parallax-window{
    height: 100vh;
}
.home-slide{
    text-align: center;
    position: relative;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.home-parallax .container{
    position: relative;
    z-index: 9;
}
.slider-wrapper .carousel-caption {
    position: absolute;
    top: 53%;
    width:80%;
    left:10%;
    content: '';
    z-index: 111;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top:110px;
    text-align: left;
    padding-bottom: 0;
    bottom: auto;
}
#metro-touch-slider .carousel-caption {
    position: absolute;
    right: auto;
    bottom: auto;
    left: 10%;
    text-align: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80%;
}
#metro-touch-slider .carousel-caption h4{
    padding: 0;
    color: #3399cc;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 26px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    display: block;
    text-transform: uppercase;
        -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
#metro-touch-slider .carousel-caption h2 {
    padding: 0;
    color: #fff;
    font-size: 4em;
    font-weight: 600;
    font-style: normal;
    line-height: 75px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    display: block;
    text-transform: uppercase;
/*    background-color: rgba(248, 164, 49, .25);
    padding: 30px;*/
}
#metro-touch-slider .carousel-caption p {
    padding: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 1px;
}
.carousel-control-next, .carousel-control-prev{
    top:auto;
    bottom:0;
    width:auto;
    background-color: #0085b9;
    padding: 20px 16px;
    /*display: none;*/
	opacity: 1;
}
.carousel-control-prev {
    left: auto;
    right: 65px;
}
.carousel-indicators [data-bs-target]{
	height: 10px;
    width: 30px;
	opacity: 1;
}
.carousel-indicators .active{
	background-color: #0085b9;
}
.single-project-item{
    position: relative;
    margin-bottom: 30px;
}
.slider-stick-wrap {
    position : absolute;
    bottom : 0;
    left : 0;
    background-color : #0085b9;
    padding : 20px 40px;
    content : '';
    z-index : 9;
    border-radius : 0 50px 0 0;
    font-size: 20px;
    color: #fff;   
}

.overlap:before{
    background-color: rgba(0, 0, 0, 0.55);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.overlap1:before{
    background-color: rgba(0, 0, 0, 0.50);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.header{
/*    background-color: rgba(255, 255, 255, 0.50);*/
    /*position: absolute;*/
    z-index: 111;
}
.header-fixed{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    content: '';
    background-color: #0f0f0f;
}
.home-page .header{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    content:'';
    z-index:999;
}
.top-header{
    background-color: #000;  
    border-bottom: 1px solid #39c;
}
.top-wrapper1{
    text-align: right;
}
.top-wrapper{
    border-left: 1px solid #ddd;
    padding-left: 15px;
}
.logo{
    display: block;
    padding: 8px 0;
    width: 250px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#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;
/*    background-color: #0085b9;*/
    z-index: 99;
}
.isStuck .header-fixed{
    position: relative;
    background-color: #0f0f0f;
}
.isStuck .logo {
    width: 200px;
}


/*.logo img{
    width: 70%;
    background: #fff;
}*/

/*.navigation{
    background-color: #3399cc;
    border-radius: 0 0 30px 30px;
    border-bottom: 1px solid #3399cc;
}*/
.navi-bg{
    background-color: #3399cc;
    border-radius: 0 0 30px 30px;
    border-bottom: 1px solid #3399cc;
}

.navigation{
/*    padding-left: 50px;*/
    text-align: center;
}
.header-btn{
    padding-right: 50px;
    font-weight: 400;
}
.contact-form{
    background-color: #39c;
    padding: 20px 30px;
    border-radius: 10px;
}
.form-outline{
    margin-top: 10px;
}
.form-control{
    height: 40px;
    padding: 6px 10px;
    border:1px solid #ccc;
    background-color: #fff;
    border-radius: 0;
    color: #000;
    box-shadow: none;
}
.form-control:hover,
.form-control:focus,
.form-control:active,
.form-control.active{
    box-shadow: none;
    border-color: #a1a1a1;
}
textarea.form-control{
    height: 180px !important;
    resize: vertical;
}

#contact-form input,
#contact-form textarea.form-control,
#contact-form select.form-select {
  background-color: #fff;
  border-color: #000;
  color: #171717;
  padding: 8px 12px;
  min-height: 44px;
  height: auto;
  border-radius: 30px !important;
  margin-bottom: 15px;
/*  box-shadow: inset 2px 2px 10px rgba(255,255,255,.1), inset -5px -8px 8px rgba(0,0,0,.2);*/
}

#contact-form select.form-select{
  background: #ffffff;
  font-size:1rem;
}

#contact-form input[type="checkbox"] {
  background-color: #171717;
  accent-color: red;
}
#contact-form ::placeholder {
  color: #333;
  opacity: 1; /* Firefox */
}
#contact-form ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #333;
}
#contact-form label {
  color: #fff;
  padding-left: 10px;
}
.btnn-4 .btn-3 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  min-height: 50px;
  max-width: 190px;
  margin: 1rem auto;
  text-transform: uppercase;
  border: 1px solid #ccc;
  text-decoration: none;
  line-height: 58px;
  color: #fff;
}
.btnn-4 .btn-3:before,
.btn-3:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 34px solid #000000;
  border-bottom: 34px solid #000000;
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
}
.btnn-4 .btn-3:before {
  border-right: 36px solid transparent;
  transform: translateX(-150%);
}
.btnn-4 .btn-3 span {
  color: #000;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  transition: 0.5s ease-in-out;
}
.btnn-4 .btn-3:after {
  border-left: 36px solid transparent;
  transform: translateX(150%);
}
.btnn-4 .btn-3:hover:before {
  transform: translateX(-30%);
}
.btnn-4 .btn-3:hover:after {
  transform: translateX(30%);
}
.btnn-4 .btn-3:hover span {
  color: #fff;
}


.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: #3399cc!important;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
}
.top-contact-list{
   /*margin-top: 10px;*/
    display: block;
    vertical-align: middle;
    /*text-align: end;*/
    /*padding-left: 130px;*/
}
.top-contact-list li{
    display: inline-block;
    vertical-align: middle;
    color: #000;
    /*margin-left: 20px;*/
    font-size: 13px;
    clear: both;
    /*width: 25%;*/
    padding-right: 6px;
    box-sizing: border-box;
}
.top-contact-list li a{
/*    display: inline-block;*/
    font-size: 16px;
    /*text-align: left;*/
    color: #0085b9;
    font-weight: 600;
}
.top-contact-list li i{
/*    margin-right: 8px;*/
    font-size: 18px;
    vertical-align: middle;
    float: left;
}
.top-contact-list li span{
    position: relative;
    overflow: hidden;
    display: inherit;
    text-align: left;
    color: #fff;
    font-weight: normal;
}
.top-contact-list li span:hover{
    color: #0085b9;
}
.top-contact-list li span strong{
    font-size: 16px;
    font-weight: 400;
}
.top-contact-list li i{
    /*background-color: #0085b9;*/
    width: 35px;
    height: 35px;
/*    line-height: 35px;*/
    border-radius: 100%;
    color: #000;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    /*border:1px solid #0085b9;*/
    font-size: 20px;
    -webkit-shadow: 0 0 10px #a1a1a1;
   /* -moz-text-shadow: 0 0 10px #a1a1a1;
    text-shadow: 0 0 10px #a1a1a1;*/
}
.top-contact-list li:last-child{
    margin-right: 0;
}
.top-contact-list li:hover i{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}
.top-contact-list li a:hover{
    color: #0085b9;
}
.association-logo img,
.association-wrap .img-responsive{
    display: inline-block;
    vertical-align: middle;
    max-width: 220px;
}
.association-wrap .img-responsive{
    max-width: 196px;
    margin-bottom: 8px;
    border: 1px solid #dfdfdf;
    padding: 5px;
}
.mobile-menu{
    display: none;
}
.navigation > li{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.navigation li.dropdown > .dropdown-menu{
    opacity: 0;
    position: absolute;
    top: 130%;
    left: 0;
    width: 260px;
    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 > .dropdown-menu li{
    border-bottom: 1px solid #e6e6e6;
    margin-right: 0;
}
.navigation li.dropdown > .dropdown-menu li:last-child{
    border-bottom: none;
}
.navigation li.dropdown > .dropdown-menu li a{
    background-color: #ffffff;
    padding:12px 15px;
    color:#000;
    white-space: normal;
}
.navigation li.dropdown:hover > .dropdown-menu{
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.navigation > li:first-child{
    display: none;
}
.navigation a{
    letter-spacing: 1px;
    overflow: hidden;
    position: relative;
    display: block;
    font-weight: 400;
    color: #fff;
    padding:16px 12px;
    transition: all 500ms ease 0s;
}
.navigation > li.dropdown > a:after {
    font-family:bootstrap-icons;
    content: "\F282";
    position: absolute;
    top: auto;
    right: -2px;
    font-size: 14px;
    transition: all 500ms ease 0s;
}
.navigation li:hover > a,
.navigation li:focus > a,
.navigation li.active > a{
    color: #0085b9;
}
.navigation li.dropdown > .dropdown-menu li a:hover,
.navigation li.dropdown > .dropdown-menu li a:focus,
.navigation li.dropdown > .dropdown-menu li.active a{
    color: #fff;
    background-color: #0085b9;
}

.navigation li.dropdown>a {
    padding-right: 20px;
}

.width-50{
    width: 50%;
}
.width-30{
    width: 30%;
}
.width-70{
    width: 70%;
}
.width-60{
    width: 60%;
}
.width-40{
    width: 40%;
}
.flexbox {
    display: -webkit-box;
    display: flex;
}
.flexbox .element {
    height: 100%;
    width: 100%;
}
.padd-40{
    padding: 40px;
}
.display-table{
    display: table;
    height: 100%;
}
.padd{
    padding: 0 40px 0 0px;
}
.padd2{
    padding: 0 0 0 40px;
}
.parallax .padd-40 {
    position: relative;
    z-index: 1;
}
.display-table .padd-40{
    display: table-cell;
    vertical-align: middle;
}
.size-1{
    font-size: 1.5em;
    line-height: 30px;
    font-weight: 500;
}
.size-2{
    font-size: 2em;
    font-weight: 700;
    line-height: 40px;
}
.size-3{
    font-size: 3em;
    font-weight: 700;
}
.divider, .divider1 {
    width : 100px;
    height : 2px;
    background-color : #0085b9;
    position : relative;
    margin-bottom : 25px;
}
.divider:before, .divider1:before {
    position : absolute;
    bottom : -5px;
    left : 0;
    width : 50px;
    height : 1px;
    background-color : #0085b9;
    content : '';
}
.divider1 {
    display : inline-block;
    width : 100px;
}
.divider1:before {
    width : 50%;
    left : 25%;
}

.areas-list1{
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.list1 li,
.areas-list li{
    padding:0 0 0 25px;
    position: relative;
}
.list1 li:before,
.areas-list li:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '\F270';
    font-family:bootstrap-icons;
    font-size: 18px;
    color:#0085b9;
}
.areas-list li:before{
    content: '\F3E7';
}
.areas-list2 li{
    padding: 10px 15px;
    background-color: #ddd;
    margin: 10px 0;
    font-size: 16px;
}
.areas-list2 li i{
    color: #0085b9;
    padding-right: 10px;
    font-size: 17px;
}
.list2{
    margin-left: 16px;
    list-style-type: decimal;
}
.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: '';
}
.bg-light-sec{
    padding: 50px;
    border-radius: 50px;
    outline: 2px dashed #fff;
    outline-offset: -25px;
    color: #fff;
/*    background-color: #000;*/
    background: linear-gradient(to right, rgb(0 133 185) 0%, rgb(14 58 84) 100%);
}
.contact-box{
    text-align: center;
    padding: 10px;
}
.contact-box1{
    padding: 10px
}
.contact-box i,
.contact-box1 i{
    font-size: 40px;
    font-weight: 600;
    color: #0085b9;
}
.contact-box h3,
.contact-box1 h3{
    margin-top: 20px;
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    color: #0085b9;
    text-transform: capitalize;
    text-align: center;
}
.contact-box a,
.contact-box1 a{
    text-decoration: underline;
}

.footer-widget{
    /*padding:50px 0;*/
    color: #000;
}
.footer-bottom{
  border-top: 1px solid #000;
  padding-top: 30px;
}
.address-box{
    margin: 18px 0;
/*    border-bottom: 1px solid #d5d5d5;*/
}
/*.address-box .address-icon-holder{
    float: left;
    margin-right: 15px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #0085b9;
    text-align: left;
    padding-left: 10px;
    position: relative;
    font-size: 18px;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}*/
.contact-wrap .address-icon-holder{
    float: none;
    margin:auto;
    position: relative;
    z-index: 1;
    border:5px solid #ffffff;
    background-color: #0085b9;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 25px;
}
.address-box .address-content{
    position: relative;
    overflow: hidden;
}
.address-box .address-content p{
/*    font-weight: 500;*/
}
.contact-wrap .address-content{
    background-color: #eee;
    padding:60px 20px 20px;
    margin-top: -40px;
    text-align: center;
    min-height: 175px;
    border-bottom: 4px solid #0085b9;
    border-radius: 20px 20px;
}
.address-box .address-content strong,
.address-content.contact-wrap strong{
    color: #000;
}
.address-box .address-content.contact-wrap,
.address-box .address-content.contact-wrap > p > a{
    color: #000;
}
.widget-title{
    color: #000;
}
.opentime h3{
    font-size: 18px;
    margin-bottom: 5px;
}
.footer-widget .title {
    position: relative;
    display: block;
    padding-bottom: 13px;
    margin-top: -1px;
    margin-bottom: 30px;
    z-index: 1;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
}
.footer-widget .title:before{
    position: absolute;
    bottom: -9px;
    left: 0;
    height: 3px;
    width: 67px;
    content: "";
    background-color: #0085b9;
} 
.footer-widget .title:after{
    position: absolute;
    bottom: -9px;
    left: 66px;
    height: 3px;
    width: 25px;
    content: "";
    background-color: #ada8a8;
} 
.footer-menu {
  text-align: center;
}
.footer-menu li{
    padding: 2px 0;
    display: inline-block;
}

.footer-menu li a{
    position: relative;
    padding:2px 0 2px 20px;
    display: inline-block;
}
/*.footer-menu li a:before{
    position: absolute;
    top: 2px;
    left: 0;
    content: '\F285';
    font-family:bootstrap-icons !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}*/
.footer-menu li a:hover:before{
    left: 2px;
}
footer a:hover,
footer a:focus{
    color:#0085b9;
}
.footer-links{
    text-align: center;
}
.footer-links,
.footer-links a{
    color: #000;
    font-size: 15px;
}
.footer-links a:hover{
    color: #0085b9;
}
.social-link li{
    display: inline-block;
    vertical-align: top;
}
.social-link li a{
    width:45px;
    height: 45px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    text-align: center;
    border:1px solid #000;
    border-radius: 100%;
    margin-right: 10px;
    background-color: #fff;
    color: #000 !important;
}
.social-link li a i{
    z-index: 99;
}
.social-link li:hover a{
    background-color: transparent;
    border-color: #0085b9;
    color: #0085b9 !important;
}
.copyright-wrap{
    overflow: hidden;
}
.copyright{
    color: #000;
    font-size: 14px;
    position: relative;
    font-weight: 500;
}


.insta-wrap .responsive{
    width: 25%;
    margin-right: -4px;
}
#toTop {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:130px;
    right:10px;
    z-index: 1000;
    overflow:hidden;
    width:50px;
    height:50px;
    border:none;
    text-indent:100%;
    background:url('../images/totop.gif')
    no-repeat left top;
}
#toTopHover {
    background:url('../images/totop.gif') no-repeat left bottom;
    width:50px;
    height:50px;
    display:block;
    overflow:hidden;
    float:left;
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
}
#toTop:active, #toTop:focus {
    outline:none;
}


.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: 1.6em;
}
.contact-wrap1 .address-icon-holder1:before{
    display: none;
}
.contact-wrap1 .address-content1{
    background-color: #eee;
    padding:60px 20px 20px;
    margin-top: -40px;
    height: 160px;
}
.contact-wrap1 .address-content1 strong{
    font-size: 18px;
}
.address-box1{
    margin-bottom: 12px;
}
.address-box1 .address-icon-holder1{
    float: none;
    margin: auto;
    position: relative;
    z-index: 1;
    border: 5px solid #ffffff;
    background-color: #0085b9;
    box-sizing: border-box;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 1.6em;
}
.service-box {
    width : 100%;
    transition : all 0.5s;
    display : table;
    padding: 20px;
    margin: 15px 0px;
    text-align: center;
    background-color: transparent;
    box-shadow: 0 0 5px #dfdfdf;
}
/*.service-box {
	height : 275px;
	width : 100%;
	transition : all 0.5s;
	display : table;
	padding: 50px 20px 20px 20px;
    margin: 15px 0px;
    text-align: center;
    background-color: #0085b9;
    padding: 50px;
    border-radius: 50px;
    outline: 2px dashed #000;
    outline-offset: -25px;
}*/
.service-box .service-box-content {
	display : inline-block;
	vertical-align : middle;
	position: relative;
}
/*.service-box .service-box-content .icon-holder {
	position: absolute;
	top: -90px;
	left: 0;
	text-align: center;
	width: 100%;
	content: '';
}*/
.service-box .service-box-content .icon-holder{
	width : 85px;
	height : 85px;
	line-height : 68px;
	border : #fff solid 5px;
	font-size : 2em;
	display : inline-block;
	margin-bottom : 10px;
	border-radius : 100%;
	background-color : #0085b9;
	color : #fff;
    text-align: center;
}
.service-box .service-box-content .icon-holder img{
    width: 50%;
    height: 50%;
}
/*.service-box:hover{
	background-color : #0085b9;
	color: #fff;
	box-shadow : -10px -10px 3px #eee;
}*/
.service-box h3{
	color: #000;
	font-size: 25px;
    font-weight: 700;
}
/*.service-box:hover h3{
	color: #fff;
}*/
/* ............... */
.home-img-box {
    position: relative;
  }
  .home-img-style1:before,
  .home-img-style2:before {
    content: "";
    position: absolute;
    bottom: -27px;
    left: -27px;
    background-color: #3399cc;
    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%);
  }

.contact-icon i {
    font-size: 30px;
    display: inline-block;
    color: #3399cc;
    transition: .5s;
}

.contact-content {
    overflow: hidden;
}

.contact-title h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding: 0 0 10px;
    margin-top: 0;
    transition: .5s;
}

.contact-desc p {
    font-size: 15px;
    line-height: 26px;
    transition: .5s;
}

.contact-detail strong{
    font-size: 18px;
}

.contact-container {
    background-color: #ffffff;
    padding: 21px;
    border-left: 10px solid #3399cc;
    border-radius: 10px 0 0 10px;
    display: flex;
    gap: 15px;
    box-shadow: 21px 21px 30px #0000005e;
}

.border-box{
    min-height: 285px;
    border-radius: 10px;
}
.border-box2{
    
}
.border-box-inner{
    position: relative;
    background-color: rgb(243 243 243 / 81%);
}
.m-height1{
    min-height: 365px;;
}
.m-height2{
    min-height: 280px;
}
.m-height3{
    min-height: 250px;
}
.border-box3{
    border: 5px solid #ddd;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
}

.parallax.overlap3:before{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    /* z-index: 1; */
    background-color: rgb(0 0 0 / 72%);
    content: '';
}

.single-service-item {
    margin: 15px 0;
}
.single-service-item .img-holder{
    overflow: hidden;
    position: relative;
}
.single-service-item .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-item .img-holder .overlay{
    position: absolute;
    left: -100%;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    background: rgba(0,0,0,0.60);
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}
.single-service-item:hover .img-holder .overlay {
    left: 0px;
}
.single-service-item .img-holder .overlay .box{
    display: table;
    height: 100%;
    width: 100%;
}
.single-service-item .img-holder .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
}
.single-service-item .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-item .img-holder .overlay .box .content a:hover i {
    background: #9a9a9a;
}
.single-service-item .text-holder h4 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    padding: 15px;
    background-color: #f8f8f8;
    text-transform: uppercase;
    text-align: center;
}
.single-service-item .text-holder h4 span {
    color: #fff;
}

.img-border1 img{
    border-radius: 30px;
    border: 10px solid #0085b9;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.img-border2 img{
    border-radius: 30px;
    border-bottom: 10px solid #0085b9;
    border-right: 10px solid #0085b9;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.img-border2.image-2 img{
    border-radius: 30px;
    border-bottom: 10px solid #0085b9;
    border-right: none;
    border-left: 10px solid #0085b9;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.img-box{
    position: relative;
    display: block;
    background: #666666;
    padding: 9px;
    border: 1px solid #ececec;
    transition: all 500ms ease;
}
.img-box-main:hover .img-box{
/*  border: 1px solid #2f2f34;*/
}

.heading-h3 a{
    display: inline-block;
}

.inner-box {
    padding: 30px;
    border: 1px solid #0085b9;
}

.inner-box1 {
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.inner-box2 {
    padding: 30px;
    border: 4px double #0085b9;
}

.inner-box3{
    background-color: #0085b9;
    padding: 30px;
    color: #fff;
}

.contact-us .contact-title h3 {
    padding: 12px 0 12px 25px;
    background-color: #0085b9;
    margin-bottom: 0;
    color: #fff;
}

.contact-us .contact-info {
    box-shadow: 0 5px 15px 0 rgba(41, 42, 46, 0.5);
    padding: 20px 10px 20px 20px;
    display: flex;
    align-items: center;
}

.contact-us .contact-info .icon {
    border: 5px solid #e8e8e8;
    border-radius: 50%;
    margin-right: 15px;
}

.contact-us .contact-info .icon i {
    font-size: 24px;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-us {
    position: relative;
    margin-top: 30px;
    transition: all 0.3s ease;
}

.contact-us:hover {
    transform: translateY(-8px);
}

.contact-us::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 60px;
    width: 60px;
    background-color: #0085b9;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.contact-us::after {
    content: '';
    position: absolute;
    top: -0;
    left: 50%;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

@media(min-width: 1300px) and (max-width: 1540px){
    .navigation{
        padding-left: 40px;
    }
    .header-btn{
        padding-right: 40px;
    }
    .header-btn .btn1{
        padding: 15px 20px;
        font-size: 15px;
    }
    .slide-text{
        width: 45%;
         padding-top: 110px;
    }
    .top-contact-list li a{
        font-size: 13px;
    }
     .navigation a {
        font-size: 15px;
        padding: 16px 6px;
    }
    .footer-menu li a {
        padding: 2px 0 2px 13px;
    }
}
@media (min-width: 1300px) and (max-width:1339px){
    .navigation a {
        font-size: 14px;
        padding: 16px 6px;
    }
    .navigation{
        padding-left: 28px;
    }
}

@media(min-width: 1200px) and (max-width: 1299px){
    .navigation{
        padding-left: 10px;
    }
    .header-btn{
        padding-right: 20px;
    }
    .header-btn .btn1{
        padding: 15px 20px;
        font-size: 15px;
    }
    .navigation a {
        font-size: 12px;
        padding: 16px 10px;
    }
    .top-contact-list li a{
        font-size: 14px;
    }
    .navigation > li.dropdown > a:after {
        right: -3px;
    }
    .border-box {
        min-height: 310px;
    }
    .slide-text{
        width: 55%;
        padding-top: 110px;
    }
    .logo{
        width: 200px;
    }
    .footer-menu li a{
        padding: 2px 0 2px 10px;
        font-size: 14px;
    }
}

@media(min-width: 220px) and (max-width: 991px){
    
    .mobile-menu{
        display: table;
        font-size: 20px;
        background-color: #0085b9;
        padding: 10px 14px;
        color: #fff;
        margin: auto;
        cursor: pointer;
    }
    .header-btn{
        padding-right: 0;
    }
    .header-btn .btn1{
        padding: 15px 20px;
        font-size: 15px;
    }
    .isStuck .header-fixed{
        position: static !important;
    }
    .navigation{
        padding-left: 0;
        background-color: #0f0f0f !important;
        border-radius: 0;
    }
    .navi-bg{
        border-radius: 0;
        background-color: #000;
    }
    .header{
        background-color: #000;
    }
    .home-page .header{
        position:static;
    }

    .contact-us .contact-info {
        min-height: auto;
    }
    .p-5{
        padding:1.6rem !important;
    }
    .p-0{
        padding: 0 !important;
    }
    .top-header{
        padding-bottom: 10px;
    }
    .navigation{
        border-bottom: 0;
    }
    .nav-wrapper{
        position: fixed;
        top: 0;
        left: -300px;
        width: 255px;
        height: 100%;
        z-index: 999;
        border-radius: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        background-color: #0f0f0f;
        padding-top: 0;
        overflow-x: scroll;
    }
    .nav-wrapper.open{
        left: 0;
    }
    .nav-wrapper .container-fluid{
        padding:0;
    }
    .navigation > li{
        display: block;
        margin:0;
        border-bottom: 1px solid #333;
        text-align: left;
        padding-right: 0;
    }
    .navigation > li:first-child{
        display: block;
        text-align: right;
    }
    .navigation li a{
        padding:0 20px;
        color:#fff;
        line-height: 3;
    }
    .navigation li:hover > a,
    .navigation li:focus > a,
    .navigation li.active > a{
        background-color: #0085b9;
        color: #fff;
    }
    .navigation > li.dropdown > a:after{
        right: 20px;
    }
    .navigation li.dropdown > .dropdown-menu,
    .navigation li.dropdown:hover > .dropdown-menu{
        position: static;
        top: 0;
        visibility: visible;
        opacity: 1;
        width: 100%;
        float: none;
    }
    .navigation li.dropdown > .dropdown-menu li a{
        padding: 10px 10px 10px 30px; 
        line-height: 1.5;
    }
     .top-contact-list{
        /*text-align: center;*/
    }
    .top-contact-list li{
        /*color: #fff;*/
        margin-right:0;
    }
    .top-contact-list li i{
        /*color: #fff;*/
        /*font-size: 14px;*/
        margin-right: 5px;
        width: auto;
        height: auto;
    }
     .flexbox{
        display: block;
    }
    .width-30,.width-40,.width-50,.width-60,.width-70,.width-20,.width-25,.width-33{
        width:100%;
    }
     .padd-40{
        padding: 20px;
    }
    .m-min-100{
        height:100%!important;
        min-height:100%;
    }
    .header-fixed{
        position: static;
    }
    .single-project-item .text-holder{
        padding: 23px 20px 23px;
    }
    .slider-stick-wrap {
        position: static;
        border-radius: 0;
        text-align: center;
    }
    .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;
    }
    .mt-100{
        margin-top: 0px;
    }
    .pseudoStickyBlock{
        height: 0px !important;
    }
    .slogan-style2-area{
        /* margin-top: 80px; */
        padding: 80px 0 80px;
        background-attachment:scroll;
    }
    .blog-text-holder{
        min-height: auto;
    }
    .navigation{
        background: none;
    }
    .slider-wrapper .carousel-caption{
        padding-top: 0;
    }
    #stuck_container{
        background-color: #3399cc;
    }
    .bs-slider{
        height: 100%;
    }
    .middle-contact-list{
        justify-content: left;
        margin-bottom: 20px;
    }
    .footer-widget {
        padding-bottom: 20px;
    }
    .service-img-box img{
        width: 100%;
    }
    .service-img-box .img-text h3{
        width: 100%;
    }
    .service-img-box{
        margin-bottom: 30px;
    }
    .top-wrapper{
        border-left:none;
        padding-left: 0;
    }
    .border-box{
        min-height: auto;
    }
    .m-height1{
        min-height: auto;
    }
    .border-box2.parallax {
        padding: 10px !important;
    }
    .border-box3{
        padding: 15px;
    }
    .slide-text{
        width: 90%;
        right: 5%;
        top: 50%;
    }
    .slide_style_right{
        text-align: center !important;
    }
    .top-wrapper1{
        display: none;
    }
    h1{
        font-size: 35px;
    }
    .contact-box h3{
        font-size: 35px;
    }
    .form-sec h2{
        font-size: 35px;
    }
    .contact-box{
        margin-bottom: 20px;
    }
    .footer-menu li{
        display: block !important;
    }
     .carousel-item video{
        width:100% !important;
        margin-bottom: -10px
    }
}

@media(min-width: 768px) and (max-width: 991px){
    .logo{
        margin: 0 auto;
        display: block;
        padding: 10px 0;
    }
    .logo .img-fluid{
        margin: 0 auto;
        display: block;
/*        padding-top: 20px;*/
        width: 600px;
    }
    .top-contact-list li{
        font-size:16px;
        padding: 5px 12px;
    }
    .top-contact-list li i{
        font-size:16px;
        margin-right: 10px;
    }
    .top-contact-list li{
        margin-left: 0 !important;
        margin-right: 0!important;
    }
    #metro-touch-slider .carousel-caption h2{
        font-size: 40px;
        line-height: 44px;
    }
    #metro-touch-slider .carousel-caption p{
        font-size: 15px;
        line-height: 25px;
    }
    /*.footer-bottom{
        background-image: linear-gradient(315deg, #0085b9 75%, #0085b9 0%);
    }*/
    .m-min-210 {
        height: 400px!important;
    }
    .single-project-item .text-holder{
        padding: 15px 20px 15px !important;
    }
    .single-working-box-style2{
        width: 50%;
    }
    .working-style-bottom{
        padding-top: 45px;
    }
    .about-wrapper .about-image{
        margin: 0 auto;
    }
    .boximg-section{
        padding: 50px 30px 80px;
    }
}

@media(min-width: 220px) and (max-width: 767px){
    h1{
        font-size: 26px;
        line-height: 36px;
    }
    h2{
        font-size: 24px;
        line-height: 34px;
    }
    h3{
        font-size: 20px;
        line-height: 30px;
    }
    #metro-touch-slider .carousel-caption h2{
        font-size: 24px;
        line-height: 34px;
    }
    #metro-touch-slider .carousel-caption p{
        display: none;
    }
    .carousel-indicators [data-bs-target]{
        display: none;
    }
    .top-right-wrap{
        text-align:center;
    }
    .top-contact-list, .social-link{
        margin:8px 0;
        vertical-align:top;
        /*text-align: center;*/

    }
    .top-contact-list li{
        padding: 4px 4px;
        font-size: 15px;
        border-width:1px;
        margin-left: 0px !important;
        margin-right: 0px !important;
        text-align: unset !important;
    }
    .top-contact-list li i{
        margin-right: 5px;
        border: 0;
        width: auto;
        height: auto;
        line-height: 1;
        margin-top: -3px;
    }
    /*.top-contact-list li:last-child,
    .top-contact-list li span strong,
    .top-contact-list li span br{
        display: none;
    }*/
    .logo{
        margin: 10px auto;
        display: block;
        padding: 0;
        width: 190px;
    }
    .logo .img-responsive{
        margin: 0 auto;
        display: block;
    }
    .logo .img-fluid{
        width: 600px;
        margin: 0 auto;
        display: block;
    }

    .parallax-window {
    height: 300px;
    background: transparent;
    display: table;
    width: 100%;
    }
    .p-5 {
    padding: 1.5rem 1rem!important;
    }
    .single-project-item .text-holder{
        min-height: auto;
    }
    .flexbox {
        display: block;
        padding: 0;
    }
    .working-style-bottom{
        padding-top: 40px;
    }
    .footer-menu {
      text-align: left;
    }
    .footer-menu li a {
        padding: 2px 0 2px 0px;
    }

}
@media(min-width:576px) and (max-width:767px){
    .m-min-210 {
    height: 350px!important;
    }
    .single-working-box-style2{
        width: 50%;
    }
    .single-working-box-style2 .icon-holder{
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin: 0 auto 15px;
    }
    .single-working-box-style2 .overlay-content .icon-holder{
        margin: 0 auto 15px;
    }
    .single-working-box-style2 .icon-holder i img{
        width: 45%;
        height: 45%;
    }
    .single-working-box-style2 .text-holder .text{
        margin-top: 0;
    }
    .boximg-section {
            padding: 40px 25px 70px;
    }
    .service-box{
        padding: 20px;
        margin-bottom: 30px;
    }
    .contact-box h3{
        margin-top: 5px;
    }
    .slogan-style2-area .inner-content .title h3{
        font-size: 30px !important;
        line-height: 40px !important; 
    }
    .top-contact-list li span {
        font-size: 13px;
    }
}

@media(min-width:220px) and (max-width:575px){
    .service-box{
        padding: 15px;
        margin-bottom: 30px;
    }
     .service-box h3{
         font-size: 20px;
     }
    .contact-box h3{
        margin-top: 5px;
    }
    .slogan-style2-area .inner-content .title h3{
        font-size: 30px !important;
        line-height: 40px !important; 
    }
    .slide-text{
        width: 100%;
        right: 0;
        top: 50%;
    }
    .slider-btn1,
    .slider-btn2{
        padding: 8px 14px;
        font-size: 12px;
    }

    .inner-box {
        padding: 15px;
    }
    .inner-box1 {
        padding: 15px;
    }
    .inner-box2 {
        padding: 15px;
    }
    .inner-box3 {
        padding: 15px;
    }
    .contact-form{
        padding: 10px 20px;
    }
    .top-contact-list{
        text-align:center;
    }
    .top-contact-list li a{
        font-size: 16px;
    }
    /*.top-contact-list li:last-child{
        display: none !important;
    }*/
    .top-contact-list li span strong{
        display: none;
    }
    .top-contact-list li{
        padding: 0;
        display: block;
    }
    .carousel-caption{
/*        display: none;*/
    }
    #metro-touch-slider .carousel-caption h2{
        font-size: 14px;
        line-height: 21px;
        font-weight: 500;
    }
    #metro-touch-slider .carousel-caption h4{
        font-size: 15px;
        line-height: 18px;
    }
    .button{
        padding: 4px 20px;
    }
    #metro-touch-slider .carousel-caption{
        top: 55%;
    }
    .carousel-control-next, .carousel-control-prev{
        padding: 5px;
    }
    .carousel-control-prev{
        right:44px;
    }
    .m-min-210 {
        height: 300px!important;
        min-height: 300px !important;
    }
    .size-3{
        font-size: 30px;
        line-height: 36px;
    }
    .size-2{
        font-size: 25px;
        line-height: 30px;
    }
    #testimonial-carousel{
        padding: 25px 35px;
    }
    .services-3-title h4{
        font-size:17px;
    }
    .padd-t{
        padding-top:15px;
    }
    .container-fluid{
        padding-right: 15px;
        padding-left: 15px;
    }
    .slider-wrapper {
      margin-top: -20px;
    }
    .single-working-box-style2{
        width: 100%;
    }
    .single-working-box-style2 .icon-holder{
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin: 0 auto 15px;
    }
    .single-working-box-style2 .overlay-content .icon-holder{
        margin: 0 auto 15px;
    }
    .single-working-box-style2 .icon-holder i img{
        width: 45%;
        height: 45%;
    }
    .single-working-box-style2 .text-holder .text{
        margin-top: 0;
    }
    .working-style-bottom{
        padding-top: 35px;
    }
    .boximg-section {
        padding: 25px 12px 40px;
    }
    .blog-text-holder {
        margin-top: 0;
        margin-left: 0;
        padding: 20px 15px 30px;
    }
    .address-box .address-icon-holder {
/*        margin-right: 8px;*/
    }
    .logo{
        padding-bottom: 0;
    }
    .social-link{
        margin: 5px 0;
    }
    .home-img-style1:before,
  .home-img-style2:before {
    bottom: -15px;
    /*left: -15px;*/
    right: -14px;
    width: 150px;
    height: 150px;
  }
  .home-img-style1:before {
    left: -15px;
  }
  .isStuck .logo{
/*        width: 80%;*/
    }
    .middle-contact-list{
        gap: 10px;
    }
    .middle-contact-list .icon-box p {
        width: 40px;
        height: 40px;
        line-height: 36px;
        font-size: 16px;
        margin-right: 0;
    }
    .middle-contact-list .icon-text p{
        font-size: 15px;
    }
    .middle-contact-list .icon-text a {
        font-size: 15px;
    }
    .middle-contact-list .icon-box{
       display: none;
    }
    .padd-zero{
        padding: 1.5rem 0 !important;
    }
    .contact-wrap .address-content{
        padding: 60px 10px 10px;
    }
    .areas-list li:before{
      font-size: 15px;
    }
    .areas-list li {
       /* font-size: 13px; */
       padding: 0 0 0 16px;
    }
    .contact-box h3{
         font-size: 30px; 
    }
    .contact-box {
        margin-bottom: 26px;
    }
    .contact-box1 {
        margin-bottom: 26px;
    }

    .contact-us .contact-info {
        padding: 15px;
    }

    .contact-us .contact-title h3 {
        padding: 15px;
    }

    .contact-us .contact-info {
        flex-direction: column;
    }

    .contact-us .contact-info .icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
