body, html{overflow-x:hidden;}

body {
    font-family:arial;
    font-size: 16px;
    line-height: 26px;
    color: #363636;
    overflow-x: hidden;
    padding-bottom:245px;
    letter-spacing:0.5px;
    background:#f1f0ec;

}

label {
    font-weight: normal;
    color: #2e3337;
}

a{
    color: #2e3337;
    text-decoration: none;
}

a:hover , a:hover p {
    text-decoration: none;
    outline: none;
    color: #000;
}


img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
    margin: 0;
    padding-left: 0px;
}

ul ul,
ul ol,
ol ol,
ol ul {
    padding-left: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    color:#000;
    margin-top: 0;
    letter-spacing:0px;
     font-family: "Ubuntu", sans-serif;
     font-weight:600;

}

h1 {
    font-size: 42px;
    font-weight: 800;
}

h2 {
    font-size: 36px;
    font-weight: 800;
}

h3 {
    font-size: 24px;
    font-weight: 800;
}

h4 {
    font-size: 20px;
    font-weight: 700;
}

h5 {
    font-size: 18px;
    font-weight: 700;
}

h6 {
    font-size: 16px;
    font-weight: 600;
}

p {
    margin-bottom: 20px;
    font-size:16px;

}

blockquote,
q {
    display: inline-block;
    padding: 10px 22px 12px 22px;
    border-left: 4px solid #01c6fb;
    color: #2e3337;
    font-size: 18px;
    line-height: 30px;
}

.btn {
    background:#fecd4c;
    color:#95282a;
    padding: 0px 20px;
    font-weight: normal;
    text-transform: uppercase;
    border: 0px;
    font-size: 13px;
    line-height: 1.5;
    display: inline-block;
    box-shadow: 0 6px 16px rgba(146, 90, 164, 0.3);
    height: 42px;
    line-height: 42px;
    border-radius: 8px!important;
	-webkit-border-radius: 8px!important;
	-moz-border-radius:8px!important;
	-ms-border-radius:8px!important;
}
/*.gradientOne {
    background: rgb(48, 194, 241);
    background: -moz-linear-gradient(-45deg, rgba(48, 194, 241, 1) 0%, rgba(146, 90, 164, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(48, 194, 241, 1) 0%, rgba(146, 90, 164, 1) 100%);
    background: linear-gradient(135deg, rgba(48, 194, 241, 1) 0%, rgba(146, 90, 164, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30c2f1', endColorstr='#925aa4', GradientType=1);
}
*/
/*.btn.btn_outline, .btn.btn_white {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    line-height: 40px;
    padding: 0 20px;
}*/
.btn.btn_white {
    background: #fff;
    color: #222;
}
.btn.btn_white:hover {
    background: transparent;
    color: #fff;
}
.btn.btn_outline:hover {
    background: #fff;
    color: #222;
}
.btn:hover,
.about_sec .what-we-do-item:hover,
.service_item:hover,
.pricing_item:hover,
.dots_bottom ul.slick-dots li.slick-active button,
.scrollUp,
.team_member_overlay:after {
    background: rgb(146, 90, 164);
    background: -moz-linear-gradient(-45deg, rgba(146, 90, 164, 1) 0%, rgba(48, 194, 241, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(146, 90, 164, 1) 0%, rgba(48, 194, 241, 1) 100%);
    background: linear-gradient(135deg, rgba(146, 90, 164, 1) 0%, rgba(48, 194, 241, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#925aa4', endColorstr='#30c2f1', GradientType=1);
    color: #fff;
}
.scrollUp{background:#3a7256}
.banner-section a.btn{position: absolute;
    bottom:25%;
    right: 0;
    z-index: 9;
    width: 150px;
    background: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 50px;
    left: 10%; font-weight: 600; color:#010101;}


.smooth,
.btn {
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
}

.c_blue {
    color: #2fc3f2;
}
.bg_light_gray {
    background: #f5f7fe;
}
.bg_blue {
    background: #2fc3f2;
}

.br-50{
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
}
.br-4{
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
}
.br-0{
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
}

.input-group input:focus{outline:none;}
/*  2.0 Loader Style
========================================================================== */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
    background: rgba(255, 255, 255, 0.97);
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader_div {
    border: 6px solid #e3f6fd;
    border-radius: 50%;
    border-top: 6px solid #41baeb;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*  3.0 Header Style
========================================================================== */
header.main_header {
    background: transparent;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    padding: 15px 0px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all ease 1.3s;
    height:150px;
}
.main_menu{width:100%}
.main_menu_list li.menu-item {
    margin: 0 0 0 0;
}
header.dark_bg .main_menu_list li.menu-item a.active {
    color: #7103bc!important;
}
.site_navigation {
    display: flex;
    align-items: center;
  /*  background: rgb(255 255 255 / 22%);*/
    border-radius: 0;
 /*   box-shadow: 0px 12px 8px 0px rgba(0, 0, 0, 0.08);*/
    width:100%;
}

a.get_quote {
    margin-left: 30px;
    min-width: 150px;
    position: relative;
    cursor: pointer;
}

.logo {
    max-width: 230px;
    line-height: 0;
    box-shadow: 1px 3px 3px #fff;
    border-radius: 50%;
    transition:all ease 300ms;
}

header.main_header .container-fluid {
    max-width: 90%;
}
.modal-header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 0;
    padding: 0;
}
.modal-header .modal-title {
    margin-bottom: 15px;
    line-height: 1.5;
    color: #fff;
}
.modal-header button.close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #fff;
    font-weight: normal;
    opacity: 1;
    outline: none;
    cursor: pointer;
}

.modal-content {
    padding: 40px;
    border: 0;
    border-radius: 0;
    outline: 0;
    color: #fff;
}
.get_quote_form textarea.form-control {
    height: 150px;
}
.get_quote_form .form-control {
    border-radius: 0;
    font-size: 15px;
    height: 42px;
    border: 0;
}
.get_quote_form .btn {
    background: #fff;
    color: #222;
    border: 2px solid #fff;
    cursor: pointer;
}
.get_quote_form .btn:hover {
    background: transparent;
    color: #fff;
}
.modal-backdrop {
    background-color: #fff;
}
.modal-backdrop.show {
    opacity: 0.8;
}
.modal-body {
    padding: 0;
}





/*scroll Down css*/
.scroll_down {
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index:3;
}
.scroll_down span {
    height: 54px;
    width: 28px;
    background: transparent;
    border: 2px solid #fff;
    display: block;
    margin: 0 auto;
    border-radius: 50px;
    position: relative;
    padding: 10px 0;
    cursor: pointer;
}
.scroll_down span:after {
    display: block;
    content: "";
    height: 10px;
    width: 4px;
    background: #fff;
    position: relative;
    margin: 0 auto;
      -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  40% {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
  }
  60% {
    transform: translateY(12px);
    -webkit-transform: translateY(12px);
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  40% {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
  }
  60% {
    transform: translateY(12px);
    -webkit-transform: translateY(12px);
  }
}


.head-center h2{/*background: url(../images/border.jpg) repeat-x center;max-width: 80%;*/
    text-align: center;
    margin: 0 auto; color:#242449;
}
.head-center h2 span{background: #fffbec;
    padding: 0 13px;
    font-size:22px;
    display: inline-block; transition: all ease 300ms}
    .main_header.dark_bg .head-center p{transition: all ease 300ms}
.head-center p.heading1{font-size: 17px; font-weight: 500; color: #b1383b; transition: all ease 300ms}


.main_header.dark_bg .head-center h2 span{ font-size: 20px;}

.main_header.dark_bg .head-center p{font-size: 12px;}
/*  5.0 About Us Style
========================================================================== */
section.about_sec {
    padding: 80px 0;
    position: relative;

}
.circle{position: absolute!important;
    width: 40%;
    top: 17%;
    left: -20%;
    animation-name: spin;
    animation-duration: 15000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    opacity: 0.2;
    z-index: 1;
    transform: translateY(50%);
    display:none;
}
.circle img{width:100%}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
h2.sec_heading {
    position: relative;
    margin: 0 0 25px;
    padding: 0 0 0;
    font-weight: 600;
    font-size: 36px;
    margin-top: 39px;
    color:#03487b;

    }
h2.sec_heading .bgtext{position: absolute;
    left: 15%;
    font-size: 100px;
    font-weight: bold;
    z-index: 0;
    opacity: 0.1;
    top: -17%;}
h2.sec_heading span {

    font-weight: normal;
    color: #af3336;
    margin: 0 0 8px;
    display:block;
   letter-spacing:0;

    font-size:18px;
    letter-spacing: 8px;
    font-family: 'Manjari', sans-serif;
    text-transform: uppercase;


}



.about_right {
 
    overflow: hidden;
}


section.about_sec>div {
    position: relative;
    z-index: 1;
}



.about_sec .section-title .title::before {
    display: none
}

.about_sec .section-title p {
    font-size: 15px;
    padding-right: 15px;
    line-height: 35px;
    color: #616161;
    padding-top: 25px
}
.about_sec p{font-size:15px; line-height:30px}

.about_sec .what-we-do-item {
    box-shadow: 0 10px 29.7px .3px rgba(225, 225, 225, 0.64);
    padding: 45px 20px 75px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background-color: #fff;
    z-index: 5
}

.about_sec .what-we-do-item>i {
    font-size: 23px;
    height: 65px;
    width: 65px;
    display: inline-block;
    text-align: center;
    padding: 22px 0;
    border-radius: 50px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    margin: 0 0 25px;
    background: #fff;
    color: #41baeb;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.about_sec .what-we-do-item .title {
    font-size: 22px;
    color: #232323;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}


p.subhead{font-size:16px; max-width:800px;}

p.subhead.two{ max-width:100%;}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about_sec .what-we-do-item .title {
        font-size: 18px
    }

}
@media only screen and (min-width: 1280px) and (max-width: 1368px) {
      
  .banner-section a.btn{bottom:120px;}
  .scroll_down {bottom:5%;}
}
.about_sec .what-we-do-item p {
    color: #616161;
    font-size: 15px;
    padding-top: 10px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}
.about_sec .what-we-do-item a {
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    background: #41baeb;
    color: #fff;
    font-size: 14px;
    right: 0;
    bottom: 30px;
    position: absolute;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    left: 0;
    margin: 0 auto;
    border-radius: 50%;
}

.about_sec .what-we-do-item:hover .title {
    color: #fff
}

.about_sec .what-we-do-item:hover p {
    color: #fff
}

.about_sec .what-we-do-item:hover a {
    background: #fff
}

.about_sec .what-we-do-item:hover a i {
    color: #41baeb
}

.about_sec .what-we-do-item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.about_sec .what-we-are-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}



/*  Fair box
========================================================================== */
#fair-sec{    padding-bottom: 80px;}

.fair-box{  position: relative;
    overflow: hidden;
    min-height: 680px;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    flex-flow: column;


}
.fair-box .heading1{color:#fff; z-index:0; text-transform: uppercase; letter-spacing: 20px; font-size:18px; padding-top:80px; padding-left:20px}
.fair-box h2{color:#fff; z-index:0; font-weight:normal; font-size: 70px;}
.fair-box a{color:#000; padding: 15px 30px; background:#fff; z-index:0; margin-bottom: 80px; text-transform:uppercase; font-size:13px; letter-spacing:3px}


.fair-box img{position:absolute; transition: all ease 20s; width:100%; min-height: 680px; z-index:0}
.fair-box:hover img{transform:scale(1.5);}



/*  Collection
========================================================================== */

.collection-sec{padding:0px 0 80px;}
.collection-sec h3{font-size:26px; font-weight:normal;}




/*  Events sec
========================================================================== */

.event-sec{padding: 80px 0;}
.event-sec .date{    font-size: 16px;
    letter-spacing: 5px;
    text-transform: uppercase;}
.event-sec .img-event{  box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.1);}
.event-sec h2{font-size:32px; font-weight:normal; line-height: 36px;}
.event-sec ul{margin:0; padding:0;}
.event-sec ul li{list-style: none; margin-bottom: 26px;}
.event-sec ul h2{font-size:22px; line-height: 26px;}
.event-sec .date{font-size:13px; letter-spacing:2px;}
.event-sec li .img-event{max-width:140px}


/*  newsletter sec
========================================================================== */
.newsletter-sec{padding:100px 0; background:url(../images/news-bg.jpg) #f6f5f8 no-repeat right bottom ;}
.newsletter-sec button.btn-lg{font-size: 14px; letter-spacing:2px; line-height:30px; background:#fff; border-left:0}
.newsletter-sec button.btn-lg:focus{outline:none;}

/*  6.0 portfolio Style
========================================================================== */
section#portfolio {
    background: #f5f7fe;
}
section#portfolio .prtfolioTop {
    padding: 80px 0 175px;
}
.portfolio_bottom {
    margin-top: -170px;
    padding-bottom: 80px;
}
.sec_header {
    overflow: hidden;
}

.sec_header.c_white .sec_heading {
    color: #fff;
}

.sec_header.c_white .sec_heading span {
    color: #fff;
}

.sec_header.c_white .sec_heading:after {
    background: #fff;
}

.sec_header.c_white p {
    color: #fff;
    font-size: 16px;
}

.p_slide img {
    display: inline-block;
}
/*
.slick-arrow {
    position: absolute;
    right: 0;
    font-size: 0;
    height:30px;
    width:30px;
    border: 0;
    background: #fff;
    outline: none !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    z-index:9;
    color:#b1afff;
}

.slick-next.slick-arrow {
    right:0px;
    top: 50%;
    transform: translateY(-50%);
}

.slick-prev.slick-arrow {
    left:0px;
    top: 50%;
    transform: translateY(-50%);
}
.slick-arrow:before {
    content: "\f104";
    font-size: 16px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    right: 0;
    padding: 3px 0;
}

.slick-arrow.slick-next:before {
    content: "\f105";
}*/

/*Portfolio tabs style */
.portfolio_tab_sec {
    padding: 80px 0;
    position: relative;
}
.portfolio_item {
    margin: 0 0 30px;
}

ul.tabs_list {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 15px 0;
    flex-wrap: wrap;
}
ul.tabs_list li {
    margin: 0 5px 10px;
}
ul.tabs_list li a {
    padding: 4px 25px;
    display: block;
    font-size: 16px;
    color: #444444;
    cursor: pointer;
}
ul.tabs_list li a.active {
    color: #fff!important;
}
#portfoliolist1,
#portfoliolist,
.portfoliolist{
	display: flex;
	flex-wrap: wrap;
}
#portfoliolist1 .portfolio,
#portfoliolist .portfolio,
.portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:25%;
	padding: 0 15px;
	margin:0 0 30px;
	display:none;
	overflow:hidden;
    border-radius:30px;
}
.portfolio_item a,
.gallery_item a {
    position: relative;
    display: block;
    border-radius:30px;
    overflow:hidden;
}
.portfolio_item a .p_caption,
.gallery_item a .p_caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    transition: all ease 0.4s;
    transform: translateY(-105%);
}
.portfolio_item a .p_caption:after,
.gallery_item a .p_caption:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.8;
}
.portfolio_item a:hover .p_caption,
.gallery_item a:hover .p_caption {
    transform: translateY(0%);
}
.portfolio_item a .p_caption h4 {
    width: 100%;
    color: #fff;
}
.plus_icon {
    position: relative;
    height: 50px;
    width: 50px;
    margin: 0 0 25px;
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 5px;
}
.plus_icon:after,.plus_icon:before {
    display: inline-block;
    content: "";
    height: 2px;
    width: 26px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -1px auto 0;
}
.plus_icon:after {
    transform: rotate(90deg);
}



/*  7.0 Servicees Style
========================================================================== */
.sec_header.text-center h2.sec_heading:after {
    margin: 0 auto;
    right: 0;
}

.service_sec {
    padding: 80px 0;
    position: relative;
    background: #f5f7fe;
}

.service_item {
    text-align: center;
    padding: 20px;
    background: #ffff;
    margin: 0 0 30px;
    box-shadow: 0 10px 29.7px .3px rgba(225, 225, 225, 0.64);
    transition: all ease 0.4s;
    border-radius:30px;
}

.service_thumb i {
    font-size: 32px;
    display: inline-block;
}

.service_thumb {
    margin: 0px 0 15px;
    color: #39b9eb;
}
.service_thumb img{border-radius:30px; min-height: 220px;
    object-fit: cover;}

.browse_btn {
    margin: 15px auto 0;
    display: block;
    max-width: 200px;
}

.service_item:hover .service_thumb,
.service_item:hover h4 {
    color: #fff;
}

.service_item:hover .btn {
    background: #fff;
    color: rgb(48, 194, 241);
}



/*  8.0 Team Style
========================================================================== */
.team_sec {
    position: relative;
    padding: 80px 0;
}

.team_member {
    padding: 0 15px;
    outline: none;
}

.team_list {
    padding-top: 25px;
}

.team_member_inner {
    position: relative;
}

.team_member_overlay {
    position: absolute;
    top: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all ease 0.4s;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
}
.team_member_overlay:after{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.8;
}
.team_member_overlay h5 {
    color: #fff;
    position: relative;
    z-index: 2;
}

.memeber_role {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.team_member_inner:hover .team_member_overlay {
    top: 0;
}



/*  9.0 Counter Style
========================================================================== */
.counter_sec {
    position: relative;
    background-image: url('../images/bg-one.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
    color: #fff;
}

.counter_sec>div {
    position: relative;
    z-index: 1;
}

.counter_sec:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(65, 186, 235, 0.95);
}

.counter sub {
    display: block;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 500;
}

.counter>span {
    display: block;
    font-size: 20px;
    margin: 20px 0 10px;
}

/*  10.0 News Style
========================================================================== */
.news_sec {
    padding: 80px 0;
    position: relative;
    background: #f5f7fe;
}

.blog_item_content {
    padding: 15px;
    background: #fff;
}

.blog_item {
    margin: 0 0 30px;
    box-shadow: 0 10px 29.7px 0.3px rgba(225, 225, 225, 0.64);
    position: relative;
}

.blog_item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    background: #39b9eb;
    height: 3px;
    transition: all ease 0.4s;
    right: 0;
    margin: 0 auto;
}

.blog_item:hover:after {
    width: 100%;
}
ul.blog_item_info {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px;
}

ul.blog_item_info li i {
    color: #7103bc;
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 15px;
}
.blog_thumb img{
    width: 100%;
}


/*  11.0 Contact Style
========================================================================== */
.contact_sec {
    padding: 80px 0 120px;
    position: relative;
    background:#efe9d2;
}

.contact-form-area .input-box {
    position: relative;
    margin: 0 0 20px;
}

.contact-details h3 {
    margin: 0 0 20px 0;
}

.contact-form-area .input-box input {
    height: 50px;
}

.contact-form-area .input-box i.fa {
    position: absolute;
    right: 15px;
    top: 17px;
    color: #39bfee;
}

.contact-form-area button.btn {
    margin: 30px 0 0;
    position: relative;
}

.contact_info h5 {
    font-size: 16px;
    margin: 0 0 20px;
}

.contact_info h5 i {
    color: #39bfee;
    display: inline-block;
    min-width: 28px;
    margin-right: 5px;
}
.contact-form-area .form-control{background-color:rgb(255 255 255 / 57%);}


/*  12.0 Testimonials Style
========================================================================== */
.testimonials_sec {
    padding: 80px 0;
    position: relative;
    background: url(../images/testimonial-bg.jpg) no-repeat #000;
}
.testimonials_inner {
    display: flex;
    align-items: flex-start;
}
.testimonials_inner .sec_header {
    width: 35%;
    padding-top: 20px;
}
.testi_wrap {
    width: 65%;
}
ul.star_rating {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.star_rating li {
    display: inline-block;
}
ul.star_rating li i.fill{
    color: #fdd01a;
}
.testi_item {
    padding: 0 10px;
    outline: none;
}
.testi_content {
    background: #000;
    padding: 15px;
    position: relative;
    transition: all ease 0.5s;
    border-radius: 20px;
}
.testi_content:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -24px;
    left: 20px;
    border-style: solid;
    border-width: 0px 16px 24px 0;
    border-color: transparent #000 transparent transparent;
}
.slick-active .testi_content{
    box-shadow: 0 10px 29.7px 0.3px rgba(99, 61, 48, 0.64);
}
.testi_slider .slick-list {
    padding: 15px 15px;
}
.dots_bottom ul.slick-dots {
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
    top: auto;
}
.dots_bottom ul.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    list-style: none;
}
.dots_bottom ul.slick-dots li button {
    height: 15px;
    width: 15px;
    background: #e5e5e5;
    z-index: 1;
    border-radius: 50%;
    margin: 0;
    outline: none;
}
.dots_bottom {
    padding-bottom: 30px;
}
.testi_author {
    padding: 25px 0 0 35px;
}
.testi_name {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #39b9eb;
}


/*  13.0 Lets Work Style
========================================================================== */
.lets_work_block {
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.lets_work_block:after {
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(51,99,245,0.9);
}
.hiring_block.lets_work_block:after{
    background: rgba(113,3,188,0.9);    
}
.lets_work_block h2{
    color: #fff;
}
.lets_work_block h2 span {
    display: block;
    font-size: 22px;
    font-weight: 600;
}
.lets_work_block .btn {
    width: 100%;
    max-width: 195px;
    line-height: 38px;
    border: 2px solid #fff;
}
.lets_work_block_inner {
    margin: 0 auto;
    max-width: 365px;
    z-index: 1;
    position: relative;
    color: #fff;
}
 

.middlewrap{position: relative;z-index:1;     background: #efefe8;}
/*  14.0 Main footer Style
========================================================================== */
.main_footer {
    padding:80px 0 0;
    z-index: -99999;
    bottom: 0;
    width: 100%;
    background:#254937;
    position:fixed;
    box-shadow:0px 74px 35px rgb(10 10 10 / 16%) inset;
}
.store a{max-width:130px;}
.footer_sec ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer_sec h2{color: #404040; font-size:13px;}
.footer_sec ul li a {
    color: #52261a;
    display: inline-block;
    position: relative;
    padding: 0 0 0 0;
    font-size:14px;
}
.footer_sec ul li a:hover{text-decoration:underline; color:#17375e;}
.sociallinks a{margin-right:5px; transition:all ease 800ms}
.sociallinks a:hover{transform:scale(0.9);}
.footer_sec h3 {
    color: #404040;
    margin: 10px 0 10px;
    font-size: 20px;
}

.footer_sec {
    color: #fff;
}

.footer_top {
    max-width: 750px;
    margin: 0 auto 40px;
    display: block;
    width: 100%;
}

.footer_top p {
    color: #404040;
}

a.footer-logo {
    height: 110px;
    width: 110px;
    display: block;
    margin: 0px auto 0;
    padding: 20px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 -6px 26px rgba(146, 90, 164, 0.15);
    position: relative;
    z-index: 2;

}

a.footer-logo:after {
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: 2.5s anim-effect-front 0s linear infinite;
    animation: 2.5s anim-effect-front 0s linear infinite;
    z-index: -1;
    box-shadow: 0 0 0 40px rgba(232, 232, 232, 1);
}

a.get_quote:after {
    -webkit-animation: 2.5s anim-effect-front 0s linear infinite;
    animation: 2.5s anim-effect-front 0s linear infinite;
    z-index: -1;
    box-shadow: 0 0 0 40px rgba(232, 232, 232, 1);
    border-radius: 50px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@keyframes anim-effect-back {
    0% {
        box-shadow: 0 0 0 5px rgba(232, 232, 232, 1);
        opacity: 1;
        -webkit-transform: scale3d(1, 1, .5);
        transform: scale3d(1, 1, .5)
    }

    50% {
        box-shadow: 0 0 0 15px rgba(232, 232, 232, .6);
        opacity: 1;
        -webkit-transform: scale3d(1, 1, .5);
        transform: scale3d(1, 1, .5)
    }

    100% {
        box-shadow: 0 0 0 20px rgba(232, 232, 232, 0);
        opacity: 0;
        -webkit-transform: scale3d(1, 1, .5);
        transform: scale3d(1, 1, .5)
    }
}

@-webkit-keyframes anim-effect-front {
    0% {
        box-shadow: 0 0 0 5px rgba(232, 232, 232, 1);
        opacity: 1;
        -webkit-transform: scale3d(1, 1, .5);
        transform: scale3d(1, 1, .5)
    }

    50% {
        box-shadow: 0 0 0 15px rgba(232, 232, 232, .6);
        opacity: 1;
        -webkit-transform: scale3d(1, 1, .5);
        transform: scale3d(1, 1, .5)
    }

    100% {
        box-shadow: 0 0 0 20px rgba(232, 232, 232, 0);
        opacity: 0;
        -webkit-transform: scale3d(1, 1, .5);
        transform: scale3d(1, 1, .5)
    }
}

@keyframes anim-effect-front {
    0% {
        box-shadow: 0 0 0 5px rgba(232, 232, 232, 1);
        opacity: 1;
        -webkit-transform: scale3d(1, 1, .5);
        transform: scale3d(1, 1, .5)
    }

    50% {
        box-shadow: 0 0 0 15px rgba(232, 232, 232, .6);
        opacity: 1;
        -webkit-transform: scale3d(1, 1, .5);
        transform: scale3d(1, 1, .5)
    }

    100% {
        box-shadow: 0 0 0 20px rgba(232, 232, 232, 0);
        opacity: 0;
        -webkit-transform: scale3d(1, 1, .5);
        transform: scale3d(1, 1, .5)
    }
}

#videos{background:#f1f1f1;}
.footer_top_logo {
    position: absolute;
    top: -65px;
    left: 0;
    width: 100%;
}

.footer_sec i {
    font-size: 28px;
    display: inline-block;
}

.footer_sec a {
    color: #404040;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
}
.copyrigt_text {
   padding: 20px 0px 20px;
    align-items: center;
    color: #fff;
    font-size: 12px;
    margin-top: 50px;
    background:rgb(255 255 255 / 14%);
}
.sociallinks a{margin-right:5px;}
a.close_menu {
    display: none;
}





/*  category sec
========================================================================== */
.cat_sec {
    padding: 0 0;
}

.cat_item {
    padding: 30px 0;
/*    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
/*    filter: grayscale(100%);*/
   /* opacity: 0.6;*/
    transition: all ease 0.4s;
    cursor: pointer;
    outline: none;
    text-align:center;
}
.cat_item:hover{
   -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
   filter: grayscale(0);
   opacity: 1;
}
.cat_item img{width:100%}
.content-item{padding:0 20px;}
.cat_slider h2{font-weight: normal; font-size:26px; margin-top:25px;}
.cat_slider a{padding:15px 25px; border:1px solid #181818; display:block; background:#fff; font-size:13px; letter-spacing: 5px; margin-top:30px;  text-transform: uppercase;
}


.slick-inner a{text-transform:uppercase; }
.link-slick{color:#5f64f1; background:#f1eefd;}

.gallery_slider .cat_item.slick-slide{opacity:0.4; transform: scale(0.99);}
.gallery_slider .cat_item.slick-slide.slick-current.slick-active{opacity:1; transform: scale(1.1);}

.desktopslide{display:block;}
.mobileslide{display:none;}
/*  message sec
========================================================================== */

.message_sec{ padding-bottom: 80px; }


.message_sec a {
    padding: 15px 25px;
    border: 1px solid #181818;
    background: #fff;
    font-size: 13px;
    letter-spacing: 5px;
    margin-top: 30px;
    text-transform: uppercase;
    margin-top: 30px;
    display: inline-block;
}
.social_div {
    position: relative;
}
.social_div ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.social_div ul li {
    margin: 0 5px;
}
.social_div ul li a {
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 0;
    font-size: 16px;
    background: #fff;
    border-radius: 50%;
    color: #39bfee;
    transition: all ease 0.4s;
}
.social_div ul li a:hover{
    transform: rotate(360deg);
}

.scrollUp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff!important;
    border: 1px solid #fff;
    cursor: pointer;
    z-index: 0;
}
.scrollUp::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}




/*  18.0 Template three Style
========================================================================== */
/*.b_slide:after{
    background: rgba(0,0,0,0.9)
}*/
.loader_div {
    border: 6px solid #c2835f;
    border-top: 6px solid #864825;
}
.blogs_list .row .btn {
    background: transparent;
    padding: 0;
    height: auto;
    line-height: 1;
    color: #864825;
    box-shadow: none;
    font-weight: 500;
    font-size: 15px;
    text-transform: initial;
    margin: 0 0 15px;
}

.pricing_sec,
.counter_sec{
   background-image: url(../images/template-three/footer-bg.jpg); 
}

.orange_gradient:hover {
    background: #242449; 
    color:#fff;
}
.lets_work_block:after,
.hiring_block.lets_work_block:after {
    background: rgba(252, 74, 26, 0.9);
}

.lets_work_block:after {
    background: rgba(247, 183, 51, 0.9);
}
.blog_item:after{
    background: #864825;
}
/*.b_slide:after,
.counter_sec:after,
.pricing_sec:after{
    opacity: 0.8;
}*/

header.main_header {
    background:transparent;
    box-shadow: none;
    top: 0;
    position: absolute;
    width: 100%;
    padding: 10px 0 0;
    left: 0;
    transition: all ease 0.4s;
}
.nav-wrap{ margin-top:10px}
.nav.main_menu_list{justify-content: space-between;}
.main_menu_list li.menu-item a {
    color: #000;
}

a.get_quote {
    color: #fff!important;
    line-height: 40px;
    border: 2px solid #fff;
}
.banner_caption .btn {
    min-width: 135px;
    margin: 15px 5px 5px;
    text-transform:capitalize;

}


/*
h2.sec_heading:after {
    width: 80px;
    height: 1px;
    background: #ccc;
}
h2.sec_heading:before {
    content: "";
    display: block;
    position: absolute;
    left: 35px;
    width: 10px;
    height: 10px;
    border: 3px solid #000;
    bottom: -5px;
    z-index: 1;
    border-radius: 50%;
    background: #fff;
}*/
/*.sec_header.text-center h2.sec_heading:before{
    left: 0;
    right: 0;
    margin: 0 auto;
}*/
h2.sec_heading span,
.about_sec .what-we-do-item > i,
.about_sec .what-we-do-item:hover a i,
.contact-form-area .input-box i.fa,
.contact_info h5 i,
.service_thumb,
.service_item:hover .service_content .btn,
.testi_name,
.social_div ul li a,
ul.blog_item_info li i,
.p_v_per_month {
    color: #000;
}

.about_sec .what-we-do-item:hover a{
    background: #fff;
}
header.main_header .main_menu_list li.menu-item a{
    display: block;
    font-weight: 500; text-transform: capitalize; transition: all ease 300ms; font-size:13px;  
     margin: 5px 0;
    color: #fff;
    border-radius: 20px;
    padding: 5px 20px;}
header.main_header.dark_bg .main_menu_list li.menu-item a{
    padding: 10px 20px;
     margin: 5px 0;
    color: #fff;
    border-radius: 20px;
    padding: 5px 20px;

}
a.btn-rgt {
    background: #b7a92f;
    color: #000;
    width: 220px;
    text-align: center;
    margin-right: 20px;
    border-radius: 20px;
    padding: 5px 20px;
    font-size: 14px;
    position:relative;
    overflow: hidden;
}
a.btn-rgt:after{
     
        content: "";
        top: 0;
        transform: translateX(100%);
        width: 100%;
        height: 220px;
        position: absolute;
        z-index: 1;
        animation: slide 3s infinite;
        opacity: 0.5;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
        background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    
}
 @keyframes slide {
        0% {
            transform: translateX(-100%);
        }
        100% {
            transform: translateX(100%);
        }
    }
header.main_header .main_menu_list li.menu-item.page-active  a, header.main_header .main_menu_list li.menu-item a:hover{
background:#4c6cb9!important; color:#fff;
}
header.main_header img.top-logo{transition: all ease 300ms}
header.main_header.dark_bg {
    position: fixed;
/*    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);*/
    padding: 0 0 0; 
    background:#025694;
    height: 60px;
    z-index: 9999;
    margin-top:0!important;
}

header.main_header.dark_bg .nav-wrap{margin-top:0}

header.main_header .logo img.light_logo{width:100%; transition: all ease 800ms}

header.main_header.dark_bg .logo img.light_logo{width: 100%}
header.main_header.dark_bg img.top-logo{max-width: 100px}
header.main_header.dark_bg .logo {margin-top: 10px!important;    width: 75px; transition:all ease 800ms;}
a.navbar-brand {
    margin-left: 0;
}
a.navbar-brand img{width:0px; transition: all ease 800ms;}
header.main_header.dark_bg a.navbar-brand{display:block; }
header.main_header.dark_bg a.navbar-brand img{width:100px; }

header.main_header a.navbar-brand { margin-left: 0;}
header.main_header.dark_bg a.navbar-brand{margin-left:20px}
header.main_header.dark_bg .site_navigation{ background:#17375e;}
a.get_quote:after {
    border-radius: 0px;
}
.what-we-do-item .title {
    font-size: 20px;
}


.custom_mfp_popup {
    max-width: 800px;
    margin: 30px auto;
}
.mfp-close-btn-in .custom_mfp_popup .mfp-close {
    color: #fff;
    opacity: 1;
}


.inner_page_banner {
    position: relative;
    overflow: hidden;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.inner_page_banner:after {
display: block;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
}
.inner_page_banner .i_b_caption {
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #fff;
}
.inner_page_banner .container {
    position: relative;
    height: 100%;
    display: flex;
    z-index: 1;
    align-items: center;
}
h2.sec_heading.text-center:before, h2.sec_heading.text-center:after {
    right: 0;
    left: 0;
    margin: 0 auto;
}
.i_b_caption h2 {
    color: #fff;
    text-transform: uppercase;
    margin: 50px 0 0;
}
.bg_white {
    background: #fff;
}
section.single_blog_page {
    padding: 50px 0;
    position: relative;
}
.s_blog_content ul.blog_item_info {
    padding: 30px 0;
    margin: 40px 0 40px;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    font-size: 18px;
}
.s_blog_content h2 {
    margin: 0 0 20px;
}
.img_full{
    width: 100%;
    max-width: 100%;
}
.s_blog_content h3 {
    margin: 30px 0 15px;
}
.list_style_one{
    list-style: none;
    padding: 0;
    margin:0 0 20px;
}
.list_style_one li {
    padding-left: 16px;
    position: relative;
}
.list_style_one li:before {
    display: inline-block;
    content: "";
    border-style: solid;
    position: absolute;
    left: 0;
    top: 9px;
    border-color: transparent transparent transparent #fb611f;
    border-width: 4px 0 4px 7px;
}
.realted_items .blog_item {
    padding: 0 15px;
    box-shadow: none;
}

.realted_items .blog_item_inner {
    background: #fff;
    box-shadow: 0 10px 29.7px 0.3px rgba(225, 225, 225, 0.64);
}
.related_items_slider {
    margin: 0 -15px;
}
.realted_items {
    padding: 30px 0;
}

/*.dark_logo,
.main_header.dark_bg .light_logo{
    display: none;
}
.main_header.dark_bg .dark_logo{
     display: block; 
}*/
.tempate-two a.get_quote:after {
    border-radius: 0px;
}

/*  21.0 Responsive Style
========================================================================== */



@media (max-width: 1199px) {
    .testi_wrap {
        width: 100%;
    }
    .testimonials_inner .sec_header {
        width: 100%;
        padding-top: 0px;
        margin-bottom: 10px;
    }
    .testimonials_inner {
        display: block;
    }
}


@media (max-width: 991px) {
    .banner-section a.btn{bottom:130px;}
    .pricing_item{
        margin:0 0 30px;
    }
	#portfoliolist1 .portfolio,
    #portfoliolist .portfolio,
    .portfoliolist .portfolio {
	    width: 33.333%;
	}
  .main_menu {
        display: block;
        position: fixed;
        right: 0;
        background: #fff;
        height: 100vh;
        top: 0;
        right: -350px;
        text-align: center;
        z-index: 9999;
        width: 300px;
        transition: all ease 0.4s;
        box-shadow: -2px 0 16px rgba(0,0,0,0.1);
    }
    .main_menu.opened {
        right: 0;
    }
    a.get_quote {
        margin-left: 0;
        margin-right: 15px;
    }

    .main_menu_list {
        display: flex !important;
        flex-direction: column !important;
        height: 100%;
        justify-content: flex-start !important;
        flex-wrap: nowrap;
        align-items: flex-start;
        padding: 50px 15px;
        overflow: auto;
    }
    .main_menu_list li.menu-item:first-child{
        border-top: 1px solid #eee;
    }
    .main_menu_list li.menu-item {
        margin: 0;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #eee;
    }

        .main_menu_list li.menu-item a {
        display: block;
        color: #000;
        font-size: 16px;
        padding: 10px 20px;
    }

    a.menu-bar {
        display: inline-block;
    }

    a.menu-bar span.menu-btn-icon span {
        height: 2px;
        display: block;
        background: #000;
        width: 100%;
        margin: 6px 0px;
    }

    a.menu-bar span.menu-btn-icon {
        width: 50px;
        display: block;
        padding: 5px 10px;
        background: #f6f6f6;
        border-radius: 4px;
    }

    .about_sec .what-we-do-item {
        margin: 0 0 30px;
    }

    a.close_menu {
        color: #fff;
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 20px;
        line-height: 1;
        font-weight: normal;
        display: block;
    }



    .banner_caption h3 {
        font-size: 20px;
    }
    .tempate-two .main_menu_list li.menu-item a,a.close_menu,
    .tempate-two header.main_header.dark_bg .main_menu_list li.menu-item a,
    .main_menu_list li.menu-item a {
        color: #222!important;
    }
    header.dark_bg .main_menu_list li.menu-item a.active,
    .tempate-two header.main_header.dark_bg .main_menu_list li.menu-item a.active {
        color: #7103bc!important;
    }

}


@media (max-width: 767px) {
.s_blog_content ul.blog_item_info {
    font-size: 15px;
}
.b_slide{
    background-position: left bottom;
}
.social_div ul {
    justify-content: center;
}
.copyrigt_text > span {
    order: 2;
}
.social_div {
    order: 1;
    margin: 0 0 15px;
    width: 100%;
}
    .testi_slider {
        margin: 0 -15px;
    }
    .banner_caption h1 {
        font-size: 38px;
    }

    .banner_caption h3 {
        font-size: 18px;
    }

    .footer_sec {
        margin: 0 0 25px;
    }

    .contact-form-area {
        margin: 30px 0 0;
    }

    h2 {
        font-size: 28px;
    }

    h2.sec_heading span {
        font-size: 16px;
    }

    section.about_sec,
    .service_sec,
    .team_sec,
    .portfolio_tab_sec,
    .counter_sec,.testimonials_sec,.news_sec,.pricing_sec,.contact_sec {
        padding: 40px 0;
    }
    .lets_work_block {
    padding: 50px 0;
}
.copyrigt_text {
    padding: 30px 0px 30px;
    flex-wrap: wrap;
    justify-content: center!important;
}
.partners_sec {
    padding: 0 0 40px;
}


    section#portfolio .prtfolioTop {
        padding: 40px 0 175px;
    }

    .slick-arrow {
        top: auto;
        right: -50px;
        height: 40px;
        width: 40px;
        bottom: -55px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        left: 0;
        margin: 0 auto;
    }

    .slick-next.slick-arrow {
        right: 50px;
    }
    .slick-arrow:before {
        font-size: 16px;
        padding: 7px 0;
    }
    .team_sec {
        padding-bottom: 80px;
    }



}


@media (max-width: 639px) {
    #portfoliolist1 .portfolio,
    #portfoliolist .portfolio,
    .portfoliolist .portfolio {
    	    width: 50%;
    }
    ul.tabs_list li {
        margin: 0 1px 5px;
    }
    ul.tabs_list li a {
        padding: 4px 18px;
    }
}


@media (max-width: 479px) {
    a.get_quote {
        min-width: inherit;
        padding: 0px 10px;
        position: relative;
        width: auto;
    }
    .banner_caption h1 {
        font-size: 32px;
    }

    .banner_caption h3 {
        font-size: 16px;
    }
    #portfoliolist1 .portfolio,
    #portfoliolist .portfolio,
    .portfoliolist .portfolio {
        width: 100%;
    }
}


.portfolio_item.portfolio.yoga a img {
    height: 300px!important;
}

#founder{background:none!important}
#founder img{ height: 556px; object-fit: cover; width: 100%;}
.cards-wrapper{background:#fff}
.cardbox{color: rgb(255 255 255 / 76%); transition:all ease 300ms;  height: calc(100% - 30px); border-radius:20px; overflow:hidden; box-shadow:2px 4px 4px rgb(0 0 0 / 80%)}
.cardbox:hover{transform:translateY(-5px);     box-shadow: 0px 9px 9px rgb(0 0 0 / 26%);}
.cardbox.one{background:#d35252;background-color: #4158D0;
background-image:linear-gradient(43deg, #d35252 0%, #C850C0 46%, #e1b057 100%);
}
.cardbox.two{background:#7b5c9e; background-image:linear-gradient(43deg, #7b5c9e 0%, #7b5c9e 46%, #e1b057 100%);}
.cardbox.three{background:#c8743c; background-image:linear-gradient(43deg, #c8743c 0%, #c8743c 46%, #e1b057 100%);}
.cardbox.four{background:#2076e9; background-image:linear-gradient(43deg, #2076e9 0%, #2076e9 46%, #e1b057 100%);}
.cardbox.five{background:#0e2148; background-image:linear-gradient(43deg, #163c89 0%, #163c89 46%, #e1b057 100%);}
.cardbox.six{background:#00628f; background-image:linear-gradient(43deg, #00628f 0%, #00628f 46%, #e1b057 100%);}
.cardbox.seven{background:#c40078; background-image:linear-gradient(43deg, #c40078 0%, #c40078 46%, #e1b057 100%);}
.cardbox.eight{background:#1b9741; background-image:linear-gradient(43deg, #1b9741 0%, #1b9741 46%, #e1b057 100%);}
.cardbox.nine{background:#564d2d; background-image:linear-gradient(43deg, #564d2d 0%, #564d2d 46%, #e1b057 100%);}

.cardbox .imgwrap {
    padding: 20px;
    width: 130px;
    text-align: center;
    background: rgb(0 0 0 / 9%);
}
.cardbox .cont-wrap{padding:10px 20px; width:100%; width: calc(100% - 130px);}
.cardbox .cont-wrap h3{color:#fff; font-weight:500;font-size:18px}
.cardbox .cont-wrap p{justify-content:space-between; border-top:1px dotted #fff; font-size:13px;}
.cardbox .cont-wrap p strong{color:#fff;}


.wrap-bottombox{ background: #fffaec;}
.inner-box{padding:50px 0}
.innerbanner{background:#e23e43;}

.innerbanner .b_slide {
    padding: 83px 0 10px;
    height: auto;
    min-height: 175px;
}

.footer-link li{list-style:none; display: inline-block; margin-left:15px}
.footer-link li a{color:#404040}

.table .thead-dark th{background-color: #e23e43; border-color:#822326;}
.table td { border: 1px solid #847f6d!important;}
.table thead th { border: 1px solid #847f6d!important;}
td.tb-head{vertical-align: middle;}
.table h2{font-size:16px;color:#e23e43;}

.table .btn{background:#242449; color:#fff;}
.table .btn:hover{background:#fecd4c; color:#95282a;}
ul.list{padding:0; margin:0;margin-left: 20px;}
ul.list li{list-style:circle;}
.curve-flip{transform: rotate(180deg);}


/* Login Css */
.login_box {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 0;
}



.login_wrapper .login_form .login_form_inner {
    padding: 30px 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 50px rgb(0 0 0 / 6%);
    -webkit-box-shadow: 0 0 50px rgb(0 0 0 / 6%);
    text-align: center;
}

.login_wrapper .login_form h3 {
    margin: 0 0 25px;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    color: #272323;
    position: relative;
    padding: 0 0 15px;
}

.or_text {
    position: relative;
    margin: 20px 0;
}

.login_wrapper .login_form .form-group {
    margin-bottom: 20px;
}

.login_wrapper .login_form .checkbox {
    margin-bottom: 20px;
    font-size: 14px;
}

.login_wrapper .login_form .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 14px;
    color: #403838;
}

.login_wrapper .login_form input[type=checkbox], input[type=radio] {
    margin-top: 4px;
}

.login_wrapper .login_form .form-check-input {
    position: absolute;
    margin-left: 0;
    opacity: 0;
}

.login_wrapper .login_form .checkbox a {
    font-size: 14px;
    color: #403838;
    float: right;
}

.login_wrapper .login_form .btn-theme {
    border: none;
    color: #fff;
    background: #fecd4c;
    color: #95282a;
}
.login_wrapper .login_form p a{color:#95282a}
.login_wrapper .login_form .btn-theme:hover, .login_wrapper .login_form .btn-theme:focus  {
    border: none;
    color: #fff;
    background: #242449;
    color: #fff;
    outline:none;
}
.login_wrapper .login_form .btn-md {
    cursor: pointer;
    padding: 10px 50px 8px 50px;
    height: 45px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    border-radius: 50px;
    text-transform: uppercase;
}

.login_wrapper .login_form .input-text {
    outline: none;
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    outline: 0;
    font-weight: 500;
    color: #717171;
    height: 45px;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 5%);
}
.login_wrapper .login_form input[type="checkbox"]:checked + label::before {
    background-color: #ff574d;
    border-color: #ff574d;
}
.login_wrapper .login_form input[type=checkbox]:checked + label:before {
    font-weight: normal;
    color: #f3f3f3;
    line-height: 15px;
    font-size: 10px;
    content: "\f00c";
    font-family: fontAwesome;
}
.login_wrapper .login_form .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    margin-left: -25px;
    border: 1px solid #c5c3c3;
    border-radius: 3px;
    background-color: #fff;
}

.login_wrapper .login_form .form-check {
    float: left;
    margin-bottom: 0;
}

.login_wrapper .login_form label {
    display: inline-block;
    margin-bottom: .5rem;
}

.login_wrapper .login_form .form-check-input {
    position: absolute;
    margin-left: 0;
    opacity: 0;
}

.or_text span {
    padding: 0 15px;
    display: inline-block;
    background: #faf8f7;
    position: relative;
    z-index: 1;
}

.or_text:after {
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    background: #ddd;
}





.ferris-wrap{  bottom:7%; left: 100px; position:absolute;}

.ferris-wheel {
        position: relative;
    width: 132px;
    height: 132px;
  
    filter: grayscale(1);
    opacity: 0.5;
}
.ferris-wheel .wheel-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    animation: wheel_rotate 60s infinite linear;
}
.wheels {
    position: absolute;
    border: 2px solid #4c2a1e;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    box-sizing: border-box;
}
.wheels:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 108px;
    height: 108px;
    margin-left: -54px;
    margin-top: -54px;
    border: 2px solid #4c2a1e;
    border-radius: 50%;
    box-sizing: border-box;
}
.wheels:after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-left: -19px;
    margin-top: -19px;
    background-color: #5a6d95;
    border: 4px solid #fe5329;
    border-radius: 50%;
    box-sizing: border-box;
}
.wheels span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -1px;
    border-bottom: 2px solid #5a6d95;
}
.wheels span:nth-child(1) {
    transform: rotate(0deg);
}
.wheels span:nth-child(2) {
    transform: rotate(22.5deg);
}
.wheels span:nth-child(3) {
    transform: rotate(45deg);
}
.wheels span:nth-child(4) {
    transform: rotate(67.5deg);
}
.wheels span:nth-child(5) {
    transform: rotate(90deg);
}
.wheels span:nth-child(6) {
    transform: rotate(112.5deg);
}
.wheels span:nth-child(7) {
    transform: rotate(135deg);
}
.wheels span:nth-child(8) {
    transform: rotate(157.5deg);
}
@keyframes wheel_rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.buckets {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.buckets div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 12px;
    border-radius: 2px;
    transform-origin: 50% 5%;
    animation: bucket_rotate 60s infinite linear;
}
.buckets div:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 6px;
    height: 3px;
    margin: -2px 0 0 -3px;
    background-color: #443159;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.buckets div span {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 9px;
    height: 5px;
    background-color: #b3dad7;
    border-left: 1px solid #6f7d99;
    border-top: 1px solid #5a6d95;
}
.buckets div span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 2px;
    background-color: rgba(0,0,0,.2);
}
@keyframes bucket_rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
.buckets div:nth-child(1) {
    margin: -67px 0 0 -7px;
}
.buckets div:nth-child(2) {
    margin: -61px 0 0 17px;
}
.buckets div:nth-child(3) {
    margin: -47px 0 0 39px;
}
.buckets div:nth-child(4) {
    margin: -26px 0 0 53px;
}
.buckets div:nth-child(5) {
    margin: -2px 0 0 58px;
}
.buckets div:nth-child(6) {
    margin: 23px 0 0 53px;
}
.buckets div:nth-child(7) {
    margin: 44px 0 0 39px;
}
.buckets div:nth-child(8) {
    margin: 58px 0 0 17px;
}
.buckets div:nth-child(9) {
    margin: 63px 0 0 -7px;
}
.buckets div:nth-child(10) {
    margin: 58px 0 0 -31px;
}
.buckets div:nth-child(11) {
    margin: 44px 0 0 -53px;
}
.buckets div:nth-child(12) {
    margin: 23px 0 0 -67px;
}
.buckets div:nth-child(13) {
    margin: -2px 0 0 -72px;
}
.buckets div:nth-child(14) {
    margin: -26px 0 0 -67px;
}
.buckets div:nth-child(15) {
    margin: -47px 0 0 -53px;
}
.buckets div:nth-child(16) {
    margin: -61px 0 0 -31px;
}
.buckets div:nth-child(odd) {
    background-color: #fe5329;
}
.buckets div:nth-child(even) {
    background-color: #fec429;
}
.stand {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #453158;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.stand:before,
.stand:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 4px;
    width: 100px;
    height: 5px;
    background-color: #453158;
}
.stand:before {
    right: 50%;
    transform-origin: 100% 50%;
    transform: rotate(-77deg);
}
.stand:after {
    left: 50%;
    transform-origin: 0% 50%;
    transform: rotate(77deg);
}
.stand span {
    position: relative;
    z-index: 2;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #fec429;
    border-radius: 50%;
}

#fire-ballon-1{ animation: sun 5s ease infinite; }
@keyframes sun{
    0%{ transform: scale(1) translateY(-1px) translateX(250px); }
    50%{transform: scale(1) translateY(20px) translateX(250px);}

    100%{transform: scale(1) translateY(-1px) translateX(250px);}
}
#fire-ballon-2{ animation: sun2 5s ease infinite; }
@keyframes sun2{
    0%{ transform: scale(1) translateY(20px) translateX(350px); }
    50%{transform: scale(1) translateY(-1px) translateX(350px);}

    100%{transform: scale(1) translateY(20px) translateX(350px);}
}

/*.links {
    display: grid;
    grid-template-columns: repeat(var(--items), 1fr);
    position: relative;
    font-weight: 300;
    overflow: hidden;
}*/

.links a {
    font-size: 12px;
    padding: 0.75em 0.1em 0.5em;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s;
    margin:10px;


}

.links a:hover, .links a.active:hover, .links a.active{
    color: #fff;
    background:#4c6cb9;
    border-radius:20px;
}

/*.links .line {
    background-color: #5f64f1;
    height: 3px;
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s cubic-bezier(1, 2, 0.2, 0.6);
    position: absolute;
    bottom: 0;
    left: var(--left, calc(100%/var(--items) * (var(--index) - 1)));
    width: var(--width, calc(100% / var(--items)));
    --index: 0;
}
.links  a.active {
    border-bottom: 3px solid;
}
.links a:hover~.line {
    opacity: 1;
}

.links a:nth-of-type(1):hover~.line {
    --index: 1;
}

.links a:nth-of-type(2):hover~.line {
    --index: 2;
}

.links a:nth-of-type(3):hover~.line {
    --index: 3;
}

.links a:nth-of-type(4):hover~.line {
    --index: 4;
}

.links a:nth-of-type(5):hover~.line {
    --index: 5;
}
.links a:nth-of-type(6):hover~.line {
    --index: 6;
}
.links a:nth-of-type(7):hover~.line {
    --index: 7;
}
.links a:nth-of-type(8):hover~.line {
    --index: 8;
}
.links a:nth-of-type(9):hover~.line {
    --index: 9;
}
.links a:nth-of-type(10):hover~.line {
    --index: 10;
}*/


.startsec{position:relative; background:#fff}
.startsec:after{ position: absolute; content: ""; left:0; right:0;
  background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(253,230,162) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(253,230,162) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(253,230,162) 100%);
  top: -1px;
    width: 100%;
    height: 50px;
    z-index: -1;

}

.whatsnew {
    display: flex;
    color:#4b4d3a;
    background:#f9faff;
     font-size:11px;
     letter-spacing:1px;
     border-radius:10px;
     align-items: center;
    box-shadow: 0px 9px 13px 0px rgba(156, 159, 169, 0.17);
    border:1px solid #ebedf9;
}
.head{  width: 147px;
    background: #fff;
    font-size: 16px;
    color: #323131;
    padding: 13px 15px;
    border-radius: 10px; border:1px solid #ebedf9;}
.whatsnew span {
  animation: blinker 800ms linear infinite;
  color:#b7a92f;
}

.whatsnew ul{display:flex;}
.whatsnew li{list-style-type:none;padding: 0 12px; position:relative;}
.whatsnew li:before{content: '\00b7';
    font-size: 30px;
    line-height: 24px;
    vertical-align: middle;
    position: absolute;
    left: 0px;
}
@keyframes blinker {  
  50% { opacity: 0; }
}


.card-inner{display:flex; border-radius: 65px; padding:15px; display:flex;align-items: center;     margin-top: -52px; transition: all ease 800ms}
.card-inner:hover { transform: scale(0.96);}
.card1{background:#8e9940;}
.card2{background:#ef816a;}
.card3{background:#b7a92f;}
.card4{background:#b58c91; }
.card4 .icon-wrap{background:#a00a69}
.card-inner span {
        width: 111px;
    background: rgb(255 255 255 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 38px;
    margin-right: 10px;
    padding: 12px 18px;
}
.card-inner p{margin-bottom:0; color:#fce9d2; font-size:12px; line-height:20px;}
.card-inner a{text-transform:uppercase;font-size: 12px; color:#fff}
.card-inner a:hover{text-decoration:underline;}

.container {
    max-width: 1290px;
}
.eventsbox{margin-top: 0;  background: #fffaf5;}
.leftbox{width:100%; background: url(../images/bgfair.jpg) no-repeat #fffaf5 bottom / contain; position:relative;}
/*.leftbox:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #d9d4d0;
    left: 0;
    top: 0;
    z-index:0;
}*/
.leftbox h3{font-size: 28px; color:#917e68; font-weight:normal;}
.leftbox span{color:#463b2e; }
.leftbox .cont{z-index:1; position:relative;}
.rightbox{ background-attachment:fixed; background: url(../images/bg-rightbox.jpg) no-repeat #1e2a58 right;width:100%; background-attachment:fixed; border-radius: 90px 0 0 0;}
.rightbox h2{color:#fce9d2; font-size:22px; font-weight:300}
.rightbox h3{color:#fff; font-size:42px;}
.rightbox p{color:#fce9d2; font-size:28px; font-weight:bold;}
.leftbox .cont, .rightbox .cont{    height: 100%; padding:100px 20px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;}
a.btn-link {
  
    text-align: center;
    margin-right: 20px;
    border-radius: 20px;
    padding: 7px 26px;
    font-size: 16px;
  
}
.leftbox a, .leftbox a:hover{ background: #4c6cb9;  color:#fff;    text-decoration:none;}
.rightbox a, .rightbox a:hover{ background: #e49736;  color:#fff;  text-decoration:none; }














.banner-slider .b_slide {
    padding: 70px 0;
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    min-height: 100vh;
}


.banner_caption {
    position: absolute;
    z-index: 99;
    max-width: 960px;
    bottom:30%;
    overflow: hidden;
/*    transform: translate(-50%, -50%);*/
    left:10%;
}

.banner_caption h1 {
    font-size: 60px;
    margin: 20px 0px;
    font-weight:bold;
    color:#fff;
    text-align:left;
     background: -webkit-linear-gradient(290deg, #FFA32B, #943DC9 58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter:drop-shadow(2px 4px 6px rgb(0 0 0 / 70%));

}

.banner_caption p {
    color:#fff;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px;
    font-weight: normal;
    font-size:38px;
    margin-bottom: 50px;
    margin-top: 25px;
    font-weight:300;
     font-family: "Kalam", cursive;
     text-align:left;

}

.banner_caption .btn {
    color: #010101!important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 18px !important;
    display: inline-block !important;
    border-bottom: 3px solid rgb(255, 255, 255);
    background: #fff;
    padding: 0px 25px!important;
    border-radius: 12px !important;
    margin: 15px 5px 5px;
    line-height:46px;
}


.vehicle-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto;
}
.banner-slider .slider.slider-for {
    max-width:100%;
}
.banner-slider .slider.slider-nav {
    max-width:200px;
    position: absolute;
    top:0;
    right:0;
}
.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
    width: 100%;
    z-index:1;
}
.banner-slider .slider.slider-nav {
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    top: 50%;
    transform: translateY(-40%);

}
.slider-banner-image {
    height: 610px;
}
.banner-slider .slider.slider-nav {
    padding: 20px 0 20px;
}
.slider-nav .slick-slide.thumbnail-image {position:relative;}
.slider-nav .slick-slide.thumbnail-image .thumbImg{
    max-width: 160px;
    height: 80px;
    margin: 0 auto;
    border: 1px solid #EBEBEB;
    display:none;
}
.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
    height: 100%;
    width:100%;
    object-fit: cover;
}
.slick-vertical .slick-slide{margin: 6px 0;}
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
    border: 0;
    outline: 0;
}
.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    border: 1px solid #fff;
}
.slider-nav .slick-slide.slick-current span {
    color: #196DB6;

}
.slider-nav .slick-slide {
    text-align: center;
}
.slider-nav .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px;
    position:absolute;
    bottom: 10px;
        display:none;
}
.slick-arrow {
    width: 100%;
    background-color: transparent;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}
.banner-slider .slick-prev {
   top: -14px;
   opacity: 0.7;
}
.banner-slider .slick-next {
   bottom: -5px;
   opacity: 0.7;
}

.banner-slider button.slick-prev.slick-arrow:after {
    content: "";
    border: 12px solid transparent;
    border-bottom-color: #fff!important;
}
.banner-slider button.slick-next.slick-arrow:after {
    content: "";
    border:12px solid transparent;
    border-top-color: #fff!important;
}

.banner-slider  .slick-next {
   opacity: 0.7;
}

.banner-slider button.slick-prev.slick-arrow:after {
    content: "";
    border: 12px solid transparent;
    border-bottom-color: #000;
}

 .banner-slider button.slick-next.slick-arrow:after {
    content: "";
    border:12px solid transparent;
    border-top-color: #000;
}

.cat_slider .slick-prev {

   opacity: 0.7;
}

.cat_slider .slick-prev {
    opacity: 0.7;
    left:80px;
    width: 50px;
    top: 40%;
    transform: translateY(-50%);
    background: #fff;
    height: 50px;
    border-radius: 50%;
}
.cat_sec .cat_item, .collection-sec .linkwrap{transition: all ease 500ms;  transform: translateY(0);}
.cat_sec .cat_item:hover, .collection-sec .linkwrap:hover{ transform: translateY(-15px);}
.overlay{position:relative;}

.overlay:after{position:absolute;content:"";width: 100%;height: 100%;background:rgb(0 0 0 / 22%);z-index:1;top: 0;bottom: 0;left: 0;right: 0;display: block;}
.overlay a.btn-view {
    position: absolute;
    top: 50%;
    left: 70px;
    right: 70px;
    z-index: 9;
    transform: translateY(-40%);
    opacity:0;
    transition: all ease 500ms;
}
.overlay:hover a.btn-view{display:block; opacity:1;  transform: translateY(-50%);}



.gallery_slider .slick-prev {
    opacity: 0.7;
    left:80px;
    width: 50px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    height: 50px;
    border-radius: 50%;
}



.cat_slider .slick-next {
    opacity: 0.7;
    width: 50px;
    top: 40%;
    transform: translateY(-50%);
    background: #fff;
    right:80px;
    left: auto;
    height: 50px;
    border-radius: 50%;
}

.gallery_slider .slick-next{
    opacity: 0.7;
    width: 50px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    right:80px;
    left: auto;
    height: 50px;
    border-radius: 50%;
}


.cat_slider button.slick-prev.slick-arrow:after , .gallery_slider button.slick-prev.slick-arrow:after{
    content: "";
    border: 10px solid transparent;
    border-right-color: #000;
    left: 8px;
    position: absolute;
    top: 16px;
}

.cat_slider  button.slick-next.slick-arrow:after, .gallery_slider  button.slick-next.slick-arrow:after {
    content: "";
    border:10px solid transparent;
    border-left-color: #000;
    right:8px;
    position: absolute;
    top: 16px;

}


.social {
    position: fixed;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    left: 7px;
    background: rgb(0 0 0 / 24%);
    padding: 18px 5px;
    border-radius: 21px;
}


/*End USE CSS for Slider*/





section.social.py-5 {
    background: #f8f8f8;
}

p.socialbox{margin-bottom:5px; text-align:center;}
p.socialbox img { max-width: 24px; }
.socialinner{border:3px solid #fff!important;}
@media (max-width: 1400px) {
header.main_header .main_menu_list li.menu-item a, header.main_header.dark_bg .main_menu_list li.menu-item a{padding: 2px 15px; font-size:11px;}
a.btn-rgt{font-size: 11px; width:190px; padding: 2px 15px; }
.banner_caption .btn{font-size:12px!important}

.slider-nav .slick-slide.thumbnail-image .thumbImg{max-width:130px; height:55px;}
.card-inner a{font-size:10px;}
.card-inner p{line-height: 16px;}
span.icon-wrap img {max-width: 40px;}
.about_sec p{font-size:13px;}
.leftbox h3{font-size:20px}
.rightbox h2{font-size:18px;}
a.btn-link{font-size:14px}
.rightbox h3{font-size:32px;}
.rightbox p{font-size:20px;}
    .banner_caption h1 {
        font-size:42px;
    }
    .banner_caption p{font-size:32px}
}

@media screen and (max-width : 991px) {

    .banner-slider .slider.slider-for,
    .banner-slider .slider.slider-nav {
        max-width: 100%;
        float: none;
    }
    .banner-slider .slider.slider-for {
        padding-right: 0;
    }
    .banner-slider .slider.slider-nav {
        height: auto;
    }
    .slider-banner-image {
        height: 500px;
    } 
    .slider.slider-nav.thumb-image {
        padding: 10px 30px 0;
    }
    .slider-nav .slick-slide span {
        padding: 5px 0;
    }
    .slick-arrow {
        padding: 0;
        width: 30px;
        height: 30px;
        top: 50%;
        bottom: 0;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -moz-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }
    .slick-prev {
        left: 0;
        right: unset;
    }
    .slick-next {
        left: unset;
        right: 0;
        background-color: transparent;
    }
    .vehicle-detail-banner .car-slider-desc {
        max-width: 340px;
    }
    .bid-tag {
        padding: 10px 0 15px;
    }
    .slider.slider-nav.thumb-image {
       white-space: nowrap;
    }
    .thumbnail-image.slick-slide {
        padding: 0px 5px;
        min-width: 75px;
        display: inline-block;
        float: none;
    }
}

@media screen and (max-width : 767px) {
    .slider-banner-image {
        height: 400px;
    }
    .slider.slider-nav.thumb-image {
        padding: 0px 20px 0;
        margin: 10px 0px 0;
    }
    .slider-nav .slick-slide.thumbnail-image .thumbImg {
        max-width: 140px;
        height: 80px;
    }
    .slick-prev.slick-arrow {
        background-position: center 10px;
    }
    .slick-next.slick-arrow {
        background-position: center 10px, center;
    }
    .slider-nav .slick-slide span {
        font-size: 12px;
        white-space: normal;
    }

      .main_footer{position:static; padding-top: 40px}
    body{padding-bottom: 0px}
    .social{position:absolute;}
    .banner_caption{width:80%}
    .main_footer{text-align:center;}
    .col-md-4.footer_sec {
    justify-content: center;
    display: flex;
    flex-flow: column;
    align-items: center;
}
header.main_header.dark_bg{ background:#025694}
.scrollUp{bottom: 68px;}
.banner-section a.btn{width:50%; text-align:center;}
.desktopslide{display:none;}
.mobileslide{display:block;}
.banner-slider .b_slide{position:relative;}
.banner-slider .b_slide:after{ background: rgb(14 50 14 / 35%); content:""; width:100%; height:100%; position: absolute; top:0;}
.mousemove{display:none;}

}

@media screen and (max-width: 580px) {
    .slider-banner-image {
        height:340px;
    }
    .banner_caption h1{font-size:26px;}
    .banner_caption p { font-size: 18px;}
    .social{width: 25px;left: 2px;}
  
}

@media screen and (max-width : 480px) {
    .banner_caption h1 {
    font-size: 22px;
}
    .slider-banner-image {
        height:280px;
    }
}





.leaf{position: absolute;
    top: 5%;
    z-index: 1;
}




 /*scroll Down css*/
.scroll_down {
    position: absolute;
    bottom:8%;
    left: 0;
    width: 100%;
    text-align: center;
}
.scroll_down span {
    height: 54px;
    width: 28px;
    background: transparent;
    border: 2px solid #fff;
    display: block;
    margin: 0 auto;
    border-radius: 50px;
    position: relative;
    padding: 10px 0;
    cursor: pointer;
}
.scroll_down span:after {
    display: block;
    content: "";
    height: 10px;
    width: 4px;
    background: #fff;
    position: relative;
    margin: 0 auto;
      -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  40% {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
  }
  60% {
    transform: translateY(12px);
    -webkit-transform: translateY(12px);
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  40% {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
  }
  60% {
    transform: translateY(12px);
    -webkit-transform: translateY(12px);
  }
}


.slick-dots{display:none;}

.azaadi {
    position: absolute;
    right: 20px;
    top: 40px;
    max-width: 130px;
    transition: all ease 1s;
}


header.main_header.dark_bg .azaadi {
    position: absolute;
    right: 20px;
    top: 11px;
    max-width: 60px;
    z-index: 1;
}
header.main_header.dark_bg .logo {
    margin-top: 10px!important;
    width: 75px;
    transition: all ease 800ms;
    margin-left:auto!important;
}
@media (max-width:767px){

    header.main_header .azaadi {
    position: absolute!important;
    right: 20px!important;
    top: 11px!important;
    max-width: 60px!important;
    z-index: 1;
}
header.main_header .logo {
    margin-top: 10px!important;
    width: 75px!important;
    transition: all ease 800ms;
    margin-left:20px!important;
}
}
.footer-text{font-size:13px;padding:15px 0 25px;transition: all ease 1s;}
.footer-text img{width:100px}
.footer-text a strong{color:#006895}

.footer-text:hover {
    transform: scale(1.1);
}