
/*  css  */

/* ------------------------
    General
------------------------*/
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,400i,500,600,700,800,900');

body {font-family: 'Fira Sans', sans-serif; font-weight: normal; font-style: normal; font-size: 15px; line-height: 1.5; color:#565857;}


/* ------------------------
    Typography
------------------------*/
h1, h2, h3, h4, h5, h6{font-weight:normal; margin-top: 0px; margin-bottom: 0px; text-transform: capitalize;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 70px; font-style: normal; line-height: 75px; font-weight: 600; text-transform: capitalize; color: #4ab242;}
h2 { font-size: 40px; font-style: normal; line-height: 46px; font-weight: 700; color: #202125; text-transform: capitalize; margin-bottom: 10px; position: relative;}
h3 { font-size: 30px; font-style: normal; line-height: 36px; }
h4 { font-size: 24px; font-style: normal; text-transform: uppercase; margin-bottom: 10px; font-weight: 500; line-height: 30px; color: #202125;}
h5 { font-size: 20px; font-style: normal; text-transform: uppercase; margin-bottom: 10px; font-weight: 500; line-height: 26px; color: #202125;}
h6 { font-size: 18px; font-style: normal; line-height: 24px; margin-bottom: 10px; color: #202125;}
ul { margin: 0px; padding: 0px; }


/* ------------------------
    Helper class
------------------------*/
p{line-height: 1.7;}
.grey-bg p{color: #202125}
.lead{font-weight: normal; font-size: 16px; line-height: 30px;}
.o-hidden{overflow: hidden;}
.img-center{display: inline-block !important; max-width: 100%;}
.pos-r{position: relative;}
.z-index-0{z-index: 0; position: relative;}
.z-index-1{z-index: 1; position: relative;}
h1 span{color: #4ab242;}
section{padding:30px 0;}
.section-title{margin-bottom:50px;}
.section-title p{font-size: 16px;}
.align-item-middle{display: -webkit-flex; /* Safari */  -webkit-align-items: center; /* Safari 7.0+ */  display: flex; align-items: center;}
.align-item-middle > div{width: 100%;}


.font-w-3{font-weight: 300;}
.font-w-4{font-weight: 400;}
.font-w-5{font-weight: 500;}
.font-w-6{font-weight: 600;}
.font-w-7{font-weight: 700;}
.font-w-8{font-weight: 800;}
.font-w-9{font-weight: 900;}


.line-h-2{line-height: 1.6;}
.line-h-3{line-height: 1.7;}
.line-h-4{line-height: 1.8;}
.line-h-5{line-height: 1.9;}

.letter-space-1{letter-spacing: 5px;}
.letter-space-2{letter-spacing: 10px;}
.letter-space-3{letter-spacing: 15px;}


/* ------------------------
    Text color
------------------------*/
.text-theme{color:#ed1c24;}
.text-black{color:#202125 !important;}
.text-grey{color:#565857 !important;}
.text-yellow{color:#4ab242;}
.text-rgba{color: rgba(255,255,255,0.8);}


/* ------------------------
    Background color
------------------------*/
.white-bg{background-color:#ffffff !important;}
.dark-bg{background-color:#1b1b1b;}
.grey-bg{background-color:#f9f9f9;}
.theme-bg{background-color:#4ab242;}
.transparent-bg{background-color: inherit !important;}


/* ------------------------
    Jarallax
------------------------*/
.jarallax {position: relative; z-index: 0;}
.jarallax > .jarallax-img {position: absolute;  object-fit: cover; font-family: 'object-fit: cover;'; top: 0; left: 0; width: 100%; height: 100%; z-index: -1;}


/* ------------------------
    Border Radius
------------------------*/
.radius{-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
.radius-0{-webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px;}
.radius-1{-webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;}
.radius-2{-webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px;}
.radius-3{-webkit-border-radius:30px; -moz-border-radius:30px; border-radius:30px;}
.radius-4{-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}

/* ------------------------
    Banner
------------------------*/
.fullscreen-banner{position: relative;}
[data-bg-img]{background-size: cover; background-position: center center; background-repeat: no-repeat;}
.align-center{position: absolute; top: 50%; width: 100%; z-index: 9;}
.align-end{position: absolute; bottom: 0; width: 100%; z-index: 9;}
.bnr-form{padding-top: 30px;}
.bnr-form .form-group{margin: 0 30px 20px;}


/* ------------------------
    About Us
------------------------*/
.about-2{display: inline-block; text-align: center; border:8px solid #4ab242; width: 100%;}
.about-2 h3{background: #4ab242; color: #ffffff; padding: 15px; margin-bottom: 0; text-transform: capitalize;}
.about-2 .working-hours {padding: 30px; display: inline-block; width: 100%;}
.about-2 .working-hours li{border-color: #ffffff; font-size: 16px; font-weight: bold;}
.about-2:before{z-index: 0;}
.appoinment-img {bottom: 0; position: absolute;}
.appoinment-img img{width: 80%;}


/* ------------------------
    Countdown
------------------------*/
.coming-soon{background: rgba(255,255,255,0.5); padding: 50px;}
.countdown{margin:50px 0; display: table; width: 100%;}
.countdown > li{padding: 0 30px; font-weight: 700; text-align: center; border-right: 1px dashed rgba(0,0,0,0.1); list-style-type: none; display: table-cell; width: auto;}
.countdown > li:last-child{border-right: none;}
.countdown > li span{font-size:70px; font-weight:300; line-height:60px; margin-bottom: 20px; display: inline-block;}
.countdown > li p{font-size:20px; text-transform: uppercase; line-height:30px; margin-bottom: 0; color: #4ab242;}
.dark-bg .countdown > li{border-color:rgba(255,255,255,0.2) }

/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions p{margin-bottom:25px;}
.terms-and-conditions ul.list{margin-bottom:20px; display:block;}
.terms-and-conditions ul.list li i{padding-right:12px; font-size:15px;}

/* ------------------------
    Privacy Policy
------------------------*/
.privacy-policy p{margin-bottom:25px;}
.privacy-policy ul.list{margin-bottom:20px; display:block;}
.privacy-policy ul.list li i{padding-right:12px; font-size:15px;}

/* ------------------------
    Contact
------------------------*/
.contact-main {padding: 30px;}
.contact-info li {padding-left: 50px; position: relative;}
.contact-info li i{position: absolute; left: 0; top: 0; line-height: 24px; font-size: 30px; color: #4ab242; text-align: center;}
.contact-info li span{font-size: 16px; color: #202125; font-weight: bold; text-transform: uppercase; display: block; margin-bottom: 8px;}
.contact-info li p{margin-bottom: 0; line-height: 24px;}
.contact-info li a{color: #202125;}
.dark-bg .contact-info li a{color: #ffffff;}
.contact-info li a:hover{color: #4ab242;}
.theme-bg .contact-info span, .dark-bg .contact-info span{color: #ffffff}
.theme-bg .contact-info li i{color: #ffffff;}
.theme-bg .contact-info li a{color: #ffffff;}
.theme-bg .contact-info li a:hover{color: #202125;}
.contact-1 .contact-box {position: absolute; top: 50%; z-index: 99; transform: translateY(-50%); width: 100%;}

.form-group{margin-bottom: 20px; position: relative;}
 label{font-size: 14px; color: #333}
.form-control{height: 50px; border-radius: 0; font-size: 13px; color: #202125; background: none; border: none; border-bottom: 2px solid #f5f5f5; box-shadow: none;}
.dark-bg .form-control, .theme-bg .form-control{color: #ffffff;}
.grey-bg .form-control{background: #ffffff}
textarea.form-control{height: 150px;}
.form-control:focus{box-shadow: none; background: none; border-color: #00597f;}
.theme-bg .form-control:focus{border-color: #202125;}
select.form-control {-moz-appearance: none; -webkit-appearance: none; appearance: none; height: 50px !important;}
iframe{width: 100%; border: none; pointer-events: auto;}
.iframe-h{height: 500px !important;}
.iframe-h-2{height: 600px !important;}
.map iframe {border: 0px; width: 100%; height: 100%; z-index: 1;}
.help-block.with-errors {position: absolute; color: red; right: 15px; font-size: 10px; line-height: 14px;}

.form-control::-webkit-input-placeholder {color: #202125;}
.form-control::-moz-placeholder {color: #202125;}
.form-control:-ms-input-placeholder {color: #202125;}
.form-control:-moz-placeholder {color: #202125;}
.dark-bg .form-control::-webkit-input-placeholder, .theme-bg .form-control::-webkit-input-placeholder {color: #ffffff;}
.dark-bg .form-control::-moz-placeholder, .theme-bg .form-control::-moz-placeholder {color: #ffffff;}
.dark-bg .form-control:-ms-input-placeholder, .theme-bg .form-control:-ms-input-placeholder {color: #ffffff;}
.dark-bg .form-control:-moz-placeholder, .theme-bg .form-control:-moz-placeholder {color: #ffffff;}


/* ------------------------
    Video
------------------------*/
.video-btn {position: relative; display: inline-block; min-height: 50px; min-width: 60px;}
.video-btn .btn-play {font-size: 30px; background: #4ab242; color: #fff; line-height: 50px; width: 70px; height: 70px; border: 10px solid rgba(0,0,0,0.1); -webkit-border-radius: 100%;
 border-radius: 100%; text-align: center; cursor: pointer; display: inline-block; -webkit-transition: .15s ease-in-out; transition: .15s ease-in-out; -webkit-transition-property: color, background, border-color; transition-property: color, background, border-color; }
.video-btn .btn-play {position: absolute; top: 50%; left: 0; margin-top: -30px; z-index: 5;}
.video-btn .btn-play:after, .video-btn .btn-play:before {content: ''; border: 10px solid; border-color: inherit; width: 270%; height: 270%; -webkit-border-radius: 100%; border-radius: 100%;
 position: absolute; left: -85%; top: -85%; opacity: 1; -webkit-animation: 1s videomodule-anim linear infinite; animation: 1s videomodule-anim linear infinite; }
.video-btn .btn-play:before {-webkit-animation-delay: .5s; animation-delay: .5s; }
.video-btn-pos{position: absolute; position: absolute; left: 50%; top: 50%; width: auto !important;}
.theme-bg .video-btn .btn-play, .dark-bg .video-btn .btn-play{background: #ffffff; border-color: #ddd; color: #4ab242;}
.html5-video {height: 100%; left: 0; opacity: 1; overflow: hidden; position: absolute; top: 0; width: 100%; z-index: -2;}
.html5-video video {width: 100%;}

/* ------------------------
    Side Background
------------------------*/
.img-side img{max-width: 100%}
.img-side.img-right {right: 0;}
.img-side.img-left {left: 0;}
.img-side {padding: 0; position: absolute!important; top: 0px; height: 100%; overflow: hidden; z-index: 9;}
.slider-pos .owl-carousel{right: -50px;}

/* ------------------------
    Popup
------------------------*/
.modal{z-index: 99999; top: 150px;}
.modal-backdrop{z-index: 9999;}
.modal-dialog{margin: 0 auto;}

/* ------------------------
    Menu Price List
------------------------*/
.pricing-list li{border-top: 1px dashed #ddd; color: #4ab242; font-weight: 500; float: left; padding: 11px 0 12px; position: relative; text-align: right; width: 100%;}
.pricing-list li:first-child {border-top: none;}
.pricing-list li span {float: left; font-size: 16px; font-weight: 600; color: #202125; position: relative; text-align: left; text-transform: capitalize; width: auto;}


/* ------------------------
    List Icon
------------------------*/
.list-icon li{position: relative; padding-left: 20px;}
.list-icon li i{position: absolute; left: 0; top: 5px; color: #4ab242}


/* ------------------------
    Nice Select
------------------------*/
.nice-select{-webkit-tap-highlight-color:transparent;border: none; padding-top: 0; padding-bottom: 0; padding-left: 0.75rem; border-bottom: 2px solid #f5f5f5;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-size:14px;font-weight:normal;height:50px;line-height:50px;outline:none;padding-right:30px;position:relative;text-align:left !important;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:100%;}
.dark-bg .nice-select span, .theme-bg .nice-select span{color: #ffffff;}
.nice-select:active, .nice-select.open, .nice-select:focus{border-color:#4ab242;}
.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 0.15s ease-in-out;transition:all 0.15s ease-in-out;width:5px;}
.theme-bg .nice-select:after{border-bottom:2px solid #ffffff;border-right:2px solid #ffffff;}
.nice-select.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);}
.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0);}
.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none;}
.nice-select.disabled:after{border-color:#cccccc;}
.nice-select.wide{width:100%;}
.nice-select.wide .list{left:0 !important;right:0 !important;}
.nice-select.right{float:right;}
.nice-select.right .list{left:auto;right:0;}
.nice-select.small{font-size:12px;height:36px;line-height:34px;}
.nice-select.small:after{height:4px;width:4px;}
.nice-select.small .option{line-height:34px;min-height:34px;}
.nice-select .list{background-color:#fff;width:100%;border-radius:5px;box-shadow:0 0 0 1px rgba(68, 68, 68, 0.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(0.75) translateY(-21px);-ms-transform:scale(0.75) translateY(-21px);transform:scale(0.75) translateY(-21px);-webkit-transition:all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;transition:all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;z-index:99;}
.nice-select .list:hover .option:not(:hover){background-color:transparent !important;}
.nice-select .option{color: #202125; width: 100%; cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:none;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all 0.2s;transition:all 0.2s;}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus{background-color:#f6f6f6;}
.nice-select .option.selected{font-weight:bold;}
.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default;}
.no-csspointerevents .nice-select .list{display:none;}
.no-csspointerevents .nice-select.open .list{display:block;}





/* ------------------------
    Base css
------------------------*/	

/* ------------------------
    General
------------------------*/
a:focus { text-decoration: none !important; }
a:focus, a:hover { color: #ed1c24; text-decoration: none !important; }
a, button, input { outline: medium none !important; color: #ed1c24; }

*::-moz-selection { background: #ed1c24; color: #fff; text-shadow: none; }
::-moz-selection { background: #ed1c24; color: #fff; text-shadow: none; }
::selection { background: #ed1c24; color: #fff; text-shadow: none; }

/* ------------------------
    Transition
------------------------*/
a, i, .btn, button, img, span, .navbar-nav .nav-link:before, .dropdown-item, .featured-item .featured-icon:before, .featured-item:hover .featured-icon:after, .gallery-item .gallery-hover, .owl-item, .service-item, .service-icon,  .service-description, .featured-item .featured-icon i, .featured-item, .featured-icon, .price-table, .price-table.style-2 .price-inner, .portfolio-filter button, .post .post-desc, .sidebar-links li a, .portfolio-img:before, .portfolio-description
{-webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; }
 
/* ------------------------
    Transform translate
------------------------*/

/*--translate-X--*/
.transform-x, .featured-item .featured-icon:after {transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%);}

/*--translate-Y--*/
.transform-y, .featured-item .featured-icon:before, .gallery-icon, .align-center, .clear-loader, .widget-searchbox .search-btn, .post-meta ul li::before, .accordion .card-header a span{transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%);}

/*--translate-XY--*/
.clear-loader,
.accordion .card-header a span:before{transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%);}

/*--translate-X-5--*/
.navbar-nav .dropdown-menu .nav-link:focus, .navbar-nav .dropdown-menu .nav-link:hover{transform: translateX(5px); -webkit-transform: translateX(5px); -o-transform: translateX(5px); -ms-transform: translateX(5px); -moz-transform: translateX(5px);}


/* ------------------------
    Custom Margin
------------------------*/
.custom-mt-5{z-index: 99; position: relative; margin-top: -50px;}
.custom-mt-7{z-index: 99; position: relative; margin-top: -70px;}
.custom-mt-10{z-index: 99; position: relative; margin-top: -100px;}
.custom-mt-12{z-index: 99; position: relative; margin-top: -120px;}
.custom-mt-15{z-index: 99; position: relative; margin-top: -150px;}
.custom-mt-20{z-index: 99; position: relative; margin-top: -200px;}
.custom-mt-25{z-index: 99; position: relative; margin-top: -250px;}


/* ------------------------
    Custom Padding
------------------------*/
.custom-pt-18{ padding-top: 180px;}
.custom-pb-18{ padding-bottom: 180px;}


/* ------------------------
    Box Shadow
------------------------*/
#header-wrap, .header-3 #header-wrap.fixed-header, .navbar .dropdown-menu, .breadcrumb, .featured-step,
.service-item, #newslatter .form-control, .blog-details, .contact-main, .team-desc, .accordion .card, .price-table:hover, .box-shadow, .portfolio-main, .tab.style-2 .nav-tabs, .post
{-webkit-box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08); -moz-box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08); box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);}


/* ------------------------
    Padding
------------------------*/
.px-10{padding-left: 100px !important; padding-right: 100px !important;}
.px-15{padding-left: 150px !important; padding-right: 150px !important;}
.px-20{padding-left: 200px !important; padding-right: 200px !important;}

.py-8{padding-top: 80px !important; padding-bottom: 80px !important;}
.py-10{padding-top: 100px !important; padding-bottom: 100px !important;}
.py-15{padding-top: 150px !important; padding-bottom: 150px !important;}
.py-20{padding-top: 200px !important; padding-bottom: 200px !important;}

.pl-10{padding-left: 100px !important;}
.pr-10{padding-right: 100px !important;}
.pt-8{padding-top: 80px !important;}
.pt-10{padding-top: 100px !important;}
.pt-15{padding-top: 150px !important;}
.pt-20{padding-top: 200px !important;}
.pb-10{padding-bottom: 100px !important;}
.pb-15{padding-bottom: 150px !important;}
.pb-17{padding-bottom: 170px !important;}
.pb-20{padding-bottom: 200px !important;}


/* ------------------------
    Margin
------------------------*/
.mt-8{margin-top: 80px !important;}
.mt-10{margin-top: 100px !important;}
.mt-15{margin-top: 150px !important;}

.my-8{margin-top: 80px !important; margin-bottom: 80px !important;}
.my-10{margin-top: 100px !important; margin-bottom: 100px !important;}
.my-15{margin-top: 150px !important; margin-bottom: 150px !important;}
.my-20{margin-top: 200px !important; margin-bottom: 200px !important;}


/* ------------------------
    Pre Loader
------------------------*/
#ht-preloader {background: #ffffff; bottom: 0; height: 100%; left: 0; overflow: hidden !important; position: fixed; right: 0; text-align: center; top: 0; width: 100%; z-index: 99999;}
.clear-loader {z-index: 999; box-sizing: border-box; display: inline-block; left: 50%; position: absolute; text-align: center; top: 50%;}


/* ------------------------
    Row Eq Height
------------------------*/
.row-eq-height{ display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex;}
.row-eq-height > [class*='col-'] > div{height: 100%;}
.row-eq-height .align-item-middle > div{height: auto;}


/* ------------------------
    Background Overlay
------------------------*/
[data-overlay] {position:relative; z-index:0;}
[data-overlay]:before, .slide-overlay:before {position: absolute;  content: '';  background-color: #000000;  width: 100%;  height: 100%;  top: 0;  left: 0; z-index:-1;}
[data-overlay].white-overlay:before{background-color:#fff;}
[data-overlay].theme-overlay:before{background-color:#ed1c24;}
[data-overlay].grediant-overlay:before{background: rgb(2,0,36); /* Old browsers */
background: -moz-linear-gradient(-90deg, rgba(2,0,36,1) 0%, rgba(74,178,66,1) 59%); /* FF3.6-15 */
background: -webkit-linear-gradient(-90deg, rgba(2,0,36,1) 0%, rgba(74,178,66,1) 59%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(-90deg, rgba(2,0,36,1) 0%, rgba(74,178,66,1) 59%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020024', endColorstr='#ed1c24',GradientType=1 ); /* IE6-9 */}

[data-overlay].grediant-overlay-2:before{background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 65%); /* FF3.6-15 */
background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 65%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 65%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#fff',GradientType=1 ); /* IE6-9 */}

[data-overlay="1"]:before{opacity:0.1;}
[data-overlay="2"]:before{opacity:0.2;}
[data-overlay="3"]:before{opacity:0.3;}
[data-overlay="4"]:before{opacity:0.4;}
[data-overlay="5"]:before{opacity:0.5;}
[data-overlay="6"]:before{opacity:0.6;}
[data-overlay="7"]:before{opacity:0.7;}
[data-overlay="8"]:before{opacity:0.8;}
[data-overlay="9"]:before{opacity:0.9;}
[data-overlay="10"]:before{opacity:1;}
[data-overlay="0"]:before{opacity:0;}



/* ------------------------
    Scroll to Top
------------------------*/
.scroll-top {position: fixed; bottom: 30px; right: 30px; z-index: 600; opacity: 0; visibility: hidden; -webkit-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; -webkit-transform: translate3d(0, 200%, 0); -ms-transform: translate3d(0, 200%, 0); transform: translate3d(0, 200%, 0);}
.scroll-top a, .scroll-top a:visited {display: block; height:40px; width:40px; line-height:40px; text-align: center; border-radius: 50%; -webkit-box-shadow: 0 0 15px 6px rgba(0,0,0,0.1); -moz-box-shadow: 0 0 15px 6px rgba(0,0,0,0.1); box-shadow: 0 0 15px 6px rgba(0,0,0,0.1); -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; font-size:22px; color: #ffffff; background: #ed1c24;}
.scroll-top a:hover, .scroll-top a:focus {color: #ed1c24; background: #ffffff; border-radius: 0;}
.scroll-top.scroll-visible {opacity: 1; visibility: visible; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}


/* ------------------------
    Header
------------------------*/
.navbar{padding: 0;}
.navbar .fullwidth > ul{width: 100% !important; min-width: inherit !important; max-width: inherit !important; right: 0; margin: 0 !important}
.nav-item.fullwidth{position: static;}
.navbar-nav,.navbar-nav ul,.navbar-nav li{list-style:none;margin:0;padding:0;line-height:normal;}
.navbar-nav li > ul{display:none;}
.navbar-nav li,.navbar-nav a{position:relative;}
.navbar-nav a{display:block;}
.navbar-nav li > ul{position: absolute; background: #fff; border:none; -webkit-transition: all 0.8s ease; -o-transition: all 0.8s ease; transition: all 0.8s ease;}
.navbar-nav ul li a{padding:8px 15px; white-space: nowrap; position: relative; background: none; color: #221b1b; font-size: 14px; font-weight: 400;}
.navbar-nav ul li a:hover{/*background: #ed1c24;*/ color: #ed1c24;}
.navbar-nav .nav-link.highlighted, #header-wrap.fixed-header .nav-link.highlighted{color: #ed1c24;}
.navbar-nav a .sub-arrow {display: inline-block; width: 0; height: 0; margin-left: .255em; vertical-align: middle; border-top: .3em solid; border-right: .3em solid transparent; border-left: .3em solid transparent;}
.navbar-nav li ul li a .sub-arrow {position: absolute; top: 50%; right: 0; width: 0; height: 0; margin-top: -.3em; margin-right: 1em; border-top: .3em solid transparent; border-bottom: .3em solid transparent; border-left: .3em solid;}
.navbar .container{display: block;}

@media (min-width: 768px) {
  /* prevent text rendering degrade during animation in Mac browsers */
  #main-menu {
    -webkit-font-smoothing: subpixel-antialiased;
  }
  /* show animation */
  #main-menu ul.show-animation {
    -webkit-animation: show-animation 0.6s;
    animation: show-animation 0.6s;
  }
  @-webkit-keyframes show-animation {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes show-animation {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  /* hide animation */
  #main-menu ul.hide-animation {
    -webkit-animation: hide-animation 0.6s;
    animation: hide-animation 0.6s;
  }
  @-webkit-keyframes hide-animation {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  @keyframes hide-animation {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
}

.navbar-brand{margin-right: 0;}
.navbar-nav .nav-item{margin: 0 15px;}
.navbar-nav .nav-link{color: #221b1b; line-height: 90px; font-weight: 500; font-weight: 500; padding: 0 !important; text-transform: capitalize; flex-direction: column; align-items: flex-start; overflow: hidden; position: relative;}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus, .navbar-nav .nav-item .nav-link.active{color: #ed1c24;}
.header {position: relative; top: 0; width: 100%; z-index: 1200;}
.top-bar {background: #ffffff;}
.topbar-link li a{color: #202125}
.topbar-link li a i{margin-right: 8px; font-weight: bold; color: #ed1c24; font-size: 18px; vertical-align: middle;}
.topbar-link li a:hover, .top-bar .top-social-list li a:hover{color: #ed1c24}

#header-wrap{padding: 0; width: 100%; background: rgba(255,255,255,0.9);}
#header-wrap.fixed-header {position: fixed; top:0; left:0; width: 100%; z-index: 999 !important; background: #ffffff !important;}
.logo img {height: 70px;}
#header-wrap.fixed-header .logo img {height: 60px;}

.top-bar .top-social-list li a{color: #202125; height: auto; line-height: inherit; width: auto; border-radius: 0;}
.top-bar ul li {border-right: 1px dashed #ddd; padding: 15px 20px; line-height: 10px; margin-right: 0 !important;}
.top-bar ul li:last-child {border-right: none; padding-right: 0;}

#header-wrap.fixed-header .appoint-btn{display: none;}
#header-wrap.fixed-header .navbar-nav{margin-right: inherit !important;}

.header-2 .topbar-link li a, .header-2 .topbar-link li a i{color: #fff;}
.header-2 .topbar-link li a:hover{color: #202125;}


.header-3 #header-wrap{background: #202125; padding: 0; box-shadow: none; margin-top: 20px;}
.header-3 #header-wrap .navbar-brand{margin-left: 10px;}
.header-3 .appoint-btn {padding: 30px; text-transform: capitalize}
.header-3 .btn.btn-theme:hover{background: #ffffff; color: #ed1c24; border-color: #fff}
.header-3 #header-wrap.fixed-header{padding: 0 15px; margin-top: 0;}
.header-3 #header-wrap.fixed-header .navbar {background: none; padding: 0;}
.header-3 .navbar-nav .nav-link{color: #ffffff;}
.header-3 #header-wrap.fixed-header .navbar-nav .nav-link{color: #202125}
.header-3 #header-wrap.fixed-header .navbar-nav .nav-link:hover,
.header-3 #header-wrap.fixed-header .navbar-nav .nav-link:focus,
.header-3 #header-wrap.fixed-header .navbar-nav .nav-item .nav-link.active{color: #ed1c24}

.logo .sticky-logo{display: none !important;}
.header-3 #header-wrap.fixed-header .logo > img{display: none !important;}
.header-3 #header-wrap.fixed-header .logo .sticky-logo{display: block !important;}


/* ------------------------
    Footer
------------------------*/
.primary-footer{padding:30px 0;}
.secondary-footer{padding: 15px 0; background: #191919; color: #ffffff;}
.footer-logo img{height: 70px;}
.primary-footer, .primary-footer a{color: #202125;}
footer h5{margin-bottom: 20px;}
.media-icon li{padding-left: 40px; position: relative;}
.media-icon.list-inline li{display: inline-block;}
.media-icon li i{position: absolute; left: 0; top: 0; font-size: 24px; color: #ed1c24; font-weight: normal; line-height: 24px;}
.media-icon li a:hover{color: #ed1c24;}
.theme-bg .media-icon li a:hover{color: #202125;}
.secondary-footer span a{text-decoration: underline; color: #ffffff; font-weight: 600; text-transform: uppercase;}

.working-hours li{border-top: 1px dashed #3c3c3c; padding: 11px 0 12px; position: relative; text-align: right; width: 100%;}
.working-hours li:first-child, .footer-menu li:first-child {border-top: none;}
.working-hours li:last-child{padding-bottom: 0;}
.working-hours li span {float: left; position: relative; text-align: left; text-transform: capitalize; width: auto;}

footer.dark-bg .social-icons li a{color: #fff;}
.footer-list li {border-bottom: 1px dashed #ddd; padding: 10px 0; text-transform: capitalize;}
.footer-list li:last-child{padding-bottom: 0; border-bottom: none;}
.footer-list li a:hover{color: #ed1c24}
.social-icons {text-align: center;border-top: 1px dashed #ddd;max-width: 560px;padding: 30px 0px 0px 0px;margin: 40px auto 0px auto;}
.footer-2 .primary-footer, .footer-2 .primary-footer h5, .footer-2 .primary-footer a{color: #ffffff;}
.footer-2 .footer-list li{border-color: rgba(255,255,255,0.2);}
.footer-2 .secondary-footer{background: #ed1c24;}
.footer-2 .secondary-footer .social-icons li a{background: #fff; color: #202125;}
.footer-2 .secondary-footer .social-icons li a:hover{color: #fff;}

 /* ------------------------
    subscribe form
------------------------*/
.subscribe-form {margin: 0; padding: 0; position: relative;}
#mc-form {width: 100%;}
#mc-form input[type="email"] {border: none; border-radius: 30px; color: #202125; font-size: 14px; padding: 0 20px; height: 50px; width: 100%;}
#mc-form input[type="email"]::-webkit-input-placeholder {color: #202125;}
#mc-form input[type="email"]::-moz-placeholder {color: #202125;}
#mc-form input[type="email"]:-ms-input-placeholder {color: #202125;}
#mc-form input[type="email"].placeholder {color: #202125 !important;}
#mc-form input[type=submit] {padding: 10px 25px;}
#mc-form label {color: #202125; font-size: 12px; padding: 0 2rem; margin: 0; position: absolute; left: 0; bottom: -20px;}
.dark-bg #mc-form label {color: #fff;}

.subscribe-form.style-2 #mc-form input[type="email"]{padding-right: 50px;}
.subscribe-form.style-2 #mc-form input[type="submit"] {height: 100%; position: absolute; right: 0;}
.subscribe-form.style-2 #mc-form label {bottom: -40px;}

/* ------------------------
    Page Title
------------------------*/
.page-title {display: block; padding-bottom: 80px; padding-top: 230px;}
.page-title h1{font-size: 40px; color: #202125; line-height: 40px; text-transform: uppercase; font-weight: 800;}
.breadcrumb {padding: 15px; background: #ffffff; display: inline-block; border-radius: 0; margin: 0; text-transform: uppercase; color: #202125; font-weight: 600;}
.breadcrumb-item{display: inline-block;}
.breadcrumb-item a{color: #202125}
.breadcrumb-item.active, .breadcrumb-item a:hover{color: #ed1c24;}


/* ------------------------
    Flat Icon
------------------------*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
font-style: normal;
}

.flaticon-syrup:before { content: "\f100"; }
.flaticon-doctor-2:before { content: "\f101"; }
.flaticon-play-button:before { content: "\f102"; }
.flaticon-customer-service:before { content: "\f103"; }
.flaticon-chat:before { content: "\f104"; }
.flaticon-blood-donation:before { content: "\f105"; }
.flaticon-orthopedics:before { content: "\f106"; }
.flaticon-brain:before { content: "\f107"; }
.flaticon-ambulance:before { content: "\f108"; }
.flaticon-tooth:before { content: "\f109"; }
.flaticon-doctor-1:before { content: "\f10a"; }
.flaticon-drug:before { content: "\f10b"; }
.flaticon-doctor:before { content: "\f10c"; }
.flaticon-health:before { content: "\f10d"; }
.flaticon-stethoscope:before { content: "\f10e"; }
.flaticon-heart:before { content: "\f10f"; }
.flaticon-eye:before { content: "\f110"; }
.flaticon-medicine:before { content: "\f111"; }
.flaticon-alarm-clock:before { content: "\f112"; }
.flaticon-email:before { content: "\f113"; }
.flaticon-phone-call:before { content: "\f114"; }
.flaticon-paper-plane:before { content: "\f115"; }


/* Shortcode css   */

/* ------------------------
    Accordion
------------------------*/
.accordion .card {border: none; border-radius: 0; margin-bottom: 20px; margin-left: 20px; overflow: inherit;}
.accordion .card:last-child{margin-bottom: 0;}
.accordion .card-header {background: none; border:none;}
.accordion .card-header a{font-weight: 600; font-size: 15px; color: #202125; text-transform: capitalize; display: inline-block; width: 100%;}
.accordion .card.active .card-header {border-bottom: 1px solid #efefef;}
.accordion .card.active a, .accordion .card a:hover{color: #ed1c24}
.accordion .card-header {padding: 20px 20px 20px 30px; position: relative;}
.accordion .card-body {padding: 30px;}
.accordion .card-header a span {background: #ed1c24; border-radius: 50%; height: 40px; left: -20px; position: absolute; top: 50%; width: 40px;}
.accordion .card-header a span:before{font-family: 'themify'; color: #ffffff; font-weight: bold; content: "\e64b"; position: absolute; left: 50%; top: 50%;}
.accordion .card-header a[aria-expanded="true"] span:before {color: #ffffff; transform: translateX(-50%) translateY(-50%) rotate(-180deg); -webkit-transform: translateX(-50%) translateY(-50%) rotate(-180deg); -o-transform: translateX(-50%) translateY(-50%) rotate(-180deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(-180deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(-180deg);}

.dark-bg .accordion .card{background: rgba(0,0,0,0.2);}
.dark-bg .accordion .card-header a{color: rgba(255,255,255,0.5);}
.dark-bg .accordion .card.active a, .dark-bg .accordion .card a:hover{color: #ed1c24;}

.accordion.style-2 .card{background: #ed1c24; margin-left: 0;}
.accordion.style-2 .card-header a{color: #ffffff;}
.accordion.style-2 .card span{display: none;}
.accordion.style-2 .card-body {color: #ffffff}

/* ------------------------
    Social Icons
------------------------*/
.social-icons ul{padding:0; margin: 0; line-height: 0;}
.text-center.social-icons ul{display:inline-block;}
.social-icons li{display: inline-block; list-style:none; padding:0; margin:0 8px 0 0;}
.social-icons li a {display: inline-block; height: 40px; width: 40px; line-height: 40px; font-size: 14px; text-align: center; margin:0; border-radius: 4px; border:2px solid #fff; background: #333; color: #202125; overflow: hidden; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
.text-white .social-icons li a{color:#ffffff;}

/*** Colored ***/
.social-icons.social-colored a,
.social-icons.social-hover a:hover{color:#fff; border:2px solid #fff;}

.social-icons.social-colored .social-rss a,
.social-icons.social-hover .social-rss a:hover {background-color: #faa33d;}

.social-icons.social-colored .social-facebook a,
.social-icons.social-hover .social-facebook a:hover{background-color:#5d82d1;}

.social-icons.social-colored .social-twitter a,
.social-icons.social-hover .social-twitter a:hover{background-color:#40bff5;}

.social-icons.social-colored .social-vimeo a,
.social-icons.social-hover .social-vimeo a:hover{background-color:#35c6ea;}

.social-icons.social-colored .social-myspace a,
.social-icons.social-hover .social-myspace a:hover{background-color:#008dde;}

.social-icons.social-colored .social-youtube a,
.social-icons.social-hover .social-youtube a:hover{background-color:#ef4e41;}

.social-icons.social-colored .social-instagram a,
.social-icons.social-hover .social-instagram a:hover{background-color:#548bb6;}

.social-icons.social-colored .social-gplus a,
.social-icons.social-hover .social-gplus a:hover{background-color:#db5442;}

.social-icons.social-colored .social-stumbleupon a,
.social-icons.social-hover .social-stumbleupon a:hover{background-color:#ff5c30;}

.social-icons.social-colored .social-lastfm a,
.social-icons.social-hover .social-lastfm a:hover{background-color:#f34320;}

.social-icons.social-colored .social-pinterest a,
.social-icons.social-hover .social-pinterest a:hover{background-color:#e13138;}

.social-icons.social-colored .social-google a,
.social-icons.social-hover .social-google a:hover{background-color:#eb5e4c;}

.social-icons.social-colored .social-evernote a,
.social-icons.social-hover .social-evernote a:hover{background-color:#9acf4f;}

.social-icons.social-colored .social-dribbble a,
.social-icons.social-hover .social-dribbble a:hover{background-color:#f7659c;}

.social-icons.social-colored .social-skype a,
.social-icons.social-hover .social-skype a:hover{background-color:#13c1f3;}

.social-icons.social-colored .social-forrst a,
.social-icons.social-hover .social-forrst a:hover{background-color:#45ad76;}

.social-icons.social-colored .social-linkedin a,
.social-icons.social-hover .social-linkedin a:hover{background-color:#238cc8;}

.social-icons.social-colored .social-wordpress a,
.social-icons.social-hover .social-wordpress a:hover{background-color:#2592c3;}

.social-icons.social-colored .social-grooveshark a,
.social-icons.social-hover .social-grooveshark a:hover{background-color:#ffb21d;}

.social-icons.social-colored .social-delicious a,
.social-icons.social-hover .social-delicious a:hover{background-color:#377bda;}

.social-icons.social-colored .social-behance a,
.social-icons.social-hover .social-behance a:hover{background-color:#1879fd;}

.social-icons.social-colored .social-dropbox a,
.social-icons.social-hover .social-dropbox a:hover{background-color:#17a3eb;}

.social-icons.social-colored .social-soundcloud a,
.social-icons.social-hover .social-soundcloud a:hover{background-color:#ff7e30;}

.social-icons.social-colored .social-deviantart a,
.social-icons.social-hover .social-deviantart a:hover{background-color:#6a8a7b;}

.social-icons.social-colored .social-yahoo a,
.social-icons.social-hover .social-yahoo a:hover{background-color:#ab47ac;}

.social-icons.social-colored .social-flickr a,
.social-icons.social-hover .social-flickr a:hover{background-color:#ff48a3;}

.social-icons.social-colored .social-digg a,
.social-icons.social-hover .social-digg a:hover{background-color:#75788d;}

.social-icons.social-colored .social-blogger a,
.social-icons.social-hover .social-blogger a:hover{background-color:#ff9233;}

.social-icons.social-colored .social-tumblr a,
.social-icons.social-hover .social-tumblr a:hover{background-color:#426d9b;}

.social-icons.social-colored .social-quora a,
.social-icons.social-hover .social-quora a:hover{background-color:#ea3d23;}

.social-icons.social-colored .social-github a,
.social-icons.social-hover .social-github a:hover{background-color:#3f91cb;}

.social-icons.social-colored .social-amazon a,
.social-icons.social-hover .social-amazon a:hover{background-color:#ff8e2e;}

.social-icons.social-colored .social-xing a,
.social-icons.social-hover .social-xing a:hover{background-color:#1a8e8c;}

.social-icons.social-colored .social-wikipedia a,
.social-icons.social-hover .social-wikipedia a:hover{background-color:#b3b5b8;}

.social-icons.social-colored .social-android a,
.social-icons.social-hover .social-android a:hover{background-color:#A4C639;}

.social-icons.social-colored .social-apple a,
.social-icons.social-hover .social-apple a:hover{background-color:#999999;}

/*** Border ***/
.social-icons.social-border li a{border:1px solid #efefef; background:transparent;}

/*** Circle ***/
.social-icons.circle li a{-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}

.social-icons.social-fullwidth ul{display: table; width: 100%;}
.social-icons.social-fullwidth li{display: table-cell; width: 20%;}
.social-icons.social-fullwidth li a {height: 60px; line-height: 60px; width: 100%; border-radius: 0;}
.social-icons.social-fullwidth li a:hover {background: #202125;}

/* ------------------------
    Portfolio
------------------------*/
.portfolio-main{overflow: hidden; position: relative;}
.portfolio-img{position: relative; overflow: hidden;}
.portfolio-img:before {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.34); content: ''; opacity: 0; -webkit-transform: translate3d(0,50%,0); transform: translate3d(0,50%,0);}
.portfolio-main .portfolio-overlay {position: absolute; top:40%;bottom: 0; left: 0; padding: 2em; width: 100%; opacity: 0; -webkit-transform: translate3d(0,10px,0); transform: translate3d(0,10px,0);}
.portfolio-img:before,
.portfolio-main .portfolio-overlay {-webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s;}
.portfolio-main:hover .portfolio-img:before,
.portfolio-main:hover .portfolio-overlay {opacity: 1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
.portfolio-main .portfolio-description {width: 100%; padding:16px; background:#e6e6e6;}
.portfolio-main .portfolio-description span{color: #202125;}
.portfolio-main .portfolio-description h5{ margin: 0; text-transform: capitalize; font-weight: 500; letter-spacing: 0.2px; color: #ed1c24;}
.portfolio-main .portfolio-overlay p{color: #ffffff; margin-bottom: 15px;}
.portfolio-main .portfolio-icon ul {display: inline-block;}
.portfolio-main .portfolio-icon ul li {margin: 0; display: inline-block; position: relative; }
.portfolio-main .portfolio-icon ul li a {background: #ffffff; border-radius: 50%; height: 40px; width: 40px; line-height: 40px; color: #ed1c24; display: inline-block; text-align: center;}
.portfolio-main .portfolio-icon ul li a:hover {background: #202125; color: #ffffff;}
.portfolio-main img{width: 100%;}
.portfolio-main p{margin-bottom: 0;}
.portfolio-main .portfolio-description span{color: #fff}
.portfolio-description{background: #202125; color: #fff;}
.portfolio-main .portfolio-description:hover{border-bottom:1px solid #333;}

/* ------------------------
    Tab
------------------------*/
.tab .nav-tabs{border:none;}
.tab .nav-tabs .nav-link{background: #202125; border-radius: 0; font-size: 16px; font-weight: 600; color: #ffffff; float: left; position: relative; display: inline-block; border:none; border-right: 1px solid #ffffff; margin: 0; padding:15px 40px;}
.tab .nav-tabs .nav-link.active, .tab .nav-tabs .nav-link:hover, .tab .nav-tabs.active > a:focus, .tab .nav-tabs > a:hover{background: #ed1c24; color: #ffffff;}
.tab .tab-content{padding: 30px;}

.grey-bg .tab .tab-content{background: #ffffff;}

.tab.style-2 .nav-tabs{float: left; width: 30%;}
.tab.style-2 .nav-tabs .nav-link{float: none; display: block; width: 100%; border-right: none; border-bottom: 1px solid #ffffff;}
.tab.style-2 .tab-content{float: right; width: 70%;}

/* ------------------------
    Counter
------------------------*/
.counter_main{
	padding:15px 0 30px 0;
}
.counter{position: relative; text-align: center;}
.counter .count-number{display:block; font-size:40px; font-weight:400; line-height:40px; color:#202125;}
.counter label{font-weight:400; color:#202125; text-transform: uppercase; font-size:18px; position:relative; margin:15px 0; margin-bottom:0;}
.theme-bg .counter .count-number, .theme-bg .counter label,
.dark-bg .counter .count-number, .dark-bg .counter label{color: #ffffff}
.counter_main .counter span::after { position: absolute;width: 60px;background: #eeab23;height: 5px;margin: 0 auto;display: block;content: '';bottom:-20px;right: 0;left: 0;}
/* ------------------------
    Blog - Post
------------------------*/
.post{position:relative; border-radius: 5px; overflow: hidden;}
.post-meta{margin-bottom: 15px;}
.post-meta ul li{color: #202125; font-style: italic; display: inline-block; margin: 0 40px 0 0; list-style-type: none; position: relative; text-transform: uppercase;}
.post-meta ul li:last-child{margin-right: 0;}
.post-meta ul li:before{content: ""; background: #ed1c24; border-radius: 50px; height: 5px; width: 25px; right: -35px; top: 50%; position: absolute;}
.post-meta ul li:last-child:before{display: none;}
.post .post-desc{padding:30px; background: #ffffff; width: 100%; display: inline-block;}
.post .post-desc h5 a{text-transform: capitalize; font-weight: 500; color: #202125}
.post .post-desc h5 a:hover{color: #ed1c24}
.post .post-desc p{margin: 15px 0 0;}
.post-btn{text-transform: uppercase; display: inline-block; margin-top: 15px; font-weight: 600;}
.post .post-btn:hover{color: #202125;}
.dark-post .post .post-desc .post-btn{color: #ed1c24;}
.dark-post .post .post-meta ul li, .dark-post .post .post-desc h5 a, .dark-post .post .post-desc .post-btn:hover{color: #ffffff}
.dark-post .post .post-desc{background: #202125; color: #fff;}



.blog-classic {border-bottom: 1px dashed #efefef; margin-bottom: 40px; padding-bottom: 40px;}
.video-post {padding-top: 56.9444%; position: relative; width: 100%;}
.video-post iframe, .video-post object, .video-post embed {pointer-events: auto; border: medium none; height: 100%; left: 0; position: absolute; top: 0; width: 100%;}

.left-side .post{box-shadow: none; margin-top: -50px; padding:0 30px 30px;}
.blog-details {background: #fff; padding: 30px;}
.post-queto .item {background: #202125; padding: 30px 30px 30px 100px; font-size: 16px; font-style: italic; line-height: 30px;}
.post-queto .item span{font-size: 40px; color: #ed1c24; line-height: 40px; position: absolute; left: 30px; top: 30px;}

.media-holder .media{position: relative; padding: 30px 0; border-bottom: 1px solid #efefef} 
.media-holder .media.inner {margin: 15px 0 15px 100px;}
.media-body h6{color: #202125; margin-bottom: 0; font-size: 20px; text-transform: capitalize; display: inline-block; vertical-align: middle;}
.comment-date {display: inline-block; color: #ed1c24; vertical-align: middle;}
.reply {position: absolute; right: 30px; bottom: 30px;}
.reply a{color: #202125; font-weight: 500; border: 1px solid #efefef; display: inline-block; border-radius: 5px; padding:8px 10px;}
.reply a:hover{color: #ed1c24; border-color: #ed1c24}
.media-body p{margin: 15px 0;}

.page-item:first-child .page-link{border-radius: 5px;}
.pagination{display: inline-block;}
.pagination > li{margin: 0 6px; display: inline-block;}
.pagination > li > a, .pagination > li > span{border-radius: 5px; color: #ed1c24; border-color: #efefef}
.pagination > li.active .page-link, .page-link:hover, .page-link:focus{box-shadow: none; background: #ed1c24; color: #ffffff; border-color: #ed1c24}

/*Widget-Title*/
.widget-title {color: #202125; display: inline-block; margin: 30px 0; position: relative; width: 100%;}

/*Widget-Search*/
.widget-searchbox{position: relative; width: 100%;}
.form-inline .form-control {display: inline-block; vertical-align: middle; width: 100%;}
.widget-searchbox .search-btn {background: none; border: none; color: #ed1c24; font-size: 14px; outline: medium none; overflow: hidden; position: absolute; right: 1px; top: 50%; cursor: pointer;}

/*Recent Post*/
.widget .recent-post-thumb{display: table-cell; vertical-align: middle; height: auto; width: 75px;}
.widget .recent-post-desc{display: table-cell; vertical-align: middle; padding-left: 15px;}
.widget .recent-post-desc a{ display: block; margin-bottom: 5px; color: #202125; }
.widget .recent-post-desc a:hover { color: #ed1c24; }
.widget .recent-post-desc span { color: #666; font-style: italic; font-size: 12px; }

/*widget-Categories*/ 
.widget .widget-categories li {display: block; margin-bottom: 6px; border-bottom: 1px dashed #efefef}
.widget .widget-categories li a {font-size: 14px; text-transform: capitalize; color: #202125; line-height: 32px; display: block; font-weight: 500;}
.widget .widget-categories li a:hover {color: #ed1c24; padding-left: 5px;}

/*widget-tags*/ 
.widget .widget-tags li {display: inline-block; margin: 5px 5px 15px 0;}
.widget .widget-tags li a {border: 1px solid #efefef; color: #202125; padding: 10px 18px; display: inline-block; text-align: center; font-weight: normal;}
.widget .widget-tags li a:hover{background: #ed1c24; color: #ffffff;}


/* ------------------------
    Progress Bar
------------------------*/
.ht-progress-bar {margin: 20px 0;}
.ht-progress-bar h4 {color: #202125; font-weight: 500; font-size: 14px;}
.ht-progress-bar .progress {height: 5px; background: #eceff8; overflow: visible; border-radius: 5px;}
.ht-progress-bar .progress .progress-bar {position: relative; overflow: visible; border-radius: 5px; background: #ed1c24; /* Old browsers */
background: -moz-linear-gradient(left, #ed1c24 0%, #18c9bf 50%, #3dcaff 50%, #0358d5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ed1c24 0%,#18c9bf 50%,#3dcaff 50%,#0358d5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ed1c24 0%,#18c9bf 50%,#3dcaff 50%,#0358d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1c24', endColorstr='#0358d5',GradientType=1 ); /* IE6-9 */}
.ht-progress-bar .progress-parcent {position: absolute; right: 0px; top: -37px; color: #222021; font-size: 16px;}

.theme-bg .ht-progress-bar .progress{background: rgba(255,255,255,0.2);}
.theme-bg .ht-progress-bar .progress .progress-bar{background: #ffffff}
.theme-bg .ht-progress-bar h4, .theme-bg .ht-progress-bar .progress-parcent,
.dark-bg .ht-progress-bar h4, .dark-bg .ht-progress-bar .progress-parcent{color: #ffffff}

.skill-title {color: #202125; font-size: 16px; text-transform: uppercase; margin-top: 20px; display:block;}
.skill-num {font-size: 25px; color: #ed1c24; text-align: center;}


.skill {
    position: relative;
    user-select: none;
    box-sizing: border-box;
    width: 150px;
    height: 150px;
    margin: auto;
}
.skill-bg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: border-box;
    border: 5px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
}
.spinner-holder-one {
    position: absolute;
    top:0;
    left:0;
    overflow: hidden;
    width: 50%;
    height: 50%;
    background: transparent;
    box-sizing: border-box;
}
.spinner-holder-two {
    position: absolute;
    top:0;
    left:0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: transparent;
    box-sizing: border-box;
}
.skill-spinner {
    width: 200%;
    height: 200%;
    border-radius: 50%;
    border: 5px solid #ed1c24;
    box-sizing: border-box;
}  
  .animate-0-25-a {
    transform: rotate(90deg);
    transform-origin: 100% 100%;
}
.animate-0-25-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}
.animate-25-50-a {
    transform: rotate(180deg);
    transform-origin: 100% 100%;
}
.animate-25-50-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}
.animate-50-75-a {
    transform: rotate(270deg);
    transform-origin: 100% 100%;
}
.animate-50-75-b {
    transform: rotate(-90deg);
    transform-origin:100% 100%;
}
.animate-75-100-a {
    transform: rotate(0deg);
    transform-origin: 100% 100%;
}
.animate-75-100-b {
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
}


/* ------------------------
    Testimonials
------------------------*/
.testimonial {position: relative;}
.owl-carousel .testimonial{margin: 20px;}
.testimonial-content p{font-size: 16px; line-height: 30px; font-weight: 600; font-style: italic; color: #202125}
.testimonial .testimonial-content span {font-size: 40px; line-height: 40px; display: inline-block; color: #ed1c24; margin-bottom: 15px;}
.testimonial .testimonial-content label{margin-bottom: 0;}
.testimonial h6{color: #ed1c24; text-transform: uppercase; display: block; margin-bottom:7px; font-weight: 900;}
.theme-bg .testimonial h6, .theme-bg .testimonial .testimonial-content span, .theme-bg .testimonial .testimonial-content p, .dark-bg .testimonial .testimonial-content p, .dark-bg .testimonial .testimonial-caption label, .theme-bg .testimonial .testimonial-caption label {color: #ffffff;}

.testimonial.style-2 {background: rgba(255, 255, 255, 0.050); display: table;}
.testimonial.style-2 .testimonial-avatar{display: table-cell; vertical-align: top;}
.testimonial.style-2 .testimonial-content{display: table-cell; vertical-align: top; padding: 30px; overflow: hidden; position: relative;}
.testimonial.style-2 .testimonial-content span {bottom: -10px; color: rgba(255, 255, 255, 0.9); font-size: 70px; line-height: 70px; margin-bottom: 0; position: absolute; right: 0;}


/* ------------------------
    Featured Box
------------------------
.featured-item{padding: 15px; position: relative;}
.featured-item .featured-icon{position: relative; border:1px solid transparent; display:inline-block; padding:7px; margin-bottom: 20px; text-align:center}
.featured-item .featured-icon i{background:transparent; z-index: 9; position: relative; border-radius:0; color:#ed1c24; display:inline-block; font-size:60px; height:70px; line-height:70px; width:70px}
.featured-item:hover .featured-icon{border-radius: 50%; border-color: #dddddd;}
.featured-item:hover .featured-icon i{border-radius: 50%; background: #ed1c24; color: #ffffff; font-size: 30px;}


.grey-bg .featured-item, .dark-bg .featured-item{z-index: 1;}
.featured-desc p{margin-bottom: 0;}
.featured-title h5{margin-bottom: 15px; font-weight: 500; text-transform: capitalize;}
.dark-bg .featured-title h5, .theme-bg .featured-title h5{color: #ffffff}

.featured-item.text-center, .featured-item.text-left{padding: 0;}
.featured-item.left-icon{padding: 0 0 0 120px; position: relative; background: none;}
.featured-item.left-icon .featured-icon {left: 0; position: absolute; top: 0; display: inline-block; margin-bottom: 0;}
.featured-item.left-icon:hover{box-shadow: none; transform: inherit;}

.featured-item .featured-icon:before{content: ""; border-radius: 7px; background: #ed1c24; position: absolute; margin: 0 auto; width: 0; height: 5px; top: 50%;}
.featured-item .featured-icon:after{content: ""; border-radius: 7px; background: #ed1c24; position: absolute; margin: 0 auto; width: 5px; height: 0; left: 50%;}
.featured-item:hover .featured-icon:before{width: 100%;  left: 0; right: 0;}
.featured-item:hover .featured-icon:after{height: 100%;  top: 0; bottom: 0;}
.featured-item p{color:#333;}

.featured-step {background:#fff; overflow: hidden; padding:30px; position:relative; border-bottom:2px solid #ed1c24}
.featured-step > span{color: #ed1c24; font-size: 28px; font-weight: 900; line-height: 28px; position: absolute; right: 30px; top: 30px}
.featured-step p{margin-bottom: 0;}
.featured-step.style-2, .featured-step.style-3{border:none;}
.featured-step.style-2 span{position: inherit; top: inherit; right: inherit; margin-bottom: 15px; display: inline-block; font-size: 45px; line-height: 45px;}
.featured-step.style-3 span {color: #fff; height: 50px; line-height: 50px; right: 0; top: 0; width: 50px; text-align: center; z-index: 9;}
.featured-step.style-3 span:before{content: ""; background: #ed1c24; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1;}
*/

/* ------------------------
    Button
------------------------*/
/* .btn{padding: 12px 25px; font-weight: 500; background: none; color: #202125; border-radius: 0; border: 1px solid transparent; position: relative; overflow: hidden; z-index: 9; text-transform: uppercase;} */
.btn span{transition: inherit;}
.dark-bg .btn, .theme-bg .btn{color: #ffffff;}
.btn.focus, .btn:focus{box-shadow: none;}
.btn-theme .btn.focus, .btn-theme .btn:focus{color: #ffffff;}
/* .btn:hover {background: #ed1c24; color: #fff;} */
.btn.btn-theme{background: #ed1c24; color: #ffffff;}
.btn.btn-theme:hover{background: #202125; border-color: #ed1c24;}
.btn.btn-theme:hover:after{background: #1b1b1b;}
.btn.btn-border{border:1px solid #ed1c24;}
.btn.btn-radius{border-radius: 5px;}
.btn.btn-circle{border-radius: 30px;}
.btn.btn-white{background: #ffffff; color: #202125}
.btn.btn-white:after{background: #ffffff;}
.btn.btn-white.btn-border{border-color: #ffffff; background: none; color: #ffffff;}
.btn.btn-white:hover{background: #ffffff; color: #ed1c24;}
.btn.btn-white.btn-border:hover{color: #ed1c24;}
.btn + .btn{margin-left: 10px;}
.btn-simple{color: #202125; padding: 0; background: none !important;}
.dark-bg .btn-simple, .theme-bg .btn-simple{color: #ffffff;}
.btn-simple:hover{color: #ed1c24;}
.btn-simple:before, .btn-simple:after{display: none;}
.theme-bg .btn-simple:hover{color: #202125;}


/* ------------------------
    Price Table
------------------------*/
.price-table{padding: 30px 0; border:1px solid transparent; border-radius: 5px; overflow: hidden; background: #ffffff; text-align: center; -webkit-box-shadow: 0 0 13px 18px rgba(0,0,0,0.02); -moz-box-shadow: 0 0 13px 18px rgba(0,0,0,0.02); box-shadow: 0 0 13px 18px rgba(0,0,0,0.02);}
.price-title{text-transform: capitalize; font-weight: 700; color: #ed1c24}
.price-value {color: #ffffff; display: inline-block; width: 100%;}
.price-value h2 {font-size: 54px; line-height: 54px; font-weight: 600; color: #202125; margin-bottom: 0;}
.price-value h2 span {font-size: 12px; padding: 0 2px; font-style: italic; color: #555;}
.price-value h2 span.price-dollar{font-size: 24px; font-style: normal; color: #ed1c24}
.price-list{padding: 0 30px;}
.price-list ul li{padding: 10px 0;}
.dark-bg .price-list ul li{color: rgba(255,255,255,0.8);}
.price-list ul li:last-child{border-bottom: none;}
.price-table:hover{border:1px solid #ed1c24;}

.price-table.style-2{padding: 0; border:none;}
.price-table.style-2 .price-inner{padding-top: 30px; background-color: #fff;}
.price-table.style-2:hover .price-inner, .price-table.style-2.active .price-inner{background: rgba(255,255,255,0.8)}


/* ------------------------
    Section Title
------------------------*/
.title {position: relative; color: #202125;}
.dark-bg .title{color: #ffffff}
.title span{position: relative; font-weight: 300; color: #ed1c24}
.dark-bg .title span{color: #ffffff}
.section-title h6{position: relative; padding-left: 40px; display: inline-block;}
.section-title h6:before{content: ""; position: absolute; background: #ed1c24; left: 0; top: 50%; margin-top: -1px; width: 30px; height: 2px; }
.theme-bg .section-title h6, .dark-bg .section-title h6, .theme-bg .title span{color: #ffffff;}
.theme-bg .section-title h6:before{background: #ffffff;}


/* ------------------------
    Gallery
------------------------*/
.portfolio-filter {overflow: hidden; display: inline-block; margin:0 auto 50px; text-align: center;}
.portfolio-filter button {position: relative; cursor: pointer; padding: 10px 20px; border:none; border-right: 1px solid #ffffff; font-size: 16px; font-weight: 500; background: #202125; color: #ffffff; float: left; text-transform: uppercase;}
.portfolio-filter button:last-child{border-right: none;}
.portfolio-filter button:focus {outline: none; outline-style: none; outline-offset:0; }
.portfolio-filter button.is-checked, .portfolio-filter button:hover {color: #ffffff; background: #ed1c24}
.isotope .grid-item img {width: 100%;}
.theme-bg .portfolio-filter button{color: #ffffff;}
.theme-bg .portfolio-filter button.is-checked, .theme-bg .portfolio-filter button:hover{background: #ffffff; color: #ed1c24;}

.gallery-item {overflow: hidden; position: relative; text-align: center;}
a.popup{z-index: 9; width: 50px; height: 50px; line-height: 50px; background: #ffffff; display: inline-block;
color: #ed1c24; font-size: 30px; border-radius: 50%; opacity: 0;}
a.popup:hover{background: #1b1b1b; color: #ffffff;}
.gallery-item:hover a.popup{opacity: 1; -webkit-transform: rotateZ(0deg); -moz-transform: rotateZ(0deg); -ms-transform: rotateZ(0deg); -o-transform: rotateZ(0deg); transform: rotateZ(0deg);}
.gallery-icon{position: absolute; top: 50%; width: 100%; padding: 15px; left: 0; z-index: 999;}
.gallery-item img{transform: scale(1.03); -webkit-transform: scale(1.03); -o-transform: scale(1.03); -ms-transform: scale(1.03); -moz-transform: scale(1.03);}
.gallery-item:hover img {transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); -moz-transform: scale(1);}

.gallery-item .gallery-hover {bottom: 10px; left: 10px; position: absolute; right: 10px; top: 10px; opacity: 0;
background: -webkit-linear-gradient(top, rgba(74,178,66,0) 0%, rgba(74,178,66,0.9) 35%); background: linear-gradient(to bottom, rgba(74,178,66,0) 0%, rgba(74,178,66,0.9) 35%);}
.gallery-item .gallery-hover {-webkit-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6); -moz-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
  -ms-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6); -o-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6); transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
  -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; transform-origin: 50% 100%;}
.gallery-item:hover .gallery-hover {opacity: 1; transform: rotateX(0deg) translate3d(0px, 0%, 0px) scale(1); transition-delay: 0.21s;}

.grid .grid-item{padding: 10px;}
.grid.columns-2 .grid-item, .masonry.columns-2 .masonry-brick { width: 50%;}
.grid.columns-3 .grid-item, .masonry.columns-3 .masonry-brick{ width: 33.333333%;}
.grid.columns-4 .grid-item, .masonry.columns-4 .masonry-brick { width: 25%;}
.masonry .masonry-brick {float: left; margin-bottom: 30px; padding: 0 15px; position: relative;}
.grid.no-gutters .grid-item{padding: 0;}
.masonry.no-gutters .masonry-brick, .gallery.no-gutters .masonry-brick{padding: 0; margin: 0;}


/* ------------------------
    Services
------------------------*/
.service-item{text-align: center}
.service-images{position: relative; overflow: hidden;}
.service-images img{transform: scale(1.03); -webkit-transform: scale(1.03); -o-transform: scale(1.03); -ms-transform: scale(1.03); -moz-transform: scale(1.03);}
.service-item:hover img {transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); -moz-transform: scale(1);}
.service-icon {bottom: -100%; display: inline-block; left: 50%; margin-left: -40px; position: absolute; z-index: 99;}
.service-icon i{z-index: 9; width: 80px; height: 80px; line-height: 60px; background: #ed1c24; display: inline-block; font-weight: bold;
 margin: 0 5px; color: #ffffff; font-size: 30px; border-radius: 50%;}
.service-item:hover .service-icon{bottom: -30px;}
.service-description{background: #ffffff; padding: 20px;}
.service-item h4{background: #ed1c24; color: #ffffff; padding: 20px 0; margin-bottom: 0; text-transform: capitalize; font-size: 18px; font-weight: 600}
.service-description a{font-weight: 500; text-transform: uppercase; color: #202125}
.dark-service .service-item .service-description a{color: #ffffff}
.dark-service .service-item .service-description a:hover, .service-description a:hover{color: #ed1c24}
.dark-service .service-item .service-description{background: #202125; color: #fff;}

.sidebar-links li{margin-bottom: 2px;}
.sidebar-links li:last-child{margin-bottom: 0;}
.sidebar-links li a {background-color: #f8f8f8; color: #202125; display: block; font-size: 15px; padding: 15px 20px; font-weight: 600; position: relative; text-transform: uppercase;}
.sidebar-links li.active a, .sidebar-links li a:hover {background: #ed1c24; color: #ffffff; padding-left: 25px;}
.sidebar-links li a i {margin-right: 5px; vertical-align: middle;}
.brochure {background: #ed1c24; border: 1px solid #efefef; color: #ffffff; display: block; font-size: 18px; font-weight: 400; padding: 10px 20px 10px 80px; position: relative;}
.brochure:hover{color: #ffffff;}
.brochure i {background: #ffffff; border-right: 1px solid #f2f2f2; color: #ed1c24; font-size: 28px; font-weight: 400; height: 100%; left: 0; line-height: 68px; position: absolute; text-align: center; top: 0; width: 60px;}
.brochure span {color: #202125; font-size: 14px; display: block; font-weight: 400;}

.dark-post .post, .dark-service .service-item, .owl-carousel .portfolio-main{box-shadow: none;}
