@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700;800;900&display=swap');
body{
    font-family: 'Montserrat', sans-serif;
/*  font-size: 16px;*/
    font-size: 15px;
    color: #333;
    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: #cf2127;
    outline: none;
    text-decoration: none;
}
button:hover,button:active,
button:focus{
    outline: none!important;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0;
    font-weight: 800;
    margin-bottom: 15px;
    color: #000;
    font-family: 'Raleway', sans-serif !important;
}
p{
    
}
.section{
    padding: 4em 0;
}
.bg-color1{
    background-color: #e8e8e8;
}
.bg-color2{
    background-color: #333;
}
span.heading{
    font-size: 20px;
    font-weight: 500;
}
.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:#cf2127;
}
#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: #cf2127;
  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: #cf2127;
}
.video-box{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.video-box .video-overlap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    display: table;
    text-align: center;
}
.video-box .video-content{
    display: table-cell;
    vertical-align: middle;
}
.video-play-button {    
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #faf00f;
    border-radius: 50%;
    position: relative;
}
.video-play-button span{

    margin:0 7px;
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 85px;
    height: 85px;
    background: #cf2127;
    border-radius: 50%;
    /*animation: pulse-border 1.5s ease-out infinite;*/
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 85px;
    height: 85px;
    background: #cf2127;
    border-radius: 50%;
    transition: all .2s;
}
.video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0
  }
}
.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 26px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}
.btn1{
    padding: 8px 30px;
    border: 2px solid #cf2127;
    font-size: 16px;
     background-color: #cf2127;
    /*transition: 0.5s;*/
    display: inline-block;
    border-radius: 0;
    color: #fff !important;
}
.btn1:hover,
.btn1:focus{
    color: #cf2127 !important;
    background-color: transparent;
    border-color: #cf2127;
    font-weight: 600;
}
.insta-wrap {
    display: block;
}

@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;
    margin-top:-20px;
    /*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;
}
#metro-touch-slider .carousel-caption {
    position: absolute;
    right: auto;
    bottom: auto;
    left: 10%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80%;
}
#metro-touch-slider .carousel-caption h4{
    padding: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    line-height: 26px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    display: block;
    text-transform: uppercase;
    border-left: 3px solid #cf2127;
    padding-left: 10px;
}
#metro-touch-slider .carousel-caption h2 {
    padding: 0;
    color: #fff;
    font-size: 4em;
    font-weight: 600;
    font-style: normal;
    line-height: 60px;
    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:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    transform:translateY(-50%);
    width:auto;
    bottom:auto;
    background-color: #cf2127;
    padding: 20px 16px;
    /*display: none;*/
}
.carousel-control-next{
    -webkit-clip-path: circle   (14% 0, 100% 0%, 100% 100%, 0% 100%); 
    clip-path: polygon(14% 0, 100% 0%, 100% 100%, 0% 100%);
}
.carousel-control-prev{
    -webkit-clip-path: polygon(0 0, 84% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 84% 0, 100% 100%, 0% 100%);
}
.carousel-indicators [data-bs-target]{
	height: 10px;
    width: 30px;
	opacity: 1;
}
.carousel-indicators .active{
	background-color: #cf2127;
}
.overlap:before{
    background-color: rgba(0, 0, 0, 0.50);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.overlap1:before{
    background-color: rgba(0, 0, 0, 0.60);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.header{
    background-color: #000;
}
.home-page .header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    content: '';
    /*border-bottom: 1px solid rgba(0, 0, 0,1);
    background-color: rgba(255,255,255,0.7);*/
}
.top-header{
    box-shadow: 0 0 10px #2e2e2e;   
}
.logo{
    display: inline-block;
    margin:10px 0;
}
#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: #000!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: #ffffff;
    /*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;
    /*text-align: left;*/
}
.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;
}
.top-contact-list li span strong{
    font-size: 20px;
}
.top-contact-list li i{
    /*background-color: #cf2127;*/
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    color: #cf2127;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    /*border:1px solid #cf2127;*/
    font-size: 26px;
    -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: #cf2127;
}
.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: 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 > .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{
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
    position: relative;
    font-size: 12px;
    display: block;
    font-weight: 400;
    color: #ffffff;
    padding:16px 25px;
    transition: all 500ms ease 0s;
}
.navigation li.dropdown > a{
    padding-right:35px;
}
.navigation > li.dropdown > a:after {
    font-family:bootstrap-icons;
    content: "\F282";
    position: absolute;
    top: auto;
    right: 10px;
    font-size: 14px;
    transition: all 500ms ease 0s;
}
.navigation li:hover > a,
.navigation li:focus > a,
.navigation li.active > a{
    color: #fff;
    background-color: #cf2127;
}
.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: #ffffff;
    background-color: #252525;
}

.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%;
}
.padd-40{
    padding: 35px;
}
.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 : #cf2127;
    position : relative;
    margin-bottom : 25px;
}
/*.divider:before,*/
/*.divider1:before {
    position : absolute;
    bottom : -5px;
    left : 0;
    width : 50px;
    height : 1px;
    background-color : #cf2127;
    content : '';
}*/
.divider1 {
    display : inline-block;
    width : 100px;
}
.divider1:before {
    width : 50%;
    left : 25%;
}
.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: '\F133';
    font-family:bootstrap-icons;
    font-size: 18px;
    color: #cf2127;
}
.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: '';
}
.footer-widget{
    /*padding:50px 0;*/
    color: #dfdfdf;
}
.address-box{
    margin-bottom: 15px;
}
.address-box .address-icon-holder{
    float: left;
    margin-right: 15px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #cf2127;
    border-radius: 100%;
    text-align: center;
    position: relative;
    font-size: 18px;
}
.contact-wrap .address-icon-holder{
    float: none;
    margin:auto;
    position: relative;
    z-index: 1;
    border:5px solid #ffffff;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    line-height: 70px;
}
.address-box .address-content{
    position: relative;
    overflow: hidden;
}
.contact-wrap .address-content{
    background-color: #eee;
    padding:60px 20px 20px;
    margin-top: -40px;
    min-height: 160px;
    text-align: center;
}
.address-box .address-content strong,
.address-content.contact-wrap strong{
    color: #cf2127;
}
.address-box .address-content.contact-wrap,
.address-box .address-content.contact-wrap > p > a{
    color: #000;
}
.widget-title{
    color: #cf2127;
}
.footer-menu li a{
    position: relative;
    padding:2px 0 2px 20px;
    display: inline-block;
}
.footer-menu li a:before{
    position: absolute;
    top: 5px;
    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{
    color:#cf2127;
}
.footer-links{
    padding: 20px 0 0;
    text-align: center;
}
.footer-links,
.footer-links a{
    color: #ffffff;
    font-size: 14px;
}
.footer-links a:hover{
    color: #cf2127;
}
.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:hover .img-holder .img-responsive {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.single-service-item .img-holder .overlay{
    background-color: rgba(0,0,0, .60);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 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-item: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-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;
}

.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 #dfdfdf;
    border-radius: 100%;
    margin-right: 10px;
}
.social-link li:hover a{
    background-color: #cf2127;
    border-color: #cf2127;
    color: #fff;
}
.copyright-wrap{
    overflow: hidden;
}
.copyright{
    color: #ffffff;
    font-size: 14px;
    position: relative;
    border-top: 1px solid #707070;
}
.services-3{
    position: relative;
    display: block;
}
.services-3-images{
    position: relative;
    margin-bottom: 30px;
}
.services-3-images:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #cf2127;
    opacity: .5;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) scaleY(0);
    -ms-transform: perspective(400px) scaleY(0);
    transform: perspective(400px) scaleY(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    z-index: 1;
}
.services-3-images:hover:before {
    opacity: .8;
    -webkit-transform: perspective(400px) scaleY(1.0);
    -ms-transform: perspective(400px) scaleY(1.0);
    transform: perspective(400px) scaleY(1.0);
}
.services-3-title h4{
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    position: absolute;
    left: 0;
    bottom: 10px;
    line-height: 32px;
    padding-left: 21px;
    border-left: 10px solid #cf2127;
    z-index: 9;
    background-color: #000;
    padding: 10px;
    margin-bottom:0;
    display: block;
    width: 100%;
    border-right: 10px solid #cf2127;
    box-sizing: border-box;
    text-align: center;
}
.services-3-link {
    position: absolute;
    right: 0;
    top: 50%;
    text-align: center;
    z-index: 1;
    transform: translateY(-50%);
    width: 100%;
}
.services-3-link a{
    display: inline-block;
}
.services-3-link a i{
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #fff;
    font-size: 30px;
    top: 30px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    border-radius:15px 0 15px 0;
}
/*.services-3-link img {
    width: auto;
    margin: 0 auto;

}*/
/*.services-3-link a i{
    top: 30px;
    width: 62px;
    height: 62px;
    border-radius: 31px;
    border: 2px solid #ffffff;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-20px);
}*/
.services-3-link a i:hover {
    border-color: #222;
    background-color: #222;
    border-radius:100%;
}
.services-3-images:hover .services-3-link a i{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#testimonial-carousel{
    background-color: #dfdfdf;
    padding: 68px 35px;
}
#testimonial-carousel p{
    font-size: 20px;
    line-height: 28px;
}
#testimonial-carousel .testimonial-author{
    display: block;
    font-style: italic;
    font-size: 18px;
    line-height: 26px;
    margin: 10px 0 0;
    color: #cf2127;
}
#testimonial-carousel.owl-theme .owl-dots .owl-dot span{
    width: 30px;
    height: 6px;
}
#testimonial-carousel.owl-theme .owl-dots .owl-dot:hover span,
#testimonial-carousel.owl-theme .owl-dots .owl-dot.active span{
    background: #6eb42d;
}
.testimonial-wrap{
    padding: 20px;
    margin-bottom: 35px;
    border-left: 5px solid #cf2127;
    background-color: #e8e8e8;
}
.testi-author{
    font-size: 18px;
    color: #000;
}
.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;
}
.form-control{
	height: 45px;
	padding: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: 230px;
	resize: vertical;
}
@media(min-width: 220px) and (max-width: 991px){
    .home-page .header{
        position:static;
    }
    .social-link li a{
        margin-right:0;
    }
    .mobile-menu{
        display: table;
        font-size: 20px;
        background-color: #cf2127;
        padding: 10px 14px;
        color: #fff;
        margin: 0 auto;
        cursor: pointer;
    }
    .nav-wrapper{
        position: fixed;
        top: 0;
        left: -300px;
        width: 255px;
        height: 100%;
        overflow-x: scroll;
        z-index: 999;
        border-radius: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        background-color: #221e1f;
        padding-top: 0;
    }
    .nav-wrapper.open{
        left: 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: #cf2127;
        color: #ffffff;
    }
    .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;
    }
    .p-5 {
        padding: 1.3rem!important;
    }
    .px-4 {
        padding-right: 1.3rem!important;
        padding-left: 1.3rem!important;
    }
}

@media(min-width: 768px) and (max-width: 991px){
    .logo{
        margin: 0 auto;
        display: block;
    }
    .logo .img-fluid{
        margin: 0 auto;
        display: block;
        padding-top: 20px;
        width: auto;
    }
    .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, #cf2127 75%, #cf2127 0%);
    }
    .m-min-210 {
        height: 400px!important;
    }

}

@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;
    }
    .logo .img-responsive{
        margin: 0 auto;
        display: block;
    }
    .parallax-window {
    height: 300px;
    background: transparent;
    display: table;
    width: 100%;
    }
    .p-5 {
        padding: 1.5rem 1rem!important;
    }
    .parallax-wrap{
        background-attachment:inherit!important;
        background-position:center center!important;
        padding:40px 0!important;
    }
    .overlap1:before{
        background-color: rgba(0, 0, 0, 0.50);
    }
    footer.section{
        padding: 2em 0.5rem!important;
    }
    .address-box .address-icon-holder {
        margin-right:8px;
    }
    textarea.form-control {
        height: 120px;
    }
    .divider, .divider1{
        margin-bottom:15px;
    }
}
@media(min-width:576px) and (max-width:767px){
    .m-min-210 {
    height: 350px!important;
    min-height: 350px!important;
    }
}

@media(min-width:220px) and (max-width:575px){
    .top-contact-list li a{
        font-size: 12px;
    }
    .top-contact-list li:last-child{
        display: none !important;
    }
    .carousel-caption{
        display: none;
    }
    .carousel-control-next, .carousel-control-prev{
        padding: 10px 5px;
    }
    .m-min-210 {
        height: 300px!important;
        min-height: 300px !important;
    }
    .size-3{
        font-size: 30px;
        line-height: 40px;
    }
    .parallax-wrap .size-2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 26px;
    }
    #testimonial-carousel{
        padding: 25px 35px;
    }
    .services-3-title h4{
        font-size:17px;
    }
    .padd-t{
        padding-top:15px;
    }
    /*.slider-wrapper {
      margin-top: -20px;
    }
    .address-box .address-icon-holder{
        margin-right:6px;
    }*/
}
