/***************************************************************************************************************
||||||||||||||||||||||||||       MASTER STYLESHEET FOR Widocline             |||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||                TABLE OF CONTENT               |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

01. Imported styles
02. Flaticon reset styles
03. Header styles
04. Mainmenu styles
05. Rev_slider_wrapper styles
66. Call to action area Style
07. Categories area style
08. Fact counter area style
09. Latest Blog area style
10. Latest blog area style 
11. Testimonial area style
12. Brand area style
13. Single service style
14. Pricing table area style
15. About page style
16. Account page style
17. 404 page style style
18. Blog page style
19. Blog single style
20. Contact page style

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/


/* Imported styles */
@import url('https://fonts.googleapis.com/css?family=Nunito:300,300i,400,400i,600,600i,700,700i,800,800i,900');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i');



@import url(imp.css);
@import url(bootstrap.css);
@import url(font-awesome.min.css);
@import url(hover.css);
@import url(jquery.bxslider.css);
@import url(owl.css);
@import url(owl.theme.default.css);
@import url(animate.css);
@import url(jquery.bootstrap-touchspin.css);
@import url('bootstrap-select.min.css');
@import url('imagehover.css');
@import url('icomoon.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('slick.css');
@import url(../fonts/flaticon/flaticon.css);

/*** Price filter***/
@import url(../assets/price-filter/nouislider.css);
@import url(../assets/price-filter/nouislider.pips.css);
/*** single shop slide ***/
@import url(flexslider.css);
/*** Time picker css ***/
@import url(../assets/timepicker/timePicker.css);
/*** flaticon fonts css ***/
@import url(../fonts/flaticon/flaticon.css);
/*** jquery ui css ***/
@import url(../assets/jquery-ui-1.11.4/jquery-ui.css);
/*** Revolution slider ***/
@import url(../plugins/revolution/css/settings.css);
@import url(../plugins/revolution/css/layers.css);
@import url(../plugins/revolution/css/navigation.css);
/*** Bootstrap select picker css ***/
@import url(../assets/bootstrap-sl-1.12.1/bootstrap-select.css);
/*** Language Switcher ***/
@import url(../assets/language-switcher/polyglot-language-switcher.css);






/*==============================================
   Base Css
===============================================*/
html,
body { 
    height: 100%;
}
body {
    font-family: 'Nunito', sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}
button:focus{
    outline: none;
}
button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #c12353;
    font-weight: 800;
    margin: 0;
    font-family: 'Nunito', sans-serif;
}
h3 {
    font-size: 24px; 
    line-height: 32px;
    font-weight: 800;
}
h4 {

}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}
.fix{
    position: relative;
    display: block;
    overflow: hidden;
}
img {
	max-width: 100%;
    height: auto;
}
i {
	font-style: normal;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.clr1{
    color: #f36727;
}
.bgclr1{
    background: #f36727;    
}


.secpd1{
    padding: 100px 0;
}
.secpd2{
    padding: 100px 0 60px;
}
.secpd3{
    padding: 100px 0 70px;
}


.btn-one {
    position: relative;
    display: inline-block;
    background: #c12353;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    padding: 16px 29px 16px;
    text-transform: capitalize;
    border-radius: 0px;
    font-family: 'Nunito', sans-serif;
    transition: all 500ms ease;
}
.btn-one:hover{
    color: #000;
    background: #fff;
}
.btn-two{
    color: #f36727;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    transition: all 500ms ease;
}
.btn-two span:before {
    position: relative;
    top: 2px;
    font-weight: 400;
    font-size: 17px;
    line-height: 10px;
    display: inline-block;
    padding-left: 10px;
}
.btn-two:hover{
    color: #d14302;
}


.sec-title {
    position: relative;
    display: block;
    padding-bottom: 56px;
}
.sec-title .start-icon{
    position: relative;
    display: block;
}
.sec-title .start-icon img{
    width: auto;
}
.sec-title p {
    line-height: 26px;
    margin: 14px 0 7px;
}
.sec-title .title {
    position: relative;
    display: block;
    color: #c12353;
    font-size: 50px;
    line-height: 60px;
    font-weight: 800;
    text-transform: capitalize;
    font-family: 'Nunito', sans-serif;
}


.anim-icons .icon {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
}
.start-1{
    width: 225px;
    height: 270px;
    background-image: url(../images/icon/start-1.png);    
}
.start-2{
    width: 354px;
    height: 430px;
    background-image: url(../images/icon/start-2.png);    
}


/*** 
============================================
	Hidden Sidebar style
============================================
***/
.hidden-bar{
	position: fixed;
	top: 0;
	width: 320px;
	height: 100%;
	background: #111111;
	z-index: 9999999999;
	transition: all 700ms ease;
}
.hidden-bar .mCSB_inside > .mCSB_container{
	margin-right:0px;	
}
.hidden-bar.right-align {
	right: -400px;
}
.hidden-bar.right-align.visible-sidebar{
	right:0px;
	transition-delay: 300ms;
}
.hidden-bar .hidden-bar-closer {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 10px;
	background: none;
	color: #ffffff;
	border-radius: 0px;
	text-align: center;
	line-height: 40px;
	transition: all 300ms ease;
	z-index: 999999;
}
.hidden-bar .hidden-bar-closer button {
	background: none;
	display:block;
	font-size: 40px;
	color:#ffffff;
	width:40px;
	height:40px;
	line-height:40px;
}
.hidden-bar .hidden-bar-closer button span:before{
    font-size: 30px;
    line-height: 30px;
}
.hidden-bar .hidden-bar-closer:hover button {
	color: #ffffff;
}

.hidden-bar-wrapper {
	height: 100%;
	padding:30px 5px 30px 30px;
}
.hidden-bar .logo {
	padding:0px 0px 30px;
}
.hidden-bar .logo img{
	display:inline-block;
	max-width:100%;	
}
.hidden-bar .content-box{
	position:relative;
	padding-right:32px;
}
.hidden-bar .content-box a {
    padding: 20px 40px 20px;
}

.hidden-bar .content-box h2{
	position:relative;
	font-size:18px;
	color:#ffffff;
	font-weight:500;
	margin-bottom:20px;
}
.hidden-bar .content-box .text{
	position:relative;
	font-size:14px;
	color: rgba(255,255,255,0.60);
	margin-bottom:25px;
}
.hidden-bar .contact-info{
	position:relative;
	margin-top:60px;
}
.hidden-bar .contact-info h2{
	position:relative;
	font-size:18px;
	color:#ffffff;
	font-weight:500;
	margin-bottom:20px;
}
.hidden-bar .contact-info li{
	position:relative;
	margin-bottom:12px;
	color:rgba(255,255,255,0.90);
	font-size:14px;
	font-weight:400;
	padding-left:30px;
	line-height:2em;
}
.hidden-bar .contact-info li a{
	color:rgba(255,255,255,0.90);
	transition: all 300ms ease;
}
.hidden-bar .contact-info li a:hover{
	color: #ffffff;
}
.hidden-bar .contact-info li .icon{
	position:absolute;
	left:0px;
	top:4px;
	color:rgba(255,255,255,0.60);
	font-size:18px;
	line-height:1.2em;
}



.parallax-bg-one {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.parallax-bg-one::before {
    background: rgba(18, 32, 0, 0.90) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
} 
.parallax-bg-two {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.parallax-bg-two::before {
    background: rgba(9, 23, 33, 0.90) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
} 

.flex-box {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.flex-box-two {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.flex-box-three {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.flex-box-four {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.flex-box-five {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.owl-nav-style-one{}
.owl-nav-style-one .owl-controls { }
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    color: #909090;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 46px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 50px;
    border: 1px solid #f3f3f3;    
    transition: all 700ms ease 0s;
}
.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover{
    border-color: #172272;
    color: #172272;
}

.owl-nav-style-two{}
.owl-nav-style-two .owl-controls { }
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"] {
    background: #fff none repeat scroll 0 0;
    border-radius: 0%;
    color: #3740b0;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 50px;
    transition: all 700ms ease 0s;
}
.owl-nav-style-two.owl-theme .owl-nav .owl-next {
    margin-left: 0px;
}
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"]:hover{
    color: #ffffff;
    background: #3740b0;
}





.accordion-box {
    position: relative;
    display: block;
    overflow: hidden;
}
.accordion-box .accordion {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}
.accordion-box .accordion .accord-btn {
    position: relative;
    display: block;
    cursor: pointer;
    background: #f8f5f2;
    padding-left: 75px;
    padding-right: 20px;
    padding-top: 33px;
    padding-bottom: 33px;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn h4 {
    color: #c12353;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn::after {
    font-family: "Flaticon";
    position: absolute;
    top: 29px;
    left: 27px;
    color: #bdbdbd;
    content: "\f10a";
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
    transform: rotate(0deg);
    transition: all 500ms ease 0s;
}
.accordion-box .accordion .accord-btn.active{
    transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn.active h4 {
    color: #c12353;
}
.accordion-box .accordion .accord-btn.active:after{
    color: #c12353;
    transform: rotate(90deg);
}
.accordion-box .accordion .accord-content {
    position: relative;
    padding-top: 32px;
    padding-bottom: 21px;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
}
.accordion-box .accordion .accord-content:before{
    position: absolute;
    top: 10px;
    left: 0px;
    bottom: 0;
    width: 3px;
    background: #c12353;
    content: "";
}
.accordion-box .accordion .accord-content.collapsed {
    display: block;
}
.accordion-box .accordion .accord-content p {
    margin: 0;
}



.slick-dots {
	position: relative;
	display: inline-block;
	top: 0px;
    margin-top: 31px;
}
.slick-dots li {
    position: relative;
    display:  inline-block;
    margin: 0 15px;
}
.slick-dots li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -17px;
    width: 6px;
    height: 1px;
    background: #555555;
    content: "";
    margin: 16px 0;
}
.slick-dots li:last-child:before {
    display: none;
}
.slick-dots li button {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: transparent;
    color: #c2c2c2;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 0;
    font-family: 'Rubik', sans-serif;
}
.slick-dots li.slick-active button {
    background: #fec144;
	color: #222222;
}


.boxed_wrapper {
    background: #fff none repeat scroll 0 0;
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    min-height: 400px;
    overflow: hidden;  
}

/*________________Preloader_______________ */
/*.preloader{ 
    position:fixed; 
    left:0px; 
    top:0px; 
    width:100%; 
    height:100%; 
    z-index:999999999999999999; 
    background-color:#ffffff; 
    background-position:center center; 
    background-repeat:no-repeat; 
    background-image:url(../images/icon/preloader.gif);
}*/


/* Update header Style */
@keyframes menu_sticky {
    0%   {margin-top:-100px;}
    50%  {margin-top: -74px;}
    100% {margin-top: 0;}
}


.header-style1-area.stricky-fixed {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
    background: #ffffff;
    margin: 0;
    animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    transition: all .25s ease-in-out;
    -webkit-box-shadow: 0px 2px 3px 0px #f7f7f7f7; 
    box-shadow: 0px 2px 3px 0px #f7f7f7f7;
}
/*.header-style1-area.stricky-fixed .header-style1-logo {
    padding: 23px 0 27px;
}*/
.header-style1-area.stricky-fixed .main-menu .navigation li a {
    padding: 31px 0 31px;
}
.header-style1-area.stricky-fixed .headers1-button {
    padding: 10px 0;
}
.header-style1-area.stricky-fixed .main-menu .navigation li ul li a {
    padding: 16px 30px 16px;
}
.header-style1-area.stricky-fixed .main-menu .navigation > li > ul > li:hover > a {
    padding-left: 45px;
}






/* scroll to top styles */
.scroll-to-top {
    background: #c12353;
    border-radius: 50%;
    bottom: 25px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 25px;
    font-weight: normal;
    height: 55px;
    line-height: 56px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 55px;
    z-index: 99999999;
    box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
}
.scroll-to-top:hover {
    opacity: .5;
}

/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}

#contact-form input[type="text"].error{
    border-color: red;    
}
#contact-form input[type="email"].error{
  border-color: red;    
}
#contact-form select.error {
  border-color: red;
}
#contact-form textarea.error{
  border-color: red;    
}


/* Post pagination styles */
.post-pagination{
    position: relative;
    display: block;
}
.post-pagination li {
    display: inline-block;
    margin: 0 3px;
}
.post-pagination li a {
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #f0eef9;
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    width: 50px;
    padding: 11px 0;
    transition: all 500ms ease 0s;
    font-family: 'Poppins', sans-serif;
}
.post-pagination li a i {
    position: relative;
    top: 1px;
    color: #868298;
    font-size: 20px;
}
.post-pagination li:hover a i{
    color: #222222;
}
.post-pagination li.active a, 
.post-pagination li:hover a {
    color: #fff;
    background: #f36727;
    border: 1px solid #f36727;
}




/* Post pagination styles 2 */
.post-pagination2{
    display: block;
    margin-top: 20px;
}
.post-pagination2 li {
    display: inline-block;
    margin: 0 3px;
}
.post-pagination2 li a {
    position: relative;
    display: block;
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    transition: all 500ms ease 0s;
    font-family: 'Poppins', sans-serif;
    border-radius: 50%;
}
.post-pagination2 li.active a, 
.post-pagination2 li:hover a {
    background: #f36727;
    color: #ffffff;
}
.post-pagination2 li a.left {
    width: auto;
    height: auto;
    display: block;
    color: #868298;
    padding-right: 10px;
    transition: all 500ms ease;
}
.post-pagination2 li:hover a.left{
    background: none;
}
.post-pagination2 li a.left i {
    position: relative;
    top: 1px;
    display: inline-block;
    padding-right: 8px;
    font-size: 21px;
}
.post-pagination2 li a.left:hover{
    color: #f36727;
}


.post-pagination2 li a.right {
    width: auto;
    height: auto;
    display: block;
    color: #868298;
    padding-left: 10px;
    transition: all 500ms ease;
}
.post-pagination2 li a.right:hover{
    color: #f36727;    
}
.post-pagination2 li:hover a.right{
    background: none;
}
.post-pagination2 li a.right i {
    position: relative;
    top: 1px;
    display: inline-block;
    padding-left: 8px;
    font-size: 21px;
}






/* Overlay styles */
.overlay-style-one{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(221, 166, 99, 0.85);
    transition: all 500ms ease;
    transition-delay: 0.10s;    
    opacity: 0;
    z-index: 2;
}
.overlay-style-one .box{
    display: table;
    height: 100%;
    width: 100%;    
}
.overlay-style-one .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}



.review-box {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 16px;
}
.review-box ul {
    display: block;
    overflow: hidden;
}
.review-box ul li {
    display: inline-block;
    float: left;
    margin-right: 4px;
}
.review-box ul li:last-child{
    margin-right: 0px;    
}
.review-box ul li i {
    font-size: 14px;
    color: #f36727;
}

.sociallinks-style-one{
}
.sociallinks-style-one li{
    display: inline-block;
    float: left;
    margin-right: 30px;
}
.sociallinks-style-one li:last-child{
    margin-right: 0px;
}
.sociallinks-style-one li a i{
    color: rgba(255, 255, 255, 0.40);
    font-size: 16px;
    font-weight: 400;
    transition: all 500ms ease;
}
.sociallinks-style-one li a:hover i{
    color: #000;
}

.sociallinks-style-two{
    overflow: hidden;
}
.sociallinks-style-two li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.sociallinks-style-two li:last-child{
    margin-right: 0px;    
}
.sociallinks-style-two li a i {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #1e1b31;
    border: 1px solid #26223b;
    border-radius: 50%;
    color: #868298;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    transition: all 500ms ease 0s;
}
.sociallinks-style-two li a:hover i{
    background: #f36727;
    border-color: #f36727;
    color: #fff;
}




/*==============================================
    Top Bar Style1 Css
===============================================*/
.top-bar-style1 {
    position: relative;
    display: block;
    background: #c12353;
    padding: 5px 0;
}
.top-style1{
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.top-left-style1 {
position: relative;
    display: block;
    max-width: 100%;
    width: calc(100% - 170px);
}
.top-contact-info{}
.top-contact-info li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 40px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 26px;
}
.top-contact-info li:last-child{
    margin-right: 0;
}
.top-contact-info li i{
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    padding-right: 10px;
}

.top-right-style1 {
    position: relative;
    display: block;
    max-width: 165px;
    width: 100%;
}
.top-right-style1 .sociallinks-style-one{
    line-height: 26px;
}



/*==============================================
    Header Style1 Area Css        
===============================================*/
.header-style1-area {
    display: block;
    background: #ffffff;
    padding: 0;
}
.header-style1{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.header-style1-logo {
    position: relative;
    display: block;
    max-width: 160px;
    width: 100%;
    margin: 0;
    z-index: 1;
    padding: 0;
}
.header-style1-logo img {object-fit: contain;object-position: center;width: auto;display: inline-block;max-width: 100%;}
/*.header-style1-logo:before{
    position: absolute;
    top: 0;
    left: -50000px;
    bottom: 0;
    right: 0;
    background: #f8f5f2;
    content: "";
    z-index: -1;
}*/
.header-style1-logo a {
    display: inline-block;
}


.headers1-header-right{
    position: relative;
    display: block;
    max-width: 1000px;
    width: 100%;
}
.main-menu {
    position: relative;
    display: inline-block;
    float: right;
    padding-left: 90px;
}
.main-menu .navbar-collapse {
    padding: 0px
}
.main-menu .navigation {
    position: relative;
}
.main-menu .navigation li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 30px;
}
.main-menu .navigation li:last-child{
    margin-right: 0;
}
.main-menu .navigation li a {
    position: relative;
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    text-transform: capitalize;
    opacity: 1;
    padding: 51px 0 51px;
    transition: all 300ms ease;
    font-family: 'Nunito', sans-serif;
}
.main-menu .navigation > li:hover > a, 
.main-menu .navigation > li.current > a {
    color: #c12353; 
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 130%;
    width: 250px;
    background: transparent;
    padding: 10px 0px 0;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
    display: block;
    border-bottom: 3px solid #c12353;
    border-radius: 8px;
}
.main-menu .navigation > li > ul:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    background: #ffffff;
    content: "";
    z-index: -1;
    bottom: 0;
    border-radius: 6px;
}
.main-menu .navigation > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.main-menu .navigation > li > ul > li {
    position: relative;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    transition: all 500ms ease;
    z-index: 1;
}
.main-menu .navigation > li > ul > li:before{
    position: absolute;
    left: 30px;
    right: 30px;
    height: 100%;
    border-bottom: 1px solid #e9e9e9;
    content: "";
    z-index: -1;
}
.main-menu .navigation > li > ul > li:last-child:before{
    border-bottom: none;
}
.main-menu .navigation li ul li a {
    position: relative;
    display: block;
    color: #c12353;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    padding: 16px 30px 16px;
    font-family: 'Nunito', sans-serif;
}
.main-menu .navigation li ul li a:before {
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    right: auto;
    width: 7px;
    height: 7px;
    background: #c12353;
    border-radius: 50%;
    content: "";
    margin: 23px 0;
    opacity: 1;
    transform: scale(0);
    transition: all 500ms ease;
}
.main-menu .navigation li ul li:hover a:before{
    transform: scale(1);
    left: 30px;
}
.main-menu .navigation > li > ul > li:hover > a {
    color: #c12353;
    padding-left: 45px;
}

/*
.main-menu .navigation > li > ul > li > ul {
    position: absolute;
	left:100%;
	top:20px;
    width: 250px;
    z-index: 100;
    padding-left: 10px;
    visibility: hidden;
    opacity: 0;
    background: transparent;
    transition: all 200ms ease;
}
.main-menu .navigation > li > ul > li > ul:before{
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-bottom: 3px solid #fec144;
    content: "";
    z-index: -1;
    border-radius: 6px;    
}
.main-menu .navigation > li > ul > li:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
}
.main-menu .navigation > li > ul > li > ul > li{
    position: relative;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:before{
    position: absolute;
    left: 30px;
    right: 30px;
    height: 100%;
    border-bottom: 1px solid #e9e9e9;
    content: "";
    z-index: -1;
}
.main-menu .navigation > li > ul > li > ul > li:last-child:before{
    border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li a{
    position: relative;
    display: block;
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    padding: 18px 30px 15px;
    font-family: 'Rubik', sans-serif;    
}
.main-menu .navigation > li > ul > li > ul > li a:before {
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 0;
    right: auto;
    width: 7px;
    height: 7px;
    background: #fec144;
    border-radius: 50%;
    content: "";
    margin: 23px 0;
    transform: none;
    opacity: 0;
    transform: scale(0);
    transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:hover a:before{
    transform: scale(1);
    opacity: 1;
    left: 30px;
}
.main-menu .navigation > li > ul > li > ul > li:hover a{
    color: #fec144;
    padding-left: 45px;  
}
**/

/*
.main-menu .navigation li ul li.dropdown{
    position: relative;
    display: block;
    width: 100%;
}
.main-menu .navigation li ul li.dropdown:after{
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 18px;
    line-height: 30px; 
    display: block;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: 11px 0;
    color: #8d8d8d;
}
**/
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    background: url(../images/icon/submenu-icon.png) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
    border-radius: 3px;
}

.headers1-button {
    position: relative;
    display: block;
    float: right;
    width: 200px;
    padding: 30px 0;
}
.headers1-button a{
    width: 200px;
    height: 60px;
    padding: 0;
    text-align: center;
    line-height: 60px;
}



/*==============================================
    Main Header Css        
===============================================*/
.main-header {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999999;
    width: 100%;
    background: transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-header.fixed-header {
    background: rgba(255, 255, 255, 0.99);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.main-header.fixed-header .main-box .logo-box{
    padding: 25px 0px;    
}
.main-header.fixed-header .main-menu .navigation li a {
    padding: 31px 0 31px;
}
.main-header.fixed-header .main-menu .navigation li ul li a {
    padding: 16px 30px 16px;
}
.main-header.fixed-header .main-menu .navigation > li > ul > li:hover > a {
    padding-left: 45px;
}
.main-header.fixed-header .header-button {
    position: relative;
    float: right;
    padding: 10px 0;
}



.main-header .main-box {
    position: relative;
}
.main-header .inner-container {
    position: relative;
    padding: 0 50px;
}
.main-header .main-box .logo-box {
    position: relative;
    float: left;
    left: 0px;
    z-index: 13;
    padding: 45px 0px;
    transition: all 300ms ease;
}
.main-header .main-box .logo-box a{
    display: inline-block;
}

.main-header .nav-outer {
    position: relative;
    float: left;
}
.main-header .nav-outer .main-menu{
    padding-left: 450px;
}

.main-header .header-button {
    position: relative;
    float: right;
    padding: 30px 0;
    transition: all 300ms ease;
}
.main-header .header-button a{
    padding: 22px 40px 22px;
}




/*** 
=====================================================
	Main Slider style
=====================================================
***/
.main-slider {
    position: relative;
    z-index: 10;
}
.main-slider .tp-caption{
	z-index:5 ;
}
.main-slider .tp-dottedoverlay{
    background: none !important;
}
.main-slider .slide-content{
    position: relative;
    display: block;
}
.main-slider .slide-content .title{
	position: relative;
	color: #ffffff;
	font-weight: 400;
    text-transform: none;
	line-height: 1.2em;
    font-family: 'Nunito', sans-serif;
}
.main-slider .slide-content .big-title{
	position: relative;
	color: #ffffff;
	font-weight: 800;
    text-transform: none;
	line-height: 1.2em;
    font-family: 'Nunito', sans-serif;
    text-shadow: 3px 2px 0px #000;
}
.main-slider .slide-content .btn-box{}
.main-slider .slide-content .btn-box a{
    width: 170px;
    padding: 22px 0 22px;
    text-align: center;
}



/*** 
=============================================
    Main Slider Two      
=============================================
***/
#rev_slider_two_wrapper{}
#rev_slider_two_wrapper .slide-content{}
#rev_slider_two_wrapper .slide-content .icon{}
#rev_slider_two_wrapper .slide-content .text{
    color: #8f849c;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    font-family: 'Nunito', sans-serif;
}
#rev_slider_two_wrapper .slide-content .big-title2{
    color: #c12353;
    font-size: 70px;
    font-weight: 800;
    line-height: 1.2em;
    font-family: 'Nunito', sans-serif;
}







/*** 
=============================================
    About Area style      
=============================================
***/
.about-area{
    position: relative;
    display: block;
    padding: 100px 0px 20px 0px;
}
.about-image-box{
    position: relative;
    display: block;
}
.about-text {
    position: relative;
    display: block;
    background: #f8f5f2;
    padding-top: 65px;
    padding-bottom: 65px;
    padding-left:65px;
    padding-right:65px;
    margin-left: -230px;
    border-left: 30px solid #ffffff;
    border-bottom: 30px solid #ffffff;
}
.about-text .sec-title{
    padding-bottom: 30px;
}
.free-quote-box {
    position: relative;
    display: block;
    background:#c12353;
    padding: 25px 30px 25px;
}
.free-quote-box .icon{
    width: 65px;
}
.free-quote-box .icon,
.free-quote-box .title{
    display: table-cell;
    vertical-align: middle;
}
.free-quote-box .title{
    padding-left: 30px;
}
.free-quote-box .title span{
    color: #ffffff;
}
.free-quote-box .title h1{
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    margin: 5px 0 0;
}



/*** 
=============================================
    Services Style1 Area Style      
=============================================
***/
.services-style1-area {
    position: relative;
    display: block;
    background: #f8f5f2;
}

.single-service-style1 {
    position: relative;
    display: block;
}
.single-service-style1 .img-holder{
    position: relative;
    display: block;
    overflow: hidden; 
    z-index: 1;
}
.single-service-style1 .img-holder::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(193, 35, 83, 0.70);
    transform: scaleX(0);
    transition: .5s ease;
}
.single-service-style1:hover .img-holder::before{
    transform: scaleY(1);
    transition: .5s ease;
}
.single-service-style1 .img-holder img {
    width: 100%;
    transition: .5s ease;
    max-height: 240px;
    height: 240px;
    object-fit: cover;
    object-position: center;
}
.single-service-style1:hover .img-holder img {}


.single-service-style1 .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 900ms ease;
    transition-delay: .1s;    
    transform: scale(0);
    z-index: 2;
}
.single-service-style1:hover .overlay{
    transform: scale(1.0);
    transition: all 900ms ease;
    transition-delay: .5s;  
}
.single-service-style1 .overlay .box{
    display: table;
    height: 100%;
    width: 100%;    
}
.single-service-style1 .overlay .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}
.single-service-style1 .overlay .box .content .dotted{
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #c12353;
    border-radius: 50%;
}
.single-service-style1 .overlay .box .content .dotted:before{
    position: absolute;
    top: 0px;
    left: -15px;
    width: 5px;
    height: 5px;
    background: #c12353;
    border-radius: 50%;
    content: "";
}
.single-service-style1 .overlay .box .content .dotted:after{
    position: absolute;
    top: 0px;
    right: -15px;
    width: 5px;
    height: 5px;
    background: #c12353;
    border-radius: 50%;
    content: "";
}


.single-service-style1 .text-holder{
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 50px 49px 41px;
    padding-right: 40px;
    z-index: 1;
}
.single-service-style1 .text-holder:before{
	position:absolute;
	display:block;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	text-align:center;
	background-color: #c12353;
	transition: all 0.7s ease;
	transform: translateY(100%) scaleY(0);
    content: "";
    z-index: -1;
}
.single-service-style1:hover .text-holder:before{
	opacity:1;
	transform:translateY(0%) scaleY(1);
}

.single-service-style1 .text-holder .icon-box{
    display: block;
    padding-bottom: 23px;
}
.single-service-style1 .text-holder .icon-box span:before {
    color: #39345a;
    font-size: 65px;
    line-height: 65px;
    transition: all 500ms ease;
    transition-delay: .2s;
}
.single-service-style1:hover .text-holder .icon-box span:before{
    color: #c12353;
    transition: all 500ms ease;
    transition-delay: .4s;
}
.single-service-style1 .text-holder .text-box{}
.single-service-style1 .text-holder .text-box h3{
    margin: 0 0 29px;    
}
.single-service-style1 .text-holder .text-box h3 a{
    color: #c12353;
    transition: all 500ms ease;
    transition-delay: .3s;
}
.single-service-style1:hover .text-holder .text-box h3 a{
    color: #ffffff;
    transition: all 500ms ease;
    transition-delay: .6s;
}
.single-service-style1 .text-holder .text-box h3 a:hover{
    color: #fff;
}
.single-service-style1 .text-holder .text-box p{
    margin: 0;
    transition: all 500ms ease;
    transition-delay: .3s;
}
.single-service-style1:hover .text-holder .text-box p{
    color: #fff;
    transition: all 500ms ease;
    transition-delay: .6s;
}



.services-style1-area .owl-theme .owl-nav {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 100%;
    overflow: inherit;
    min-height: 65px;
    margin: 0;
    background: transparent;
    margin-top: -47px;
}
.services-style1-area .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -95px;
    top: 0px;
    background: rgba(255, 255, 255, 0.99);
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    z-index: 10;
    transition: all 700ms ease 0s;
}
.services-style1-area .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -95px;
    top: 0px;
    background: rgba(255, 255, 255, 0.99);
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    z-index: 10;
    transition: all 700ms ease 0s;
}
.services-style1-area .owl-theme .owl-nav .owl-prev:hover{
    background: #c12353;
}
.services-style1-area .owl-theme .owl-nav .owl-next:hover{
    background: #c12353;
}
.services-style1-area .owl-theme .owl-nav div .fa {
    color: #c12353;
    font-size: 24px;
    font-weight: 300;
    display: block;
    text-align: center;
    line-height: 64px;
}
.services-style1-area .owl-theme .owl-nav div .fa:hover{
    color: #fff;    
}



/*** 
=============================================
    Base Area style
=============================================
***/
.base-area {
    position: relative;
    display: block;
    background: #c12353;
    padding: 80px 0 80px;
}
.base-area .start-1{
    top: 0;
    left: 100px;
}
.base-area .start-2{
    top: 0;
    right: 0px;
}
.single-base-box {
    position: relative;
    display: inline-block;
    float: left;
    max-width: 290px;
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto 40px;
    padding-top: 7px;
}
.single-base-box:last-child{
    border-right: none;
}
.single-base-box .icon {
    position: relative;
    display: block;
    padding-bottom: 24px;
}
.single-base-box .icon span:before {
    color: #ffffff;
    font-size: 65px;
    line-height: 65px;
    transition: all 500ms ease;
    transition-delay: .2s;
}


.single-base-box .title{}
.single-base-box .title h3 {
    color: #ffffff;
    line-height: 30px;
    text-transform: capitalize;
    font-size: 20px; 
}



/*** 
=============================================
    Company Info area Style      
=============================================
***/
.choose-area{
    position: relative;
    display: block;
    background: #ffffff;
}
.choose-image-box{
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: 30px;
}
.choose-image-box img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%;
}
.choose-image-box:hover img{
 
}


.choose-image-box .overlay-box {
    position: absolute;
    display: block;
    padding: 4px;
    top: 30px;
    left: 30px;
    right: 30px;
    background: #ffffff;
    transition: all 500ms ease;
}
.choose-image-box .overlay-box .image{
    width: 180px;
    transform: scale(1);
}
.choose-image-box .overlay-box .image,
.choose-image-box .overlay-box .text{
    display: table-cell;
    vertical-align: middle;
}
.choose-image-box .overlay-box .text{
    padding-left: 50px;
}
.choose-image-box .overlay-box .text p{
    color: #c12353;
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    margin: 0;
}
.choose-image-box .overlay-box .text p span{
    color: #c12353;
    font-weight: 800;
}

.choose-text-box{
    position: relative;
    display: block;
}
.choose-text-box .sec-title {
    padding-bottom: 43px;
}
.choose-text-box .inner-content{
    position: relative;
    display: block;    
}
.choose-text-box .inner-content ul {
    display: block;
    padding-bottom: 47px;
}
.choose-text-box .inner-content ul li{
    line-height: 40px;
}
.choose-text-box .inner-content ul li i{
    color: #c12353;
    font-size: 14px;
    display: inline-block;
    padding-right: 19px;
}

.certified-company{
    position: relative;
    display: block;
    overflow: hidden;
    background: #c12353;
    max-width: 315px;
    width: 100%;
    padding: 30px 30px 30px;
}
.certified-company .icon-holder{
    width: 55px;
}
.certified-company .icon-holder,
.certified-company .title-holder{
    display: table-cell;
    vertical-align: middle;
}
.certified-company .title-holder {
    padding-left: 15px;
}
.certified-company .title-holder h3{
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
}



/*** 
=============================================
    Team Area style
=============================================
***/
.team-area {
    position: relative;
    display: block;
    border-top: 2px solid #f8f5f2;
    padding-top: 120px;
    padding-bottom: 75px;
}
.team-area .sec-title{
    padding-bottom: 46px;
}
.team-area .row {
    margin-left: -10px;
    margin-right: -10px;
}
.team-area .row [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

.single-team-member {
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.single-team-member .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 0.4s ease-in-out 0s;
}
.single-team-member .img-holder img {
    width: 100%;
    transition: all 0.4s ease-in-out 0s;
    object-fit: cover;
    object-position: center;
    height: 300px;
}
.single-team-member .img-holder:hover img {border-radius: 30px;opacity: 0.7;}
.single-team-member .img-holder:hover {background-color: rgb(193 35 83 / 90%);border-radius: 30px;}
.single-team-member .overlay-content{
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 20px;
    background: #c12353;
    transition: all 500ms ease;
    transition-delay: .2s;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-51px); 
}
.single-team-member:hover .overlay-content {
	-webkit-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
	-moz-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
	transform: perspective(1200px) rotateX(0deg) translateZ(0px);
	opacity: 1;
	transition-delay: 0.2s;
}
.single-team-member .sociallinks-style-one {
    padding: 15px 0 15px;
    text-align: center;
}
.single-team-member .sociallinks-style-one li {
    display: inline-block;
    float: none;
    margin: 0 12px;
    line-height: 30px;
}
.single-team-member .name {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 20px 0 0;
    z-index: 1;
    transform: translateX(0%) translateY(0px) scale(1.0);
    transition: all 500ms ease;
    transition-delay: .4s;
}
.single-team-member .name h3{
    display: block;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 4px;
    transition: all 500ms ease;
    transition-delay: .4s;
}
.single-team-member .name p{
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}



/*** 
=============================================
	Testimonial Section Three
=============================================
***/
.testimonial-section-one {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 80px 0 0px;
    z-index: 1;
}
.testimonial-section-one::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
    content: "";
    z-index: -1;
} 
.testimonial-section-one::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 280px;
    background: #ffffff;
    content: "";
    z-index: -1;
} 
.testimonial-section-one .sec-title{
    padding-bottom: 60px;    
}
.testimonial-section-one .sec-title .title{
    color: #ffffff;
}
.testimonial-section-one .sec-title a {
    background: #c12353;
    color: #fff;
    padding: 22px 40px 22px;
    margin-top: 46px;
}
.testimonial-section-one .sec-title a:hover{ background: #fff; color: #c12353; }

.testimonial-section-one .testimonial-outer{
    position: relative;
	max-width: 1170px;
    width: 100%;
	background: #c12353;
    padding: 120px 130px 110px;
    z-index: 10;
}
.testimonial-section-one .testimonial-outer .testimonial-text {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: rotate(-90deg);
    margin-top: -23px;
    display: none;
}
.testimonial-section-one .testimonial-outer .testimonial-text p{
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;

}

.testimonial-section-one .client-thumb-outer{
	position: relative;
	max-width: 265px;
	margin: 0 auto;
	overflow: hidden;
}
.testimonial-section-one .client-thumb-outer .client-thumbs-carousel{
	position: relative;
    max-width: 90px;
    margin: 0 auto;
	text-align:center;
}
.testimonial-section-one .client-thumb-outer .owl-item{
	position: relative;
	opacity:1;
}
.testimonial-section-one .client-thumb-outer .thumb-item .thumb-box{
	width: 90px;
	height: 90px;
	cursor: pointer;
	border-radius: 50%;
	margin: 0 auto;
    transform: scale(0.7, 0.7);
}
.testimonial-section-one .client-thumb-outer .owl-item .thumb-box:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #c12353;
	opacity: 0.7;
	z-index: 9;
	cursor: pointer;
	border-radius: 50%;
}
.testimonial-section-one .client-thumb-outer .owl-item.active .thumb-box:before {
	opacity: 0;
}
.testimonial-section-one .client-thumb-outer .client-thumbs-carousel .thumb-item img{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	border-radius:50%;
}
.testimonial-section-one .client-thumb-outer .owl-item.active{
	opacity: 1;
}
.testimonial-section-one .client-thumb-outer .owl-item.active .thumb-item .thumb-box{
    transform: scale(1.0, 1.0);
}
.testimonial-section-one .client-thumb-outer .client-thumbs-carousel .owl-stage-outer{
	overflow:visible;
}


.testimonial-block-one{
	position: relative;
}
.testimonial-block-one .inner-box{
	position: relative;
	text-align: center;
}
.testimonial-block-one .inner-box .text {
    position: relative;
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
}
.testimonial-section-one .author-content {
	text-align: center;
}
.testimonial-section-one .author-content h3 {
	color:  #ffffff;
	font-size:  20px;
	font-weight:  800;
}
.testimonial-section-one .owl-nav{
    display: none;
}



/*** 
=============================================
    Latest blog Area style
=============================================
***/
.latest-blog-area {
    position: relative;
    display: block;
    background: #f8f5f2;
    padding-top: 120px;
    padding-bottom: 80px;
}
.single-blog-post {
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.single-blog-post .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0.6s;
}
.single-blog-post .img-holder::before {
    background: rgba(60, 55, 90, 0.85);
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    content: "";
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(45deg) translateZ(0px);
    z-index: 3;
    opacity: 0;
}
.single-blog-post:hover .img-holder::before{
	transform: perspective(1200px) rotateX(0deg) translateZ(0px);
	transition-delay: 0.1s; 
    opacity: 1;
}
.single-blog-post .img-holder img {
    transition: all 0.5s ease-in-out 0.6s;    
    width: 100%;
}
.single-blog-post:hover .img-holder img {
    transform: scale(1.2, 1.2);
}
.single-blog-post .post-date {
    position: absolute;
    top: 40px;
    left: 50px;
    width: 55px;
    height: 55px;
    text-align: center;
    background: #ffffff;
    border-radius: 0%;
    z-index: 3;
    transition: all 0.8s ease-in-out 0.8s;
    padding: 12px 0;
}
.single-blog-post:hover .post-date{
    transform: rotate(360deg);    
}
.single-blog-post .post-date h5 {
    color: #c12353;
    font-size: 16px;
    line-height: 16px;
}


.single-blog-post .text-holder {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 35px 50px 33px;
    -webkit-box-shadow: 0px 3px 6px 0px #f1eeeb; 
    box-shadow: 0px 3px 6px 0px #f1eeeb;
    z-index: 1;
}
.single-blog-post .text-holder:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    content: "";
    background: #c12353;
    transition: all .5s ease-in-out;
    z-index: -1;
    transform: scale(0);
}
.single-blog-post:hover .text-holder:before{
    height: 100%; 
    transform: scale(1);
}


.single-blog-post .meta-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 19px;
}
.single-blog-post .meta-box .meta-info {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
}
.single-blog-post .meta-box .meta-info li {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 20px;
    padding-right: 25px;
}
.single-blog-post .meta-box .meta-info li:before {
    position: absolute;
    bottom: 5px;
    right: 10px;
    width: 5px;
    height: 1px;
    background: #c12353;
    content: "";
}
.single-blog-post .meta-box .meta-info li:last-child{
    padding-right: 0;
}
.single-blog-post .meta-box .meta-info li:last-child:before{
    display: none;
}
.single-blog-post .meta-box .meta-info li a{
    color: #c12353;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 500ms ease;
}
.single-blog-post .meta-box .meta-info li a:hover{
    color: #ffffff;
}
.single-blog-post .meta-box .reamore{}
.single-blog-post .meta-box .reamore a{
    color: #222222;
}
.single-blog-post:hover .meta-box .reamore a{
    color: #f36727;    
}



.single-blog-post .text-holder .blog-title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
}
.single-blog-post .text-holder .blog-title a{
    color: #c12353;
    transition: all 500ms ease;
}
.single-blog-post:hover .text-holder .blog-title a{
    color: #ffffff;
}
.single-blog-post .text-holder .text{
    display: block;
    margin-top: 16px;
}
.single-blog-post .text-holder .text p{
    margin: 0 0 16px;    
}
.single-blog-post .text-holder .text a.read-more{
    color: #222222;
}
.single-blog-post:hover .text-holder .text a.read-more{
    color: #f36727;    
}



/*** 
=============================================
    Brand Area Style      
=============================================
***/
.brand-area{
    position: relative;
    display: block;
    padding-top: 120px;
    padding-bottom: 90px;
}
.brand-area .row {display: flex;align-items: center;justify-content: center;flex-wrap: wrap;}
.single-brand-item {
    position: relative;
    display: block;
    max-width: 270px;
    width: 100%;
    text-align: center;
    margin: 0 auto 30px;
    border: 1px solid #f0eef9;
    transition: all 700ms ease;
}
.single-brand-item:hover{
    -webkit-box-shadow: 0px 2px 10px 3px #f0eef9; 
    box-shadow: 0px 2px 10px 3px #f0eef9;    
}
.single-brand-item a{
    display: block;
}
.single-brand-item a img {
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    max-height: 150px;
}


/*** 
=============================================
    Brand Area About Page Style      
=============================================
***/
.brand-area.about-page{
    border-top: 2px solid #f8f5f2;    
}



/*** 
=============================================
    Brand Area Choose Page Style      
=============================================
***/
.brand-area.choose-page{
    border-bottom: 2px solid #f8f5f2;    
}



/*** 
=============================================
    Brand Area Team Page Style      
=============================================
***/
.brand-area.team-page{
    border-top: 2px solid #f8f5f2;    
}



/*** 
=============================================
    Quote Area Style
=============================================
***/
.quote-area{
    position: relative;
    display: block;
    padding-top: 120px;
    padding-bottom: 120px;
    border-top: 2px solid #f8f5f2;
    z-index: 1;
}

.quote-form {
    position: relative;
    display: block;
    background: #f8f5f2;
    padding: 70px 70px 70px 50px;
    z-index: 3;
    border-bottom: 30px solid #ffffff;
}
.quote-form:before{
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background: #ffffff;
    content: "";
} 
.quote-form form {
    position: relative;
    display: block;
}
.quote-form form .input-box {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.quote-form form .input-box input[type=text],
.quote-form form .input-box input[type=email],
.quote-form form .input-box textarea{
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #ffffff;
    width: 100%;
    height: 70px;
    padding: 0 25px;
    color: #8f849c;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0px;
    font-family: 'Nunito', sans-serif;
    transition: all 500ms ease;
}
.quote-form form button {
    padding: 27px 40px 27px;
}
.quote-form form .input-box input[type=text]:focus{
    border-color: #c12353;
}
.quote-form form .input-box input[type=email]:focus{
    border-color: #c12353;
}
.quote-form form .input-box button:hover{}

.quote-image-box {
    position: relative;
    display: block;
    margin-left: -200px;
    z-index: 1;
}

.free-quote-box.style2 {
    border-right: 30px solid #ffffff;
    max-width: 500px;
    padding:25px 30px 25px;
}



/*** 
=============================================
    Footer area style
=============================================
***/
.footer-area {
    position: relative;
    display: block;
    background: #c12353;
    padding-top: 70px;
    padding-bottom: 70px;
}
.footer-logo img {width: auto;display: inline-block;max-width: 80px;object-fit: contain;object-position: center;}
.footer-area .start-1{
    top: 0;
    left: 100px;
    width: 223px;
    height: 270px;
    background-image: url(../images/footer/footer-start-1.png);
}
.footer-area .start-2{
    top: 30px;
    right: 0px;
    width: 354px;
    height: 426px;
    background-image: url(../images/footer/footer-start-2.png);
}

.single-footer-widget {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 28px;
}
.single-footer-widget .title h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    text-transform: none;
}

.footer-logo{
    position: relative;
    display: block;
}
.footer-logo a{
    display: inline-block;
}
.single-footer-widget .company-info{
    position: relative;
    display: block;
}
.single-footer-widget .company-info .text-box {
    display: block;
    padding-top: 31px;
    padding-bottom: 30px;
}
.single-footer-widget .company-info .text-box p{
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
}
.single-footer-widget .company-info .footer-button a br {
    display: none;
}
.single-footer-widget .company-info .footer-button a {
    background: transparent;
    padding: 0;
}

.single-footer-widget .pages-links{
    position: relative;
    display: block;
}
.single-footer-widget .pages-links li {
    line-height: 28px;
    margin-bottom: 10px;
}
.single-footer-widget .pages-links li:last-child{
    margin-bottom: 0;
}
.single-footer-widget .pages-links li a{
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-left: 20px;
    transition: all 500ms ease;
}
.single-footer-widget .pages-links li a:hover{
   padding-left: 25px;
}
.single-footer-widget .pages-links li a:before {
    position: absolute;
    top: -1px;
    left: 0;
    content: "\f105";
    font-family: FontAwesome;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease-in-out 0.1s;
}
.single-footer-widget .pages-links li a:hover:before{
    left: 5px;
    color: #fff; 
}


.single-footer-widget .contact-info{
    position: relative;
    display: block;
}
.single-footer-widget .contact-info li {
    line-height: 28px;
    margin-bottom: 36px;
}
.single-footer-widget .contact-info li:last-child{
    margin-bottom: 0;
}
.single-footer-widget .contact-info li span{
    position: relative;
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.single-footer-widget .contact-info li h3{
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    margin: 3px 0 0;
}


.single-footer-widget .legal-links{
    position: relative;
    display: block;
}
.single-footer-widget .legal-links li {
    line-height: 28px;
    margin-bottom: 10px;
}
.single-footer-widget .legal-links li:last-chil{
    margin-bottom: 0;
}
.single-footer-widget .legal-links li a{
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-left: 20px;
    transition: all 500ms ease;
}
.single-footer-widget .legal-links li a:hover{
   padding-left: 25px;
}
.single-footer-widget .legal-links li a:before {
    position: absolute;
    top: -1px;
    left: 0;
    content: "\f105";
    font-family: FontAwesome;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease-in-out 0.1s;
}
.single-footer-widget .legal-links li a:hover:before{
    left: 5px;
    color: #c12353; 
}



/*** 
=============================================
    Footer Bottom Area Style      
=============================================
***/
.footer-bottom-area {
    position: relative;
    display: block;
    background: #af244e;
    padding: 15px 0 15px;
}
.footer-bottom-area .footer-social-links {
    position: relative;
    display: block;
    overflow: hidden;
}
.footer-bottom-area .copyright-text {
    margin: 0;
}
.footer-bottom-area .copyright-text p {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: 30px;
}
.footer-bottom-area .copyright-text p a {
    color: #ffffff;
    font-weight: 800;
    transition: all 500ms ease;
}
.footer-bottom-area .copyright-text p a:hover{
    color: #fff;
}



/*** 
=============================================
    Book Expert Area Style      
=============================================
***/
.book-expert-area{
    position: relative;
    display: block;
    padding: 120px 0 120px;
}
.book-expert-text-box{
    position:  relative;
    display: block;
}
.book-expert-text-box .sec-title {
    padding-bottom: 38px;
}
.book-expert-text-box .inner-content{
    position:  relative;
    display: block;
}
.book-expert-text-box .inner-content .text{}
.book-expert-text-box .inner-content .text p{
    margin: 0 0 51px;
}
.book-expert-text-box .inner-content .text a{
    padding: 27px 40px 27px;
}
.book-expert-image-box {
    position: relative;
    display: block;
    margin-left: -30px;
}
.book-expert-image-box .img-box-1{
    position: relative;
    display: block;
    z-index: 1;
}
.book-expert-image-box .img-box-1 img{
    width: auto;
}
.book-expert-image-box .img-box-2 {
    position: absolute;
    display: block;
    border-left: 30px solid #ffffff;
    border-top: 30px solid #ffffff;
    max-width: 530px;
    width: 100%;
    height: auto;
    top: 185px;
    z-index: 3;
    left: 70px;
}
.book-expert-image-box .img-box-2 img{
    width: auto;
}



/*** 
=============================================
    How Work Area Style      
=============================================
***/
.how-work-area{
    position: relative;
    display: block;
    background: #f8f5f2;
    padding: 120px 0 111px;
}
.how-work-area .sec-title {
    padding-bottom: 46px;
}
.single-how-work{
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 59px 0 53px;
    margin-bottom: 40px;
    z-index: 1;
}
.single-how-work:before{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #c12353;
	transition: all 0.7s ease;
	transform: translateY(100%) scaleY(0);
    content: "";
    z-index: -1;
}
.single-how-work:hover:before{
	opacity:1;
	transform:translateY(0%) scaleY(1);
}
.single-how-work .icon-holder{
    display: block;
    padding-bottom: 24px;
}
.single-how-work .title-holder{}
.single-how-work .title-holder h3{
    line-height: 30px;
    transition: all 500ms ease;
    transition-delay: .3s;
}
.single-how-work:hover .title-holder h3{
    color: #ffffff;
    transition: all 500ms ease;
    transition-delay: .6s;    
}
.how-work-text {
    position: relative;
    display: block;
    max-width: 780px;
    width: 100%;
    margin: 12px auto 0;
}
.how-work-text p{
    margin: 0;
}



/*** 
=============================================
    Subscribe Area Style      
=============================================
***/
.subscribe-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #c12353;
    padding-top: 120px;
    padding-bottom: 120px;
}
.subscribe-area .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -95px;
    color: #ffffff;
    font-size: 250px;
    font-weight: 800;
    line-height: 230px;
    text-align: center;
    opacity: .03;
    z-index: 1;
}
.subscribe-title {
    position: relative;
    display: block;
    margin: 10px 0 10px;
    z-index: 3;
}
.subscribe-title h1 {
    color: #ffffff;
    font-size: 38px;
    line-height: 50px;
}

.subscribe-form {
    position: relative;
    display: block;
    max-width: 670px;
    width: 100%;
    z-index: 3;
}
.subscribe-form input[type="email"]{
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #8f849c;
    font-size: 18px;
    font-weight: 600;
    height: 70px;
    width: 100%;
    margin-bottom: 0px;
    padding: 0 30px;
    padding-right: 170px;
    border-radius: 0px;
    transition: all 500ms ease;
}
.subscribe-form button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 160px;
    height: 70px;
    background: #c12353;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    line-height: 58px;
    border-radius: 0px;
    text-transform: capitalize;
    font-family: 'Nunito', sans-serif;
    transition: all 700ms ease;
}



/*** 
=============================================
    Company Info area Style      
=============================================
***/
.company-info-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 120px;
    padding-bottom: 120px;
}
.video-holder-box{
    position: relative;
    display: block;
}
.video-holder-box .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.video-holder-box .img-holder img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%;
}
.video-holder-box .img-holder:hover img{
  transform: scale(1.1);
}
.video-holder-box .img-holder .icon-holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all 500ms ease;
}
.video-holder-box:hover .img-holder .icon-holder {
    background-color: rgba(0, 0, 0, 0.70);
}
.video-holder-box .img-holder .icon-holder .icon {
    display: table;
    height: 100%;
    width: 100%;
}
.video-holder-box .img-holder .icon-holder .icon .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.video-holder-box .img-holder .icon-holder .icon .inner a{
	position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #ffffff;
	color: #c12353;
    line-height: 88px;
	height: 90px;
	width: 90px;
    margin: 0 auto;
	border-radius: 50%;
    text-align: center;
    transition: all 500ms ease;
}
.video-holder-box .img-holder .icon-holder .icon .inner a:hover{
    background: transparent;
    color: #c12353;
}
.video-holder-box .img-holder .icon-holder .icon .inner a span:before{
    font-size: 25px;
}
.video-holder-box .img-holder:hover .icon-holder .icon .inner a{
    transform: rotate(360deg);    
}

.company-info-content {
    position: relative;
    display: block;
    padding-left: 15px;
}
.company-info-content .sec-title {
    padding-bottom: 38px;
}
.company-info-content .inner-content{
    position:  relative;
    display: block;
}
.company-info-content .inner-content .text{}
.company-info-content .inner-content .text p{
    margin: 0 0 36px;
}
.company-info-content .inner-content .text a{
    padding: 22px 40px 22px;
}



/*** 
=============================================
    services style1 Area v2 Style      
=============================================
***/
.services-style1-area.v2{
    background: #f8f5f2;    
}



/*** 
=============================================
    Book with confidence Area Style      
=============================================
***/
.book-with-confidence-area{
    position: relative;
    display: block;
    background: #f8f5f2;
}
.confidence-image-box{
    position: relative;
    display: block;
}
.confidence-image-box img{
    max-width: none;
    float: right;
}

.confidence-content {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 50px 0;
    margin-left: 0;
}
.confidence-content .sec-title{
    padding-bottom: 15px;    
}
.confidence-content .sec-title .title {font-size: 34px; line-height: 44px;  font-weight: 800;}
.confidence-content .inner-content{
    position: relative;
    display: block;    
}
.confidence-content .inner-content .text{
    display: block;
    padding-bottom: 0;
}
.confidence-content .inner-content ul{
    position: relative;
    display: block; 
    
}
.confidence-content .inner-content ul li{
    position: relative;
    display: inline-block;
    float: left;
    max-width: 230px;
    width: 100%;
    margin-right: 25px;
    background: #ffffff;
    padding: 40px 0 31px;
    text-align: center;
    -webkit-box-shadow: 0px 3px 6px 0px #f5f2ef; 
    box-shadow: 0px 3px 6px 0px #f5f2ef;
}
.confidence-content .inner-content ul li:last-child{
    margin-right: 0;
}
.confidence-content .inner-content ul li .icon{
    margin-bottom: 27px;
}
.confidence-content .inner-content ul li .title{
    display: block;
}
.confidence-content .inner-content ul li .title h2{
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 0px;
}
.confidence-content .inner-content ul li .title span{
    font-size: 16px;
}



/*** 
=============================================
    Slogan area style
=============================================
***/
.slogan-area {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 110px 0 120px;
    z-index: 1;
}
.slogan-area::before {
    background: rgba(82, 61, 108, 0.95) none repeat scroll 0 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
} 
.slogan-area .title {
    position: relative;
    display: block;
    margin: 0 0 46px;
}
.slogan-area .title h1{
    color: #ffffff;
    font-size: 50px;
    line-height: 60px;
}
.slogan-area .button{}
.slogan-area .button a{
    padding: 27px 40px 27px;
}



/*** 
=============================================
    Plans Pricing Area Style      
=============================================
***/
.plans-pricing-area{
    position: relative;
    display: block;
    padding: 120px 0 111px;
}
.single-price-box{
    position: relative;
    display: block;
    max-width: 270px;
    width: 100%;
    margin: 0 auto 60px;
    box-shadow: 0px 1px 4px 2px #f9f9f9;    
}
.single-price-box .inner-content {
    position: relative;
    display: block;
    padding: 70px 0 68px;
    transition: all 500ms ease;
    transform: scale(1.0);
}
.single-price-box:hover .inner-content{
    transform: scale(0);    
}

.single-price-box h1 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 27px;
}
.single-price-box h1 span {
    position: relative;
    top: -2px;
    font-size: 20px;
    line-height: 18px;
}
.single-price-box h3{
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}
.single-price-box .inner-content .icon-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 170px;
    height: 150px;
    margin: 55px auto 60px;
    z-index: -1;
}


.single-price-box .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    display: block;
    background: #c12353;
    padding-top: 70px;
    padding-bottom: 30px;
    z-index: 3;
    transition: all 900ms ease;
    transform: scale(0);
}
.single-price-box:hover .overlay-content{
    transform: scale(1.0);    
}

.single-price-box .overlay-content h1{
    color: #ffffff;
}
.single-price-box .overlay-content h3{
    color: #fff;
}
.single-price-box .overlay-content .icon-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 170px;
    height: 150px;
    margin: 55px auto 60px;
    z-index: -1;
}
.single-price-box .overlay-content .icon-box img{
    opacity: .40;
}
.single-price-box .overlay-content a{
    margin-top: 28px;
    padding: 22px 40px 22px;
}

.pricing-text{
    position: relative;
    display: block;
    max-width: 780px;
    width: 100%;
    margin: 12px auto 0;    
}
.pricing-text p{
    margin: 0;    
}



/*** 
=============================================
    Slogan Area style2 Style      
=============================================
***/
.slogan-area-style2{
    position: relative;
    display: block;
    background: #c12353;
    padding: 120px 0 120px;
}
.slogan-area-style2 .start-1{
    top: 0;
    left: 100px;
}
.slogan-area-style2 .start-2{
    top: -120px;
    right: 0px;
}
.slogan-area-style2 .title {
    display: block;
    margin: 10px 0;
}
.slogan-area-style2 .title h1{
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
}
.slogan-area-style2 .button{}
.slogan-area-style2 .button a{
    background: #c12353;
    padding: 27px 50px 27px; 
}
.slogan-area-style2 .button a:hover{
    background: #cd944e;    
}

/*** 
=============================================
    Location Area Style      
=============================================
***/
.location-area{
    position: relative;
    display: block;
    padding: 120px 0 120px;
}
.location{
    position: relative;
    display: block;
    max-width: 1025px;
    width: 100%;
    margin: 0 auto;
}
.single-location-box{
    position: absolute;
}

.single-location-box .round-box{
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    background: #c12353;
    border-radius: 50%; 
    cursor: pointer;
}
.single-location-box .round-box:after {
    position: absolute;
    content: "\f0d7";
    bottom: -12px;
    left: 3px;
    color: #c12353;
    font-size: 16px;
    opacity: 1;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
}
.single-location-box:hover .round-box:after{
	bottom: -15px;
	opacity: 1;
}

.single-location-box .round-box.toparrow:after {
    position: absolute;
    content: "\f0d7";
    top: -5px;
    left: 3px;
    bottom: auto;
    color: #c12353;
    font-size: 16px;
    opacity: 1;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    transform: rotate(180deg);
    line-height: 16px;
}
.single-location-box:hover .round-box.toparrow:after{
    top: -9px;    
}

.single-location-box.one{
    top: 100px;
    left: 180px;
}
.single-location-box .inner-content {
    position: absolute;
    left: -30px;
    top: 100%;
    width: 270px;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    padding: 26px 35px 25px;
    padding-right: 20px;
    margin-left: 0;
    border-radius: 5px;
    background-color: #c12353;
    transition: all 0.3s ease;
}
.single-location-box:hover .inner-content  {
    opacity: 1;
    visibility: visible;
    top: 165%;
}

.single-location-box .inner-content.style2{
    top: auto;
    bottom: 100%;    
}
.single-location-box:hover .inner-content.style2{
    bottom: 165%;    
}

.single-location-box .inner-content p{
    color: #fff;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
}
.single-location-box.two{
    top: 80px;
    right: 300px;
}

.single-location-box.three{
    left: 280px;
    bottom: 80px;
}
.single-location-box.four{
    left: 50%;
    bottom: 200px;
}
.single-location-box.five{
    right: 100px;
    bottom: 100px;
}



/*** 
=============================================
    Breadcrumb area style
=============================================
***/
.breadcrumb-area {
    position: relative;
    display: block;
    background: #c12353;
    padding: 97px 0 92px;
}
.breadcrumb-area .start-1{
    top: 0;
    left: 100px;
}
.breadcrumb-area .start-2 {
    top: 0;
    right: 30px;
    height: 300px;
}
.breadcrumb-area .inner-content {
    position: relative;
    display: block;
}
.breadcrumb-area .title {
    display: block;
    padding-top: 6px;
}
.breadcrumb-area .title h1{
    color: #ffffff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 800;
    text-transform: capitalize;
}
.breadcrumb-area .breadcrumb-menu {
    position: relative;
    display: block;
}
.breadcrumb-area .breadcrumb-menu ul {
    display: block;
    text-align: center;
}
.breadcrumb-area .breadcrumb-menu ul li {
    position: relative;
    display: inline-block;
    line-height: 26px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Nunito', sans-serif;
    transition: all 500ms ease;
    margin: 0 13px;
}
.breadcrumb-area .breadcrumb-menu ul li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -18px;
    width: 5px;
    height: 1px;
    background: #ffffff;
    content: "";
    margin: 14px 0;
}
.breadcrumb-area .breadcrumb-menu ul li:last-child:before{
    display: none;
} 
.breadcrumb-area .breadcrumb-menu ul li:last-child{
    margin-right: 0;
    padding-right: 0;
}
.breadcrumb-area .breadcrumb-menu ul li a{
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Nunito', sans-serif;
    transition: all 500ms ease;
}
.breadcrumb-area .breadcrumb-menu ul li.active{
    color: #fff; 
}
.breadcrumb-area .breadcrumb-menu ul li a:hover{
    color: #fff;     
}



/*** 
=============================================
    Main Author Area Style      
=============================================
***/
.main-author-area{
    position: relative;
    display: block;
    padding: 20px 0 80px;
}
.main-author-area .img-holder{
    position: relative;
    display: block;
}
.main-author-area .img-holder img{
    width: 100%;
}
.main-author-area .text-holder{
    max-width: 100%;
    margin: 10px 0 0 0;
}
.main-author-area .text-holder p{
    line-height: 36px;
    margin: 0;
}
.main-author-area .text-holder .author-info{
    display: block;
    margin-top: 40px;
}
.main-author-area .text-holder .author-info h1{
    color: #c12353;
    font-size: 40px;
    margin: 0 0 1px;
}
.main-author-area .text-holder .author-info span{
    font-size: 16px;
}



/*** 
=============================================
    Trusted Area Style      
=============================================
***/
.trusted-area {
    position: relative;
    display: block;
    padding: 120px 0 70px;
}
.single-trusted-image{
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.single-trusted-image img{
    width: 100%;
}

.trusted-content {
    margin-top: 10px;
}
.trusted-title{
    display: block;
    margin-bottom: 40px;
}
.trusted-title .sec-title{
    padding: 0;
}
.trusted-title .sec-title .title{
    font-size: 40px;
    line-height: 50px;
}
.single-trusted-text {
    display: block;
    margin-bottom: 40px;
}
.single-trusted-text p{
    margin: 0;
}



/*** 
=============================================
    Services Style1 Area Service page Style      
=============================================
***/
.services-style1-area.service-page{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 80px 0 50px;
}
.services-style1-area.service-page .single-service-style1{
-webkit-box-shadow: 0px 3px 5px 2px #f8f8f8; 
box-shadow: 0px 3px 5px 2px #f8f8f8;
    margin-bottom: 30px;
}



/*** 
=============================================
    Blog Default Area style
=============================================
***/
#blog-area{
    padding: 120px 0 90px;
}
.blog-default-area .single-blog-post {
    margin-bottom: 30px;
}



/*** 
=============================================
    Single Service Area style
=============================================
***/
.single-service-area{
    position: relative;
    display: block;
    padding: 120px 0 111px;
}
.sec-title-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 21px;
}
.sec-title-box h1{
    font-size: 40px;
    line-height: 48px;
    text-transform: capitalize;
}

.single-service-top {
    position: relative;
    display: block;
}
.single-service-top .top-image-holder {
    position: relative;
    display: block;
    margin-bottom: 41px;
}
.single-service-top .top-image-holder img{
    width: 100%;
    transition: all 0.4s ease-in-out 0s;    
}

.single-service-top .text{
    position: relative;
    display: block;
    padding-bottom: 51px;
}
.single-service-top .text p{
    margin: 0;
}
.single-service-top .single-service-image{
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.single-service-top .single-service-image img{
    width: 100%;
}

.faq-content-box {
    position: relative;
    display: block;
}

.single-service-why-choose{
    position: relative;
    display: block;
    margin-top: 42px;
}
.single-service-why-choose h2{
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 26px;
}
.single-service-why-choose ul{
    display: block;
}
.single-service-why-choose ul li{
    line-height: 40px;
}
.single-service-why-choose ul li i{
    position: relative;
    top: -1px;
    color: #c12353;
    font-size: 15px;
    display: inline-block;
    padding-right: 17px;
}
.single-service-why-choose .text{
    display: block;
    padding-top: 38px;
}
.single-service-why-choose .text p{
    margin: 0;
}


.single-service-sidebar{
    position: relative;
    display: block;
}
.service-sidebar-title{
    position: relative;
    display: block;
    padding-bottom: 27px;
}
.service-sidebar-title h3 {
    color: #c12353;
    font-size: 20px;
    line-height: 20px;
    text-transform: capitalize;
}
.single-service-sidebar .single-sidebar{
    position: relative;
    display: block;
    background: #f8f5f2;
    padding: 48px 50px 40px;
    margin-bottom: 30px;
}
.single-service-sidebar .service-pages{
    display: block;
}
.single-service-sidebar .service-pages li{
    position: relative;
    display: block;
    margin-bottom: 11px;
    z-index: 5;
}
.single-service-sidebar .service-pages li:last-child{
    margin-bottom: 0;
}
.single-service-sidebar .service-pages li a{
    position: relative;
    display: block;
    color: #8f849c;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Nunito', sans-serif;
    transition: all 500ms ease;
    transition-delay: .2s;
}
.single-service-sidebar .service-pages li a:hover,
.single-service-sidebar .service-pages li.active a{
    color: #c12353;
    padding-left: 10px;
}
.single-service-sidebar .service-pages li a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f105";
    color: #8f849c;
    font-size: 16px;
    line-height: 16px;
    margin: 8px 0;
    transition: all 500ms ease;
    transition-delay: .1s;
    opacity: 1;
    transform: scale(1.0);
}
.single-service-sidebar .service-pages li a:hover:before,
.single-service-sidebar .service-pages li.active a:before{
    color: #c12353;
}

.free-quote-box.service-sidebar {
    padding: 47px 40px 47px;
    padding-right: 30px;
}
.free-quote-box.service-sidebar .title h1 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
    margin: 0 0 0;
}
.free-quote-box.service-sidebar .title {
    padding-left: 20px;
}




/*** 
=============================================
    Blog Single Area style
=============================================
***/
#blog-area.blog-single-area{
    padding-bottom: 120px;
}
.blog-single-area .blog-post {
    position: relative;
    display: block;
}
.blog-single-area .single-blog-post{
    margin-bottom: 40px;    
}
.blog-single-area .single-blog-post .img-holder::before {
    display: none;
}
.blog-single-area .single-blog-post .img-holder img{
    transform: none;        
}


.blog-single-area .single-blog-post .text-holder {
    padding: 35px 0 0;
    box-shadow: none;
}
.blog-single-area .single-blog-post .text-holder:before {
    display: none;
}
.blog-single-area .single-blog-post .text-holder .meta-box {
    padding-bottom: 17px;
}
.blog-single-area .single-blog-post .text-holder .meta-box .meta-info li a:hover{
    color: #c12353;
}
.blog-single-area .single-blog-post .text-holder .blog-title {
    font-size: 30px;
    line-height: 40px;
}
.blog-single-area .single-blog-post .text-holder .blog-title:hover{
    color: none;
}
.blog-single-area .single-blog-post .text-holder .text {
    margin-top: 21px;
}
.blog-single-area .single-blog-post .text-holder p.mar-bottom {
    margin-bottom: 16px;
}


.blog-single-area .tag-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 2px solid #f8f5f2;
    margin-top: 51px;
}
.blog-single-area .tag-box .tag{
    position: relative;
    display: block;
    line-height: 30px;
}
.blog-single-area .tag-box .tag p {
    color: #c12353;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    margin: 0px 0;
}
.blog-single-area .tag-box .tag p span {
    position: relative;
    display: inline-block;
    padding-right: 6px;
    color: #c12353;
    font-size: 20px;
    font-weight: 800;
    text-transform: capitalize;
    font-family: 'Nunito', sans-serif;
}
.blog-single-area .tag-box .right{
    position: relative;
    display: block;
}
.blog-single-area .tag-box .right .sociallinks-style-one li a i{
    color: #fff;
}


.blog-single-area .author-box {
    position: relative;
    display: block;
    background: #f8f5f2;
    padding: 0px;
}
.blog-single-area .author-box .inner-content {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
}
.blog-single-area .author-box .img-holder{
    width: 170px;
}
.blog-single-area .author-box .img-holder,
.blog-single-area .author-box .text-holder{
    display: table-cell;
    vertical-align: top;
}
.blog-single-area .author-box .text-holder {
    padding-left: 30px;
}
.blog-single-area .author-box .text-holder h3 {
    color: #c12353;
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 23px;
    text-transform: capitalize;
}
.blog-single-area .author-box .text-holder p {
    margin: 0 0 11px;
}
.blog-single-area .author-box .text-holder a{
    color: #c12353;
    font-size: 16px;
    font-weight: 800;
    text-transform: capitalize;
}


.blog-single-area .inner-comment-box {
    overflow: hidden;
    padding-top: 66px;
    padding-bottom: 16px;
}
.blog-single-area .inner-comment-box .title {
    position: relative;
    display: block;
    padding-bottom: 33px;
}
.blog-single-area .inner-comment-box .title h3{
    color: #c12353;
    font-size: 30px;
}
.blog-single-area .inner-comment-box .single-comment-box {
    position: relative;
    display: block;
    border-bottom: 2px solid #f8f5f2;
    padding-left: 110px;
    margin-bottom: 50px;
    padding-bottom: 25px;
}
.blog-single-area .inner-comment-box .single-comment-box .img-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    height: 110px;
}
.blog-single-area .inner-comment-box .single-comment-box .text-holder {
    margin-left: 30px;
}
.blog-single-area .inner-comment-box .single-comment-box .text-holder .top {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 18px;
}
.blog-single-area .inner-comment-box .single-comment-box .text-holder .top .name-date{}
.blog-single-area .inner-comment-box .single-comment-box .text-holder .top .name-date h3{
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 3px;
}
.blog-single-area .inner-comment-box .single-comment-box .text-holder .top .name-date span{
    color: #c12353;
}
.blog-single-area .inner-comment-box .single-comment-box .text-holder .top .reply-button {
    position: relative;
    display: block;
}
.blog-single-area .inner-comment-box .single-comment-box .text-holder .top .reply-button a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 19px 30px 19px;
}
.blog-single-area .inner-comment-box .single-comment-box .text-holder .text{
    position: relative;
    display: block;
}



.add-comment-box {
    overflow: hidden;
}
.add-comment-box .title {
    position: relative;
    display: block;
    padding-bottom: 24px;
}
.add-comment-box .title h3{
    font-size: 30px;
}
.add-comment-box #add-comment-form {}
.add-comment-box #add-comment-form .field-label {
    color: #8f849c;
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding: 0 0 2px;
}
.add-comment-box #add-comment-form input[type="text"],
.add-comment-box #add-comment-form input[type="email"],
.add-comment-box #add-comment-form textarea{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ececec;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    padding: 0 15px;
    width: 100%;  
    margin-bottom: 14px;
    transition: all 500ms ease;
}
.add-comment-box #add-comment-form textarea {
    height: 100px;
    padding: 10px 15px;
    margin-bottom: 30px;
}
.add-comment-box #add-comment-form input[type="text"]:focus{
    border-color: #c12353;    
}
.add-comment-box #add-comment-form input[type="email"]:focus{
    border-color: #c12353;    
}
.add-comment-box #add-comment-form textarea:focus{
    border-color: #c12353;       
}
.add-comment-box #add-comment-form button {
    padding: 22px 40px 22px;
}
.add-comment-box #add-comment-form button:hover{}





#blog-area .sidebar-wrapper {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
}
.sidebar-search-box form.search-form {
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
    background: #c12353;
    padding: 20px 20px 20px;
}
.sidebar-search-box .search-form input[type="text"] {
    position: relative;
    display: block;
    background: #422f5a;
    border: 1px solid #422f5a;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    height: 60px;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 65px;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 100%;
}
.sidebar-search-box .search-form button {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #c12353;
    color: #ffffff;
    display: block;
    width: 60px;
    height: 60px;
    padding: 12px 0;
    text-align: center;
    transition: all 500ms ease 0s;
}
.sidebar-search-box .search-form button i {
    font-size: 14px
}
.sidebar-search-box .search-form input[type="text"]:focus {
    border: 1px solid #c12353;
    background: #fff;
    color: #000;
}
.sidebar-search-box .search-form input[type="text"]:focus + button, 
.sidebar-search-box .search-form button:hover {
    background: #c12353 none repeat scroll 0 0;
    color: #fff;
}
.sidebar-search-box .search-form input::-webkit-input-placeholder {
    color: #ffffff;
}
.sidebar-search-box .search-form input:-moz-placeholder {
    color: #ffffff;
}
.sidebar-search-box .search-form input::-moz-placeholder {
    color: #ffffff;
}
.sidebar-search-box .search-form input:-ms-input-placeholder {
    color: #ffffff;
}

.sidebar-wrapper .single-sidebar {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f8f5f2;
    margin-top: 40px;
    padding: 49px 50px 40px;
}
.sidebar-wrapper .single-sidebar .sec-title {
    overflow: hidden;
    padding-bottom: 26px;
    margin-top: -2px;
}
.sidebar-wrapper .single-sidebar .sec-title h3 {
    color: #c12353;
    font-size: 20px;
    font-weight: 800;
    line-height: 22px;
    text-transform: capitalize;
}


.single-sidebar .lat-posts {
    position: relative;
    display: block;
    padding-top: 9px;
    padding-bottom: 9px;
}
.single-sidebar .lat-posts li {
    position: relative;
    display: block;
    padding-left: 60px;
    border-bottom: 1px solid #ffffff;
    min-height: 61px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.single-sidebar .lat-posts li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.single-sidebar .lat-posts li .img-holder {
    position: absolute;
    top: 0px;
    left: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
}
.single-sidebar .lat-posts li .img-holder img {
    transition: all 0.4s ease-in-out 0.5s;    
    width: 100%;
    transform: scale(1.0, 1.0);      
}
.single-sidebar .lat-posts li:hover .img-holder img {
    transition-delay: 0s;
    transform: scale(1.2, 1.2);    
}
.single-sidebar .lat-posts li .img-holder .overlay-style-one .box .content a i{
    color: #fff;
    font-size: 16px;
    transition: all 500ms ease;
}
.single-sidebar .lat-posts li:hover .img-holder .overlay-style-one{
    filter: alpha(opacity=100);
    opacity: 1;
}
.single-sidebar .lat-posts li .img-holder .overlay-style-one .box .content a:hover i{
    color: #c12353;
}
.single-sidebar .lat-posts li .title-holder {
    padding-left: 20px;
    min-height: 60px;
}
.single-sidebar .lat-posts li .title-holder .post-title {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin: 0;
}
.single-sidebar .lat-posts li .title-holder .post-title a{
    color: #c12353;
    transition: all 500ms ease;
}
.single-sidebar .lat-posts li .title-holder .post-title a:hover{
    color: #c12353;
}

.single-sidebar .categories {
    position: relative;
    display: block;
}
.single-sidebar .categories li {
    position: relative;
    display: block;
    line-height: 30px;
    margin-bottom: 11px;
}
.single-sidebar .categories li:last-child {
    margin-bottom: 0;
}
.single-sidebar .categories li a {
    position: relative;
    display: block;
    color: #8f849c;
    font-size: 16px;
    font-weight: 700;
    transition: all 500ms ease;
}
.single-sidebar .categories li a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f105";
    color: #8f849c;
    font-size: 16px;
    line-height: 16px;
    margin: 8px 0;
    transition: all 500ms ease;
    transition-delay: .1s;
    opacity: 1;
    transform: scale(1.0);
}
.single-sidebar .categories li:hover a:before{
    color: #c12353;
}
.single-sidebar .categories li a:hover{
    color: #c12353;    
}

.single-sidebar .popular-tag {
    margin-left: -3px;
    margin-right: -3px;
    margin-top: 9px;
}
.single-sidebar .popular-tag li {
    display: inline-block;
    margin: 0 3px 10px;
}
.single-sidebar .popular-tag li a {
    position: relative;
    display: block;
    background: #f4f2ef;
    color: #8f849c;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 10px 1px;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    border-radius: 0;
}
.single-sidebar .popular-tag li a:hover{
    background: #c12353;
    border-color: #c12353;
    color: #ffffff;
}



/*** 
=============================================
    Contact Info Area style
=============================================
***/
.contact-info-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 80px 0 80px;
}
.contact-form {
    position: relative;
    display: block;
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    padding: 50px 50px 50px;
    box-shadow: 0px 2px 5px 3px #f2f1f9;
}
.contact-form form{
    position: relative;
    display: block;
}
.contact-form form .input-box{
    position: relative;
    display: block;
}
.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea{
    position: relative;
    display: block;   
    background: transparent;
    border: 1px solid #f0eef9;
    width: 100%;
    height: 60px;
    font-size: 16px;
    margin-bottom: 30px;
    padding-left: 45px;
    padding-right: 20px;
    border-radius: 5px;
    transition: all 500ms ease;
}
.contact-form form textarea {
    height: 110px;
    padding-left: 45px;
    padding-right: 20px;
    padding-top: 17px;
    padding-bottom: 15px;
}
.contact-form form input[type="text"]:focus{
    border-color: #1d1d1d; 
    color: #222222;
}
.contact-form form input[type="email"]:focus{
    border-color: #1d1d1d;
    color: #222222;
}
.contact-form form textarea:focus{
    border-color: #1d1d1d;
    color: #222222;
}
.contact-form form .input-box .icon {
    position: absolute;
    top: 0;
    left: 20px;
    margin: 16px 0 14px;
}
.contact-form form .input-box .icon i{
    color: #868298;
    font-size: 16px;
    line-height: 30px;
}
.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #868298;
}
.contact-form form input[type="text"]:-moz-placeholder {
    color: #868298;
}
.contact-form form input[type="text"]::-moz-placeholder {
    color: #868298;
}
.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #868298;
}
.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #868298;
}
.contact-form form input[type="email"]:-moz-placeholder {
    color: #868298;
}
.contact-form form input[type="email"]::-moz-placeholder {
    color: #868298;
}
.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #868298;
}
.contact-form form button {
    width: 100%;
    padding: 22px 0 22px;
    cursor: pointer;
    display: block;
}



/*** 
=============================================
    Contact Address Area style
=============================================
***/
.contact-address-area{
    position: relative;
    display: block;
    padding-bottom: 30px;
}
.single-address-box{
    position: relative;
    display: block;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 2px 5px 3px #f8f8f8; 
    box-shadow: 0px 2px 5px 3px #f8f8f8;
    z-index: 1;
}
.single-address-box:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #c12353;
    transition: all 0.7s ease;
    transform: translateY(100%) scaleY(0);
    content: "";
    z-index: -1;
}
.single-address-box:hover:before {
	opacity:1;
	transform:translateY(0%) scaleY(1);
}
.single-address-box h3{
    margin: 0 0 24px;
    transition: all 0.7s ease;
}
.single-address-box:hover h3{
    color: #ffffff;
    transition: all 0.8s ease;
    transition-delay: .5s;
}
.single-address-box p{
    margin: 0;
    transition: all 0.7s ease;
    font-size: 16px;
}
.single-address-box:hover p{
    color: #fff;
    transition: all 0.9s ease;
    transition-delay: .7s;    
}


/*** 
=============================================
    Google Map Area style
=============================================
***/
.google-map-area{
    position: relative;
    display: block;
}
#contact-google-map {
    height: 540px;
    width: 100%;
}
.google-map {position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;}

.google-map iframe {position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;}

  .single-address-box.google-map-wrap {width: 100%;display: inline-block;height: 210px;position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;}

.single-address-box.google-map-wrap iframe {position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;}


/*** 
=============================================
    Error Page Area style
=============================================
***/
.error-page-area{
    position: relative;
    display: block;
    padding: 200px 0 200px;
}
.error-sign{
    position: relative;
    display: block;
    max-width: 381px;
    width: 100%;
    margin: 0 auto;
}
.error-sign .top {
    position: relative;
    display: block;
    width: 185px;
    height: 185px;
    background: #4d3866;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 54px 0;
}
.error-sign .top h1{
    color: #ffffff;
    font-size: 50px;
    line-height: 46px;
    font-weight: 900;
    margin: 0 0 5px;
}
.error-sign .top h3{
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.error-sign .middle{
    position: relative;
    display: block;
    width: 15px;
    height: 220px;
    background: #4d3866;
    margin: 0 auto;
    z-index: 3;
}
.error-sign .bottom {
    position: relative;
    display: block;
    margin-top: -59px;
    z-index: 1;
}

.not-found-text {
    color: #4d3866;
    font-size: 100px;
    line-height: 110px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 43px 0 29px;
}
.go-home-button{
    position: relative;
    display: block;
}
.go-home-button a{
    padding: 22px 40px 22px;
}


.dite-section { width: 100%; display: inline-block; background-repeat:repeat; background-size: cover; padding: 100px 0 100px 0; position: relative; z-index: 1; }
.dite-section .dite-inner { width: calc(100% + 40px); display: flex; align-items: stretch; justify-content: space-between; margin: 0 -20px; flex-wrap: wrap; }
.dite-section .dite-inner .dite-box { width: calc(100% / 2 - 40px); display: inline-block; margin: 0 20px 30px 20px; color: #fff; box-shadow: 0px 0px 8px 2px #ffffff80; border-radius: 20px; padding: 20px; }
.dite-section .dite-inner .dite-box .dite-title { width: 100%; display: inline-block; padding: 0 0 15px 0; }
.dite-section .dite-inner .dite-box .dite-title h2 { width: 100%; display: inline-block; color: #fff; font-size: 30px; line-height: 40px; margin: 0; }
.dite-section .dite-inner .dite-box .dite-text { width: 100%; display: inline-block; }
.dite-section .dite-inner .dite-box .dite-text p { width: 100%; display: inline-block; }
.dite-section:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.6); z-index: -1; }
.dite-section .dite-inner .dite-box .dite-cta { width: 100%; display: inline-block; }
.dite-section .dite-inner .dite-box .dite-cta a { width: auto; display: inline-block; background: #ffffff; color: #967775; padding: 10px 20px; font-size: 16px; line-height: 26px; font-weight: 600; letter-spacing: 1px; border-radius: 8px; border: 1px solid #ffffff; transition: .4s ease-in-out; }
.dite-section .dite-inner .dite-box .dite-cta a:hover {background: transparent;color: #fff;}


.whats-app-chat { position: fixed; bottom: 30px; left: 30px; z-index: 99; border-radius: 50%; border: 2px solid #13990a; padding: 10px; background: #fff; }
.whats-app-chat a { width: 100%; display: inline-block; }
.calling-fix { position: fixed; bottom: 30px; right: 30px; z-index: 99; border-radius: 50%; border: 2px solid #2c60b5; padding: 10px; background: #fff; }
.whats-app-chat img { width: 32px; height: 32px; display: inline-block; object-fit: contain; object-position: center;}
.calling-fix a {  width: 100%; display: inline-block; }
.calling-fix a img { width: 32px; height: 32px;display: inline-block; object-fit: contain; object-position: center; }

header.header-style1-area.stricky.stricky-fixed .header-style1-logo {max-width: 120px;}
.contact-address-area .col-xl-4.col-lg-4:first-child .single-address-box {padding: 0 !important;}
.accordion-box .accordion .accord-btn {padding-left: 40px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px;}
.accordion-box .accordion {margin: 0;border-bottom: 2px solid #c12353;}
.accordion-box .accordion .accord-btn h4 { color: #c12353; font-size: 16px; font-weight: 700; line-height: 24px; transition: all 500ms ease; }
.accordion-box .accordion .accord-btn::after { font-family: "Flaticon"; position: absolute; top: 15px; left: 15px; color: #bdbdbd; content: "\f10a"; font-size: 12px; line-height: 22px; font-weight: 300; transform: rotate(0deg); transition: all 500ms ease 0s; }

section.book-with-confidence-area.update-design {padding: 50px 0;}
section.book-with-confidence-area.update-design .confidence-content {padding: 0;}
section.book-with-confidence-area.update-design .text { padding-bottom:0; }
.contact-address-area.about .col-xl-4.col-lg-4:first-child .single-address-box {  padding: 30px !important ; }
.quote-form form textarea.form-control {padding: 10px 25px;}


@media(max-width:1199px) {
    .sec-title .title { font-size: 40px; line-height: 50px; }
    .testimonial-block-one .inner-box .text { font-size: 20px; line-height: 30px; }
    .testimonial-section-one .testimonial-outer { padding: 40px; }
    .tp-caption.splitted { font-size: 47px !important; }
    .rev_slider_wrapper { height: 450px !important; }
}


.marketing-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 30px 0 30px 0 !important;
}
.marketing-logo img {width: auto;object-fit: contain;object-position: center;max-width: 100%;}
.marketing-logo a {width: auto;display: inline-block;}


/* Large Layout: 1200px. */
@media only screen and (min-width: 1200px){
.container {padding: 0;}
.container-fluid {padding: 0;}    



}


@media only screen and (min-width: 1200px) and (max-width: 1500px) {  
.main-header .nav-outer .main-menu {
padding-left: 140px;
}    


}


/* Medium screen  */ 
@media only screen and (min-width: 992px) and (max-width: 1199px) {  

/*** 
=============================================
Top Bar Style1 Style
=============================================
***/     
.top-left-style1 {
max-width: 650px;
}

/*** 
=============================================
Header Style1 Area Style
=============================================
***/ 
.headers1-header-right {
max-width: 710px;
}    
.main-menu {
padding-left: 30px;
}
.main-menu .navigation li {
margin-right: 30px;
}

/*** 
=============================================
About Area Style
=============================================
***/ 
.about-image-box img{
width: 100%;
}    
.about-text {
padding-top: 50px;
padding-bottom: 35px;
padding-left: 40px;
padding-right: 40px;
margin-left: 0;
border-left: 0px solid #ffffff;
}
.about-text .sec-title {
padding-bottom: 28px;
}    
.free-quote-box {
max-width: 470px;
}    

/*** 
=============================================
Base Area Style
=============================================
***/   
.single-base-box {
max-width: 232px;
}    

/*** 
=============================================
Choose Area Style
=============================================
***/     
.choose-image-box {
margin-right: 0px;
max-width: 700px;
}    
.choose-image-box .overlay-box {
max-width: 550px;
}    
.choose-text-box {
padding-top: 60px;
}  

/*** 
=============================================
Location Area Style
=============================================
***/      
.single-location-box.five {
right: 230px;
bottom: 100px;
} 

/*** 
=============================================
Footer Area Style
=============================================
***/      
.single-footer-widget.marbtm50 {
margin-bottom: 50px;
}    





/*** 
=============================================
Main Header Style
=============================================
***/     
.main-header .nav-outer .main-menu {
padding-left: 70px;
}    

/*** 
=============================================
Book Expert Area Style
=============================================
***/
.book-expert-area {
padding: 120px 0 0px;
}    
.book-expert-image-box {
margin-left: 0;
margin-top: 30px;
}    
.book-expert-image-box .img-box-2 {
position: relative;
border-left: 30px solid #ffffff;
border-top: 30px solid #ffffff;
max-width: 530px;
width: 100%;
height: auto;
top: -120px;
z-index: 3;
left: 70px;
}    

/*** 
=============================================
Company Info Area Style
=============================================
***/     
.company-info-content {
padding-left: 0;
margin-top: 50px;
}    

/*** 
=============================================
Book With Confidence Area Style
=============================================
***/  
.book-with-confidence-area {
padding-top: 50px;
}    
.confidence-image-box img {
max-width: 100%;
width: 100%;
float: none;
}    
.confidence-content {
padding: 30px 0 0 0;
margin-left: 0;
}    
section.book-with-confidence-area.update-design ul li {margin-bottom: 30px;}

/*** 
=============================================
Slogan Area Style2 Style
=============================================
***/
.slogan-area-style2 .title {
margin: 15px 0;
}    
.slogan-area-style2 .title h1 {
font-size: 30px;
line-height: 40px;
}    

/*** 
=============================================
Services Style1 Area Style
=============================================
***/ 
.single-service-style1 .text-holder {
padding: 50px 30px 41px;
padding-right: 30px;
}    
.single-service-style1 .text-holder .text-box h3 {
font-size: 22px;
}    

/*** 
=============================================
Contact Address Area Style
=============================================
***/     
.single-address-box {
padding: 12px;
}    

/*** 
=============================================
Latest Blog Area style
=============================================
***/    
.single-blog-post .text-holder {
padding: 35px 25px 33px;
}        

/*** 
=============================================
Quote Area style
=============================================
***/ 
.quote-form {
padding: 30px;
padding-right: 60px;
} 
.quote-form .sec-title {
padding-bottom: 22px;
}    
.quote-image-box {
margin-left: -30px;
}    
.free-quote-box.style2 {
border-right: none;
max-width: 500px;
padding-top: 43px;
padding-bottom: 40px;
}    
















}



/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {

/*** 
=============================================
Top Bar Style1 Style
=============================================
***/     
.top-left-style1 {
max-width: 100%;
}
.top-contact-info {
text-align: center;
}    
.top-contact-info li {
float: none;
margin-right: 0;
margin: 0 5px;
}
.top-contact-info li
{
font-size: 12px;
font-weight: 600;
line-height: 24px;
}
.top-contact-info li i { 
color: #fff;
font-size: 12px;
line-height: 12px;
display: inline-block;
padding-right: 5px;	
}

.top-right-style1 {
max-width: 100%;
float: none !important;
overflow: hidden;
width: 165px;
} 
.top-right-style1 .sociallinks-style-one {
text-align: center;
float: none !important;
margin-top: 5px;
}
.top-right-style1 .sociallinks-style-one li {
float: none;
margin-right: 0;
margin: 0 10px;
}    

/*** 
=============================================
Header Style1 Area Style
=============================================
***/
.header-style1-logo {
position: absolute;
top: 0;
left: 0;
max-width: 110px;
width: 100%;
padding: 0;
float: none !important;
z-index: 333;
}
header.header-style1-area.stricky.stricky-fixed .header-style1-logo { max-width: 110px;  }
.headers1-header-right {
max-width: 100%;
float: none !important;
}  
.headers1-button {
position: absolute;
top: 0;
left: 190px;
float: none;
width: 120px;
padding: 10px 0;
z-index: 333;
}
.headers1-button a {
width: 150px;
font-size: 15px;
}   

/*** 
=============================================
About Area Style
=============================================
***/   
.about-image-box img{
width: 100%;
}    
.about-text {
padding-top: 50px;
padding-bottom: 35px;
padding-left: 40px;
padding-right: 40px;
margin-left: 0;
border-left: 0px solid #ffffff;
}
.about-text .sec-title {
padding-bottom: 28px;
}        
.free-quote-box {
max-width: 470px;
}    

/*** 
=============================================
Base Area Style
=============================================
***/   
.single-base-box {
max-width: 345px;
border-right: none;
}

/*** 
=============================================
Choose Area Style
=============================================
***/     
.choose-image-box {
margin-right: 0px;
max-width: 700px;
}    
.choose-image-box .overlay-box {
max-width: 550px;
}    
.choose-text-box {
padding-top: 60px;
}  

/*** 
=============================================
Location Area Style
=============================================
***/      
.single-location-box.five {
right: 230px;
bottom: 100px;
} 
    
/*** 
=============================================
Quote Area Style
=============================================
***/
.quote-form:before {
display: none;
}      
.quote-image-box {
margin-left: 0;
margin-top: 30px;
}    

/*** 
=============================================
Footer Area Style
=============================================
***/      
.single-footer-widget.marbtm50 {
margin-bottom: 50px;
}   





/*** 
=============================================
Main Header Style
=============================================
***/
.main-header {
padding: 10px 0;
} 
.main-header.fixed-header {
padding: 0;
}    
.main-header .main-box .logo-box {
position: absolute;
top: 0;
left: 50px;
float: none;
z-index: 13;
padding: 25px 0;
} 
.main-header.fixed-header .main-box .logo-box {
padding: 25px 0px;
}    
.main-header .nav-outer {
float: none;
display: block;
width: 100%;
}
.main-header .nav-outer .main-menu {
padding-left: 0px;
}      
.main-header .header-button {
position: absolute !important;
top: 0;
left: 260px;
float: none !important;
padding: 10px 0 !important;
z-index: 33;
}   

/*** 
=============================================
Book Expert Area Style
=============================================
***/
.book-expert-area {
padding: 120px 0 0px;
}    
.book-expert-image-box {
margin-left: 0;
margin-top: 30px;
}    
.book-expert-image-box .img-box-2 {
position: relative;
border-left: 30px solid #ffffff;
border-top: 30px solid #ffffff;
max-width: 530px;
width: 100%;
height: auto;
top: -120px;
z-index: 3;
left: 70px;
}    

/*** 
=============================================
Subscribe Area Style
=============================================
***/
.subscribe-area {
padding-top: 120px;
padding-bottom: 130px;
}    
.subscribe-title {
display: block;
margin: 0px 0 18px;
text-align: center;
}    
.subscribe-form {
margin: 0 auto;
}    
.subscribe-area .title {
bottom: -80px;
font-size: 165px;
}    

/*** 
=============================================
Company Info Area Style
=============================================
***/     
.company-info-content {
padding-left: 0;
margin-top: 50px;
}       

/*** 
=============================================
Book With Confidence Area Style
=============================================
***/  
.book-with-confidence-area {
padding-top: 50px;
}    
.confidence-image-box img {
max-width: 100%;
width: 100%;
float: none;
}    
  

/*** 
=============================================
Slogan Area Style2 Style
=============================================
***/
.slogan-area-style2 {
padding: 110px 0 120px;
}    
.slogan-area-style2 .title {
display: block;
margin: 0px 0 20px;
float: none !important;
text-align: center;
}
.slogan-area-style2 .button {
float: none !important;
display: block;
text-align: center;
}    

/*** 
=============================================
Single Service Area Style
=============================================
***/    
.single-service-sidebar {
margin-top: 80px;
}   

/*** 
=============================================
Blog Single area Style
=============================================
***/     
#blog-area .sidebar-wrapper {
margin-top: 100px;
}       

/*** 
=============================================
Quote Area Style
=============================================
***/  
.quote-form {
padding: 60px;
border-bottom: none;
margin-bottom: 30px;
} 
.quote-form .sec-title {
padding-bottom: 36px;
}    
.free-quote-box.style2 {
border-right: none;
max-width: 100%;
padding-top: 43px;
padding-bottom: 40px;
}    
.quote-image-box img{
width: 100%;
}    

.single-address-box.google-map-wrap {height: 300px;}
.contact-form {padding: 30px;}













}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

/*** 
=============================================
Top Bar Style1 Style
=============================================
***/ 
.sec-title .title {
font-size: 40px;
line-height: 50px;
}  
.sec-title .title br{
display: none;
}    

.top-left-style1 {
max-width: 100%;
float: none !important;
}
.top-contact-info {
text-align: center;
}    
.top-contact-info li {
float: none;
margin-right: 0;
margin: 0 10px;
}
.top-right-style1 {
max-width: 100%;
float: none !important;
overflow: hidden;
} 
.top-right-style1 .sociallinks-style-one {
text-align: center;
float: none !important;
margin-top: 5px;
}
.top-right-style1 .sociallinks-style-one li {
float: none;
margin-right: 0;
margin: 0 10px;
}    

/*** 
=============================================
Header Style1 Area Style
=============================================
***/
.header-style1-logo {
position: absolute;
top: 0;
left: 0;
max-width: 110px;
width: 100%;
padding: 0;
float: none !important;
z-index: 333;
}
.headers1-header-right {
max-width: 100%;
float: none !important;
}  
.headers1-button {
position: absolute;
top: 0;
left: 155px;
float: none;
width: 120px;
padding: 10px 0;
z-index: 333;
}
.headers1-button a {
width: 120px;
font-size: 13px;
display: none;
}    

/*** 
=============================================
About Area Style
=============================================
***/    
.about-image-box img{
width: 100%;
}    
.about-text {
padding-top: 50px;
padding-bottom: 35px;
padding-left: 20px;
padding-right: 20px;
margin-left: 0;
border-left: 0px solid #ffffff;
}
.about-text .sec-title {
padding-bottom: 26px;
}
.about-text .sec-title .title {
font-size: 30px;
line-height: 40px;
}  
.about-text .sec-title .title br{
display: none;
}    
.free-quote-box {
max-width: 320px;
margin: 0 auto;
padding: 30px 15px 30px;
}  
.free-quote-box .title {
padding-left: 10px;
} 
.free-quote-box .title span {
font-size: 14px;
}    
.free-quote-box .title h1 {
font-size: 24px !important;
margin: 2px 0 0 !important;
}   

/*** 
=============================================
Base Area Style
=============================================
***/ 
.base-area .start-1 {
top: 0;
left: 0;
}    
.base-area .start-2 {
top: auto;
bottom: 0;
right: 0px;
}    
.single-base-box {
display: block;
float: none;
max-width: 290px;
border-right: none;
}    

/*** 
=============================================
Choose Area Style
=============================================
***/     
.choose-image-box {
margin-right: 0px;
max-width: 100%;
}    
.choose-image-box .overlay-box {
max-width: 320px;
padding: 10px;
}   
.choose-text-box {
padding-top: 50px;
}  
.choose-text-box .sec-title .title {
font-size: 30px;
line-height: 40px;
}
.choose-text-box .sec-title .title br{
display: none;
}      
.choose-image-box .overlay-box .image {
width: 70px;
} 
.choose-image-box .overlay-box .text {
padding-left: 25px;
}    
.choose-image-box .overlay-box .text p {
font-size: 16px;
line-height: 20px;
font-weight: 400;
} 
.choose-image-box .overlay-box .text p br{
display: none;
}
.certified-company .title-holder h3 {
font-size: 18px;
}
.certified-company .title-holder h3 br{
display: none;
}    

/*** 
=============================================
Testimonial Section One Style
=============================================
***/    
.testimonial-section-one .sec-title .title br{
display: none;
}    
.testimonial-section-one .testimonial-outer {
padding: 120px 20px 110px;
}    
.testimonial-section-one .testimonial-outer .testimonial-text {
display: none;
}    
.testimonial-block-one .inner-box .text {
font-size: 25px;
line-height: 34px;
margin-top: 50px;
margin-bottom: 40px;
}
.testimonial-section-one .client-thumb-outer .client-thumbs-carousel {
max-width: 80px;
}    
.testimonial-section-one .client-thumb-outer .thumb-item .thumb-box {
width: 80px;
height: 80px;
}    

/*** 
=============================================
Location Area Style
=============================================
***/
.location {
max-width: 320px;
margin: 0 auto;
}  
.single-location-box.one {
top: 80px;
left: 260px;
}  
.single-location-box.two {
top: 80px;
right: 230px;
}    
.single-location-box.three {
left: 160px;
bottom: 80px;
}  
.single-location-box.four {
left: 100px;
bottom: 100px;
}  
.single-location-box.five {
right: 260px;
bottom: 100px;
}
.single-location-box.one .inner-content {
left: -250px;
}
.single-location-box.three .inner-content {
left: -140px;
}
.single-location-box.four .inner-content {
left: -90px;
}
.single-location-box.five .inner-content {
left: 0;
}      
    
/*** 
=============================================
Quote Area Style
=============================================
***/  
.quote-form {
padding: 40px;
border: none;
margin-bottom: 30px;
}
.quote-form:before {
display: none;
}  
.quote-form .sec-title {
padding-bottom: 18px;
} 
.quote-form .sec-title .title{
font-size: 30px;
line-height: 40px;
}    
.quote-image-box {
margin-left: 0;
margin-top: 30px;
}
.free-quote-box.style2 {
border-right: none;
max-width: 100%;
padding-top: 43px;
padding-bottom: 40px;
}    
.quote-image-box img{
width: 100%;
}    
    
    
/*** 
=============================================
Footer Area Style
=============================================
***/      
.single-footer-widget.marbtm50 {
margin-bottom: 50px;
}       
.single-footer-widget.pdtop50{
padding-top: 50px;
}
.footer-area .start-2 {
top: auto;
bottom: 30px;
right: 0px;
}     

/*** 
=============================================
Footer Bottom area  style
=============================================
***/
.footer-bottom-area {
padding: 31px 0 27px;
}      
.footer-bottom-area .footer-social-links {
float: none !important;
}
.footer-bottom-area .footer-social-links .sociallinks-style-one{
text-align: center;
float: none !important;
}    
.footer-bottom-area .footer-social-links li {
display: inline-block;
float: none;
margin-right: 0;
margin: 0 12px;
}    

.footer-bottom-area .copyright-text {
float: none !important;
display: block;
margin-top: 10px;
text-align: center;
}     





/*** 
=============================================
Main Header Style
=============================================
***/
.main-header {
position: static;
padding: 10px 0;
} 
.main-header.fixed-header {
padding: 0;
}    
.main-header .main-box .logo-box {
position: absolute;
top: 0;
left: 50px;
float: none;
z-index: 13;
padding: 25px 0;
width: 160px;
} 
.main-header.fixed-header .main-box .logo-box {
padding: 25px 0px;
}    
.main-header .nav-outer {
float: none;
display: block;
width: 100%;
}
.main-header .nav-outer .main-menu {
padding-left: 0px;
}      
.main-header .header-button {
position: absolute !important;
top: 0;
left: 195px;
float: none !important;
padding: 10px 0 !important;
z-index: 33;
}  
.main-header .header-button a {
padding: 22px 10px 22px;
font-size: 14px;
display: none;
} 

/*** 
=============================================
Book Expert Area Style
=============================================
***/
.book-expert-area {
padding: 120px 0 120px;
} 
.book-expert-text-box .sec-title {
padding-bottom: 21px;
}   
.book-expert-text-box .sec-title .title{
font-size: 30px;
line-height: 40px;
}    
.book-expert-image-box {
margin-left: 0;
margin-top: 30px;
}    
.book-expert-image-box .img-box-2 {
position: relative;
border-left: 0px solid #ffffff;
border-top: 30px solid #ffffff;
max-width: 530px;
width: 100%;
height: auto;
top: 0;
left: 0;
z-index: 3;
}

/*** 
=============================================
Subscribe Area Style
=============================================
***/
.subscribe-area {
padding-top: 120px;
padding-bottom: 130px;
}    
.subscribe-title {
display: block;
margin: 0px 0 18px;
text-align: center;
}    
.subscribe-form {
margin: 0 auto;
}    
.subscribe-area .title {
bottom: -100px;
font-size: 100px;
} 
.subscribe-form input[type="email"] {
padding: 0 15px;
padding-right: 110px;
}    
.subscribe-form button {
width: 100px;
height: 70px;
font-size: 16px;
font-weight: 600;
line-height: 58px;
}    

/*** 
=============================================
Company Info Area Style
=============================================
***/     
.company-info-content {
padding-left: 0;
margin-top: 40px;
}
.company-info-content .sec-title {
padding-bottom: 18px;
}
.company-info-content .sec-title .title{
font-size: 30px;
line-height: 40px;
}    

/*** 
=============================================
Book With Confidence Area Style
=============================================
***/  
.book-with-confidence-area {
padding-top: 50px;
}    
.confidence-image-box img {
max-width: 100%;
width: 100%;
float: none;
}    
.confidence-content {
padding: 50px 0 120px;
margin-left: 0;
} 
.confidence-content .sec-title{
padding-bottom: 22px;
}
.confidence-content .sec-title .title{
font-size: 24px;
line-height: 34px;
}
.confidence-content .inner-content ul {
overflow: hidden;
max-width: 100%;
margin: 0 auto;
}    
.confidence-content .inner-content ul li {
display: block;
float: none;
max-width: 100%;
width: 100%;
margin-right: 0px;
padding: 40px 0 31px;
margin: 0 auto 30px;
}        
.confidence-content .inner-content ul li:last-child{
margin-bottom: 30px;
}    

/*** 
=============================================
Slogan area style
=============================================
***/
.slogan-area .title {
margin: 0 0 29px;
}    
.slogan-area .title h1 {
font-size: 40px;
line-height: 50px;
}    
.slogan-area .title h1 br{
display: none;
}    

/*** 
=============================================
Slogan Area Style2 Style
=============================================
***/
.slogan-area-style2 {
padding: 110px 0 120px;
} 
.slogan-area-style2 .start-1 {
top: 0;
left: 20px;
} 
.slogan-area-style2 .start-2 {
top: 0;
right: 0px;
}    
.slogan-area-style2 .title {
display: block;
margin: 0px 0 20px;
float: none !important;
text-align: center;
}
.slogan-area-style2 .button {
float: none !important;
display: block;
text-align: center;
}    
  
/*** 
=============================================
Single Service Area Style
=============================================
***/    
.single-service-sidebar {
margin-top: 80px;
}    
.free-quote-box.service-sidebar {
padding: 47px 15px 47px;
padding-right: 15px;
}   

/*** 
=============================================
Services Style1 Area Style
=============================================
***/      
.single-service-style1 .text-holder {
padding: 50px 30px 41px;
padding-right: 30px;
} 
.single-service-style1 .text-holder .text-box h3{
font-size: 22px;
}     

/*** 
=============================================
Error Page Area Style
=============================================
***/     
.error-sign {
width: 290px;
margin: 0 auto;
}
.error-sign .bottom {
width: 290px;
margin: -45px auto 0;
}
.not-found-text {
font-size: 50px;
line-height: 60px;
margin: 43px 0 29px;
}    

/*** 
=============================================
Blog Single area style
=============================================
***/
#blog-area .sidebar-wrapper {
padding-top: 100px;
}
.blog-single-area .author-box .img-holder, 
.blog-single-area .author-box .text-holder {
display: block;
}    
.blog-single-area .author-box .text-holder {
padding-left: 0px;
padding-top: 27px;
}    
.blog-single-area .author-box .text-holder h3 {
margin: 0 0 13px;
}    
.blog-single-area .inner-comment-box .single-comment-box {
position: static;
padding-left: 0;
}    
.blog-single-area .inner-comment-box .single-comment-box .img-holder {
position: static;
margin-bottom: 20px;
}    
.blog-single-area .inner-comment-box .single-comment-box .text-holder {
margin-left: 0px;
}    
.blog-single-area .inner-comment-box .single-comment-box .text-holder .top .name-date {
float: none !important;
display: block;
}  
.blog-single-area .inner-comment-box .single-comment-box .text-holder .top .reply-button {
float: none !important;
margin-top: 15px;
}
.blog-single-area .tag-box .tag {
float: none;
}  
.blog-single-area .tag-box .right {
float: none;
overflow: hidden;
margin-top: 6px;
}
.sidebar-wrapper .single-sidebar {
padding: 49px 20px 40px;
} 
.blog-single-area .author-box .inner-content {
padding-top: 50px;
padding-bottom: 50px;
padding-left: 25px;
padding-right: 20px;
}    

/*** 
=============================================
Latest Blog Area style
=============================================
***/    
.single-blog-post .text-holder {
padding: 35px 25px 33px;
}    

/*** 
=============================================
Main Author Area style
=============================================
***/      
.main-author-area .text-holder {
margin: 29px auto 30px;
}    


.contact-address-area {padding-bottom: 20px;}
.contact-form {padding: 15px;}
.contact-info-area {padding: 50px 0;}
.single-address-box {padding: 15px;}









}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px){}

@media (min-width: 992px){ 

.navbar-collapse.collapse {
display: block !important;
height: auto;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-toggle {
display: none !important;
} 



}



@media only screen and (max-width: 991px){ 

.mainmenu-area .inner-content{
position: relative;
display: block;
}         
.main-menu {
display: block;
float: none;
padding-left: 0;
padding-top: 17px;
padding-bottom: 0px;
z-index: 5;
width: 100%;
}
.main-menu .navigation li {
margin-left: 0;
margin-right: 0;
padding: 0;
float: none;
}   
.main-menu .collapse {
border: none;
border-radius: 0px !important;
float: none;
margin: 0;
height: auto;
overflow: auto;
padding: 0;
width: 100%;
}    
.main-menu .collapse.in, 
.main-menu .collapsing {
border: none;
border-radius: 0px;
margin: 0;
padding: 0;
border-top: none;
}    
.main-menu .navbar-header {
position: relative;
float: none;
display: block;
text-align: right;
width: 100%;
padding: 63px 0 0;
right: 0px;
z-index: 12;
}    
.main-menu .navbar-header .navbar-toggle {
background: #c12353;
border: 1px dashed #c12353;
display: inline-block;
border-radius: 3px;
float: none;
margin: 0;
z-index: 7;
width: 50px;
height: 47px;
cursor: pointer;
padding: 0 9px;
position: absolute;
top: 0;
right: 0px;
}
.main-menu .navbar-header .navbar-toggle .icon-bar {
display: block;
background: #e7e7e7;
width: 30px;
height: 2px;
border-radius: 1px;
}
.main-menu .navbar-header .navbar-toggle .icon-bar+.icon-bar {
margin-top: 6px;
}     
.main-menu .navbar-collapse > .navigation {
float: none !important;
width: 100% !important;
margin-top: 0px;
margin-bottom: 0px;
}   
.main-menu .navbar-collapse .navigation > li{
display: block;
margin: 0px !important;
padding: 0;
float: none !important;
width:100%;
} 



.main-menu .navbar-collapse > .navigation > li > ul,
.main-menu .navbar-collapse > .navigation > li > ul > li > ul{
position: relative;
float: none;
visibility: visible;
opacity: 1;
display: none;
margin: 0px;
padding: 0;
left: auto !important;
right: auto !important;
top: auto !important;
width: 100%;
background: none;
border-radius: 0px;
transition: none !important;
}  




.main-menu .navbar-collapse .navigation li,
.main-menu .navbar-collapse .navigation li ul li,
.main-menu .navbar-collapse .navigation li ul li ul li{
background: #c12353;
border-top: 1px solid #c12353;
opacity:1 !important;
top:0px !important;
left:0px !important;
visibility:visible !important;
}  
.main-menu .navbar-collapse > .navigation > li:last-child,
.main-menu .navbar-collapse > .navigation > li > ul > li:last-child{
border-bottom: 1px solid #5b4576;         
}    
.main-menu .navbar-collapse > .navigation > li > a {
padding: 10px 10px !important;
line-height: 22px;
color: #ffffff;
text-align: left; 
}
    
.main-menu .navbar-collapse .navigation li ul li{
padding: 0;        
} 
.main-menu .navbar-collapse .navigation li ul li:last-child {
border-bottom: none;
}   
.main-menu .navbar-collapse .navigation li ul li a {
padding: 10px 10px !important;
line-height: 22px;
color: #ffffff;
text-align: left;
font-size: 14px;
font-weight: 600;
text-transform: capitalize;
font-family: 'Nunito', sans-serif;
}

.main-menu .navbar-collapse .navigation li ul li a:before {
display: none !important;
}


.main-menu .navbar-collapse > .navigation > li > a:hover,
.main-menu .navbar-collapse > .navigation > li > a:active,
.main-menu .navbar-collapse > .navigation > li > a:focus{

} 
.main-menu .navbar-collapse > .navigation > li:hover > a,
.main-menu .navbar-collapse > .navigation > li > ul > li:hover > a,
.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a,
.main-menu .navbar-collapse > .navigation > li.current > a{
background: #fff;
color: #222222 !important;
}        
.main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn{
display:block;
}  


.main-menu .navbar-collapse .navigation > li > ul{
border: none;
padding: 0;
margin: 0;
} 
.main-menu .navbar-collapse .navigation > li > ul:before{
display: none;
}     
.main-menu .navbar-collapse .navigation > li > ul > li:before {
display: none;
}
section.book-with-confidence-area.update-design ul li {
    margin-bottom: 30px;
}
.confidence-content {padding: 30px 0 0 0;}



}














@media only screen and (min-width: 1200px) and (max-width: 1300px) { 

#rev_slider_two_wrapper .slide-content.left-slide{ 
margin-left: 100px; 
}


}






@media only screen and (max-width: 1199px){
#rev_slider_two_wrapper .slide-content.left-slide{ 
margin-left: 100px; 
}    
#rev_slider_two_wrapper .slide-content .big-title2{
font-size: 60px;
}
#rev_slider_two_wrapper .slide-content .text{
font-size: 20px;
} 



}





@media only screen and (max-width: 1039px){

#rev_slider_two_wrapper .slide-content.left-slide{ 
margin-left: 50px; 
}  
#rev_slider_two_wrapper .slide-content .big-title2{
font-size: 40px;
}
#rev_slider_two_wrapper .slide-content .text{
font-size: 18px;
}       
.main-slider .slide-content .btn-box a{
padding: 20px 30px 20px;
}



}






@media only screen and (max-width: 777px){

.tparrows{
display:block;
}     
#rev_slider_two_wrapper .slide-content .big-title2{
font-size: 35px;
}
#rev_slider_two_wrapper .slide-content .text{
font-size: 16px;
}       
#rev_slider_two_wrapper .slide-content .image-box{
display: none;
} 
.main-slider .slide-content .btn-box a{
padding: 17px 30px 17px;
}

}





@media only screen and (max-width: 599px) {
/*** 
=============================================
Rev slider wrapper style
=============================================
***/ 
#rev_slider_two_wrapper .slide-content .big-title2{
font-size: 22px;
}    
.main-slider .slide-content .btn-box a{
padding: 16px 0 16px;
width: 140px;
}

}



@media only screen and (max-width: 479px) {          
	.main-slider .slide-content .btn-box a{ padding: 11px 20px 11px; }    
	.main-slider .slide-content .star.one { display: none; } 

}


@media(max-width:767px){
	.top-left-style1 { width: 100%; }
	.top-right-style1 { text-align: center; padding-top: 10px; }
	.top-contact-info li:first-child { margin: 0; }
	header.header-style1-area.stricky.stricky-fixed .header-style1-logo { max-width: 110px; }
	.tp-caption.splitted { font-size: 30px !important; }
	.about-area { padding: 50px 0; }
	.secpd1 { padding: 50px 0; }
	.sec-title { padding-bottom: 30px; }
	.sec-title .title { font-size: 30px; line-height: 40px; }
	.single-service-style1 .text-holder { padding: 20px; }
	.single-service-style1 .text-holder .text-box h3 { font-size: 20px; margin: 0 0 15px 0; }
	.base-area { padding: 50px 0; }
	.dite-section { padding: 50px 0; }
	.dite-section .dite-inner .dite-box { width: 100%; margin: 0 0 15px 0; }
	.dite-section .dite-inner { width: 100%; margin: 0; }
	.dite-section .dite-inner .dite-box .dite-title h2 { font-size: 20px; line-height: 30px; }
	.dite-section .dite-inner .dite-box .dite-text ul li { font-size: 16px; line-height: 24px; }
	.brand-area { padding: 50px 0; }
	.testimonial-section-one .testimonial-outer { padding: 50px 15px; }
	.testimonial-block-one .inner-box .text { font-size: 16px; line-height: 26PX; margin: 20px 0 0 0; }
	.testimonial-section-one .sec-title a { margin-top: 20px; }
	.testimonial-section-one { padding: 50px 0; }
	.quote-area { padding: 50px 0; }
	.quote-form { padding: 15px; }
	.quote-form form .input-box input[type=text], .quote-form form .input-box input[type=email], .quote-form form .input-box textarea { height: 50px; }
	.quote-form form .input-box .ui-selectmenu-button span.ui-selectmenu-text { padding: 15px; height: 50px; }
	.quote-form form .input-box .ui-selectmenu-button { height: 50px !important; }
	.ui-selectmenu-open .ui-menu .ui-menu-item { padding: 0 10px !important; }
	.quote-form form .input-box .ui-selectmenu-button span.ui-icon { height: 50px !important; }
	.quote-form form .input-box .ui-selectmenu-button span.ui-icon::before { top: 10px; right: 15px; }
	.quote-form form button { padding: 15px 26px; }

}


