@charset "utf-8";

/*===== Pre CSS =====*/
body{ font-size: 17px; font-weight: 500;font-family: 'DM Sans', serif; line-height: 1.5;}
p,a, span, table, th, tr, td, h1, h2, h3, h4, h5, h6, img, ul, ol, li{ margin: 0; padding: 0; font-family: 'DM Sans', serif; }
h1, h2, h3, h4, h5, h6{font-family: 'Roboto Serif', serif; }
a[href^=tel],a[href^=mailto] { text-decoration:inherit; color: inherit; }
[class*="col-"] { margin-bottom: 30px;}
p,a {font-size: 16px; font-weight: 400;line-height: 1.8;font-family: 'DM sans', sans-serif;}
img{height: 100%; width: 100%; object-fit: cover;}
.ms-flex { display: flex; align-items: center; justify-content: center;}
.bg-default,::after,::before{background-size: cover;background-position: center; background-repeat: no-repeat;}
a:hover{text-decoration: none;}
.animate__animated{ animation-duration: 1.6s; }
/*===== Go To Top Section =====*/
#back-top{ display: block; position: fixed; bottom: 140px; right: 10px; bottom: 10px; text-align: center;  z-index: 99999; }
#back-top a{ display: block; text-decoration: none; }
#back-top a .fa{ width: 40px; height: 40px; padding-top: 8px; font-size: 20px; border-radius: 5px; opacity: 1; color: #fff; background: #2c2c2c; border: #fff solid 2px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#back-top a .fa:hover{ background: #2f9fd1; color: #000; }

/* Modal Body */
.modal-body .close{ position: absolute; top: 8px; right: -4px; transform: translate(-50%,-50%); opacity: 1; color: #000; }
.modal-body img{ width: 100%; }

/* Wrapper */
.wrapper{ position: relative; margin: 0; padding: 0; overflow: hidden; }
.transition{ -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }

/* Dropdown Menu */
.navbar .navbar-nav li .serv_dropdown_menu{ display: none; position: absolute; z-index: 999999; border-top: transparent solid 25px; background: transparent; top: 20px; margin-left: 0; width: 235px; overflow-x: hidden; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.navbar .navbar-nav li .serv_dropdown_menu ul{ width: 100%; }
.navbar .navbar-nav li .serv_dropdown_menu ul li{ display: block; width: 100%; list-style: none; text-align: left; margin: 0; }
.navbar .navbar-nav li .serv_dropdown_menu ul li a{ display: block; padding: 10px 15px; text-align: left; font-size: 14px; font-weight: 400; text-decoration: none; background: #03016f; color: #fff; border-top: #fff solid 1px; border-radius: 3px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.navbar .navbar-nav li .serv_dropdown_menu ul li a:hover{ padding-left: 20px; color: #000; border-top: #fff solid 1px; background: #F3E723; }
.navbar .navbar-nav li .serv_dropdown_menu ul li a .fa{ float: right; margin-left: 5px; }

/* My Own Custom Dropdown Animation */
.navbar .navbar-nav li:hover .serv_dropdown_menu{ display: block; -webkit-animation: slide-up .5s ease-out; -moz-animation: slide-up .5s ease-out; }
@keyframes slide-up {
      0% { opacity: 0; -moz-transform: translateY(15%); }   
    100% { opacity: 1; -moz-transform: translateY(0); }
}

/*===== Mobile Menu =====*/
.mobile_menu.active{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 9999999999; }
.menu_icon_box{ position: fixed; top: 0; left: 0; z-index: 9999999999; display: block; width: 100%; background: #191919; height: 57px; }
.tab_button{ float: left; }
.tab_button a{ display: inline-block; padding: 7px 10px; margin-top: 14px; font-size: 10px; text-align: center; text-transform: uppercase; color: #fff; background: transparent; border: #fff solid 1px; border-radius: 5px; box-sizing: border-box; text-decoration: none; }
.tab_button a:hover{ background: #747474; border: #747474 solid 1px; }
.tab_button1{ margin-left: 15px; margin-right: 5px; }

.menu_icon{ position: fixed; top: 15px; right: 15px; width: 30px; height: 30px; padding: 1px 5px; background: transparent; box-sizing: border-box; cursor: pointer; z-index: 999; }
.menu_icon span{ width: 100%; height: 2px; display: block; background: #fff; margin: 5px 0; border-radius: 5px; transition: all linear 0.3s; }
.menu_icon.active{ color: #fff; padding: 8px 3px 0; }
.menu_icon.active span{ position: absolute;     width: 85%; }
.menu_icon.active span:nth-child(1){ transform: rotate(45deg); }
.menu_icon.active span:nth-child(3){ transform: rotate(-45deg); }
.menu_icon.active span:nth-child(2){ display: none; }

.mobile_slideLogo{ display: block; text-align: center; }
.mobile_slideLogo img{ display: inline-block; float: none; background: #191919; padding: 15px; margin-bottom: 15px; border-radius: 5px; width: inherit; height: auto; }
.sidebar{ padding: 65px 15px; position: fixed; top: 0; left: -100%; z-index: 99999; overflow-y: scroll; width: 100%; height: 100%; background: #191919; text-align: center; box-sizing: border-box; z-index: 999999; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.sidebar.active{ left: 0; }
.sidebar ul li{ list-style: none; }
.sidebar ul li a{ position: relative; display: block; padding: 10px 15px; border: #747474 solid 1px; text-align: left; color: #fff; margin-bottom: 1px; text-transform: uppercase; text-decoration: none; font-size: 12px; font-weight: 400; border-radius: 5px; }
.sidebar ul li a::before{ content: ""; position: absolute; top: 0; left: 0; z-index: -1; padding: 12px 0; height: 100%; width: 0%; background: #747474; transition: all linear 0.3s; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.sidebar ul li a:hover::before{ width: 100%; }
.sidebar ul li.active{ background: #747474; border-radius: 5px; }

/*===== Responsive Mobile Dropdown =====*/
.accordion{ list-style: none;  padding: 0; margin: 0; }
.accordion_headline{ background: transparent; padding: 10px; border: #666 solid 1px; color: #fff; text-align: left; text-transform: uppercase; font-size: 14px; border-radius: 5px; font-weight: 400; transition: .3s ease; position: relative; }
.accordion_headline::before,
.accordion_headline::after{ content: ""; width: 15px; height: 2px; background: #ffffff; position: absolute; display: block; top: 50%; right: 15px; transform: translate(-50%, -50%) rotate(0deg); transition: .3s ease; }
.accordion_headline::after{ transform: translate(-50%, -50%) rotate(90deg); }
.accordion_headline:hover{ cursor: pointer; background: transparent; }
.open > .accordion_headline::before{ transform: translate(-50%, -50%) rotate(180deg);     }
.open > .accordion_headline::after{ transform: translate(-50%, -50%) rotate(360deg); }
.accordion_content{ display: none; background: transparent; padding: 0; border-top: 0; }
.accordion li{ margin-bottom: 1px; }
.accordion_headline h5{ font-size: 16px; margin: 0; padding-right: 30px; }
.accordion_content p{ font-size: 14px; margin: 0; }

/*-- Modern Social Media Icon Display --*/
.social_media_block{ display: block; position: fixed; top: 0; left: 0; z-index: 99; height: 100%; background: transparent; }
.share_icon .fa{ position: absolute; left: 10px; bottom: 10px; z-index: 2; cursor: pointer; width: 40px; height: 40px; border-radius: 5px; background: #2c2c2c; color: #fff; border: #fff solid 1px; font-size: 16px; text-align: center; padding: 12px 5px 0 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.share_icon .fa:hover{ transform: rotate(360deg); background: #2f9fd1; border-color: #2f9fd1; color: #000; }
.social_icon ul{ display: block; text-align: center; }
.social_icon ul li{ list-style: none; display: inline-block; }
.social_icon ul li .fa{ position: absolute; left: 10px; bottom: 10px; z-index: 1; width: 40px; height: 40px; border-radius: 5px; border: none; background: #6f729a; color: #fff; font-size: 16px; text-align: center; padding: 13px 0px 0 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.social_icon ul li .fa:hover{ transform: rotate(360deg); }
.social_icon.active ul li:nth-child(1) .fa{ bottom: 50px; background: #3b5998; color: #fff; }
/*.social_icon.active ul li:nth-child(2) .fa{ bottom: 90px; background: #59adec; color: #fff; }*/
/*.social_icon.active ul li:nth-child(3) .fa{ bottom: 50px; background: #f23ece; color: #fff; }*/

/*===== Header Section =====*/
.header{position: relative;}
.header-top{width: 100%; color: black;}
.header-top .header-top-content {padding: 14px 0px;}
.header-top .header-top-content ul{display: flex;}
.header-top .header-top-content ul li{display: flex; margin-left: 40px;}
.header-top .header-top-content ul:nth-child(1) li{margin-left: 0; margin-right: 20px;}
.header-top .header-top-content ul li a{ font-size: 16px; align-items: center;}
.header-top .header-top-content ul li iconify-icon{font-size: 20px; color: #2f9fd1; display: flex;align-items: center;margin-right: 5px;}
.header-top .header-top-content [class*="col-"]{margin-bottom: 0px;}
.header-top-content .social-icon{display: flex;align-items: center;justify-content: center; color: white;
   padding: 10px; border-radius: 50%;background-color: #F1F1F1;}
.header-top-content .social-icon iconify-icon{margin-right:0!important; color: black!important;}
/**/
.header-bottom.home{margin: 0 auto; z-index: 3; width: 100%; background-color:#ffffff2d;}
.header-bottom{background-color: #d0d0d0; position: relative ; }
.header-bottom .logo img{width: unset; padding: 5px 0; position: relative;}
.header-bottom [class*="col-"] { margin-bottom: 0px; }
.navbar {font-family: unset; border: none; background: transparent; background-color: transparent !important; padding:0; }
.navbar { margin-top: 0; margin-bottom:0; min-height: 0;}
.navbar .navbar-nav{display: block;margin: 0;padding: 0; text-align: right; width: 100%;}
.navbar .navbar-nav > li{display: inline-block;list-style: none;float: none;margin: 0;padding: 0;}
.navbar .navbar-nav > li > a{padding: 10px 24px; font-size: 18px; font-weight: 500;color: rgb(255, 255, 255); text-transform: uppercase;text-decoration: none;}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus,
.navbar .navbar-nav > .open > a{color: #2f9fd1;background: transparent;text-decoration: none;}
.navbar .navbar-nav .nav-link { color: rgb(255, 255, 255); font-weight: 400;}
.navbar .navbar-collapse li:first-child {margin-left: 10px;}
.navbar .navbar-nav > li > a:hover::before,
.navbar .navbar-nav > li > a:hover::before,
.navbar .navbar-nav > li > a:focus::before,
.navbar .navbar-nav > .active > a::before,
.navbar .navbar-nav > .active > a:hover::before,
.navbar .navbar-nav > .active > a:focus::before,
.navbar .navbar-nav > .open > a:hover::before,
.navbar .navbar-nav > .open > a:focus::before,
.navbar .navbar-nav > .open > a::before{ left: 25px; width: calc(100% - 50px); }
.navbar .navbar-nav a{font-size: 16px; }
.btn-custom{font-weight: 700; padding: 16px 45px; background-color:#C10000 ; border-radius: 0;font-family: 'Nunito Sans', sans-serif; font-size: 16px;transition: all 0.3s; }
.btn-custom:hover{background: #3482AA!important; transform: translateY(-5px);}
/*===== Banner Section =====*/
.banner{margin-top:-85px; z-index: 1; position: relative;padding: 400px 0px 266px; width: 100%; background-image: url('../images/banner.png'); background-position: center;background-size: cover;background-repeat: no-repeat;}
.banner::before{position: absolute;content: '';height: 100%;width: 100%;top: 0;left: 0;background-color: #120b0b9a;z-index: -1; background-size: cover;}
.banner-content h5{color: #fff;font-family: 'Lato', sans-serif; font-style: italic; }
.banner-content h1{color: #fff; font-size: 65px;margin: 30px 0;}
.banner-content .btn-custom{font-size: 18px; border-radius: 30px; padding: 12px 50px; }
.banner-card{box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.103);background-color:#2f9fd1 ;padding: 80px 58px; position: relative; transition:0.3s;}
.banner-card:hover{transform: translateY(-20px)}
.banner-card::before{position: absolute; content: '';top: 0;left: 0;height: 5px;width: 100%;background-color: white;}
.banner-card-content h2{font-family: 'Roboto', sans-serif;font-weight: 600;margin-bottom: 15px;}
.card-wrapper .row .col-lg-4:nth-child(2) .banner-card,.col-lg-4:nth-child(3) .banner-card{background-color:white ; padding-bottom: 50px;}
.card-wrapper .row .col-lg-4:nth-child(1) .banner-card{padding-bottom: 108px;}
.card-wrapper .row .col-lg-4:nth-child(2) .banner-card .card-house-shape,
.card-wrapper .row .col-lg-4:nth-child(3) .banner-card .card-house-shape,
.card-wrapper .row .col-lg-4:nth-child(2) .banner-card .card-house-shape::before,
.card-wrapper .row .col-lg-4:nth-child(3) .banner-card .card-house-shape::before,
.card-wrapper .row .col-lg-4:nth-child(3) .banner-card::before,
.card-wrapper .row .col-lg-4:nth-child(2) .banner-card::before
{background-color: #2f9fd1;}
.card-wrapper .row .col-lg-4:nth-child(3) .banner-card .card-house-shape iconify-icon,
.card-wrapper .row .col-lg-4:nth-child(2) .banner-card .card-house-shape iconify-icon{color: white;}
.card-house-shape{content: "";top: 0;left: 60px;width: 86px;height: 60px; background-color: white;position: absolute;}
.card-house-shape::before{content: '';bottom:59px ;left:-17px;width: 120px;height: 100%;background-color: white;position: absolute; clip-path: polygon(50% 0, 100% 100%, 0 100%);}
.card-house-shape iconify-icon{position: absolute;font-size: 60px;bottom: 15px;left: 15px;color: #2f9fd1;}
.card-wrapper .card-icon {width: 56px;height: 56px;object-fit:contain;position: absolute;bottom: 15px;left: 15px;}
.card-wrapper{margin-top: -288px;position: relative;z-index: 1;}

/* .banner-content-box .section-link a:last-child { background-color: #fff; color: #00a4e2; border-color: #00a4e2; display: flex; align-items: center; text-align: center; width: 25%;} */



/*===== Welcome Sections =====*/
.welcome{padding: 90px 0px;}
.welcome .section-heading{color: #000;}
.welcome-image{display: flex;justify-content: center;align-items: center;}
.welcome-image img{height:396.28px;width:450px; object-fit: contain; }
.welcome-content p{font-weight: 300;color:#4F4F4F; padding-right: 112px;}
.welcome-content .btn-custom{margin-top: 20px; box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.103);text-align: center;color: white;}
.welcome-pic{position: relative;height: 396px;}
.welcome-pic::before{position: absolute;content: "";width: 19%;height: 18%;top: 0;left: 0;
  background-color: #C10000;transform: translate(-15%, -20%); z-index: -1;}
.welcome-pic::after{position: absolute;content: "";width: 18%;height:19%;bottom: 0; right: 0;
  background-color: #3482AA;transform: translate(15%,20%); z-index: -1;}
.welcome-frame{position:absolute;content: '';bottom: 0; right: 0;background-color: #3482AA;
  width: 19%;height: 3%;transform: translate(10%, 100%);}
.welcome-frame::after{position: absolute;content: '';bottom: 37px;right:-39px;width:100%;height:100%;transform: rotate(90deg);}
/*===== Services Sections =====*/
.services{background-color: #F1F1F1;padding-top: 20px;padding: 50px;}
.services .section-heading{margin-bottom: 50px;}
.service-card{ position: relative;display: flex;flex-direction: column;justify-content: center;
  align-items: center;transition:.7s;background-color: white;padding: 15px;box-shadow: 0px 13px 15px 3px rgb(0 0 0 / 20%);}
  .service-card-body{width: 100%;padding: 0 0 15px;transition: .5s;}
.service-card:hover .service-card-body{background-color: #252525; color: #fff; }
.service-card:hover .service-card-btn .btn-service{background-color: #C10000;color: #fff;}
.service-card .service-card-body h4{margin: 20px 0; font-family: 'DM sans';}
.services .btn-custom{ color: white;}
.service-card .service-card-body .btn-custom{margin-top: 15px; background-color: transparent;border-radius: 30px; border: 1px solid black;}
.service-card .service-card-body .btn-custom:hover{border: 0px; color: white;}
.service-content .btn-custom:hover{border: 1px solid white;background-color:#2f9fd1!important;color: white;}
.service-card-btn{width: 100%}
.service-card-btn .btn-service{width: 100%; transition: .5s; padding: 15px 0px;border-radius: 0px; background-color: #F1F1F1;font-weight:bold; }
.service-card .card-img{position: relative;}
.service-card .card-img .service-icon{position: absolute; bottom: 0;left: 0;background-color: white;padding: 10px;}

.quote-section{background-color: #3482AA;padding: 91px 0;}
.quote-banner .btn-custom{padding: 22px 95px;font-size: 20px;}
.quote-banner .btn-custom:hover{background-color: #AE191F!important;}
/*===== why choose us ==== */
.why-choose-us{padding: 50px 0; background-color: #C10000;}
.why-choose-us .section-content{display: flex;justify-content: center;}
.why-choose-us .section-heading{color: #fff;margin-bottom: 40px;}
.wcu-card{border-radius: 4px; transition: .5s; box-shadow: 0px 13px 15px 3px rgb(0 0 0 / 20%); background-color: white; padding:35px 22px;color:#4F4F4F; margin-bottom:30px ;}
.wcu-card:hover .card-head .icon-box img{filter: brightness(0) saturate(100%) invert(99%) sepia(3%) saturate(2631%) hue-rotate(209deg) brightness(113%) contrast(100%);}
.wcu-card:hover .card-head .icon-box{background-color: transparent!important;}
.wcu-card:hover{background-color: #AE191F;color: white;}
.wcu-card .card-head{align-items: center;}
.wcu-card .card-head .icon-box{display: flex;align-items: center;justify-content: center; color: white;}
.wcu-card .card-head .icon-box img{height: 60px;}
.wcu-card .card-head .icon-title{margin-top: 9px;font-weight: 600;}
.wcu-card .card-body {margin: 30px 0;}

.wcu-card.icon-title{margin-left: 5px;}
.wcu-card.icon-title h4{font-size: 20px;}
.wcu-card.icon-title h6{font-size: 14px;font-style: italic;color: #ff9f19;}

.brands{ text-align: center; padding: 36px 0;}
.brand-content{position: relative;}
.brands .brand-item{ display: flex;align-items: center; border-radius: 9px;border: 2px solid black;margin: 0 15px; padding: 10px 21px; min-height: 180px}
.brands .brand-item img{object-fit:scale-down;}
.brands .section-heading{margin-bottom: 40px;}
.owl-carousel .owl-nav button.owl-prev{transition: .5s; background-color: #3482AA; position: absolute;top: 40px;left: -60px;
  border-radius: 50%;height: 46px;width: 46px;color: white; box-shadow: 0px 5px 6px 1px rgb(0 0 0 / 20%)}
.owl-carousel .owl-nav button.owl-next{transition: .5s; background-color: #3482AA; position: absolute;top:40px;right: -60px;
  border-radius: 50%;height: 46px;width: 46px;color: white; box-shadow: 0px 5px 6px 1px rgb(0 0 0 / 20%)}
.owl-theme .owl-nav [class*=owl-]:hover {background-color: white; color: #3482AA;}

.offer{background-color: #3482AA; padding:61px 0 ;}
.offer .section-heading{text-align: center;color: white;margin-bottom: 40px;}
.offer-card img{object-fit: none;}
.military .offer-card{background-color: #fff;width: 340px;}
.dis-content{width: 150px;margin: 0  0 0 20px;}
.dis-content img:nth-child(2){height: 55px;width:100px;}
.dis-content img:nth-child(1){height: 73px;width: 134px;}
.senior{padding: 0 40px;}
.senior .offer-card{background-color: white;}



/*=== how we work=== */
.how-we-works {padding: 80px 0px;}
.how-we-works .hows-box-wrapper .card{padding: 36px; text-align: center;border: 1px solid #fff; border-radius: 12px; box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1); min-height: 400px; position: relative; }
.how-we-works .hows-box-wrapper .card::before{content: ""; height: 100%; width: 100%; background-color: #ecad0b;  border-radius: 12px; position: absolute; top: 0; left: 0; opacity: 1; transition: .5s;}
.how-we-works .hows-box-wrapper .card::after{content: ""; height: 100%; width: 100%; background-color: #fff;  border-radius: 12px; position: absolute; top: 0; left: 0; opacity: 1; z-index: -1;}
.how-we-works .hows-box-wrapper .card img {height: 64px; width: 64px; object-fit: contain;}
.how-we-works .hows-box-wrapper .card:hover::before{opacity: 1; transform: rotate(-7deg);}
/*===== Testimonials Sections =====*/
.testimonials{background-color:#F6F6F6;padding: 70px 0 1px;}
.testimonials .section-sub{color: #C10000;}
.testimonials .section-heading{position: relative;margin-bottom: 55px; display: flex;justify-content: center;}
.testimonials .section-body p{ margin-bottom: 10px;}
.test-content{ position: relative;margin:0 148px 75px;}


.test-icon{left: 50%;transform: translate(-50%, -50%);top: 0; display: flex;align-items: center; position: absolute;
 color:#C10000;border-radius: 50%; font-size: 32px;}
.testimonials .icons img {width: 48px;height: auto;object-fit: contain; }
.testimonials .section-link{ text-align: center;}
.testimonials .section-link .btn-custom{ background-color: transparent; color: black; border: 2px solid rgb(255, 255, 255);}
.testimonials .section-link  .btn-custom:nth-child(1){border: 0px;}
.testimonials .section-link .btn-custom:hover{border: 2px solid #CC9731; color: white; background-color: #CC9731!important;}
.testimonials .test-inner-content { text-align:center;color: rgb(0, 0, 0);    padding:50px 50px 0;  }
.testimonials .test-inner-content .author{margin: 30px 0 10px;}
.testimonials .test-rating iconify-icon{font-size: 20px;color: #FFC700;}


/*===== Project Sections =====*/
.project { padding: 80px 0px; }
.project .project-content-item {position: relative; overflow: hidden;}
.project .project-content-item img { width: 100%; height: auto; }
.project .project-content-item a { position: absolute; top: 0; right: 0; bottom: 0; left: 0; color: #fff; background: transparent;
 text-decoration: none; font-size: 24px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s;
    transition: all linear 0.3s;}
.project .project-content-item a:hover { background: rgba(0,0,0,0.5); transform: none;}
.project .project-content-item a i { opacity: 0;}
.project .project-content-item a:hover i {opacity: 1;}
.project .project-content-item a.overlayer-box {background-color: rgba(0,0,0,0.5); margin-top: 0; font-size:16px; border: unset;}
.project .project-content-last {position: relative;}
.project .project-content-last .project-overlay { position: absolute;content: ""; background-color: rgba(0,0,0,0.5); top: 0;left: 0;height: 100%;width: 100%;}
.project .btn-custom{ position: absolute;bottom: 50px;left: 30%;color: white;}
.project .section-sub{color: #C10000;}
.project .section-heading{margin-bottom: 40px;}

/*===== Free Estimate Sections =====*/
.home-free-estimate{position: relative;padding: 90px 0; overflow: hidden;z-index: 1;}
.home-free-estimate::before{position: absolute; content: ''; background-color: #F1F1F1;height: 100%;width: 100%;top: 0;left:45% ;z-index: -1;}
.free-estimate-card{padding:0 0 0 60px; width: 100%;height: 100%;}

.free-estimate-card .form-control  { margin-bottom: 20px;font-weight: 300; line-height: 2.5; color: #7b7b7b; background-color: 
  #fff; border: 1px solid #d9d9d9; border-radius: unset; height: unset; padding: 7px 15px; }
.free-estimate-card input::placeholder,.free-estimate-card textarea::placeholder{font-style: italic; font-family: 'lato';
  color: #7b7b7b !important; opacity: 1;}
.free-estimate-card .form-control:focus { color:#7b7b7b; background-color: #fff; border-color: #7b7b7b; box-shadow: unset;}
.free-estimate-card .btn-custom{color: #ffffff;}
.form-select{font-family: 'lato';}
.free-estimate-card .form-control option:nth-child(1){font-weight: 600;font-family: 'lato';}
.free-estimate-desc .icon-box{margin-right: 10px; display: flex;justify-content: center;align-items: center; height: 48px;width: 48px;
  border-radius: 50%;color: rgb(0, 0, 0);border: 2px solid rgb(0 0 0 / 50%);}
.free-estimate-desc .icon-box iconify-icon{font-size: 18px;}
.free-estimate-desc ul li{align-items: center; margin-top: 30px;}
.free-estimate-desc a{font-weight: 500;}
.free-estimate-desc .section-heading{margin-top: 0;}
.free-estimate-desc p:last-child{font-style: italic; margin-top: 45px;}
.free-estimate-card h4{font-family:'DM sans'; color:#C10000;}
/*===== Footer Section =====*/
.footer  {background-repeat: no-repeat; background-size: contain;width: 100%; background-color: #252525; color: #fff; padding: 50px 0px 0px; position: relative;z-index: 1;}
.footer .foot-logo{display: inline-flex;}
.footer .foot-logo img{height:85.85px;object-fit: contain; text-align: left;}
.footer  h4{font-weight: bold; font-family: 'Roboto'; font-size: 28px; margin-bottom: 20px;}
.footer .footer-logo-text h4 {color: #FFC300; font-size: 36px;}
.footer .left-footer p{font-size: 18px;}
.foot-exp{text-align: center;}
.foot-exp img{width: 120px;}
.footer-list li{margin-top: 10px;}

.footer .footer-img{height: 110px; width: 200px; margin-top: 20px;}
.footer .footer-img img{object-fit: contain;}
.footer .left-footer span{color: #2f9fd1;}
.footer .footer-list ul{margin-left: 20px;}
.left-footer .social-icon a,
.footer .footer-list ul a{text-decoration: none;color: white;font-size: 16px;}

.footer .footer-list .icon-box{ margin:0 10px 10px 0; display: flex;justify-content: center;align-items: center; height: 48px;width: 48px;border-radius: 50%;border: 2px solid white;color: white;}
.footer .footer-list .icon-box iconify-icon{font-size: 18px;}
.footer .col-sm-6:last-child  .footer-list ul{margin-left: unset;}
.left-footer .social-icon{display: flex;align-items: center;justify-content: center; color: white; margin-top: 15px; margin-right: 5px; height: 34px;width: 34px;border-radius: 50%;border: 1px solid #2f9fd1;}
.left-footer .social-icon iconify-icon{font-size: 18px;display: contents;}
.bbb{width: 200px; margin-top:45px;}

/*===== copyright Section =====*/
.copyright{ padding: 15px 0; border-top: #cccccc2b solid 2px;margin-top: 10px; width: 100%;  }
.copyright p{ color: #fff; font-size: 16px; text-align: center; }
.copyright p a{ color: #2f9fd1; text-decoration: none; font-weight: 600; }
.footer .social-ms-icon iconify-icon{color: #ffff; font-size: 36px;}




/*===== Content Pages =====*/
.content-banner{padding: 85px 0 20px;}
.content-banner,
.content-block [class*="col-"] {margin-bottom: 0px;}
.breadcrumb{background: #00396f; padding: 5px 20px; border-radius: 0; margin-bottom: 10px;text-align: center;color: #fff;font-family: 'Poppins', sans-serif;font-weight: 500;font-size: 25px;margin-top: 150px;}
.breadcrumb a{ color: #fff; font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 20px; }
.goto-info{ display: block; text-align: center; font-size: 16px; color: #fff; margin-top: 5px; }
.content-banner h4{ text-align: center; color: #b00d23; font-size: 18px; text-transform: uppercase; }
.content-banner ul{ display: block; text-align: center; }
.content-banner ul li{ display: inline-block; float: none; width: 50px; height: 4px; border-radius: 15px; background: #fff; }
.content-banner ul li:nth-child(2){ position: relative; top: -3px; width: 10px; height: 10px; border-radius: 50%; }

.sectiontitleunderline{ display: block; width: 80px; height: 2px; margin: 0 0 30px; background: #333; }
.content { width: 100%; padding: 50px 0;background: #fff;}
.content h2{ font-size: 25px; font-weight: 600; color: #000; font-family: 'Poppins', sans-serif; margin-bottom: 10px; }
.content h3{ font-size: 20px; color: #2c2c2c; font-family: 'Poppins', sans-serif; margin-bottom: 10px; }
.content h3 .about-span-break{ font-size: 20px; color: #2c2c2c; font-family: 'Poppins', sans-serif; }
.content h4{ font-size: 16px; color: #666; font-family: 'Poppins', sans-serif; margin-bottom: 10px; }
.content .ms-inner-content h5{ font-size: 17px; font-weight: 600; color: #333; font-family: 'Poppins', sans-serif; margin-bottom: 5px; }
.content ol,
.content ul{ margin:0 ; padding: 0; margin-bottom: 15px; }
.content li{ margin-left: 18px; line-height: 30px; font-size: 16px; font-family: 'Poppins', sans-serif; color: #666; }

/*===== Testimonials Page =====*/
.reviewsblock{padding: 15px 0 5px;background: #808080;width: 100%;text-align: center;}
.reviewsblock h4{ text-transform: uppercase; color: #fff; font-size: 20px; font-weight: 700; }
.reviewsform{padding: 15px 0 1px;background: #fff;min-height: 150px;width: 100%;}
.reviewsformstyle{height: 44px;border-radius: 0;border: #ddd solid 1px;color: #333;background: #fff;}
.reviewsform input::placeholder{ color: #666; }
.reviewsform textarea::placeholder{ color: #666; }
.btn-reviewsformstyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #191919; border: none; padding: 10px 16px; font-size: 18px; border-radius: 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
.btn-reviewsformstyle:hover{background: #00396f;}
.testimonials-page{ display: block; margin-top: 15px; }
.testimonials-page .panel-title a{position: relative;display: block;padding: 15px 50px 15px 15px;margin-bottom: 0;background: #808080;text-decoration: none;text-transform: uppercase;font-size: 16px;color: #fff;-webkit-transition: all linear 0.3s;-moz-transition: all linear 0.3s;-o-transition: all linear 0.3s;transition: all linear 0.3s;}
.testimonials-page .panel-title a:hover{background: #000;color: #fff;}
.testimonials-page .accordion>.card>.card-header {background: #fff; color: #191919; position: relative; border: 1px solid #ddd;}
.testimonials-page .btn-link { font-size: 18px; font-weight: 500; color: #000; text-decoration: none;}
.testimonials-page .panel-title .collapsed{ background: #fff; color: #191919; position: relative; }
.testimonials-page .btn.btn-link.btn-block.text-left.collapsed::before{ content: ""; position: absolute; top: 50%; right: 0; width: 25px; font-family: 'fontawesome'; text-align: center; font-size: 20px; transform: translate(-50%,-50%); z-index: 999; }
.testimonials-page .btn.btn-link.btn-block.text-left::before{ content: ""; position: absolute; top: 50%; right: 0; width: 25px; font-family: 'fontawesome'; text-align: center; font-size: 20px; transform: translate(-50%,-50%); }
.testimonials-page h4{ margin-bottom: 0; margin: 0; }
.testimonials-page .panel-body{ border: #eee solid 1px; border-top: none; padding:10px; }
.testimonials-page .panel-body p{ margin-bottom: 0; }
.btn.focus, .btn:focus {outline: 0; box-shadow:none !important;}
.accordion-button{font-weight: 900;font-size: 18px;}
.accordion-body{font-family: 'Poppins';}
.accordion-button:focus{box-shadow: unset;}
.accordion-button:not(.collapsed){background-color:#808080 ;color:#fff;}

/*===== Contact Form Section =====*/
.formstyle{padding-left: 60px;height: 50px;border-color: #ddd;border-radius: 0;background-color: #fff; color: #000;}
.btn-formstyle{ margin-top: 15px; width: 150px; color: #fff; background-color: #2c2c2c; border: none; border-radius: 0; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; transition: all linear 0.3s; }
.btn-formstyle:hover{background: #00396f;}
.googlemap{ height: 500px; overflow: hidden; border: #eee solid 1px; }
.form-horizontal .form-group{ margin-right: 0; margin-left: 0; }
.content .form-horizontal .form-group input::placeholder{ color: #666; }
.content .form-horizontal .form-group textarea::placeholder{ color: #666; }
.content .form-horizontal .form-group textarea{ min-width: 100%; max-width: 100%; }
.form_section .fa{display: flex;justify-content: center;align-items: center; height: 50px;width: 50px;text-align: center;color: #000;background-color: #ddd;font-size: 18px;}
/*===== Quote Form Section =====*/
.quoet-address{ margin-top: 30px; }
.quoet-address ul li{ list-style: none; font-size: 20px; margin-left: 5px; margin-bottom: 30px; line-height: 30px; }
.quoet-address ul li span{ font-size: 18px; color: #666; }
.quoet-address ul li a{ color: #2c2c2c; }

/*===== Free Estimate Form Page =====*/
.free-estimate-form .freeblock{ padding: 15px 20px; background: #666; color: #fff; text-transform: uppercase; }
.freeestimatestyle{padding: 12px 0px 12px 60px;border-radius: 0;border: #666 solid 1px;}
.btn-freeestimatestyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #2c2c2c; border: none; padding: 10px 16px; font-size: 18px; border-radius: 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
.btn-freeestimatestyle:hover{ background: #2ecc71; }
.free-estimate-form .form-horizontal .form-group { margin-right: -15px; margin-left: -15px; }
.free-estimate-form .fa{position: absolute;top: 26px;height: calc(100% - 26px);width: 50px;background: #666;text-align: center;padding-top: 15px;color: #fff;font-size: 18px;}


/*===== Page =====*/
.contact-page-location-map{ display: block; margin-top: 30px; }
.about-span-break{ display: block; }

/*========== Responsive ==========*/
@media (max-width: 1199px){

      .navbar .navbar-nav > li > a{ padding: 45px 15px; }
      .navbar .navbar-nav > li > a:hover::before,
      .navbar .navbar-nav > li > a:hover::before,
      .navbar .navbar-nav > li > a:focus::before,
      .navbar .navbar-nav > .active > a::before,
      .navbar .navbar-nav > .active > a:hover::before,
      .navbar .navbar-nav > .active > a:focus::before,
      .navbar .navbar-nav > .open > a:hover::before,
      .navbar .navbar-nav > .open > a:focus::before,
      .navbar .navbar-nav > .open > a::before{ left: 15px; width: calc(100% - 30px); }
      .banner-content-box h2{ font-size: 70px; line-height: 100px; }
      .section-heading h2 span{ display: inline; }
      .testimonials .section-heading,
      .testimonials .section-body{ padding: 0; padding-left: 130px; }
      .welcome .section-thumbnail img{ margin-top: 300px; margin-left: -30px; width: 100%; height: auto; }

}
@media (max-width: 991px){

      .header-bottom .container{ width: 100%; }
      .header-top ul{ text-align: center; }
      .banner-content-box h2{ font-size: 48px; line-height: 70px; }
      .banner-content-box a{ font-size: 24px; }
      .section-heading h4{ margin-bottom: 15px; }
      .section-heading h2{ font-size: 36px; line-height: 48px; }
      .section-heading p{ width: 100%; padding: 0; }
      .welcome::after,
      .welcome::before{ left: calc(50% + 100px); }
      .logo-list{ display: block; margin-top: 30px; }
      .logo-list img:first-child{ margin-bottom: 15px; margin-right: 15px; }
      .services .container{ width: 100%; }
      .footer-content h4{ margin-top: 30px; }

}
@media (max-width: 767px){

/*===== Header-section==== */
.btn-custom{font-size: 14px!important;}


.banner{padding: 150px 0 80px;}
.banner-content h1{font-size: 32px;}
.banner-content h5{font-size: 14px;margin-top: 40px;}
.banner-content h5::after,
.banner-content h5::before{display: none;}


  /*===== Go To Top =====*/
  #back-top{ right: 10px; bottom: 10px; }
  #back-top a .fa{ font-size: 16px; width: 40px; height: 40px; padding-top: 10px; }

  /*===== Left Social Icon =====*/
  .share_icon .fa{ left: 9px; bottom: 9px; width: 42px; height: 42px; font-size: 20px; padding: 10px 2px 0 0; }
  .social_icon ul li .fa{ left: 10px; bottom: 10px; width: 40px; height: 40px; font-size: 20px; text-align: center; padding: 10px 0px 0 0; }
  .social_icon.active ul li:nth-child(3) .fa{ bottom: 130px; }
  .social_icon.active ul li:nth-child(2) .fa{ bottom: 90px; }
  .social_icon.active ul li:nth-child(1) .fa{ bottom: 50px; }

  /*===== Body Section =====*/
      .header-top-content{display: none!important;}
      .header-bottom .logo{ margin: 57px 0 0px; text-align: center; }
      .header-bottom .logo img{ display: inline-block; }
      .top-nav-wrapper.ms-flex {display: block;}

     
      .banner-content-box h2{ font-size: 36px; line-height: 40px; margin-bottom: 15px; }
      .banner-content-box a{ padding: 7px 28px; font-size: 16px; }
      .banner-content-box h5{font-size: 18px;}
      .banner-content-box .section-link a:last-child{width: unset;}
      .card-wrapper .banner-card{margin-bottom: 60px;}

      .section-heading { font-size: 30px!important; margin-top: 5px;}
      .section-sub{font-size: 16px;}
      .section-heading p{ font-size: 16px; line-height: 30px; }

      .service-areas{ padding: 50px 0; }
      .service-areas .section-heading{ margin-bottom: 30px; }
      .service-areas .section-body{ display: block; }
      .service-areas-item{ width: 100%; height: auto; }
      .service-areas-item h4{ font-size: 18px; }
      .service-areas-item p{ font-size: 16px; line-height: 30px; }

      .welcome{ padding:50px 0; }
      .welcome-content p{padding-right: 0;}
      .welcome .ms-flex{display: block;}
      .welcome::before,
      .welcome::after{ display: none; }
      .welcome .section-topic{text-align: center;}
      .welcome .section-heading{ padding-right: 0;margin: 15px 0; }
      .welcome .section-heading p{ font-size: 16px; line-height: 30px;  }
      .welcome .section-thumbnail img{ margin-top: 30px; margin-left: 0; }
      .welcome .section-thumbnail .about-img{height: unset; margin: 0; padding: 0;}
      .welcome .section-link a{width: 50%;}
      .welcome .responsive{display: flex;flex-direction: column-reverse;}
      .welcome-image .right-image img{height: 290px;width: auto;}
      .welcome-image .right-image {position: relative;left: 200px;top: -10px;}
      .welcome-image .left-image img{height: 280px;width: auto;}
      .welcome-image .left-image{position: absolute;left: 30px;}
      .welcome-image::before{height: 90%;}
      .welcome-button{text-align: center;}
      .welcome-image img { width: 390px;height: 341.28px;}
      .welcome-pic{height: 341.28px;}


      .service-types{ padding: 15px 0; }
      .service-types .section-heading{ margin-bottom: 30px; }
      .service-types .section-body{ display: block; }
      .service-types-item{ width: 100%; height: auto; padding: 30px 15px; }
      .service-types-item:hover,
      .service-types .section-body:hover .service-types-item:nth-child(2):hover,
      .service-types-item:nth-child(2){ box-shadow: 0 0 15px -10px #000; }
      .service-types-item h4{ font-size: 18px; }
      .service-types-item h4 span{ display: inline; }
      .service-types-item p{ font-size: 16px; line-height: 30px; }
      .services{ padding: 50px 0; }
      .services .section-body{ display: block; margin-top: 30px; }
      .services-item{ margin-top: 15px; }
      .services-item h4{ padding: 15px; font-size: 16px; }
      .services-item a{ padding: 10px 10px 8px; font-size: 14px; }

   
      

      .why-choose-us-img .dot-line> img {display: none;}
      .why-choose-us .whyus-image{margin: 0; padding: 0;}
      .why-choose-us-img .dot-line:nth-child(odd) .tick {top: 60px;left: 110px;}
      .why-choose-us-img .dot-line:nth-child(even) h3 {top: 0;text-align: left;font-size: 20px;}
      .why-choose-us-img .dot-line:nth-child(odd) h3{left: 62px;top: 12px;text-align: left;font-size: 20px}
      .why-choose-us-img .dot-line:nth-child(1) .tick{top: 565px;}
      .why-choose-us-img .dot-line:nth-child(3) .tick{top: 460px;}
      .why-choose-us-img .dot-line:nth-child(5) .tick{top: 375px;}
      .why-choose-us-img .dot-line:nth-child(even) .tick {right: 465px;bottom: 430px;}
      .why-choose-us-img .dot-line .e-tick {right: 465px;bottom: 617px;}
      .why-choose-us-img .dot-line .e-tick h3{left: 76px;}
      .why-choose-us-img{top: 300px;}
     

      .owl-theme .owl-nav{display: none;}

      .quote-section{padding: 50px 0;}
      .quote-banner h1{font-size: 28px!important; margin-bottom: 20px;}
      .quote-banner{flex-direction: column;}
      .quote-banner .btn-custom{padding: 12px;}

     .experience-content h1{margin-bottom: 10px; font-size: 32px;text-shadow: rgb(79, 79, 79) 2px 0px 0px, rgb(79, 79, 79) 1.75517px 0.958851px 0px, rgb(79, 79, 79) 1.0806px 1.68294px 0px, rgb(79, 79, 79) 0.141474px 1.99499px 0px, rgb(79, 79, 79) -0.832294px 1.81859px 0px, rgb(79, 79, 79) -1.60229px 1.19694px 0px, rgb(79, 79, 79) -1.97998px 0.28224px 0px, rgb(79, 79, 79) -1.87291px -0.701566px 0px, rgb(79, 79, 79) -1.30729px -1.5136px 0px, rgb(79, 79, 79) -0.421592px -1.95506px 0px, rgb(79, 79, 79) 0.567324px -1.91785px 0px, rgb(79, 79, 79) 1.41734px -1.41108px 0px, rgb(79, 79, 79) 1.92034px -0.558831px 0px;}
     .experience-content h2{font-size: 16px;}
     .proof >img {margin-right: 10px;height: 140px;width: 140px;}
     .proof a img{width: 50%;}


     .testimonials .test-content .icons {top: -30px;height: 50px;width: 50px;left: 42%;}
     .testimonials .icons img {width: 30px;}
     .testimonials .test-content .author h5{margin: 10px 0;}


      .testimonials{ padding: 50px 0; }
      .testimonials .section-heading,
      .testimonials .section-body{ padding-left: 0; }
      .testimonials-content{ padding: 20px; border-radius: 10px; }
      .testimonials-content-item p{ font-size: 16px; line-height: 30px; }
      .testimonials-content-item h4{ font-size: 18px; margin-top: 15px; margin-bottom: 10px; }
      .testimonials .section-link{ padding-left: 0; }
      .testimonials .section-link a{font-size: 14px; }
      .testimonials .test-content{padding:20px;margin: 20px 10px;}
      .testimonials iconify-icon {font-size: 25px;}
      .testimonials .test-inner-content{padding: 0;margin: 20px 0 0;}

      .home-free-estimate{ padding: 50px 0;}
      .home-free-estimate-form{position: unset;}
      .home-free-estimate-form{ padding: 20px 30px; width: 100%; border-left: none; box-shadow: 0 5px 30px -20px #000; }
      .home-free-estimate-form-control{ height: 40px; }
      .btn-home-free-estimate-form-control{ padding: 8px 20px; font-size: 16px; }
      .free-estimate-img {
        position: unset;
        left: unset;
        top: 55%;}
        .home-free-estimate{height: unset;}
        .home-free-estimate::before{top: 49%;left: 0;}

        .free-estimate-card{padding: 0;}

      .project .gallery-box-wrapper{margin: 0;}
      .project{ padding: 50px 0 30px; }
      .project .section-heading{ margin-bottom: 30px; }
      .project-content-item{ margin-bottom: 15px; }
      .gallery-box-wrapper{margin: 0;}
      

      .why-choose-us img.cornerlogo{top: unset;}
      .free-estimate-card .form-control{margin-bottom: 10px;}
      .footer-content h4{ margin-bottom: 15px; }
      .footer-content ul li,
      .footer-content p{ line-height: 30px; font-size: 14px; }
      .footer-content h3 span{ display: block; font-family: 'Poppins', sans-serif; margin-bottom: 5px; }
      .copyright-content{ padding: 0 30px; }
      .footer-content-wrapper{width: 100%;}
      .footer .contact-wrap.mb-5.text-center {text-align: left !important;}
      .footer .contact-wrap.ml-5 {margin-left: 0 !important;}
      .footer ul.list-unstyled.ms-flex {justify-content: left;}
      .footer .contact-detail .mail{font-size: 14px;}
.left-footer ul{margin-bottom: 20px;}
  /*===== Slider Section =====*/
  #owl-demo .owl-pagination{ width: 100%; top: 95%; }
  #owl-demo2 .owl-buttons .owl-prev{ left: -15px; }
  #owl-demo2 .owl-buttons .owl-next{ right: -15px; }

  /*===== Page Section =====*/
  .content-banner{ padding: 30px 0 20px; }
/*  .content-block{ margin-top: 80px}*/
  .breadcrumb{ font-size: 16px; }
  .content-banner ul li{ height: 2px; }
  .content-banner ul li:nth-child(2){ top: -2px; width: 6px; height: 6px; }
  .content{ padding: 30px 0; }
  .content h2{ font-size: 20px; }
  .content h3{ font-size: 16px; }
  .content h4{ font-size: 16px; }
  .sectiontitleunderline{ width: 100px; margin-bottom: 15px; }
  .content p,
  .content ul li{ font-size: 14px; line-height: 26px; }
  .content ul li span{ font-size: 14px; line-height: 26px; }
  .reviewsform{ margin-bottom: 30px; }
  .reviewsblock h4{ font-size: 18px; }
  .reviewsblock{ padding: 14px 0 3px; }
  .btn-reviewsformstyle{ font-size: 14px; }
  .testimonials-page h4{ font-size: 14px; }
  .testimonials-page p{ padding: 0; }
  .formstyle{ padding-left: 50px; height: 40px; }
  .form_section .fa{ width: 40px; }
  .btn-formstyle{ display: block; margin: 0 auto; width: 100px; font-size: 14px; margin-bottom: 15px; }
  .quoet-address{ margin-top: 15px; }
  .quoet-address ul{ margin-bottom: 15px; }
  .quoet-address ul li{ margin-bottom: 15px; font-size: 14px; }
  .quoet-address ul li span{ font-size: 16px; }
  .free-estimate-form .freeblock{ margin-bottom: 0; }

  .btn-freeestimatestyle{ display: block; margin: 0 auto; width: 100%; font-size: 14px; }

  .testimonials-page .panel-body p{ font-size: 14px; line-height: 30px; }
  
}



/*===== Common Section====  */
.section-sub{font-weight: bold;font-size: 20px; font-family:'DM Sans';color: #3482AA;}
.section-heading{font-size: 36px; font-weight: bold; margin: 20px 0;font-family: "Roboto serif";color: black;}