

/*
Author: Bootstrapthemes
Author URI: http://bootstrapthemes.co
*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
    background-color: #fff;
    font-size: 14px;
    color: #797979;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 300;
    width:100%;
    font-family: 'ralewayregular';
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.btn:focus,
.btn:active {
    outline: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}
p {
    margin: 0 0 15px;

}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}

.form-control {
    display: inline-block;
    height: 38px;
    padding: 10px 2px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.00);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.00);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-bottom: 2px solid #ddd;
}
/*.form-control:focus {
    border-color: #bcefeb;
}*/
.form-control:focus {
    border-color: #bcefeb;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
}
h1,
h2,
h3 {
    font-weight: 300;
    margin: 0;
}
h4,
h5 {
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
}
h1 {
    font-family: 'open_sansbold';
    font-size: 5.143rem;
    line-height: 5.5rem;
    color:#fff;
    letter-spacing: .4rem;
}
h2 {
    font-family: 'source_sans_probold';
    font-size:2.571rem;
    line-height: 3rem;
    text-transform: uppercase;

}
h3 {
    font-family: 'source_sans_proregular';
    font-size:1.714rem;
    line-height: 2.5rem; 
    color:#fff;
}
h4 {
    font-family: 'open_sanssemibold';
    font-size: 1.286rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
/*h5 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color:#223d61;
    text-transform: uppercase;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}*/
p {
    line-height: 2rem;
    font-size: 0.875rem;
}
p:last-child {
    margin-bottom: 0px;
}
/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    color: #ffffff;
    /*font-family: 'roboto', sans-serif;*/
}
.textwhite {
    color: #fff;
}
.colorstext {
    color: #5e9a28;
}
.coloricon i {
    color: #5e9a28;
}
.colorsbg {
    background: #5e9a28;
    color: #ffffff;
}

.lightbg {
    background-color: #f9f9f9;
}
.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.outofsectiontext{
    margin-top: 40px;
}

/*
Section
*/
.sections {
    padding-top:85px;
    padding-bottom: 105px;
    /*overflow: hidden;*/
}
.sections.footer {
    padding-bottom: 80px;
}
section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
}
.parallax-section {
    max-width: 100%;
    color: #ffffff;
}
section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}
ul{
    margin:0;
    padding:0;
    list-style:none;
}

.heading {
    margin-bottom: 4rem;
}
.overlay {
    background-color: rgba(41, 39, 34, 0.75);
    width: 100%;
    height: 100%;
}
/*.map-overlay {
    background-color: rgba(255, 114, 0, 0.75);
    width: 100%;
    height:auto;
}
.video_overlay {
    background-color: rgba(41, 39, 34, 0.75);
    width: 100%;
    height: auto;
}*/

.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}
/*
Separator
*/
.separator {
    width: 10px;
    height: 10px;
    margin: 20px auto;
    background: #e74c3c;
    position: relative;
    display: inline-block;
    border-radius: 50%;
}
.separator:after {
    position: absolute;
    left:5%;
    bottom:4px;
    height: 1px;
    width: 80px;
    background: #eee;
    content:"";
    display: inline-block;
    margin-left: 20px;
}
.separator:before {
    position: absolute;
    right: 5%;
    bottom:4px;
    height: 1px;
    width: 80px;
    background: #eee;
    content:"";
    display: inline-block;
    margin-right: 20px;
}
.separator2 {
    height: 4px;
    width:40px;
    margin: 10px 0px;
    background: #eeeeee;
    position: relative;
}

.separator3 {
    height: 2px;
    width: 40px;
    margin:20px auto;
    background: #888888;
}
.separator4 {
    height: 2px;
    width: 30px;
    margin:20px 0px;
    background: #f38181;
}


.divider{
    height: 1px;
    background: #eee;
    width:100%;
    overflow: hidden;
}
/*section:nth-of-type(odd) {
    background-color: #F9F9F9;
}*/
/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #ffffff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}
.btn {
    display: inline-block;
    min-width: 150px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    font-size:0.8125rem;
    border-radius: 0px;
    margin-top: 20px;
    transition: .5s;
    border: 1px solid #e74c3c;
    font-family: 'open_sansbold';
    padding: 0.8rem 3rem;
    transition: all 0.6s;
    border-radius: 2px;

}
.btn:hover{
    box-shadow: 0px 2px 2px 1px rgba(221, 221, 221, 0.6);
    color:#fff;
}
.btn-default{
    background: transparent;
    border:1px solid #fff;
    padding: 1.125rem 3rem;
}
.btn-default:hover{
    background: #e74c3c;
    border:1px solid #e74c3c;
}
.btn-lg{
    background: #e74c3c;
    padding: 1.125rem 3rem;
}
.btn-md{
    background: #999999;
    padding: 1rem 2rem;
    border: 1px solid transparent;
}

/*
Extra height css
*/
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.m_t_10{
    margin-right:10px;
}
.padding-top-20 {
    padding-top: 1.33rem;
}
.padding-bottom-20 {
    padding-bottom: 1.33rem;
}
.padding-top-40 {
    padding-top: 2.66rem;
}
.padding-bottom-40 {
    padding-bottom: 2.66rem;
}
.padding-top-60 {
    padding-top: 5rem;
}
.padding-bottom-60 {
    padding-bottom: 5rem;
}
.padding-top-90 {
    padding-top: 6.429rem;
}
.padding-bottom-90 {
    padding-bottom: 6.429rem;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
.p_l_r{
    padding-left: 5.714rem;
    padding-right: 5.714rem;
}
/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}
h1 span {
    color: #5e9a28;
    font-weight: 400;
}

/*for placeholder changes*/

input::-webkit-input-placeholder {
    color: #ddd;
}
input::-moz-placeholder {
    color: #ddd;
}
input::-ms-input-placeholder {
    color: #ddd;
}

/*for image bg*/


/*.img-bg{
  background: url(../images/home-msg.jpg) no-repeat center top fixed;
  background-size
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}*/
/* navbar section */
.menu-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0; 
    left: 0; 
    right: 0; 
    z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color:rgba(34, 61, 97, 0.64);
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    transition:all .3s;
    height: 75px;

}
.main_menu_bg{
    margin-top: 0px;
    background-color: transparent;
}
.main_menu_bg .navbar-default {
    background-color: transparent; 
    border-color: transparent; 
    transition: all .6s;
    margin: 15px auto;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color:#e74c3c;
    background: transparent;
}
.main_menu_bg .navbar {}

.main_menu_bg .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color: #e74c3c;
    padding-bottom: 22px;
    border-bottom: 1px solid #e74c3c;
    background: transparent;

}

.main_menu_bg .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #fff;
}
.navbar-brand {
    padding: 0px 15px;
}
.navbar-brand>img {
    max-width: 80%;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background-color:transparent;
    color:#f5c239;

}

.dropdown-menu {
    min-width: 160px;
    padding: 0px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; 
    border: 0px solid #ccc; 
    border: 0px solid rgba(0,0,0,.15); 
    border-radius: 0px; 
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175); 
    box-shadow: 0 0px 0px 
}

/*.dropdown-menu .navbar-form .form-group input[type="text"]{
    background-color:rgba(34, 61, 97, 0.68);
    border: 1px solid #e74c3c;
    color:#e74c3c;
    width: 300px;
}
.dropdown-menu .navbar-form .form-group .form-control::-webkit-input-placeholder{
    color: #e74c3c;
    opacity: 1; 
}
.dropdown-menu .navbar-form {
    margin-right: -30px;
}*/

.scrooldown{
    position: absolute;
    left: 48.5%;
    bottom: -2%;
    width: 40px;
    height: 40px;
    line-height: 48px;
    background: #f4f5f9;
    border-radius: 50%;
    text-align: center;
    z-index: 9;
}
.scrooldown a i{
    font-size:1.5rem;
    color:#e74c3c;
}


.culmn{
    width:100%;
    overflow: hidden;
}
/*heading title all area*/
.head_title{
    margin-bottom:90px;
}
.head_title h3{
    color:#413d4b;
}
.head_title .subtitle{
    margin-top:30px;
}
/*home section*/
.home{
    background: url(../images/homebg.jpg) no-repeat center center;
    background-size: cover;
}
.home_skew_border{
    position: relative;
}
.home_skew_border:after{
    position: absolute;
    left:0;
    bottom:0;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 86px solid #fff;
    border-right: 680px solid transparent;

}
.home_skew_border:before{
    position: absolute;
    right:0;
    bottom:0;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 86px solid #fff;
    border-left: 680px solid transparent;
}
.main_home{
    padding-top: 250px;
    padding-bottom: 250px;
    display: block;
}


.main_home h1{
    color: #fff;
    margin-bottom:20px;
}
.main_home p{
    color: #fff;
    max-width: 60%;
    margin: 0 auto;
    padding-bottom: 30px;
    font-size:1.125rem;

}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #fff;
    outline: none;
    background: #e74c3c;
}
.slick-arrow{
    background: #ddd;
    color:#000;
}
.main_home_slider i{
    width:40px;
    height: 40px;
    line-height: 40px;
    color:#fff;
    background: #e74c3c;
}
.main_home_slider i.nextprevleft{
    width:40px;
    height: 40px;
    line-height: 40px;
    color:#000;
    background: #716a65;
    float: left;
    position: absolute;
    z-index: 999;
    top: 400px;
    font-size:1.5rem;
    transition: all 0.6s;
    left:-60px;
}
.main_home_slider i.nextprevright{
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #000;
    background: #716a65;
    float: right;
    position: absolute;
    z-index: 999;
    top: 400px;
    font-size:1.5rem;
    transition: all 0.6s;
    right: -50px;
}
.main_home_slider i.nextprevleft:hover{
    color:#fff;
    background: #e74c3c;
}
.main_home_slider i.nextprevright:hover{
    color: #fff;
    background: #e74c3c;
}

/*==================================================================
            Feature section Style
====================================================================*/

.main_feature{}
.main_feature .single_feature{}
.main_feature .single_feature:hover .single_feature_icon{
    border-color:#e74c3c;
    transform: rotate(45deg);
}
.main_feature .single_feature:hover .single_feature_icon i{
    transform: rotate(-45deg);
}
.main_feature .single_feature:hover h4{
    color:#e74c3c;
}
.main_feature .single_feature .single_feature_icon{
    border:1px solid #ddd;
    width:70px;
    height: 70px;
    line-height: 70px;
    margin:20px auto;
    transition: all 0.6s;
}
.main_feature .single_feature i{
    margin-bottom:30px;
    color:#e74c3c;
    transition: all 0.6s;
}
.main_feature .single_feature h4{
    transition: all 0.6s;
}

/*==================================================================
            History section Style
====================================================================*/
.main_history{

}
.history{
    background: linear-gradient(180deg, #fffdfb 0%, #f7f1ec 100%);
}
.single_history_img.about_visual{
    position: relative;
    top: 30px;
    padding: 52px 0 62px 0;
    max-width: 100%;
    margin: 0;
}
.single_history_img.about_visual:before{
    content:"";
    position:absolute;
    top: 22px;
    right: 18px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(231,76,60,0.18) 0%, rgba(231,76,60,0) 72%);
    animation: aboutPulse 7s ease-in-out infinite;
}
.about_visual_backdrop{
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(231,76,60,0.16), rgba(43,52,69,0.08));
}
.about_visual_gallery{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 20px 0 0 0;
    z-index: 2;
}
.about_visual_card{
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 16px 40px rgba(25, 32, 56, 0.14);
    transition: transform .16s ease-out, box-shadow .16s ease-out;
    transform-origin: center center;
    z-index: 2;
}
.about_visual_card:after{
    content:"";
    position:absolute;
    inset:0;
    background: linear-gradient(180deg, rgba(16, 24, 40, 0.02), rgba(16, 24, 40, 0.18));
    pointer-events:none;
}
.about_visual_card:before{
    content:"";
    position:absolute;
    top:0;
    left:-140%;
    width:60%;
    height:100%;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.28), rgba(255,255,255,0));
    transform: skewX(-20deg);
    z-index: 2;
}
.about_visual_card_main{
    width: 100%;
    margin: 0;
}
.about_visual_card_secondary{
    position: relative;
    width: 100%;
    margin-bottom: 0;
    box-shadow: 0 14px 34px rgba(25, 32, 56, 0.16);
    z-index: 3;
}
.about_visual_card_secondary:after{
    background: linear-gradient(180deg, rgba(16, 24, 40, 0.03), rgba(16, 24, 40, 0.12));
}
.about_visual_card img{
    width:100%;
    height:auto;
    object-fit:contain;
    object-position:center center;
    display:block;
    transition: transform .16s ease-out;
}
.single_history_img.about_visual:hover .about_visual_card{
    transform: translateY(-4px) rotate(-1.2deg);
    box-shadow: 0 20px 46px rgba(25, 32, 56, 0.18);
}
.single_history_img.about_visual:hover .about_visual_card_secondary{
    transform: translateY(-4px) rotate(1deg);
}
.single_history_img.about_visual:hover .about_visual_card img{
    transform: scale(1.01);
}
.about_visual_badge{
    position:absolute;
    right: 18px;
    bottom: -20px;
    max-width: 290px;
    padding: 16px 18px 16px 20px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(255,255,255,0.7);
    border-left: 5px solid #e74c3c;
    border-radius: 18px 18px 18px 28px;
    box-shadow: 0 16px 36px rgba(20, 27, 45, 0.14);
    animation: aboutFloat 7s ease-in-out infinite;
    z-index: 4;
    overflow: hidden;
}
.about_visual_badge:before{
    content:"";
    position:absolute;
    inset:0;
    background: linear-gradient(135deg, rgba(231,76,60,0.10), rgba(255,255,255,0));
    pointer-events:none;
}
.about_visual_badge:after{
    content:"";
    position:absolute;
    top: 14px;
    right: 14px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(231,76,60,0.18) 0%, rgba(231,76,60,0) 74%);
    pointer-events:none;
}
.about_visual_badge_title{
    position:relative;
    z-index:1;
    display:block;
    margin-bottom:6px;
    font-size:1.1rem;
    letter-spacing: .16rem;
    text-transform: uppercase;
    color:#e74c3c;
    font-family: 'source_sans_prosemibold';
}
.about_visual_badge strong{
    position:relative;
    z-index:1;
    display:block;
    color:#2f3640;
    line-height:1.45;
    font-family: 'source_sans_prosemibold';
    font-size:1.85rem;
}
.main_history .single_history_content .head_title h2{
    border-left:6px solid #e74c3c;
    padding-left: 30px;
    font-family: 'source_sans_prosemibold';
    font-size: 3.5rem;
    letter-spacing: .04rem;
    text-transform: none;
}
.single_history_content{
    padding: 28px 0 28px 24px;
}
.about_kicker{
    display:inline-block;
    margin-bottom: 18px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(231,76,60,0.10);
    color:#b33b2e;
    font-size:1.25rem;
    letter-spacing:.02rem;
    font-family: 'source_sans_prosemibold';
}
.about_lead{
    font-size:1.6rem;
    line-height:1.9;
    color:#2b3445;
    font-family: 'source_sans_proregular';
    font-weight: normal;
}
.single_history_content p{
    font-family: 'source_sans_proregular';
    font-size: 1.5rem;
    line-height: 1.8;
    color: #5b6472;
}
.about_feature_list{
    margin: 28px 0 20px 0;
}
.about_feature_item{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:14px;
    color:#4a5568;
    font-size:1.35rem;
    line-height:1.6;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255,255,255,0.7);
    border: 1px solid rgba(231,76,60,0.10);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
    font-family: 'source_sans_prosemibold';
}
.about_feature_item i{
    margin-top:4px;
    color:#e74c3c;
    font-size:1.7rem;
}
.about_feature_item:hover{
    transform: translateX(6px);
    border-color: rgba(231,76,60,0.24);
    box-shadow: 0 16px 30px rgba(34, 41, 57, 0.08);
}
.about_highlights{
    display:flex;
    gap:18px;
    margin-top: 10px;
}
.about_highlight_box{
    flex:1;
    padding:20px 22px;
    border-radius:20px;
    background: linear-gradient(180deg, #ffffff 0%, #fff7f4 100%);
    box-shadow: 0 14px 32px rgba(34, 41, 57, 0.08);
    border: 1px solid rgba(231,76,60,0.08);
    transition: transform .35s ease, box-shadow .35s ease;
}
.about_highlight_box strong{
    display:block;
    margin-bottom:8px;
    color:#2f3640;
    font-size:1.75rem;
    font-family: 'source_sans_prosemibold';
    letter-spacing: .01rem;
}
.about_highlight_box span{
    display:block;
    color:#6b7280;
    line-height:1.7;
    font-family: 'source_sans_proregular';
    font-size: 1.4rem;
}
.about_highlight_box:hover{
    transform: translateY(-6px);
    box-shadow: 0 20px 38px rgba(34, 41, 57, 0.11);
}

@keyframes aboutFloat{
    0%, 100%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-8px);
    }
}

@keyframes aboutPulse{
    0%, 100%{
        transform: scale(1);
        opacity: .9;
    }
    50%{
        transform: scale(1.08);
        opacity: .55;
    }
}

@keyframes aboutShine{
    0%, 100%{
        left:-140%;
    }
    45%{
        left: 155%;
    }
}


/*==================================================================
            service section Style
====================================================================*/
.main_service .head_title{
    padding: 100px 0px 40px 0px;
    margin-bottom: 0px;
}
.main_service .head_title h2{
    margin-right: 12%;
    border-right: 6px solid #e74c3c;
    color:#fff;
    padding-right: 5%;
}
.main_service .single_service_img {
    position: relative;
    height: 676px;
}
.main_service .single_service_img img {
    width: 100%;
    height: 100%;
}

.main_service .single_service.single_service_text {
    margin-right:0px;
    background: #202020;
}
.main_service .single_service.single_service_text .single_service_icon i{
    background: #f4f5f9;
    width:70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color:#e74c3c;
    position: relative;
    z-index: 9;
    border:5px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    font-size: 1.875rem;
}

.main_service .single_service.single_service_text .single_service_right_text {
    width: 96%;
}
.main_service .single_service.single_service_text .single_service_right_text h4{
    color:#e74c3c;
}
.main_service .single_service.single_service_text .single_service_right_text p{
    color:#999999;
    font-family: 'source_sans_proregular';
}
/*======================================================================
                    portfolio section css
========================================================================*/
.btn-md:active, .btn-md.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}
button.btn-md:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
    outline:none;
    color:#e74c3c;
}
button.btn-md {
    text-align: center;
    color: #444;
    letter-spacing: 1px;
    margin: 0;
    font-size: 0.8125rem;
    border-radius: 0px;
    margin-top: 0px;
    background-color: transparent;
    transition: .5s;
    border: 0px solid #e74c3c;
    font-family: 'montserratregular';
}
button.btn-md:hover {
    background-color: transparent;
    color: #e74c3c;
    text-decoration: none;
    border: 0px solid #f4720a;
}
.portfolio .toolbar{
    margin-bottom:50px;
}
#portfoliowork {  
    margin: 1rem 0;
    -webkit-column-count: 4; 
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 0rem;
    -moz-column-gap: 0rem;
    column-gap: 0rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}
.tile { 
    display: none;

}
.scale-anm {
    margin: 0px;
    width: 100%;
    /*margin-bottom: -6px;*/
}


.tile img {
    height: auto;
    display: inline-block; 
    width: 100%;
}

.single_portfolio{
    position: relative;

}
.single_portfolio:hover .grid_item_overlay{
    opacity: 1;
}

.grid_item_overlay{
    position: absolute;
    left:10%;
    top:10%;
    width:80%;
    height: 80%;
    background: rgba(231,76,60,0.6);
    color:#fff;
    padding: 20px;
    opacity: 0;
    transition: 0.6s;
    padding-top:35%;
    z-index: 99;
}
.g_overlay_1{
    padding-top:16%;
}
.g_overlay_2{
    padding-top: 85%;
}

.grid_item_overlay a i{
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border:1px solid #fff;
    color:#fff;
    display: inline-block;
    background: transparent;
}
.grid_item_overlay a:hover i{
    color:#e74c3c;
    background: #fff;
}

/*========================================================================
                    Study Section Css
==========================================================================*/
.study{
    background: linear-gradient(180deg, #f7f8fb 0%, #eef2f7 100%);
}
.main_study_area{
    overflow: hidden;
}
.slick-active{
    outline: none;
}
.study_showcase{
    margin-top: 20px;
}
.study_showcase .row{
    display: flex;
    align-items: center;
}
.study_intro_card{
    background: #fff;
    border-radius: 28px;
    padding: 42px 38px;
    box-shadow: 0 24px 60px rgba(31, 44, 61, 0.08);
    max-width: 1180px;
}
.study_kicker{
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(231, 76, 60, 0.12);
    color: #bf3f31;
    font-family: 'open_sanssemibold';
    font-size: 1rem;
    letter-spacing: 0.03rem;
}
.study_intro_card h3{
    color: #213046;
    font-family: 'source_sans_probold';
    font-size: 2.5rem;
    line-height: 3.4rem;
    margin-bottom: 18px;
}
.study_intro_card p{
    color: #657284;
    font-size: 1rem;
    line-height: 2rem;
}
.study_metrics{
    display: flex;
    gap: 18px;
    margin-top: 30px;
}
.study_metric_box{
    flex: 1;
    background: #f7f9fc;
    border: 1px solid #e4ebf3;
    border-radius: 20px;
    padding: 22px 20px;
}
.study_metric_box strong{
    display: block;
    margin-bottom: 10px;
    color: #223146;
    font-family: 'open_sanssemibold';
    font-size: 1.2rem;
}
.study_metric_box span{
    display: block;
    color: #708095;
    line-height: 1.8rem;
}
.study_service_grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}
.study_service_item{
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #e4ebf3;
    border-radius: 22px;
    padding: 24px 22px;
    box-shadow: 0 18px 40px rgba(31, 44, 61, 0.05);
    min-height: 168px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.study_service_icon{
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, #e74c3c 0%, #ff8b63 100%);
    color: #fff;
    text-align: center;
    line-height: 56px;
    font-size: 2rem;
    box-shadow: 0 12px 24px rgba(231, 76, 60, 0.24);
}
.study_service_icon i{
    line-height: 56px;
}
.study_service_item:hover{
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(31, 44, 61, 0.1);
    border-color: #d6e0eb;
}
.study_service_item:hover .study_service_icon{
    transform: scale(1.05);
    box-shadow: 0 16px 28px rgba(231, 76, 60, 0.32);
}
.study_service_text h4{
    color: #223146;
    margin-bottom: 8px;
}
.study_service_text p{
    color: #708095;
    line-height: 1.8rem;
}
.study_gallery{
    position: relative;
    padding: 16px 0 16px 28px;
}
.study_gallery:before{
    content: '';
    position: absolute;
    top: 36px;
    left: 0;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(231, 76, 60, 0.22) 0%, rgba(231, 76, 60, 0) 72%);
    z-index: 0;
}
.study_gallery_lead,
.study_gallery_small{
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 16px 36px rgba(31, 44, 61, 0.12);
    background: #dfe5ec;
    transition: transform 0.16s ease-out, box-shadow 0.16s ease-out;
    opacity: 0;
    transform: translateY(34px) scale(0.94);
    animation: studyCardReveal 0.85s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.study_gallery_lead img,
.study_gallery_small img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.16s ease-out;
}
.study_gallery_lead{
    height: 385px;
    margin-bottom: 18px;
    animation-delay: 0.08s;
}
.study_gallery_stack{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.study_gallery_small{
    height: 185px;
}
.study_gallery_stack .study_gallery_small:nth-child(3),
.study_gallery_stack .study_gallery_small:nth-child(4){
    height: 160px;
}
.study_gallery_stack .study_gallery_small:nth-child(1){
    animation-delay: 0.18s;
}
.study_gallery_stack .study_gallery_small:nth-child(2){
    animation-delay: 0.28s;
}
.study_gallery_stack .study_gallery_small:nth-child(3){
    animation-delay: 0.38s;
}
.study_gallery_stack .study_gallery_small:nth-child(4){
    animation-delay: 0.48s;
}
.study_gallery_badge{
    position: absolute;
    left: 24px;
    bottom: 24px;
    background: rgba(22, 32, 44, 0.78);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    padding: 16px 18px;
    max-width: 280px;
}
.study_gallery_badge span{
    display: block;
    font-size: 0.95rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 6px;
}
.study_gallery_badge strong{
    display: block;
    font-family: 'open_sanssemibold';
    font-size: 1.25rem;
    line-height: 1.8rem;
}
.study_gallery_lead:hover img,
.study_gallery_small:hover img{
    transform: scale(1.04);
}
.study_gallery_lead:hover,
.study_gallery_small:hover{
    transform: translateY(-6px);
    box-shadow: 0 22px 46px rgba(31, 44, 61, 0.16);
}
.study_gallery_lead:after,
.study_gallery_small:after{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 30, 42, 0) 20%, rgba(20, 30, 42, 0.18) 100%);
    opacity: 0;
    transition: opacity 0.16s ease-out;
    pointer-events: none;
}
.study_gallery_lead:hover:after,
.study_gallery_small:hover:after{
    opacity: 1;
}
.study_gallery_lead:before,
.study_gallery_small:before{
    content: '';
    position: absolute;
    top: -20%;
    left: -160%;
    width: 70%;
    height: 140%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.22) 48%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(12deg);
    opacity: 0;
    z-index: 2;
    pointer-events: none;
}
.study_gallery_lead:hover:before,
.study_gallery_small:hover:before{
    opacity: 0;
    animation: none;
}
@keyframes studyCardReveal{
    0%{
        opacity: 0;
        transform: translateY(34px) scale(0.94);
    }
    65%{
        opacity: 1;
    }
    100%{
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
@keyframes studyShine{
    0%{
        left: -160%;
    }
    100%{
        left: 140%;
    }
}


/*=====================================================================
                    counter section css
=======================================================================*/
.counter{
    background: url(../images/counterbg.jpg) no-repeat top center;
    background-size: cover;
}
.counter .main_counter_area{
    padding:80px 20px;
}

.main_counter_area .single_counter h2{
    color:#fff;
    font-size:2.8125rem;
}
.main_counter_area .single_counter i{
    color: #fff;
    font-size: 1.875rem;
    display: inline-block;
    border: 1px solid #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    margin-bottom: 30px;
    margin-top: 20px;
}
.main_counter_area .single_counter h4{
    color:#fff;
    font-size:0.8125rem;
    text-transform: lowercase;
}

/* Pricing2 Section */

.pricing{
    background: linear-gradient(180deg, #fffdfb 0%, #f5f7fb 100%);
}
.main_pricing_area{
    overflow: hidden;
}

.single_pricing{
    position: relative;
    text-align: center;
    margin-top: 20px;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(31, 44, 61, 0.08);
    box-shadow: 0 18px 44px rgba(31, 44, 61, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.single_pricing:hover{
    transform: translateY(-8px);
    box-shadow: 0 28px 54px rgba(31, 44, 61, 0.14);
    border-color: rgba(231, 76, 60, 0.18);
}
.pricing_business .pricing_head{
    background: linear-gradient(145deg, #e74c3c 0%, #c0392b 100%);
}
.pricing_business .pricing_head .p_r{
    color:#e74c3c;
}
.pricing_business .pricing_head h3{
    color:#fff;
}
.pricing_business .btn-md{
    background: #e74c3c;
}

.pricing_head{
    padding: 34px 28px 120px 28px;
    background: linear-gradient(145deg, #253247 0%, #3f4f67 100%);
    position: relative;
    min-height: 270px;  
}
.pricing_kicker{
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.82);
    font-size: 0.85rem;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
}
.pricing_badge{
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.18);
    color: #fff;
    font-family: 'open_sanssemibold';
    font-size: 0.75rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    z-index: 2;
}
.pricing_business .pricing_head{
    padding-top: 54px;
    min-height: 286px;
}
.pricing_head h3{
    text-transform:uppercase;
    color:#fff;
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 12px;
}
.pricing_head p{
    color: rgba(255,255,255,0.82);
    max-width: 290px;
    margin: 0 auto;
    line-height: 1.9rem;
}
.pricing_head .pricing_price{
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -60px;
    width: 170px;
    height: 170px;
    transform: translateX(-50%);
    margin:0 auto;
    padding: 42px 18px 24px;
    border-radius: 50%;
    box-shadow: 0 18px 38px rgba(25, 32, 56, 0.12);
    border: 8px solid rgba(244,245,249,0.9);
}
.pricing_head .pricing_price .p_r{
    font-family: 'source_sans_probold';
    font-size: 2.45rem;
    color: #253247;
    line-height: 1;
}
.pricing_head .pricing_price .m_t{
    font-family: 'source_sans_proregular';
    font-size: 0.85rem;
    color: #79808b;
    margin-top: 10px;
    line-height: 1.3rem;
    text-transform:none;
}
.pricing_body{
    background: rgba(255,255,255,0.88);
    padding: 92px 28px 34px;
}
.single_pricing ul{
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
}
.single_pricing ul li{
    position: relative;
    line-height: 1.8rem;
    min-height: 56px;
    font-size: 1rem;
    font-family: 'open_sanssemibold';
    color: #344154;
    margin-bottom: 10px;
    padding: 14px 16px 14px 44px;
    border-radius: 16px;
    background: #f7f8fb;
    text-align: left;
}
.single_pricing ul li:before{
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    left: 16px;
    top: 16px;
    color: #e74c3c;
    font-size: 0.95rem;
}
.single_pricing a{
    margin-top: 8px;
}
.pricing_note{
    min-height: 74px;
    margin: 6px 0 24px;
    color: #6b7480;
    line-height: 1.9rem;
}
.pricing_footer_note{
    margin-top: 28px;
    color: #6b7480;
    line-height: 1.9rem;
}
.single_pricing .btn-md{
    min-width: 210px;
    border-radius: 999px;
    padding: 14px 24px;
    font-family: 'open_sanssemibold';
    letter-spacing: 0.04rem;
}
.pricing_business{
    transform: translateY(-12px);
}
.pricing_business:hover{
    transform: translateY(-18px);
}
@media only screen and (max-width: 991px) {
    .pricing_business{
        transform: none;
    }

    .pricing_business:hover{
        transform: translateY(-8px);
    }
}
@media only screen and (max-width: 767px) {
    .pricing_head{
        min-height: 250px;
        padding: 30px 22px 115px 22px;
    }

    .pricing_business .pricing_head{
        padding-top: 60px;
        min-height: 272px;
    }

    .pricing_head .pricing_price{
        width: 156px;
        height: 156px;
        bottom: -54px;
        padding-top: 38px;
    }

    .pricing_body{
        padding: 86px 22px 28px;
    }

    .single_pricing .btn-md{
        width: 100%;
        min-width: 0;
    }
}



/*video section css*/

/*.video{
    background: url(../images/videobg.jpg) no-repeat top center;
    background-size:cover;
}
.video .main_video{
    padding: 220px 0px 160px 0px;
    overflow: hidden;
}
.video .icon{}
.video .icon h3{
    color:#fff;
    margin-top:30px;
    margin-bottom: 0px;
}*/


/*about section css*/





/* Team section css */
.main_team_area{
    background: url(../images/teambg.jpg) no-repeat scroll top center;
    background-size: cover;
    position: relative;
    height: 650px;
}
.main_team_area:before{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    bottom:0;
    content:"";
    background: url(../images/teambg2.png) no-repeat bottom center;  
}
.main_team ul li{
    text-align: center;

}
.main_team ul li:nth-child(1){
    width: 15%;
    display: inline-block;
    float: left;
    margin-left: 3%;
    position: absolute;
    left:1%;
    top:96%;
}
.main_team ul li:nth-child(2){
    width: 15%;
    display: inline-block;
    float: left;
    margin-left: 3%;
    position: absolute;
    left:19%;
    top:85%;
}
.main_team ul li:nth-child(3){
    width: 15%;
    display: inline-block;
    float: left;
    margin-left: 3%;
    position: absolute;
    left:37%;
    top:87%;
}
.main_team ul li:nth-child(4){
    width: 15%;
    display: inline-block;
    float: left;
    margin-left: 3%;
    position: absolute;
    left:55%;
    top:97%;
}
.main_team ul li:nth-child(5){
    width: 15%;
    display: inline-block;
    float: left;
    margin-left: 3%;
    position: absolute;
    left:73%;
    top:94%;
}
.main_team ul li .single_team_img img{
    width:60px;
    height: 60px;
    margin:20px auto;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 3px rgba(231, 76, 60, 0.65);
}

li:hover .single_team_img img{
    transform: scale(1.03);
}
li:hover .single_team_text{
    opacity: 1;
}
li .single_team_text{
    padding: 10px 20px;
    width:100%;
    opacity:0;
    transition: opacity 0.25s ease;
    text-align: center;
    display: block;
    height: 80px;
}
li .single_team_text h4{
    margin-bottom: .0rem;
    display: inline-block;
    text-transform:none ;
    color:#e74c3c;
}
li .single_team_text p{
    color:#fff;
}




/* Carousel */
.testimonial{
    background: url(../images/testbg.jpg) no-repeat center center;
    background-size: cover;
}
.main_testimonial {
    color:#fff;
}
.main_testimonial .single_testimonial i{
    color:#fff;
    margin-bottom:30px;
    font-size:2rem;
    padding: 2px;
}
.main_testimonial .single_testimonial p{
    color:#fff;
    letter-spacing: .03rem;
}
.main_testimonial .single_testimonial .single_test_author{
    margin-bottom:40px;
    display: inline-block;
}
.main_testimonial .single_testimonial .single_test_author h4{
    color:#fff;
    margin-bottom:0px;
    font-size:1rem;
}
.main_testimonial .single_testimonial .single_test_author h4 span{
    font-family: 'ralewayregular'; 
}
.main_testimonial .single_testimonial .single_test_author p{
    color:#fff;
}

.main_testimonial .owl-theme .owl-dots .owl-dot span {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transform: rotate(0deg);
}

/*====================================================================
                        clogo section css
======================================================================*/
.clogo{
    background:
        radial-gradient(circle at top left, rgba(231,76,60,0.10) 0%, rgba(231,76,60,0) 32%),
        linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}
.main_clogo{
    overflow: hidden;
}
.reference_intro{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 38px;
    text-align: left;
}
.reference_intro_text{
    max-width: 620px;
}
.reference_kicker{
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(231, 76, 60, 0.12);
    color: #c94a3b;
    font-size: 0.82rem;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
}
.reference_intro_text h3{
    color: #223042;
    font-family: 'source_sans_probold';
    font-size: 2.35rem;
    line-height: 2.8rem;
    margin-bottom: 12px;
}
.reference_intro_text p{
    color: #67707b;
    font-size: 1rem;
    line-height: 1.9rem;
}
.reference_metrics{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.reference_metric_box{
    min-width: 130px;
    padding: 18px 18px 16px;
    border-radius: 20px;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(31, 44, 61, 0.08);
    box-shadow: 0 14px 32px rgba(31, 44, 61, 0.07);
}
.reference_metric_box strong{
    display: block;
    color: #1f2c3d;
    font-family: 'source_sans_probold';
    font-size: 2rem;
    line-height: 1.9rem;
    margin-bottom: 8px;
}
.reference_metric_box span{
    display: block;
    color: #6f7782;
    line-height: 1.5rem;
}
.reference_slider{
    margin: 0 -14px;
    padding: 74px 0 18px;
}
.reference_slide{
    padding: 12px 14px 18px;
}
.reference_card{
    display: block;
    min-height: 100%;
    padding: 28px 24px 26px;
    border-radius: 28px;
    text-align: left;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(31, 44, 61, 0.08);
    box-shadow: 0 20px 46px rgba(31, 44, 61, 0.08);
    transition: transform 0.16s ease-out, box-shadow 0.16s ease-out, border-color 0.16s ease-out;
}
.reference_card:hover{
    transform: translateY(-8px);
    box-shadow: 0 28px 56px rgba(31, 44, 61, 0.14);
    border-color: rgba(231,76,60,0.18);
}
.reference_logo_wrap{
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 20px;
    background: linear-gradient(145deg, #f8fafc 0%, #eef2f6 100%);
    border: 1px solid rgba(31, 44, 61, 0.05);
}
.reference_logo_wrap img{
    max-height: 42px;
    width: auto;
}
.reference_tag{
    display: inline-block;
    margin-bottom: 12px;
    color: #e74c3c;
    font-family: 'open_sanssemibold';
    font-size: 0.82rem;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
}
.reference_card h4{
    color: #223042;
    margin-bottom: 10px;
    font-size: 1.35rem;
    text-transform: none;
}
.reference_card p{
    color: #67707b;
    line-height: 1.9rem;
    margin-bottom: 0;
}
.reference_slider .slick-track{
    display: flex !important;
}
.reference_slider .slick-slide{
    height: inherit !important;
}
.reference_slider .slick-slide > div{
    height: 100%;
}
.reference_slider .slick-dots{
    bottom: -18px;
}
.reference_slider .slick-dots li button:before{
    font-size: 11px;
    color: rgba(34, 48, 66, 0.28);
    opacity: 1;
}
.reference_slider .slick-dots li.slick-active button:before{
    color: #e74c3c;
}
.reference_slider .slick-arrow{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    color: #223042;
    box-shadow: 0 14px 26px rgba(31, 44, 61, 0.12);
    z-index: 3;
}
.reference_slider .slick-prev,
.reference_slider .slick-next{
    top: 22px;
}
.reference_slider .slick-prev{
    left: 50%;
    right: auto;
    margin-left: -56px;
}
.reference_slider .slick-next{
    left: 50%;
    right: auto;
    margin-left: 8px;
}
.reference_slider .slick-prev:before,
.reference_slider .slick-next:before{
    font-family: 'FontAwesome';
    color: #223042;
    font-size: 18px;
}
.reference_slider .slick-prev:before{
    content: "\f104";
}
.reference_slider .slick-next:before{
    content: "\f105";
}
.reference_slider .slick-prev:hover,
.reference_slider .slick-prev.is-active,
.reference_slider .slick-next:hover{
    background: #e74c3c;
}
.reference_slider .slick-prev:hover:before,
.reference_slider .slick-prev.is-active:before,
.reference_slider .slick-next:hover:before{
    color: #fff;
}
.reference_slider .slick-next.is-active{
    background: #e74c3c;
}
.reference_slider .slick-next.is-active:before{
    color: #fff;
}
.reference_slider .slick-prev:focus,
.reference_slider .slick-next:focus{
    background: #fff;
    outline: none;
}
.reference_slider .slick-prev:focus:before,
.reference_slider .slick-next:focus:before{
    color: #223042;
}
@media only screen and (max-width: 991px) {
    .reference_intro{
        flex-direction: column;
        align-items: flex-start;
    }

    .reference_metrics{
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 767px) {
    .reference_intro{
        margin-bottom: 28px;
    }

    .reference_intro_text h3{
        font-size: 1.85rem;
        line-height: 2.25rem;
    }

    .reference_metric_box{
        min-width: calc(50% - 8px);
    }

    .reference_slider{
        margin: 0 -8px;
        padding-top: 70px;
    }

    .reference_slide{
        padding: 10px 8px 14px;
    }

    .reference_slider .slick-prev,
    .reference_slider .slick-next{
        top: 18px;
        bottom: auto;
    }

    .reference_slider .slick-prev{
        left: 50%;
        right: auto;
        margin-left: -52px;
    }

    .reference_slider .slick-next{
        left: 50%;
        right: auto;
        margin-left: 4px;
    }
}


/*=================================================================
                            Blog Section
===================================================================*/
.blog{
    background: #f4f5f9;
}


.main_blog_content .single_blog_area .single_blog_text{
    background: #e74e3e;
    padding: 70px 30px 70px 50px;
    position: relative;
}
.main_blog_content .single_blog_area .single_blog_text.s_b_left:after{
    position: absolute;
    left:-8%;
    top:45%;
    content:"";
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 30px solid #e74e3e;;
    border-bottom: 30px solid transparent;
}
.main_blog_content .single_blog_area .single_blog_text.s_b_right:after{
    position: absolute;
    right: -8%;
    top:45%;
    content:"";
    z-index: 9;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 30px solid #e74e3e;;
    border-bottom: 30px solid transparent;
}
.main_blog_content .single_blog_area .single_blog_text a.read_more{
    color:#fff;
}
.main_blog_content .single_blog_area .single_blog_img{
    width:100%;
    height: 417px;
    display: inline-block;
}
.main_blog_content .single_blog_area .single_blog_img img{
    width:100%;
    height: 100%;
}
/*contact section css*/
.contact{
    background:
        radial-gradient(circle at top right, rgba(231,76,60,0.10) 0%, rgba(231,76,60,0) 34%),
        linear-gradient(180deg, #f7f9fc 0%, #eef2f7 100%);
}
.contact_contant{
    position: relative;
}
.contact_info_content{
    padding: 34px 34px 30px;
    background: rgba(255,255,255,0.94);
    overflow: hidden;
    border: 1px solid rgba(31, 44, 61, 0.08);
    border-radius: 30px;
    box-shadow: 0 22px 52px rgba(31, 44, 61, 0.08);
}
.contact_info_content > .col-sm-12{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    float: none;
}
.contact_info_content h3{
    color:#e74e3e;
    font-family: 'source_sans_prosemibold';
    margin-bottom: 8px;
}
.contact_info_content h4{
    font-family: 'open_sansregular';
}
.contact_info_content h4{
    margin:0;
    padding: 0;
}
.single_contant_left{
    padding: 34px 34px 32px;
    background: rgba(255,255,255,0.96);
    overflow: hidden;
    border: 1px solid rgba(31, 44, 61, 0.08);
    border-radius: 30px;
    box-shadow: 0 22px 52px rgba(31, 44, 61, 0.08);
}
.single_contact_info{
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 18px;
    padding: 20px 22px;
    overflow: hidden;
    border-radius: 22px;
    background: #f8fafd;
    border: 1px solid rgba(31, 44, 61, 0.06);
}
.contact_info_intro,
.contact_form_intro{
    margin-bottom: 24px;
}
.contact_kicker{
    display: inline-block;
    margin-bottom: 12px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(231,76,60,0.10);
    color: #cf4c3d;
    font-size: 0.82rem;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
}
.contact_info_intro h3,
.contact_form_intro h3{
    color: #223042;
    font-family: 'source_sans_probold';
    font-size: 2.2rem;
    line-height: 2.7rem;
    margin-bottom: 10px;
}
.contact_info_intro p,
.contact_form_intro p{
    color: #69727d;
    line-height: 1.9rem;
    margin-bottom: 0;
}
.contact_icon{
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #e74c3c 0%, #cf4a3a 100%);
    color: #fff;
    font-size: 1.25rem;
    box-shadow: 0 12px 22px rgba(231,76,60,0.22);
}
.single_info_text{
    flex: 1 1 auto;
    text-align: left;
}
.single_info_text h3{
    margin-bottom: 8px;
    font-size: 1rem;
    letter-spacing: 0.05rem;
}
.single_info_text h4{
    color: #4c5561;
    line-height: 1.85rem;
}
.single_info_text h4 + h4{
    margin-top: 4px;
}
.single_info_text h4 a{
    color: inherit;
}
.single_info_text h4 a:hover{
    color: #e74c3c;
}
.contact_quick_notes{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 8px;
}
.contact_quick_note{
    padding: 18px 20px;
    border-radius: 20px;
    background: linear-gradient(145deg, #253247 0%, #33445c 100%);
    text-align: left;
    box-shadow: 0 18px 34px rgba(31, 44, 61, 0.14);
}
.contact_quick_note strong{
    display: block;
    color: #fff;
    font-family: 'open_sanssemibold';
    margin-bottom: 6px;
}
.contact_quick_note span{
    display: block;
    color: rgba(255,255,255,0.72);
    line-height: 1.7rem;
}
.contact_form_fields{
    max-width: 100%;
}
.contact_form_fields .row{
    margin-left: -8px;
    margin-right: -8px;
}
.contact_form_fields .col-sm-12{
    padding-left: 8px;
    padding-right: 8px;
}
.contact_form_fields .form-group{
    margin-bottom: 16px;
}
.contact .form-control{
    height: 56px;
    padding: 14px 18px;
    border-radius: 16px;
    border: 1px solid rgba(31, 44, 61, 0.10);
    border-bottom: 1px solid rgba(31, 44, 61, 0.10);
    background: #f8fafd;
    color: #223042;
    font-size: 0.98rem;
}
.contact textarea.form-control{
    height: auto;
    min-height: 180px;
    resize: vertical;
    padding-top: 16px;
}
.contact .form-control:focus{
    border-color: rgba(231,76,60,0.40);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(231,76,60,0.08);
}
.contact_form_footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 6px;
}
.contact_form_caption{
    color: #6f7782;
    line-height: 1.8rem;
    max-width: 280px;
}
.single_contant_left .btn.btn-lg{
    min-width: 210px;
    padding: 14px 24px;
    border-radius: 999px;
}

/*====================================================================
                        Trail Section 
======================================================================*/
.main_trial_area{
    background: url(../images/trailbg.jpg) no-repeat top center;
    overflow: hidden;
    background-size: cover;
    color:#fff;
}
.main_trial h2{
    text-transform: none;
    font-family: 'open_sansregular';
}
.main_trial h2 span{
    font-family: 'open_sansbold';
}
.main_trial h4{
    font-family: 'open_sansregular';
    text-transform: none;
}


/*=================================================================
                        footer section
===================================================================*/
.footer{
    background:
        radial-gradient(circle at top left, rgba(231,76,60,0.16) 0%, rgba(231,76,60,0) 26%),
        linear-gradient(180deg, #101722 0%, #0b1018 100%);
}
.main_footer{
    overflow: hidden;
    padding: 42px 0 18px;
}
.footer_brand{
    text-align: left;
}
.footer_logo{
    display: inline-flex;
    margin-bottom: 18px;
}
.footer_logo img{
    max-height: 52px;
    width: auto;
}
.footer_brand p{
    color: rgba(255,255,255,0.72);
    line-height: 1.9rem;
    max-width: 330px;
    margin-bottom: 22px;
}
.main_footer .flowus{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.main_footer .flowus a{
    display: inline-flex;
}
.main_footer .flowus a[aria-label="Facebook"] i{
    color: #1877f2;
}
.main_footer .flowus a[aria-label="Instagram"] i{
    color: #e4405f;
}
.main_footer .flowus a[aria-label="LinkedIn"] i{
    color: #0a66c2;
}
.main_footer .flowus a[aria-label="YouTube"] i{
    color: #ff0000;
}
.main_footer .flowus a i{
    font-size:0.95rem;
    border-radius: 50%;
    width:38px;
    height:38px;
    text-align: center;
    line-height: 38px;
    background: rgba(255,255,255,0.10);
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.main_footer .flowus a i:hover{
    color:#fff;
    background:#e74c3c;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(231,76,60,0.22);
}
.footer_links,
.footer_contact_box{
    text-align: left;
}
.footer_links h4,
.footer_contact_intro h4{
    color: #fff;
    margin-bottom: 18px;
    font-size: 1.25rem;
    text-transform: none;
}
.footer_links ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.footer_links li{
    margin-bottom: 0;
}
.footer_links a{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 18px;
    color: rgba(255,255,255,0.78);
    line-height: 1.7rem;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.06);
}
.footer_links a:hover{
    color: #fff;
    background: rgba(231,76,60,0.16);
    border-color: rgba(231,76,60,0.24);
    transform: translateX(4px);
}
.footer_links a i{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 0.95rem;
}
.footer_links a span{
    display: inline-block;
}
.footer_contact_box{
    padding: 26px 26px 22px;
    border-radius: 26px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 18px 40px rgba(0,0,0,0.16);
}
.footer_contact_intro p{
    color: rgba(255,255,255,0.68);
    line-height: 1.8rem;
    margin-bottom: 20px;
}
.footer_contact_list{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.footer_contact_item{
    padding: 16px 16px 14px;
    border-radius: 18px;
    background: rgba(255,255,255,0.04);
    text-align: left;
}
.footer_contact_item span{
    display: block;
    color: rgba(255,255,255,0.54);
    font-size: 0.82rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.footer_contact_item a,
.footer_contact_item p{
    color: #fff;
    line-height: 1.8rem;
    margin: 0;
}
.footer_contact_item a:hover{
    color: #ffb4aa;
}
.footer_bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 34px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.footer_bottom_text p{
    color: rgba(255,255,255,0.62);
    line-height: 1.8rem;
    margin: 0;
}

.copyright_text{
    text-align: right;
}
.copyright_text p{
    color: rgba(255,255,255,0.62);
    line-height: 1.8rem;
    max-width: 100%;
    padding-top: 0;
    margin: 0;
}
.copyright_text p i{
    padding:0px 10px;
    color:#ff0000;
}
.copyright_text p a{
    padding-left: 8px;
    color:#fff;
}



/* scrollup */

.scrollup{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    opacity: .3;
    position: fixed;
    bottom: 20px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    z-index: 1000;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
    background: #e74c3c;
    opacity: 1;
}

.scrollup i {
    font-size: 13px;
    position: absolute;
    opacity: 1;
    color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -6px;
    text-decoration: none;

}

@media (prefers-reduced-motion: reduce) {
    .single_history_img.about_visual:before,
    .about_visual_badge,
    .study_gallery_lead,
    .study_gallery_small {
        animation: none !important;
    }

    .about_visual_card,
    .about_visual_card img,
    .study_gallery_lead,
    .study_gallery_small,
    .study_gallery_lead img,
    .study_gallery_small img,
    li .single_team_text,
    li .single_team_img img {
        transition: none !important;
        transform: none !important;
    }
}
