@charset "utf-8";
/* CSS Document */

@font-face{ font-family: 'Castellar'; src:url("../fonts/Castellar.ttf"); }
@font-face{ font-family: 'SFProDisplayRegular'; src:url("../fonts/SFProDisplayRegular.ttf"); }
@font-face{ font-family: 'SFProDisplayHeavy'; src:url("../fonts/SFProDisplayHeavy.ttf"); }

/*===== Pre CSS =====*/
body{ margin: 0; padding: 0; font-size: 14px; font-weight: normal; color: #333; font-family: 'Lato', sans-serif; background: #fff;}
p, a, span, table, th, tr, td, h1, h2, h3, h4, h5, h6, img, ul, ol, li{ margin: 0; padding: 0; font-family: 'Lato', sans-serif; }
a[href^=tel] { text-decoration:inherit; color: inherit; }

/*===== 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: #F17B21; 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: #365685; }

.modal-header{ position: relative; }
.modal-header .btn-close{ position: absolute; top: 25px; right: 20px; }

/* Dropdown Menu */
.navbar-inverse .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-inverse .navbar-nav li .serv_dropdown_menu ul{ width: 100%; }
.navbar-inverse .navbar-nav li .serv_dropdown_menu ul li{ display: block; width: 100%; list-style: none; text-align: left; margin: 0; }
.navbar-inverse .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: #91ba23; 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-inverse .navbar-nav li .serv_dropdown_menu ul li a:hover{ padding-left: 20px; color: #000; border-top: #fff solid 1px; background: #F3E723; }
.navbar-inverse .navbar-nav li .serv_dropdown_menu ul li a .fa{ float: right; margin-left: 5px; }

/* My Own Custom Dropdown Animation */
.navbar-inverse .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: linear-gradient(rgba(255, 255, 255, 0) -37%, #ff00b1 100%);; 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: #fff; 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: #F17B21; 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: #365685; border-color: #fff; color: #fff; }
.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; }

/* 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; }

/*===== Header Section =====*/
.header{ position: relative; background: #fff; }
.header-top{background: #083FB4;}
.header-top-left{padding: 10px 0; display: flex; align-items: center; justify-content: space-between;}
.header-top-left p{font-size: 16px; color: #fff;  font-family: 'SFProDisplayRegular'; padding-right: 20px; }
.header-top-right{padding: 20px 0;}
.header-top-right p{ margin-top: -8px; font-size: 16px; color: #fff;  font-family: 'SFProDisplayRegular'; text-transform: uppercase; font-weight: 700; float: right;}

.header-middle{background: #fff;}
.header-middle .logo{ padding: 20px 0; text-align: center; }
.header-middle .logo a{display: inline-block; text-align: none;}
.header-middle-left{padding: 40px 0;}
.header-middle-left .header-middle-svg{ background: #ACD72E; padding: 20px 20px 14px; border-radius: 10px; }
.header-middle-right .header-middle-svg{ background: #ACD72E; padding: 15px 20px 11px; border-radius: 10px; }
.header-middle-left   p{padding-right: 40px; display: inline-block;}
.header-middle-left {display: flex; justify-content: space-between;}
.header-middle-left  {display: flex; justify-content: space-around; color: #000; font-size: 16px; align-items:center; }
.header-middle-left   p span{display: block; font-weight: 700;}
.header-middle-right   img{padding-right: 18px;}
.header-middle-right{padding: 40px 0; text-align: right;}
.header-middle-right {display: flex; justify-content: space-between; align-items: center;}
.header-middle-right {display: flex; justify-content: space-around; color: #000; font-size: 16px;}
.header-middle-right  p span{display: block; font-weight: 700;}
.header-middle-right  img{padding-left: 10px;}
.top-menu .inner-content-items p{font-family: "Segoe UI"; font-weight: bold;color: #fff}
.header-middle .inner-content-items{display: flex; gap: 10px; align-items: center; justify-content: center; font-size: 16px; color: #fff; font-weight: bold;}
.header-middle .top-menu{background: #B30F91; padding: 10px 0 6px;}
.header-middle .content-right{margin-left: 60%;}
.header-middle .social-icon{display: flex; gap: 20px; list-style-type: none;}
ul.nav.navbar-nav li:first-child{ background: #B30F91; padding: 10px 30px; border-radius: 25px; color: #fff !important; margin-top: 10px;}
ul.nav.navbar-nav li:hover{  }

.navbar-inverse .navbar-nav > li > a{
      color: #fff;
}
.header-middle .logo-image img{width:90%;}
.menu-item{padding: 10px ;}
ul.social-icon li{color: #fff;}
.header-buttom{ position: absolute; bottom: -74px; left: 0; width: 100%; z-index: 99; padding: 0 0; margin: 0 0;}
.navigation {display: flex; justify-content: space-around; align-items: center; padding: 15px; font-size: 18px;}
/*.navigation::before{position: absolute; content: ""; background:rgba(0, 89, 255,0.8); width: 50%; height: 135%; right: -29%; top: 0;}*/
.navigation .navbar-inverse {border-color: transparent; background: transparent;float: right; }
.navbar-inverse .navbar-nav{ display: block; margin: 0; padding: 0; text-align: center; width: 100%;}
.navbar-inverse .navbar-nav > li{ display: inline-block; margin: 0; padding: 20px 18px 0px 30px;}
.navbar-inverse .navbar-nav > li:last-child {padding-top: 10px; padding-bottom: 0; margin: 0;}
.navbar-inverse .navbar-nav > li:last-child img{width: 20%; margin-bottom: -37px;} 
.navbar-inverse .navbar-nav > li:last-child a{  display: block; float: right; background: #fff; padding: 16px 0; margin-bottom: -13px;}
.navbar-inverse .navbar-nav > li > a{display: inline-block; margin: 0; padding: 0;border-radius: 0; color: #000; font-weight: 700;background: transparent; font-size: 16px; text-align: center; text-decoration: none; text-transform: uppercase; font-family: "Poppins", sans-serif; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus{ color: #000; background: none; }
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a{ color: #000; background: none;}



/*===== Banner Section =====*/
.banner{ position: relative; }
.banner img{ width: 100%; }
.banner-content{ position: absolute; top: 50%; left: 0; width: 100%; transform: translate(0,-50%); }
.banner-content h3{font-family: 'SFProDisplayHeavy', cursive; font-size: 50px; color: #fff; line-height: 90px; text-align: left; margin-top: 155px;font-family: "Kumar One", serif; 
      font-weight: normal;}
.banner-content h1{ font-size: 40px; color: #fff; text-align: left; font-family: "Righteous", sans-serif;
      font-weight: normal;}
.banner-content p{padding-top: 15px; text-align: left;font-family: "Bree Serif"; font-weight: normal; font-size: 18px; color: #fff}
.banner-content .banner-item-content{float: right;}
.banner-button { text-align:center; margin-top:40px; display: flex;}
.banner-button a { background: #B30F91; border-radius: 10px; border: solid 2px #fff; font-size: 16px; color: #fff; font-weight: bolder; text-decoration: none;padding: 15px; border-radius: 50px; }
.hide-text {padding-top: 15px; text-align: right; font-family: "Bree Serif"; font-weight: normal; font-size: 18px; color: #fff;}

/*===== Common Layout =====*/
.section-title {text-align: center;}
.section-title h4{  font-size: 20px; text-transform: uppercase;  margin-bottom: 10px;font-family: "Roboto", sans-serif; font-weight: bold;}
.section-title h1{ font-size: 40px;  text-transform: capitalize;  margin: 10px 0 15px; font-family: "Righteous", sans-serif; font-weight: normal; color: #fff;}
.section-title h3{ color: #fff; font-size: 40px; font-weight: 700; margin: 10px 0 15px;  font-family: 'SFProDisplayRegular'; }
.section-title p{ color: #fff; font-family: "Roboto", sans-serif;line-height: 30px; font-size: 22px; line-height: 30px; font-weight: normal; padding: 0 152px;}
.section-content a{ display: inline-block; margin-top: 15px; padding: 10px 35px; background: #F17B21; color: #fff; border-radius: 50px; text-decoration: none; font-size: 16px; font-weight: 700; font-family: 'Lato', sans-serif; transition: all linear 0.3s; }
.section-content a:hover{ transform: translateY(-5px); box-sizing: border-box; box-shadow: 0 5px 15px -10px #000; background: #365685; }
.section-content a .fa{padding-left: 10px; font-size: 16px;}

/*===== Welcome Sections =====*/
.welcome-title h3{color: #B30F91; font-size: 18px;font-family: "Bree Serif", serif; font-weight: normal;}
.welcome-title h2{color: #000; font-size: 20px; font-family: 'SFProDisplayRegular';font-weight: 700; line-height: 40px;}
.welcome-title h1{font-family: "Righteous", sans-serif; font-size: 36px; color: #B30F91; line-height: 51px; letter-spacing: 2px;}
.buttom-border { height: 3px; width: 100%; background: #fff; margin-top: 15px; border-radius: 50px; }
.welcome{ padding: 80px 0 20px; background: #FAFAFA; }
.welcome-thumbnail img{ width: 100%; height: auto;}
.welcome-thumbnail{margin-top: 10px;}
/*.welcome .section-content, .welcome .welcome-title{ padding-left: 30px; }*/
.welcome-blur-thumbnail{position: relative; display: inline-block;}
/*.welcome-blur-thumbnail::before{position: absolute;  content: ''; top: 0; left: 0;background: transparent; width: 100%; backdrop-filter: blur(5px); height: 100%; border-radius: 0 5px 5px 0;}*/
.welcome-blur-thumbnail img{border-radius: 0 5px 5px 0;}
.welcome-contact-content{ border: solid 7px #fff; border-radius: 21px; padding: 12px 59px; background: #acd72f; justify-content: space-evenly;display: flex;width: 100%;align-items: center; }
.welcome-contact{position: relative; top: -205px; left: 177px; display: flex; justify-content: center;}
.welcome-contact-title{background: #FC2F1C; border-radius: 5px 0 0 5px;}
.welcome-contact-title h1{padding: 15px 15px; color: #fff; font-size: 18px; font-family: 'SFProDisplayRegular'; font-weight: bold; writing-mode: vertical-rl; transform: rotate(180deg); letter-spacing: 0.6px;}
.welcome-right-contact-content h3{margin-bottom: 10px;}
.welcome-right-contact-content h3,.welcome-right-contact-content h2{color: #fff; font-size: 16px; font-family: 'SFProDisplayRegular'; font-weight: 700; }
.welcome-right-contact-content h2{color: #fff;}
.welcome-right-section  ul{margin-top: 15px;}
.welcome-right-section  ul li{list-style-type: none; position: relative; margin-left: 20px; font-size: 17px; color: #000; font-family: 'SFProDisplayRegular'; font-weight: 700; margin-bottom: 10px;}
.welcome-right-section  ul li::before{position: absolute; content: '\f111'; top: 5px; left: -24px; font-family: 'FontAwesome'; font-size: 10px; color: #083FB4;}
.welcome-right-section p{ width: 112%; margin-top: 27px; color: #000; font-size: 18px; line-height: 37px; font-weight: 500; text-align: justify; font-family: "Roboto", sans-serif;}
.welcome-link a{ display: inline-block; margin-top: 15px; padding: 10px 35px; border: 1px solid #083FB4;background: #083FB4; color: #fff; border-radius: 50px; text-decoration: none; font-size: 14px;  transition: all linear 0.3s; font-weight: 500; font-family: 'SFProDisplayRegular'; }
.welcome-link a:hover{ transform: translateY(-5px); box-sizing: border-box; box-shadow: 0 5px 15px -10px #000; background:#fff; color:#083FB4 ; }
.welcome-link .right-link {margin-left: 25px; background: #fff; color:#083FB4 ; border: 1px solid #083FB4;}
.welcome-link .right-link:hover{border: none;}
.welcome-contact-thumbnail{position: relative;}
.welcome-left-thumbnail{margin-top: 20px;}
.welcome-left-thumbnail img{ border: 2px solid #083FB4; border-radius: 10px; margin: 28px -55px;}
.welcome-contact-img img{ margin-left:-35px; }
.welcome .welcome-right-contact-content p{color: #000; font-family: 'SFProDisplayHeavy'; font-weight: 700; list-style: none; line-height: 38px; font-size: 20px; margin-left: 20px;}
.welcome .welcome-right-contact-content ul{ margin-top:-5px; }
 .welcome-button a{ background: #B30F91; padding: 10px 45px; border-radius: 50px; font-size: 15px; color: #fff; text-decoration: none; margin-top: 25px; display: inline-block; font-weight: bolder; }
.welcome .welcome-button p{ text-align: right; background: #555555; padding: 10px 34px; color: #fff; border-radius: 50px; font-family: sans-serif;}
.welcome-button-appointment{border: 1px solid #000; padding: 10px 45px;border-radius: 25px;
font-weight: bold; margin-top: 25px; text-align: center;}
.welcome .welcome-licensed{ position: absolute; top: 487px; right: 0; }
.welcome-button-appointment a{color: #000; letter-spacing: 1px;text-decoration: none;}


/*=======REASONS TO COUNT=======*/
.reasons{ padding:20px 0 70px; background:#fff }
.reasons .section-title h1{ color: #272727; font-family: ui-monospace; font-weight: 600; font-size: 37px; margin-bottom: 70px; }
.reasons .reasons-image img{ z-index:1; position:absolute; }
.reasons .reasons-image::before{ content: ""; position: absolute; top: 82px; left: -419px; width: 450px; height: 325px; background: #91A95C; }
.reasons .reasons-content ul{ list-style:none; margin-top:45px; }
.reasons .reasons-content ul li{ margin-bottom: 30px; margin-bottom: 30px; font-family: auto; font-size: 27px; font-weight: 600; display: flex; align-items: center; }
.reasons .reasons-content ul li img{ margin-right:30px; }




/*===== Service Section =====*/
.service{ padding: 80px 0 70px;  background: #B30F91; }
.service-list{ margin: 60px 0 240px; position: relative; }
.service-thumbnail img{width: 100%;transition: all linear 0.3s;}
.service-content{ position: absolute; background: #fff; padding-top: 20px; text-align: center; width: 90%; border-radius: 10px; left: 18px; height: 279px; bottom: -246px; box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; transition: all linear 0.3s; }
.service-content:hover{ border-bottom: solid 7px #acd72f; }
.service-content h2{color: #3B3B3B; font-size: 21px; font-weight: 700; font-family: 'Poppins'; line-height: 30px; }
.service-content p{color: #000; font-size: 16px; font-family: 'SFProDisplayRegular'; padding:5px 10px; line-height: 30px;}
.service-content a{display:block; text-decoration: none; color: #003FB4; font-size: 16px; padding: 10px 0; font-family: 'SFProDisplayRegular'; margin-top: 10px; background: #fff; width: 100%; transition: all linear 0.3s; }
.service-content .fa{font-size: 16px; padding-left: 5px;}
.service-list:hover a{ background: #FC2F1C; color: #fff;}
.service-list:hover a:hover{background: #fff; color: #FC2F1C ;}
.service-list:hover .service-content{bottom: -248px;}
.service-list:hover  img{transform: translateY(-10px);}
.service-sec-button { text-align:center; margin-top: 70px; }
.service-sec-button a{ padding: 17px 43px; background: #acd72f; border-radius: 50px; font-size: 16px; color: #000; font-family: 'Poppins'; font-weight: 600; text-decoration: none; }
.service-sec-button a:hover{ border:solid 3px #fff; transition: all linear 0.3s; }
/* .service .service-box{background: #fff; padding: 10px; box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; border-radius: 10px;} */
.service .service-box{position: relative;}
.service .service-contents{text-align: center; padding: 16px;position: absolute; bottom: 0px; background: linear-gradient(rgba(255, 255, 255, 0) 0%, #b30f91 100%); left: 0; right: 0;}
.service .service-contents p{margin-top: 15px; font-size: 16px;}
.service .service-contents .icon-circle{background: #fff; height: 65px; width: 65px; border-radius: 100px; display: flex; align-items: center; justify-content: center; margin: 0 auto; box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; margin-top: -50px; position: relative; margin-bottom: 15px;}
.service-contents .icon-circle img{height: 40px;}
.service .section-title{color: #212121;}
.service .services-top{padding: 40px 0;}
.service-content-items .service-button button{ background: transparent; padding: 9px 19px; border: solid 2px #ffffff; border-radius: 50px; color: #fff; font-size: 16px; font-weight: bold; font-family: 'Roboto'; }
.service-content-items .service-button button:hover{ background:#e624ab; transition: all linear 0.3s; }



/*========== Services Pages ========*/
.service-page .service-box{position: relative;}
.service-page .service-contents{text-align: center; padding: 16px;position: absolute; bottom: 0px; background: linear-gradient(rgba(255, 255, 255, 0) 0%, #e722ab 100%); left: 0; right: 0; border-radius: 0 5px 5px 5px;}
.service-page .service-contents p{margin-top: 15px; font-size: 16px;}
.service-page .service-contents .icon-circle{background: #fff; height: 65px; width: 65px; border-radius: 100px; display: flex; align-items: center; justify-content: center; margin: 0 auto; box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; margin-top: -50px; position: relative; margin-bottom: 15px;}
.service-page .section-title{color: #212121;}
.service-page .services-top{padding: 40px 0;}
.service-second-block{ margin-top:40px; }
.service-page .service-contents h3{ color:#fff; text-shadow: 4px 4px 2px rgba(0,0,0,0.6); }

.reviewsblock h1{ font-family: 'Righteous'; margin-bottom: 13px; font-size: 46px; }
.reviewsblock p{ font-size: 18px; font-family: 'Poppins'; margin-bottom: 20px; }




/*===== free-quote Section =====*/
.free-quote{position: relative; top: -70px; padding-bottom: 0;}
.roundring{position: absolute; left: 90%; top: 20%; z-index: 99999;}
.quote-contact-content{position: relative;background: url('../images/quote-bg.png') no-repeat center center; background-size: cover;justify-content: flex-start;display: flex; gap: 20px;width: 100%;align-items: center; padding: 40px 20px; border-radius: 15px; }
.quote-contact{position: relative; top: -80px; display: flex; justify-content: center;}
.quote-contact-title{background: #FC2F1C; border-radius: 5px 0 0 5px;}
.quote-contact-title h1{padding: 15px 15px; color: #fff; font-size: 18px; font-family: 'SFProDisplayRegular'; font-weight: bold; writing-mode: vertical-rl; transform: rotate(180deg); letter-spacing: 0.6px;}
.quote-right-contact-content h3{margin-bottom: 10px;}
.quote-right-contact-content h3,.quote-right-contact-content h2{color: #000; font-size: 16px; font-family: 'SFProDisplayRegular'; font-weight: 700; }
.quote-right-contact-content h2{ font-family: 'SFProDisplayRegular'; color: #000; font-size: 22px; font-weight: 900;}
.more a{ border-radius: 50px; display: inline-block; text-decoration: none; color: #fff; padding: 10px 20px; background: #003FB4;}
.get-a-form{background: #fff; text-align: left; padding: 38px 20px 17px 100px; border-radius: 10px; box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;}
.get-a-form h3{color: #000; font-weight: 700; font-size: 24px; font-family: 'SFProDisplayRegular'; margin-bottom: 20px;}
.get-a-form .form-control{height: 40px; background: #C9C9C9;}
.get-a-form ::placeholder{color: #AAAAAA;}


/*===== Process Section =====*/
.process-section{ position: relative; padding-bottom: 80px ; background: #fff; z-index: 1; }
.process-section .section-title {text-align: center;}
.process-section .section-title  h4{color: #003FB4;}
.process-section .section-title  h1{color: #000;}
.process-section .section-title  h1 span{font-family: 'Righteous', cursive; color: #003FB4;}
.how-we-work-block{margin-top: 50px; text-align: center;}
.how-we-work-block ul{display: flex; justify-content: space-around; align-items: center;}
.how-we-work-block ul li{position: relative; display: inline-block; width: 30%;}
.how-we-work-block ul li::before{content: ''; position: absolute; background: url(../images/arrow.png)no-repeat; left: 110%; top: 25%; transform: translate(-50%,-50%); width: 170px; height: 30px;}
.how-we-work-block ul li:last-child::before{display: none;}
.how-we-work-block ul li h3{color: #000; font-size: 20px; font-family: 'Lato'; margin: 25px 0; font-weight: 700; }
.how-we-work-block ul li h3 span{display: block; font-family: 'Lato';}
.how-we-work-block ul li p{margin-top: 30px; color: #000; font-size: 18px; font-family: 'SFProDisplayRegular';line-height: 30px;}
.how-we-work-block ul li p span{display: block; font-family: 'SFProDisplayRegular';}
.how-we-work-block ul li .process{position: relative; left: 50%; transform: translate(-50%,0); background: #fff; display: flex; justify-content: center; align-items: center; width: 150px; height: 150px; border-radius: 50%; box-shadow: 0px 5px 15px rgba(149, 157, 165, 0.2); border: 1px solid transparent;}
.how-we-work-block ul li .process::before{position: absolute; content: ""; height: 120px; width: 120px; border: #F9322A dashed 1px; border-radius: 50%; top: 15px; left: 15px; transition: all linear 0.3s;}
.how-we-work-block ul li .process span{position: absolute; right: 4%;top: -9%;font-size: 18px; font-family: 'Lato';  display: flex; justify-content: center; align-items: center; color: #fff; border: 1px solid #fff; background: #FF6601; width: 40px; height: 40px; border: 3px solid #fff;border-radius: 50%; transition: all linear .3s; }
.how-we-work-block ul li .process img{transition: all linear .3s;}
.how-we-work-block ul li:hover .process{background: #003FB4;box-shadow: 0px 5px 15px rgba(149, 157, 165, 0.2); border: 1px solid #fff;}
.how-we-work-block ul li:hover .process img{filter: brightness(0) invert(1);}
.how-we-work-block ul li:hover .process span{background: #003FB4; color: #fff;}
.how-we-work-block ul li:hover .process::before{border-color: #fff;}


/*===== Why Choose Us Sections =====*/
.why-choose-us{ padding: 60px 0 60px; background: url(../images/why-choose-angelic-banner.jpg)no-repeat}
.Best-Suppport{position: absolute; bottom: -100px; left: 30px;}
.title-section { display: block; text-align: center; }
.why-choose-us .title-section p { color: #000; font-size: 22px; margin-bottom: 10px; font-family: 'SFProDisplayRegular'; font-family: "Roboto", sans-serif; font-weight: normal; padding: 0 40px; line-height: 36px; }
.why-choose-us .title-section h2 { color: #000; font-size: 40px; text-transform: capitalize; margin: 10px 0 15px; font-family: "Righteous", sans-serif; }
.why-choose-us .section-content ul li { position: absolute; top: 0; left: 80%; z-index: 1; display: inline-block; opacity: 0; text-align: center; color: #000; font-size: 18px; line-height: 24px; }
.why-choose-us .section-content ul { position: relative; margin: 150px auto 150px; width: 605px; height: 600px; border-radius: 50%; background: url(../images/best-logo.png) no-repeat center; background-size: cover; }
.why-choose-us .section-content ul li:nth-child(1) { top: -120px; left: 50%; transform: translateX(-50%); width: 300px; opacity: 1; }
.why-choose-us .section-content ul li:nth-child(2) { top: -30px; left: calc(100% + -23%); width: 250px; opacity: 1; }
.why-choose-us .section-content ul li:nth-child(3) { top: 250px; left: calc(100% + 1px); width: 250px; opacity: 1; }
.why-choose-us .section-content ul li:nth-child(4) { top: calc(100% - 130px); left: calc(100% - 130px); width: 250px; opacity: 1; }
.why-choose-us .section-content ul li:nth-child(5) { top: calc(100% - -30px); left: 23%; width: 350px; opacity: 1; }
.why-choose-us .section-content ul li:nth-child(6) { top: calc(100% - 130px); left: -64px; width: 160px; opacity: 1; }
.why-choose-us .section-content ul li:nth-child(7) { top: calc(50% + -40px); left: -220px; width: 240px; opacity: 1; }
.why-choose-us .section-content ul li:nth-child(8) { top: 0; left: -80px; width: 250px; opacity: 1; }
.why-choose-us .section-content ul li h4{ font-size: 20px; font-family: 'SFProDisplayRegular'; color: rgb(255, 255, 255); text-transform: uppercase; line-height: 1.5; margin-top: 10px; }
.why-choose-wrapper{display: flex; justify-content: center;}
.why-choose-box{position: relative; margin-top: 50px;}
.why-choose-box .why-choose-contents {position: absolute; left: 0; bottom: 90px; padding: 0 30px;color: #fff; }
.why-choose-box .icon-box {background: rgba(255, 255, 255, 0.1); -webkit-backdrop-filter: blur(15px); backdrop-filter: blur(15px); height: 70px; width: 70px; display: flex; align-items: center; justify-content: center; margin: 0 auto; border-radius: 5px; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);}
.why-choose-border{height: 3px; width: 17%; background: #E623AB; margin-top: 15px; border-radius: 50px; margin: 10px auto;}
.why-choose-box .icon-box img{width: 50px; height: 50px;}
.why-choose-contents h3 { font-size: 28px; letter-spacing: 0.01em; line-height: 32px; margin-top: 10px; margin-bottom: 10px; }
.why-choose-box .why-choose-content-items p{letter-spacing: 0.01em; font-weight: 500; font-size: 18px; line-height: 30px; color: #fff;}
.salon-wrapper { background: #fff; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); height: 375px; border-radius: 5px; padding: 0 30px; color: #000; overflow: hidden; transition: transform 0.5s ease;}
.salon-wrapper .salon-content  h3, p{color: #000; }
.salon-wrapper .why-choose-content-items p{color: #000;}
  
  .salon-wrapper:hover {
      background: url('../images/why-choose-background.png');
      transform: scale(1.1, 1.1);
      overflow: hidden;
  }
  .salon-wrapper:hover .why-choose-content-items p {
      color: #fff;
  }
  .salon-wrapper:hover .salon-content h3{
      color: #fff !important;
  }
/* .salon-content .salon-heading h3{color: #000;} */
/*===== Contact Layer Sections =====*/
.contact-layer{ padding: 50px 0; background: url('../images/contact-layer-bg.jpg') no-repeat fixed center; background-size: cover; }
.contact-layer .section-content{ text-align: center; }
.contact-layer .section-content h2{ color: #fff; font-size: 48px; font-weight: 700; font-family: 'Castellar'; text-shadow: 3px 3px 0 #333, -1px -1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333, 1px 1px 0 #333; }
.contact-layer .section-content a{ display: inline-block; padding: 15px 50px; background: #365685; color: #fff; border-top-left-radius: 30px; border-bottom-right-radius: 30px; text-decoration: none; font-size: 24px; font-weight: 700; font-family: 'Lato', sans-serif; transition: all linear 0.3s; }
.contact-layer .section-content a:hover{ background: #F17B21; }


/*===== Purpose Section =====*/
.purpose .google-map{height: 500px;}

/*===== Testimonials Section =====*/
.testimonials{padding: 80px 0 70px; background: url(../images/testimonial-banner.jpg) repeat; background-position: center;}
/*.testimonials::before{ content: ''; position: absolute; top: 0; left: 0; height: 100%; background: url('../images/testimonial-bg.jpg')no-repeat center; width: 50%; z-index: -1; background-size: cover; }*/
.testimonials::after{ content: ''; position: absolute; top: 0; left: 40%; height: 100%; background: #fff; width: 20%; z-index: -1; background-size: cover; transform: skew(20deg);}
.testimonials .title-section{text-align: center; }
.testimonials .title-section h4{color: #000; font-size: 25px; text-transform: uppercase; font-family: 'Poppins'; font-weight: 700; margin-bottom: 50px;}
.testimonials .title-section h2{font-size:46px; font-size: 40px; text-transform: capitalize; margin: 10px 0 15px; font-family: 'Righteous', cursive;}
/*.testimonials .testimonials-content{ padding: 60px; margin-top: 40px;border-radius: 10px; display: block; text-align: center;}*/
.testimonials .testimonials-content .fa{font-size: 44px; color:#003FB4; }
.testimonials .testimonials-content h4{font-family: 'SFProDisplayRegular'; font-style: normal; font-weight: 500; font-size: 20px; color: #091B49; margin-bottom: 10px;}
.testimonials .more a{ display: inline-block; text-decoration: none;font-size: 16px ; color: #fff; background:#003FB4 ; border-radius: 50px;border:1px solid #fff; padding: 16px 40px; margin-top: 20px; transition: all linear 0.3s;}
.testimonials .more a:hover{background: #003FB4; color: #fff;}
.testimonials .fa-quote-left:before{ display:none; }
.testimonials .testimonial-block{ background: transparent; width: 95%; border: 2px solid #B30F91; padding: 0px 10px 40px; border-radius:10px; }
.testimonials .testimonials-icons-block{display: flex; flex-direction: column; align-items: center; margin-top: 25px; }
.testimonials .testimonials-content-block{ margin-left:20px; margin-top: 10px; }
.testimonials .testimonials-content-block h4{ font-size: 19px; font-family: 'Poppins'; font-weight: 600; }
.testimonials .testimonials-content-block h5{ font-size: 16px; font-family: 'Poppins'; font-weight: 400; color:#8D8D8D; }
.testimonials .testimonials-content p{ margin-top: 15px; font-family: 'Poppins'; font-style: normal; font-weight: 400; font-size: 17px; line-height: 30px; color: #000000;}
/* .testimonials-content-item img{ margin-top:15px; } */
.achievements{ margin-bottom:80px; }
.achievements img{ margin-bottom: 10px; width: 98%; border: solid 1px #fff; padding: 15px; object-fit: contain; display: flex; align-items: center; justify-content: center; height: 154px; }


/*===== Project Sections =====*/
.project{padding: 80px 0 20px; background: url(../images/recent-work.jpg) repeat; background-position: center; }
.project .section-title h4{ color: #003FB4; text-align: left; text-transform: capitalize; font-family: 'Poppins'; font-size: 25px; color: #91A95C;}
.project .section-title h1{color: #000; text-align: left; font-family: 'Poppins'; font-size: 35px; font-weight: 700;}
.portfolio-section-heading{background: #3b5e963b; padding: 20px; border-radius: 10px;}
.project .section-title .project-button{ text-align:right; margin-top: -47px; }
.project .section-title .project-button a{ background: #acd72f; padding: 14px 45px; border-radius: 50px; font-size: 18px; color: #fff; text-decoration: none; font-family: 'Poppins'; font-weight: 500; }
.project .section-title .project-button a:hover{ border:solid 3px #000; transition: all linear 0.3s; }
.project .section-title h1 span{color: #003FB4; font-family: 'Righteous', cursive;}
.project-list .item{ padding: 0 20px;}
.project-list { margin-top: 50px;}
.project-content{ position: relative; margin-bottom: 30px; }
.project-thumbnail{ overflow: hidden; }
.project-thumbnail img{ width: 100%; }
.project-content a{ position: absolute; top: 0; left:0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); text-decoration: none; text-align: center; opacity: 0; display: flex; justify-content: center; align-items: center; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
.project-content a .fa{ color: #fff; font-size: 30px; }
.project-content a span{ display: inline-block; padding: 15px 50px; background: #F17B21; color: #fff; text-decoration: none; font-size: 18px; border-radius: 50px; }
.project-content .over-black{ opacity: 1;  }
.project-content:hover img{ transform: scale(1.2); }
.project-content:hover a{ opacity: 1; }
.project-content:hover a span{ background: #fff; color: #F17B21; }
.project-content:hover a span:hover{ background: #F17B21; color: #fff; }
.project .section-content {text-align: center;}
.project .fa-arrow-left:before {content: "\f060"; font-size: 20px;}
.project .fa-arrow-right:before {content: "\f061"; font-size: 20px;}
.project h4{font-family: "Roboto"; font-weight: bold; font-size: 20px; color:#B30F91;}
.project h1{font-family: "Righteous"; font-weight: normal; font-size: 40px;}
.project .galleryimage{margin-top: 50px;position: relative; z-index: 2;}
.project-content.project-first::before{content: ''; background: url('./images/salon-scissor.png'); position: absolute; top: -42%; z-index: -1; left: -49%;}
.paralax-read-button.gallery-button{display: flex; justify-content: center;}

/*===== Parralax Sections =====*/
.paralax{padding: 80px 0 70px;  background: url(../images/paralax.jpg) repeat; background-position: center;background-attachment: fixed;}
.parallax-content h4{font-family: "Bree Serif", serif; font-weight: normal; font-size: 28px; letter-spacing: 0.01em; line-height: 32px; color: #fff; margin: 20px 0; }
.parallax-content h2{font-family: "Righteous", sans-serif; font-weight: normal; font-size: 35px; letter-spacing: 0.01em; line-height: 32px; color: #fff; margin: 10px 0;}
.parallax-content p{font-family: "Poppins"; font-weight: 500; font-size: 18px; letter-spacing: 0.01em; line-height: 41px; color: #fff;margin: 15px 0;}
.paralax-buttons{display: flex; justify-content: center; align-items: center; gap: 20px;}
.paralax-read-button a{background: #B30F91; padding: 10px 45px; border-radius: 50px; font-size: 15px; color: #fff; text-decoration: none; display: inline-block; font-weight: bolder; font-family: "Poppins", sans-serif; font-weight: 500;}
.paralax-buttons .paralax-buttons-appointment a{color: #fff; border: 1px solid #fff; padding: 10px 45px; border-radius: 25px; font-weight: bold; ; text-align: center;   font-family: "Poppins", sans-serif; font-weight: 500; text-decoration: none;}


/*===== Contactus Sections =====*/
.contactus{background: url(../images/contact-banner.jpg); background-size: cover;}
.map{height: 600px; margin-top: -80px; }
.contactus-child{ margin-top: 45px; position: relative;  z-index: 9999; padding: 80px ;  border-radius: 10px;}
.contactus-child .section-title h2{line-height: 42px; margin-bottom: -38px;}
.contactus-content ul li{ display: flex; align-items: center; margin-bottom:25px; }
.contactus-content ul li span{ color: #fff; font-family: Roboto; font-weight: 600; margin-left: 35px; font-size: 17px; }
.contactus-content ul li span p{ color:#fff; font-family: Roboto; font-weight: 400; font-size: 17px; }
.contactus-content{ padding: 50px 30px; background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(15px); backdrop-filter: blur(15px); border-radius: 5px; margin-top: 50px;position: absolute; left: -102px;}
.contactus-content h1{font-size: 29px; font-family: 'SFProDisplayRegular'; color: #fff; margin-bottom: 20px; font-weight: 700;}
.contactus-content h2{font-size: 20px; font-family: 'SFProDisplayRegular'; color: #fff; margin: 10px 0; font-weight: 700;}
.contactus-content h3{font-size: 14px; font-family: 'SFProDisplayRegular'; color: #fff;line-height: 32px;}
.get-a-free-quote-form{  }
.get-a-free-quote-form h2{ font-size: 28px; font-family: 'SFProDisplayHeavy'; color: #000; text-align: left; }
.get-a-free-quote-form .section-title{ margin-bottom: 50px; }
.get-a-free-quote-form .section-title::before{ display: none; }
.get-a-free-quote-form-control{ height: 45px; border-radius: 5px; background: #F4F4F4; margin-bottom: 4px; }
textarea.get-a-free-quote-form-control{ height: 100px;}
.form-group::placeholder{color: #B2B2B2; font-size: 18px;}
.btn-get-a-free-quote-form-control{ display: inline-block; padding: 15px 40px; background: #B30F91; color: #fff; border-radius: 50px; border: none; text-decoration: none; font-size: 16px; font-weight: 700; font-family: 'Lato', sans-serif; transition: all linear 0.3s; }
.btn-get-a-free-quote-form-control:hover{ transform: translateY(-5px); box-sizing: border-box; box-shadow: 0 5px 15px -10px #000; background:linear-gradient(rgba(255, 255, 255, 0) 0%, #e722ab 100%);; }
.bbb{float: right; margin-top: -65px;}
.contact-image{position: relative; left: -58%;}
.contact-title p{margin-bottom: 5px; font-family: "Roboto"; font-weight: bold; font-size: 20px; color: #fff;}
.contact-title h2{margin-bottom: 50px; font-family:"Righteous"; font-weight: normal; font-size: 40px; color: #fff;}



/*===== Contact Section =====*/
.footer{ padding: 50px 0; background: #2E2E2E; background-size: cover; position: relative; }
/* .footer::before{position: absolute; content: ''; background: url('../images/globemap.png') no-repeat center center; background-size: cover; width: 50%; left: 50%; height: 100%} */
.footer-content h4{ position: relative; display: inline-block; color: #B30F91; font-size: 39px; font-weight: 700; text-transform: capitalize; padding-bottom: 10px; margin: 30px 0 15px; font-family: none; border-bottom: solid 2px; }
.footer-content p{ color: #fff; font-size: 16px; font-family: 'Roboto'; line-height: 37px; }
.footer-content ul li{ position: relative; list-style: none; color: #fff; font-size: 16px; line-height: 30px; font-family: 'SFProDisplayRegular'; display: flex; align-items: center; }
.footer-content ul li svg{ background: white; padding: 10px; height: 50px; width: 50px; border-radius: 6px; margin-bottom: 36px; }
.footer-content ul li .span-with{display: inline-block; width: 115px; }
.footer-img img{ margin: 0 15px; }
.footer-buss-hours h1{ font-size: 25px; color: #fff; margin-top: 39px; text-transform: uppercase; font-family: 'Poppins'; font-weight: 700; border-bottom: solid 2px; display: inline-block; margin-bottom:15px; }
.footer-buss-areas h1{ font-size: 25px; color: #fff; margin-top: 39px; text-transform: uppercase; font-family: 'Poppins'; font-weight: 700; border-bottom: solid 2px; display: inline-block; margin-bottom:15px; }
.footer-buss-hours p{ color: #fff; font-size: 16px; font-family: system-ui; line-height: 37px; font-weight: bold; }
.footer-buss-areas p{ color: #fff; font-size: 16px; font-family: system-ui; line-height: 37px; font-weight: bold; }
.quick-link h4{ margin-bottom: 60px; font-size: 25px; color: #fff; margin-top: 39px; text-transform: uppercase; font-family: 'Poppins'; font-weight: 700; border-bottom: solid 2px; display: inline-block; }
.quick-link ul li p{ font-weight: 700; color: #fff; font-size: 16px; font-family: 'Roboto'; line-height: 27px; margin-top: -33px; margin-left:20px; }
.quick-link ul li p span{ font-weight: 500; }




/*======== About pages =======*/
.about-page-img img{ width: 120%; margin-left: -80px; }
.about-text { background: #b30f91; position: absolute; top: -30px; left: -75px; padding: 32px 30px; border-radius: 10px; }
.about-text h1{ font-family: 'Righteous'; font-size: 45px; color: #fff; margin-bottom: 21px; }
.about-text p{ color: #fff; font-size: 19px; line-height: 34px; }
.about-whychose-us{ background: url(../images/slider-angelic.jpg); background-size: cover; padding: 60px 0; }
.about-why h1{ text-align: center; color: #fff; font-family: 'Righteous'; font-size: 33px; }
.about-why p{ text-align: center; margin-top: 10px; font-size: 16px; color: #fff; margin-bottom: 17px; }



/*===== Footer Section =====*/
.copyright{ padding: 15px 0; background: #1A1A1A; }
.copyright p{ color: #fff; font-size: 16px; text-align:left; }
.copyright p span{ text-decoration: none; float:right; }
.copyright p span a{ color:#B30F91; }

/*===== Slider Plugins =====*/
#banner-slider .owl-buttons{ display: none; }
#banner-slider .owl-pagination { position: absolute; left: 50%; top: 90%; transform: translateX(-50%); z-index: 9; }
#banner-slider .owl-pagination .owl-page span{ width: 15px; height: 15px; border-radius: 50%; background: #fff; border: #fff solid 3px; opacity: 1; }
#banner-slider .owl-pagination .active span{ background: #0E65B0; }

#testimonial-slider .owl-pagination{ display: none; }
#testimonial-slider .owl-buttons .owl-prev{ display: none;position: absolute; bottom: -50%; left: 45%; transform: translate(0,-50%); font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; background: transparent; color: #fff; font-size: 24px;  opacity: 1; padding-right: 14px; padding-top: 1px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#testimonial-slider .owl-buttons .owl-next{display: none; position: absolute; bottom: -50%; right: 45%; transform: translate(0,-50%); font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; background: transparent; color: #fff; font-size: 24px;  opacity: 1; padding-left: 14px; padding-top: 1px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#testimonial-slider .owl-buttons .owl-prev:hover,
#testimonial-slider .owl-buttons .owl-next:hover{ background: #F17B21; color: #fff; border-color: #F17B21; }

#gallery-slider .owl-pagination{ display: none; }
#gallery-slider .owl-buttons .owl-prev{ position: absolute; bottom: -30%; left: 45%; transform: translate(0,-50%); font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; background: #acd72f; color: #fff; font-size: 24px;  opacity: 1; padding-right: 14px; padding-top: 1px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#gallery-slider .owl-buttons .owl-next{ position: absolute; bottom: -30% ;right: 45%; transform: translate(0,-50%); font-family: 'FontAwesome'; text-align: center; width: 40px; height: 40px; background: #acd72f; color: #fff; font-size: 24px;  opacity: 1; padding-left: 14px; padding-top: 1px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#gallery-slider .owl-buttons .owl-prev:hover,
#gallery-slider .owl-buttons .owl-next:hover{ background: #F17B21; color: #fff; border-color: #F17B21; }


/*===== Content Pages =====*/
.content-banner{ padding: 80px 0 60px; background: url('../images/angelic-bg.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.breadcrumb{ background: transparent; border-radius: 0; padding: 0; margin: 0; margin-bottom: 10px; text-align: center; color: #fff; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 30px; margin-top:30px; }
.breadcrumb a{ color: #fff; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 20px; }
.breadcrumb h1 { position: relative; z-index: 111; margin-top: 0px; font-family: 'Righteous'; font-size: 44px; background: #fe6dc7d4; padding: 50px; border-radius: 10px; line-height: 60px; width: 50%;}
.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%; }
.about .content-block h3{ font-weight:bold; font-size:24px; }

.about .about-box{ border: solid 2px #ACD72EED; padding: 20px; text-align: center; border-radius: 10px; margin-top: 25px; font-weight: bold; font-family: revert-layer; }
.service-button a:hover{background:#94106C;}
/* .service-button, .service-items{margin-top: 30px;} */
.services-top .service-bottom, .service-contents h3{color: #fff; font-weight: bold; font-family: "Noto Serif", serif; font-size: 21px;}
.services-top .service-bottom, .service-content-items{margin-top: 18px; display: flex; justify-content: space-between;}
.services-top .service-bottom, .service-content-items .price h3{font-weight: bold; color: #fff; margin-top: 11px;font-family: "Roboto", sans-serif;}
.modal-dialog { width: 712px; margin: 30px auto; }
.modal-body .pop-up-form .form-group .btn-primary { background: #d20090; border-radius: 50px; padding: 10px 32px; border: 0px; font-family: 'Roboto'; font-size: 16px; }
.modal-body .pop-up-form .modal-header .btn-close { background: #d20290; border-radius: 50px; border: 0px; padding: 11px; color: #fff; font-size: 16px; }
.modal-title{ text-transform: uppercase; font-size: 35px; font-family: 'Righteous'; }

.service-items-content{padding-top: 40px;}
.service-section-img img{border-radius: 10px;}
.heading-bolder{font-weight: bolder; font-size: 30px;}
.service-button a{padding: 6px 10px; border-radius: 25px; width: 130px; font-weight: bold; color: #fff; text-decoration: none; position: absolute; left: 118px; border: 1px solid #fff; font-family: "Roboto", sans-serif; font-weight: bold; font-size: 18px;}
.service .service-bottom{padding: 45px 0;}

.content{ width: 100%; padding: 50px 0; background: #fcfcfc; }
.content-block{ background: #fff; padding: 30px 0; }
.sectiontitleunderline{ display: block; width: 80px; height: 2px; margin: 0 0 30px; background: #333; }
.content h2{ font-size: 27px; color: #000; font-family: 'Righteous'; margin-bottom: 10px; text-transform: uppercase; }
.content h3{ font-size: 20px; color: #2c2c2c; font-family: 'Lato', sans-serif; margin-bottom: 10px; }
.content h3 .about-span-break{ font-size: 20px; color: #2c2c2c; font-family: 'Lato', sans-serif; }
.content h4{ font-size: 16px; color: #666; font-family: 'Lato', sans-serif; margin-bottom: 10px; }
/*.content p{ font-size: 17px; line-height: 30px; font-family: 'Lato', sans-serif; color: #202020; margin-bottom: 15px; }*/
.content ol,
.content ul{ margin:0 ; padding: 0; margin-bottom: 15px; }
.content li{ margin-left: 18px; line-height: 35px; font-size: 17px; font-family: 'Lato', sans-serif; color: #0740b4; }
.contact-page h2{ font-size: 27px; color: #000; font-family: 'Righteous'; margin-bottom: 10px; text-transform: uppercase; }
.contact-page p{ font-size: 16px; line-height: 33px; font-family: 'Roboto'; }
.contact-page h4{ margin-top: 20px; font-size: 21px; font-family: 'Poppins'; color: #000; }
.contact-page ul li{ color:#e3098d; }



/*===== Testimonials Page =====*/
.reviewsblock{ padding: 15px 0 5px; width: 100%; text-align: center; }
.reviews .author-quote{margin-bottom: 15px;}
.reviews .review-image h3{margin-top: 15px;}
.reviews .testimonial {background: #f0f0f0; border-radius: 10px; margin-top: 10px; padding: 28px 10px;}
.reviews .review-image img {background: #f0f3f9; padding: 6px 20px; border-radius: 30px; }
.reviewsblock h4{ text-transform: uppercase; color: #fff; font-size: 24px; font-weight: 700; }
.reviewsform{ padding: 15px 0 1px; background: #eee; min-height: 150px; width: 100%; }
.reviewsformstyle{ height: 44px; border-radius: 0; border: #666 solid 1px; color: #666; }
.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: #2ecc71; }
.testimonials p{font-family: "Roboto", sans-serif; font-weight: bold; font-size: 20px; color: #B30F91;}
.testimonials-page{ display: block; margin-top: 15px; }
.testimonials-page .panel-group .panel{ border-radius: 0; border: none; }
.testimonials-page .panel-heading{ padding: 0; border: none; }
.testimonials-page .panel-title{ padding: 0; border: none; }
.testimonials-page .panel-title a{ position: relative; display: block; padding: 15px 50px 15px 15px; margin-bottom: 0; background: #0740b4; 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: #0740b4; color: #fff; }
.testimonials-page .panel-title .collapsed{ background: #fff; color: #191919; position: relative; }
.testimonials-page .panel-title .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 .panel-title a::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 .panel-body{ box-sizing: border-box; -webkit-box-shadow: 0 0 15px -5px #666; -moz-box-shadow: 0 0 15px -5px #666; -o-box-shadow: 0 0 15px -5px #666; box-shadow: 0 0 15px -5px #666; }
.testimonials-page .panel-body p{ color: #191919; font-size: 16px; line-height: 30px; }
.testimonials-page h4{ margin-bottom: 0; margin: 0; }
.testimonials-page .panel-body{ border: #eee solid 1px; border-top: none; }
.testimonials-page .panel-body p{ margin-bottom: 0; }
.testimonial p{ margin-bottom: 10px; border-radius: 10px; font-size: 16px; font-family: 'Roboto'; line-height: 32px; }




/*===== Contact Form Section =====*/
.formstyle{ padding-left: 65px; height: 50px; border-color: #666; border-radius: 0; }
.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: #B8F011; }
.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{ position: absolute; top: 0; height: 100%; width: 50px; background: #e3088e; text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }
.form_section .fa-user,
.form_section .fa-phone{ height: calc(100% - 20px); }

/*===== 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: #f74bb6; border-radius: 10px; color: #fff; text-transform: uppercase; }
.freeestimatestyle{ padding-left: 65px; height: 50px; border-radius: 0px; border: #666 solid 1px; }
.btn-freeestimatestyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #f476c5; border: none; padding: 10px 16px; font-size: 18px; border-radius: 50px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
.btn-freeestimatestyle:hover{ background: #ACD72E; }
.free-estimate-form .form-horizontal .form-group { margin-right: -15px; margin-left: -15px; }
.free-estimate-form .fa{ position: absolute; top: 25px; height: calc(100% - 45px); 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){

      /* No need to styles*/

}
@media (max-width: 991px){
      .header{background: #000;}
      .header-buttom{ position: inherit; top: inherit; padding-bottom: 0; }
      .header-middle{padding-bottom: 0;}
      .header-middle-left p {padding-right: 0;}
      .header-buttom .container{ width: 100%; }
      .navigation::before{ left: -50%; }
      .header-middle .logo{ text-align: left; }
      .header-middle .logo img{ display: inline-block; }
      .header-contact-info::before {top: 15px; left: -8%; width: 160%;}
      .header-middle-left ul {flex-direction: column;}
      .header-middle-left ul li {justify-content: initial;margin: 10px 0;}
      .navbar-inverse .navbar-nav > li {padding: 20px 25px;}
      .banner-inner-content{ margin-bottom: 30px; }
      .banner-content-box h2{ font-size: 24px; }
      .banner-content-box p,
      .banner-content-box h4,
      .banner-content-box ul li a{ font-size: 18px; }
      .welcome-thumbnail{ padding-right: 0; }
      .contact-layer .section-content h2,
      .section-title h1, .section-title h2{ font-size: 30px; }
      .testimonials-list::before {display: none;}
      #testimonial-slider .owl-buttons .owl-prev {left: 40%;}
      .get-a-free-quote .quote-link {flex-direction: column;}
      .service-content { padding-top: 5px; width: 100%; left: 0px; bottom: -149px;}

}
@media (max-width: 767px){


	/*===== 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-middle .navigation{display: flex !important; flex-direction: column !important;}
      .header-middle .navigation.col-sm-6{width: 0 !important;} */
      .header-middle .top-menu{margin-top: 57px;}
      .header-top{ padding: 70px 0 15px; }
      .header-contact-info{ margin-bottom: 0; padding: 0; border-bottom: none; }
      .header-top-left svg{margin-left: 60px;}
      .header-contact-info ul{ flex-direction: column; }
      .header-contact-info ul li{ margin: 5px 0; font-size: 14px; padding: 0 20px; }
      .header-middle-left p {padding-right: 90px; margin-left:40px; }
      .header-middle-left {padding: 10px 0; margin-top:60px; justify-content: center; }
      .header-middle-right {padding: 10px 0; justify-content:center; }
      .header-middle-right p {justify-content: center; margin-right:40px; }
      .header-contact-info ul li span{ font-size: 16px; }
      .header-top-left {text-align: center; padding: 0 0; justify-content: space-evenly;}
      .header-contact-info::before {top: 5px;left: 0%;}
      .header-middle .logo {text-align: center;}
      #banner-slider .owl-pagination {display: none;}
      .header-top-right{ padding: 19px 51px; }
      .header-middle-left{ margin-top:60px; }
      .header-middle .logo-image img{width: 40%;}
      .header-middle .content-right{margin-left: 0; margin-top: 10px;}
      .menu-item .logo-image{display: flex; justify-content: center;}
      .banner-inner-content{ margin-bottom: 0; }
      .banner-inner-content::before,
      .banner-inner-content::after,
      .banner-inner-content .first-child,
      .banner-inner-content .last-child{ display: none; }
      .banner-content h3 {font-size: 20px; line-height: 30px;}
      .banner-content h1{font-size: 16px;}
      .banner-content p{padding-top: 6px; font-size: 15px;}
      .banner-content span.hide-text {display: none;}

      .section-title h4{ font-size: 16px; }
      .contact-layer .section-content h2,
      .section-title h1,
      .section-title h2{ font-size: 24px; }
      .section-content p{ font-size: 14px; line-height: 26px; }
      .section-content a{ font-size: 14px; padding: 10px 30px; }
      .buttom-border{ margin-left: 0; }
      .welcome-button{ text-align:center; }
      .welcome-right-section p{ width:100%; }
      .welcome .welcome-button p{ text-align:center; }
      .welcome-thumbnail img{ width: 76%; margin-top:25px; }
      .welcome .welcome-licensed{ top: 460px; right: 40px; }
      .reasons .reasons-image img{ width: 72%; margin-left: 93px; }
      .reasons-content{ margin-top: 620px; margin-left: 85px; }
      .reasons .reasons-image::before{ top: 139px; left: -332px; }
      #gallery-slider .owl-buttons .owl-next{ display:none; }
      #gallery-slider .owl-buttons .owl-prev{ display:none; }










  
      .welcome .welcome-title {padding-left: 0;}
      .welcome {padding: 50px 0 50px;}
      .service , .purpose, .project , .testimonials{padding: 50px 0;}
      .service .section-title {margin-bottom: 0;}
      .purpose-right-content p {font-size: 16px;line-height: 30px;}
      .welcome-blur-thumbnail img {width: 80%;}
      .welcome-contact-img img{ width: 84%; }
      .welcome-blur-thumbnail::before {width: 80%; z-index: -9}
      .welcome-contact-title h1 {padding: 0px 5px; font-size: 14px;}
      .welcome-contact { top: -145px; left: 35px; }
      .welcome-contact-content {margin-top: 14px;}
      .welcome-right-contact-content h3, .welcome-right-contact-content h2 {font-size:14px;}
      .welcome-right-contact-content h3 {margin-bottom: 5px ;margin-right: 60px;}
      .welcome-contact-img img{ margin-left: -15px; }
      .welcome-title h1{ text-align:center; }
      .welcome-title h3{ text-align:center; }
      .welcome-title h2{ text-align:center; }
      .roundring img{ display:none; }
/*      .why-choose-us .section-content ul{ display:none; }*/
 .why-choose-wrapper{display: flex; justify-content: center; flex-direction: column;}
 .why-choose-us{background: none;}
 .why-choose-us .title-section p{padding: 0 20px; font-size: 16px}
 .why-choose-box .why-choose-contents{position: absolute; left: 0; bottom: 90px; padding: 0 30px; color: #fff;}
      .why-choose-us .section-content ul{ background: transparent; position: relative; margin: 0; width: 100%; height: auto; border-radius: 0; }
      .why-choose-us .section-content ul li:nth-child(1), .why-choose-us .section-content ul li:nth-child(2), .why-choose-us .section-content ul li:nth-child(3), .why-choose-us .section-content ul li:nth-child(4), .why-choose-us .section-content ul li:nth-child(5), .why-choose-us .section-content ul li:nth-child(6), .why-choose-us .section-content ul li:nth-child(7), .why-choose-us .section-content ul li:nth-child(8)
      { position: static; transform: translate(0); width: 100%; text-align: center; margin-top: 10px; background: rgba(255,255,255,.3); padding: 10px; backdrop-filter: blur(2px); }
      .bbb img{ width: 100%; display: inline-block; margin-right: -38px; margin-top: 8px; }
      .welcome .section-content, .welcome .section-title { padding-left: 0px; margin-top: -50px;}
      .welcome-right-section{margin-top: 50px;}
      .welcome-left-thumbnail{text-align: center; margin-top: 20px;}
      .welcome-left-thumbnail img{width: 70%;     margin: 9px -55px;} 
      .welcome .welcome-right-contact-content ul li{ font-size: 18px; line-height: 26px; margin-right: 55px; }
      .contactus-child .contactus-content {margin-top: -87%; position: absolute !important; left: 0 !important; width: 100%;}
      .contactus-child {padding: 20px; bottom: 25px}
      .get-a-free-quote-form {padding-left: 0;}
      .contactus-child .section-title h2 {font-size: 24px; line-height: 36px; margin-top: 15px;margin-bottom: -25px;}
      .service .section-title p{font-size: 16px;padding: 0 10px;}
      .get-a-form {padding-top: 23px; margin-bottom: 50px;}
      .how-we-work-block ul {flex-direction: column;}
      .how-we-work-block ul li{width: 100%; margin: 10px 0;}
      .how-we-work-block ul li::before {display: none;}
      .how-we-work-block ul li h3 {margin: 10px 0;}
      .how-we-work-block ul li p {margin-top: 0;}

      .service-content { width: 90%; left: 34px; bottom: -155px; height: 182px; padding: 29px; }
      .service .services-top .service-box, .service .services-bottom .service-box{margin-bottom:20px;}
      .service .service-bottom{padding:0;}
      .service .service-box{margin-bottom: 20px;}
      .free-quote {position: initial;}
      .roundring {position: initial; text-align: center;}
      .get-a-form {padding-left: 10px;}
      .welcome-contact-title{ z-index:9 }
      .project-list .item {padding: 0 75px;}
      .testimonials-wrapper{padding: 0;}
      .testimonials .title-section h2{font-size: 23px;}
      .testimonials::after{ top: 0; left: 0; height: 42%; width: 100%; transform: skew(0);}
      .testimonials .testimonials-content{padding: 30px;}
      #testimonial-slider .owl-buttons .owl-prev{display: none;}
      #testimonial-slider .owl-buttons .owl-next{display: none;}
      .parallax-content{padding: 0 15px;}
      .get-a-free-quote {padding: 0;}
      .get-a-free-quote-form {margin-top: 50px;}

      .project{ padding: 50px 0 30px; }
      .project .section-title{ margin-bottom: 30px; }
      .project-content{ margin-bottom: 15px; }

      .footer-content h4{ font-size: 20px; }
      .footer-content h3{ font-size: 16px; }
      .footer-content ul li{ font-size: 16px; }

	.copyright{ padding: 15px 0; }

	/*===== Slider Section =====*/
	#owl-demo .owl-pagination{ width: 100%; top: 95%; }
	#owl-demo1 .owl-buttons .owl-prev{ left: -10px; }
	#owl-demo1 .owl-buttons .owl-next{ right: -10px; }

	/*===== Page Section =====*/
	.content-banner{ padding: 30px 0 20px; }
	.content-block{ min-height: auto; }
	.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: 1px 0 10px; }
	.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; }
	.freeestimatestyle{ height: 40px; padding-left: 50px; }
	.btn-freeestimatestyle{ display: block; margin: 0 auto; width: 100%; font-size: 14px; }
	.free-estimate-form .fa{ width: 40px; height: 40px; }
	.free-estimate-form .sms{ width: 40px; height: 174px; }
	.testimonials-page .panel-body p{ font-size: 14px; line-height: 30px; }
      .copyright p{font-size: 12px;}
      .about-page-img img{ width:100%; margin:0px; }
      .about-text{ position:static; text-align:center; }
      .service-page .service-contents h3{ font-size:21px; }
      .service-thumbnail img{ margin-top:20px; }
	.modal-dialog{ width: 474px; margin: 76px auto; }
}
@media (max-width: 480px){
      .breadcrumb h1{ font-size: 30px; width: 85%; padding: 30px;   
      }
      .contactus-content {padding: 20px;position: absolute; bottom: 0px; left: 3px; width: 83%;}
      .header-middle.navbar .navigation .navbar-inverse{display: none;}
      .header-middle .logo-image{display: flex; justify-content: center;}
}

