/* ========= Blockquote Style  ==========*/
.blockquote {
    overflow: hidden;
    padding: 150px 0;
}
 .blockquote_heading{
    margin-bottom: 100px;
    text-align: center;
}
.blockquote_heading .heading_text{
    position: relative !important;
     width: 100%!important;
}
.blockquote_heading .heading_text span{
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}
 .blockquote_heading .heading_text span::before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 99%;
    display: block;
    border-bottom: 1px solid;
    right: 100%;
    margin-right: 25px;
    opacity: .15;
}
.blockquote_heading .heading_text span::after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 99%;
    display: block;
    border-bottom: 1px solid;
    left: 100%;
    margin-left: 25px;
    opacity: .15;
}
.blockquote blockquote{
    position: relative;
}

.our_story .heading_shape {
    height: 2px;
    width: 120px;
    left: 47%;
    position: relative;
    transform: translateX(-50px);
     margin-top: 0px;
}
.heading_shape, .about_us.style-one .heading_shape{
    height: 2px;
    width: 120px;
    margin-top: 30px;
    transform: none;
    left: 0;
}

section.theme-one.about_us.style-one {
    padding: 100px 0 0;
}

.button_second {
    font-weight: 700;
    font-size: 13px;
    line-height: 55px;
    padding: 0px 35px;
    height: 43px;
    line-height: 43px !important;
    border-radius: 3px;
    display: inline-block;
    margin-top: 45px;
    box-shadow: 0 0 40px rgba(255, 33, 113, 0.2)
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}





/*=============== About Us ============*/
.about_us{
    padding: 190px  0 0px;
    background-size: cover;
}
.about_us .content_wrapper:last-child div{
    display: none;
}
.about_us .our_story {
    text-align: left;
    padding-right: 75px;
}
.about_us .our_story h3{
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: 700;
}
.about_us .our_story p{
    line-height: 26px;
    margin: 20px 0 0 0;
}
.about_us .our_story .story_shape {
    width: 150px;
}
.about_us .our_story .story_banner {
    margin: 0px auto;
    align-items: center;
    text-align: center;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}
.about_us .our_story .swin-btn {
    font-weight: 700;
}
.about_us .our_story_banner{
    position: relative;
}
.our_story_banner img{
    width: 100%;
}
.about_us .since_date{
    position: absolute;
    top: -95px;
    right: 0;
    z-index: 1;
    text-align: right;
}
.about_us .since_date h3{
    font-weight: 400;
}


.about_us .about_content_video {
    padding-top: 70px;
    margin-top: -160px;
    margin-bottom: -100px;
}
.about_us .images_shape {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 300px;
}
.about_us .images_shape .video_view_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.about_us .images_shape .video_view_btn a {
    z-index: 1;
    height: 95px;
    width: 95px;
    display: block;
    text-align: center;
    line-height: 95px;
    border-radius: 50%;
    padding-left: 8px;
}

/*========= About Style two ========*/
.about_us.style-two {
    padding: 300px 0 10px;
}
.about_us.style-two .content_wrapper:last-child div{
    display: block;
}
.about_us.style-two .about_content_video, .about_us.style-two .since_date {
    display: none !important;
}
.about_us.style-two .our_story {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.about_us.style-two .content_wrapper:nth-child(2n+1) .our_story_banner {
    margin-left: -100px;
}
.about_us.style-two .content_wrapper:nth-child(2n+1) .our_story {
    padding-right: 0px;
    padding-left: 175px;
}
.about_us.style-two .our_story {
    padding-right: 175px;
}
.about_us.style-two .about_content_video{
    display: none;
}
.about_us.style-two .since_date{
    display: none;
}
.about_us.style-two .content_wrapper{
    margin-bottom: 250px;
}
.about_us.style-two .our_story_banner img {
    width: auto;
}
.about_us.style-two .content_wrapper:nth-child(2n+2) .our_story_banner {
    left: -100px;
}
.about_us.style-two .our_story_banner {
    border-radius: 8px;
    overflow: unset;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-right: -100px;
}
.about_us.style-two .content_wrapper:nth-child(2n+2) {
    margin-bottom: 280px;
}
.about_us.style-two .content_wrapper:nth-child(2n+1) {
    display: flex;
    flex-direction: row-reverse;
}
.about_us.style-two .button_second {
    border-bottom: 1px solid #dd9933;
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
    height: 20px;
    line-height: 20px;
    border-radius: 0px;
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 30px;
}
.about_us.style-two .button_second:before {
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    top: 2px;
    right: -20px;
}
.about_us.style-two  .our_story span {
    font-style: italic;
}








/*=======[Gallery Style One]========*/
.title-heading{
    text-align: center;
    margin-bottom: 50px;
}
.title-heading img {
    width: 150px; 
    margin-top: 15px;
}
.gallery-wrapper img {
    width: 100%; 
}

.gallery_area .gallery-wrapper figure figcaption h3 a{
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.theme-one.gallery_area .full_gallery_view{
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0px auto;
}
.theme-one.gallery_area .full_gallery_view .section_title{
    margin: 0 0 70px 0;
    text-align: left;
}
.theme-one.gallery_area .full_gallery_view .section_title p{
    margin: 0;
    margin-top: 15px;
}
.gallery_area.style-one .full_gallery_view{
    display: none;
}
.gallery_area.style-one .container{
    max-width: 100%;
    padding: 0;
}
.gallery_area.style-one .gallery-wrapper img {
    width: 100%; 
}
.gallery_area.style-one .gallery-wrapper figure {
    width: 25%;
    float: left;
    margin: 0px;
    position: relative;
    overflow: hidden;
}
.gallery_area.style-one .gallery-wrapper figure:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    transition: .3s ease;
    visibility: hidden;
    opacity: 0;
    left: 0; 
}
.gallery_area.style-one .gallery-wrapper figure figcaption {
    padding: 30px;
    position: absolute;
    left: 0;
    top: 60%;
    height: auto;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    transition: .5s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 2; 
}
.gallery_area.style-one .gallery-wrapper figure figcaption h3{
    display: none;
}
.gallery_area.style-one .gallery-wrapper figure figcaption p{
    display: none;
}
.gallery_area.style-one .gallery-wrapper figure figcaption a i {
    text-align: center;
    height: 100%;
    width: 100%;
}
.gallery_area.style-one .gallery-wrapper figure:hover:before {
    visibility: visible;
    opacity: 1;
    transform: rotate(0deg) scale(1);
    width: 100%;
    left: 0; 
}
.gallery_area.style-one .gallery-wrapper figure:hover figcaption {
    visibility: visible;
    opacity: 1; 
    top: 50%;
}


/*=======[Gallery Style two]========*/
.gallery_area.style-two{
    padding: 100px 0;
}
.gallery_area.style-two .container-fluid{
    max-width: 1140px;
}
.gallery_area.style-two .full_gallery_view{
    display: none;
}
.gallery_area.style-two .gallery-wrapper figure {
    width: 32%;
    float: left;
    margin: 7px;
    position: relative;
    overflow: hidden;
    height: auto;
}
.gallery_area.style-two .gallery-wrapper img {
    width: 100%;
}
.gallery_area.style-two .gallery-wrapper figure:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    transition: .3s ease;
    visibility: visible;
    opacity: 1;
    left: 0; 
}
.gallery_area.style-two .gallery-wrapper figure figcaption {
    padding: 40px 15px 35px 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    transform: none;
    width: 100%;
    text-align: left;
    transition: .5s ease;
    visibility: visible;
    opacity: 1;
    z-index: 2;
}
.gallery_area.style-two .gallery-wrapper figure figcaption h3{
    padding-bottom: 0;
    font-weight: 700;
    line-height: 40px;
}
.gallery_area.style-two .gallery-wrapper figure figcaption h3 a{
    text-decoration: none;
}
.gallery_area.style-two .gallery-wrapper figure figcaption p{
    margin: 0;
}
.gallery_area.style-two .gallery-wrapper figure figcaption a i {
    text-align: center;
    height: 100%;
    width: 100%;
}
.gallery_area.style-two .gallery-wrapper figure:hover:before {
    visibility: visible;
    opacity: 1;
    transform: rotate(0deg) scale(1);
    width: 100%;
    left: 0; 
}
.gallery_area.style-two .gallery-wrapper figure:hover figcaption {
    visibility: visible;
    opacity: 1; 
}
.gallery_area.style-two .gallery-wrapper figure, .gallery_style_two{
    width: 31%;
    margin: 1%;
}
.gallery_area.style-two .port-view {
    display: none;
}


/*=======[Gallery Style Three]========*/
.theme-one.gallery_area.style-three {
    padding: 100px 0;
}
.gallery_area.style-three .container-fluid{
    max-width: 1140px;
}
.theme-one.gallery_area.style-three .section_title span{
    font-style: italic;
}
.theme-one.gallery_area.style-three p {
     width: 100%;
     padding-right: 30%;
     display: none;
}
.gallery_area.style-three .container-fluid{
    max-width: 1140px;
}
.gallery_area.style-three .gallery-wrapper img {
    width: 100%;
}
.gallery_area.style-three .gallery-wrapper figure {
    width: 24%;
    float: left;
    margin: 0 3px 6px;
    position: relative;
    overflow: hidden;
    height: 197px;
}
.gallery_area.style-three .gallery-wrapper img {
    height: 100%;
    width: auto;
}
.gallery_area.style-three .gallery-wrapper figure:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    transition: .3s ease;
    visibility: hidden;
    opacity: 0;
    left: 0; 
}
.gallery_area.style-three .gallery-wrapper figure figcaption {
    padding: 30px;
    position: absolute;
    left: 0;
    top: 60%;
    height: auto;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    transition: .5s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 2; 
}
.gallery_area.style-three .gallery-wrapper figure figcaption h3{
    display: none;
}
.gallery_area.style-three .gallery-wrapper figure figcaption p{
    display: none;
}
.gallery_area.style-three .gallery-wrapper figure figcaption a i {
    text-align: center;
    height: 100%;
    width: 100%;
}
.gallery_area.style-three .gallery-wrapper figure:hover:before {
    visibility: visible;
    opacity: 1;
    transform: rotate(0deg) scale(1);
    width: 100%;
    left: 0; 
}
.gallery_area.style-three .gallery-wrapper figure:hover figcaption {
    visibility: visible;
    opacity: 1; 
    top: 50%;
}
.gallery_area.style-three .gallery-wrapper figure:nth-child(1) img{
    height: 100%;
    width: auto;
}
.gallery_area.style-three .gallery-wrapper figure:nth-child(1) {
    width: 50%;
    height: 402px;
} 
.gallery_area.style-three .gallery-wrapper figure:nth-child(4) {
    width: 24%;
    height: 400px;
} 
.gallery_area.style-three .gallery-wrapper figure:nth-child(4) img{
    height: 100%;
    width: auto;
}
.gallery_area.style-three .gallery-wrapper figure:nth-child(7), 
.gallery_area.style-three .gallery-wrapper figure:nth-child(8) {
    width: 24.7%;
    margin-top: -202px !important;
}
.gallery_area.style-three .full_gallery_view .button_second {
    box-shadow: none;
}


/*=======[Gallery Style four]========*/
.gallery_area.style-four .container-fluid{
    max-width: 1140px;
}
.gallery_area.style-four .full_gallery_view{
    display: none;
}
.gallery_area.style-four figure {
    width: 32%;
    float: left;
    margin: 7px;
    position: relative;
    overflow: hidden;
}
.gallery_area.style-four figure:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    transition: .3s ease;
    visibility: hidden;
    opacity: 0;
    left: 0; 
}
.gallery_area.style-four figure figcaption {
    position: absolute;
    left: 0;
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    transition: .5s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 2; 
}
.gallery_area.style-four figure figcaption h3,
.gallery_area.style-four figure figcaption p{
    display: none;
}
.gallery_area.style-four figure figcaption a i {
    text-align: center;
    height: 100%;
    width: 100%;
}
.gallery_area.style-four figure figcaption a i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.gallery_area.style-four figure:hover:before {
    visibility: visible;
    opacity: 1;
    transform: rotate(0deg) scale(1);
    width: 100%;
    left: 0; 
}
.gallery_area.style-four figure:hover figcaption {
    visibility: visible;
    opacity: 1; 
}


/*=======[Gallery Style five]========*/
.gallery_area.style-five .container-fluid{
    max-width: 1140px;
}
.gallery_area.style-five .full_gallery_view{
    display: none;
}
.gallery_area.style-five .gallery-wrapper figure {
    width: 32%;
    float: left;
    margin: 7px;
    position: relative;
    overflow: hidden;
}
.gallery_area.style-five .gallery-wrapper figure:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    transition: .3s ease;
    visibility: hidden;
    opacity: 0;
    left: 0; 
}
.gallery_area.style-five .gallery-wrapper figure figcaption {
    padding: 30px;
    position: absolute;
    left: 0;
    top: 60%;
    height: auto;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    transition: .5s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 2; 
}
.gallery_area.style-five .gallery-wrapper figure figcaption h3{
    padding-bottom: 12px;
    display: none;
}
.gallery_area.style-five .gallery-wrapper figure figcaption p{
    padding:0 10px 5px;
    display: none;
}
.gallery_area.style-five .gallery-wrapper figure figcaption a i {
    text-align: center;
    height: 100%;
    width: 100%;
}
.gallery_area.style-five .gallery-wrapper figure:hover:before {
    visibility: visible;
    opacity: 1;
    transform: rotate(0deg) scale(1);
    width: 100%;
    left: 0; 
}
.gallery_area.style-five .gallery-wrapper figure:hover figcaption {
    visibility: visible;
    opacity: 1; 
    top: 50%;
}
.gallery_area.style-five .gallery-wrapper figure, .gallery_style_two{
    width: 33.333%;
    margin: 0;
}

/*=======[Gallery Style Six]========*/
.gallery_area.style-six .container-fluid{
    max-width: 1140px;
}
.gallery_area.style-six .full_gallery_view{
    display: none;
}
.gallery_area.style-six .gallery-wrapper figure {
    width: 32%;
    float: left;
    margin: 7px;
    position: relative;
    overflow: hidden;
}
.gallery_area.style-six .gallery-wrapper figure:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    transition: .3s ease;
    visibility: hidden;
    opacity: 0;
    left: 0; 
}
.gallery_area.style-six .gallery-wrapper figure figcaption {
    padding: 30px;
    position: absolute;
    left: 0;
    top: 60%;
    height: auto;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    transition: .5s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 2; 
}
.gallery_area.style-six .gallery-wrapper figure figcaption h3{
    padding-bottom: 12px;
}
.gallery_area.style-six .gallery-wrapper figure figcaption p{
    padding:0 10px 5px;
}
.gallery_area.style-six .gallery-wrapper figure figcaption a i {
    text-align: center;
    height: 100%;
    width: 100%;
}
.gallery_area.style-six .gallery-wrapper figure:hover:before {
    visibility: visible;
    opacity: 1;
    transform: rotate(0deg) scale(1);
    width: 100%;
    left: 0; 
}
.gallery_area.style-six .gallery-wrapper figure:hover figcaption {
    visibility: visible;
    opacity: 1; 
    top: 50%;
}
.gallery_area.style-six .gallery-wrapper figure, .gallery_style_two{
    width: 33.333%;
    margin: 0;
}



/*=======[ Gallery Slider Seven ]========*/
.gallery_area.style-seven .slider_item {
    width: 32%;
    float: left;
    margin: 7px;
    position: relative;
    overflow: hidden;
}
.gallery_area.style-seven .ba-slider {
    position: relative;
    overflow: hidden;
}
.gallery_area.style-seven .ba-slider img {
    width: 100%;
    display:block;
}
.gallery_area.style-seven .resize {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}
.gallery_area.style-seven .handle { /* Thin line seperator */
    position:absolute; 
    left:50%;
    top:0;
    bottom:0;
    width:4px;
    margin-left:-2px;
    cursor: ew-resize;
}
.gallery_area.style-seven .handle:after {  /* Big orange knob  */
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    content:'\21d4';
    color:white;
    font-weight:bold;
    text-align:center;
    transition:all 0.3s ease;
}
.gallery_area.style-seven .draggable:after {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    line-height:48px;
}















/* ========= Testimonial Style  ==========*/
.testimonial{
     padding: 150px 0;
}
.testimonial.style-one {
    padding: 150px 0;
}
.testimonial.style-one .testimonial-content-box{
    position: relative;
}
.testimonial.style-one .testimonial-content-box p{
    padding: 12%;
    border-radius: 6px;
    box-shadow: 0 0 3px rgba(0,0,0, .2);
    line-height: 24px;
    margin: 0;
}
.testimonial.style-one .testimonial-content-box img, .testimonial.style-one .testimonial-content-box h5, .testimonial.style-one .testimonial-content-box h6{
    display: none;
}
.testimonial.style-one .testimonial-content-box:after {
    border-top-color: #d6d5d5 !important;
    left: 15%;
    border-width: 10px !important;
    margin-left: -10px;
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 9;
}

.testimonial.style-one .testimonial-box{
    padding: 25px;
}
.testimonial.style-one .testimonial-box .image-box {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
}
.testimonial.style-one .image-box img {
    width: 100%;
    border-radius: 50%!important;
}
.testimonial.style-one .testimonial-box .name-box {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px; 
}
.testimonial.style-one .testimonial-box .name-box h5 {
    font-weight: 600;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase!important;
    margin: 0;
}
.testimonial.style-one .testimonial-box .name-box p{
    margin-bottom: 0;
    line-height: 14px;
    text-transform: uppercase!important;
}



/* === Testimonial Style Three ====*/
.testimonial.style-three .testimonial-content-box span, .testimonial.style-three .testimonial-content-box h5, .testimonial.style-three .testimonial-content-box h6, .testimonial.style-three .testimonial-box .image-box{
    display: none !important;
}
.testimonial.style-three .testimonial-content-box{
    text-align: center;
}
.testimonial.style-three .testimonial-content-box img{
    width: 30%;
    margin-bottom: 30px;
}
.testimonial.style-three .testimonial-content-box p {
    font-family: 'Roboto', sans-serif;
    border-radius: 6px;
    background-color: #fff!important;
    color: #6f6f6f;
    line-height: 24px;
    margin: 0;
}
.testimonial.style-three .testimonial-box{
    text-align: center;
    padding-top: 40px;
    position: relative;
    margin-top: 25px;
}
.testimonial.style-three .testimonial-box:before{
    position: absolute !important;
    content: "\f10d";
    left: 50%;
    top: 0;
    font-weight: 600;
    transform: translateX(-50%);
}
.testimonial.style-three .testimonial-box .name-box h5 {
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase!important;
    margin: 0;
}
.testimonial.style-three .testimonial-box .name-box p{
    margin-bottom: 0;
    line-height: 14px;
    text-transform: uppercase!important;
}










/*========== Testimonial Section Style ==========*/
.testimonial.style-four {
    padding: 100px 0 ;
    background: #f0f6ff;
    position: relative;
    z-index: 0;
    overflow: hidden; 
}
.testimonial.style-four .says_info {
    max-width: 352px;
    margin: 0px auto;
}
.testimonial.style-four .testimonial_single ul{
    justify-content: center;
    display: none !important;
}
.testimonial.style-four .testimonial_single ul li{
    color: #ffc107;
}
.testimonial.style-four .testimonial_single {
    text-align: center;
    position: relative;
    width: 70px; 
}
.testimonial.style-four .testimonial_single.slick-current .reviewer_info {
    position: relative; 
    z-index: 9;
}
.testimonial.style-four .testimonial_single.slick-current .reviewer_info .member-img {
    transform: scale(1.5);
}
.testimonial.style-four .testimonial_single.slick-current .reviewer_info .member-img img {
    height: auto;
    width: 100%; 
}

.testimonial.style-four .testimonial_single p {
    font-size: 20px;
    line-height: 32px;
    margin: 30px 0 45px;
    font-style: italic;
}
.testimonial.style-four .testimonial_single .reviewer h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.testimonial.style-four .testimonial_single .reviewer span {
    font-size: 15px;
    color: #fe4c1c;
    line-height: 30px; 
}
.testimonial.style-four ul.slick-dots {
    position: absolute;
    top: 40%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); 
}
.testimonial.style-four ul.slick-dots li .pager_item {
    height: 10px;
    width: 10px;
    background: #ff5a2c;
    margin: 15px 0;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.testimonial.style-four ul.slick-dots .slick-active .pager_item {
    height: 25px;
    width: 10px;
    background: #092ace;
    border-radius: 10px; 
}
.testimonial.style-four .says_info button.slick-prev.slick-arrow, 
.testimonial.style-four .says_info button.slick-next.slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 11px;
    width: 24px;
    border: none;
    outline: none;
    cursor: pointer;
    filter: grayscale(100%);
}
.testimonial.style-four .says_info button.slick-prev.slick-arrow{
    background: url("../images/s_left_arrow.png");
    left: 0px;
}
.testimonial.style-four .says_info button.slick-next.slick-arrow{
    background: url("../images/s_right_arrow.png");
    right: 0px;
}
.testimonial.style-four .says_info button.slick-arrow:hover{
      filter: none;
}





.testimonial.style-five {
    padding: 130px 0 60px;
    background: #ffffff;
    position: relative;
    z-index: 0;
    overflow: hidden; 
}
.testimonial.style-five .says_info {
    max-width: 550px;
    margin: 0px auto;
    min-height: 220px; 
}
.testimonial.style-five .testimonial_single ul{
    justify-content: center;
}
.testimonial.style-five .testimonial_single ul li{
    color: #ffc107;
}
.testimonial.style-five .testimonial_single {
    text-align: center;
    position: relative;
    width: 70px; 
}
.testimonial.style-five .testimonial_single.slick-current .reviewer_info {
    position: relative; 
}
.testimonial.style-five .testimonial_single.slick-current .reviewer_info .reviewer {
    opacity: 1;
    visibility: visible;
    position: absolute;
    width: 250px;
    left: 0;
    -webkit-transform: translateX(-90px);
    transform: translateX(-90px);
bottom: -80px; 
}
.testimonial.style-five .testimonial_single p {
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    margin: 10px 0 0px;
    color: #ffffff;
}
.testimonial.style-five .testimonial_single .reviewer_info {
    width: 70px;
    margin: 0px auto; 
}
.testimonial.style-five .testimonial_single .reviewer_info .member-img {
    height: 50px;
    width: 50px;
    overflow: hidden;
    border-radius: 5px;
    margin: 5px auto 30px; 

}
.testimonial.style-five .testimonial_single .reviewer_info .member-img img {
    height: auto;
    width: 100%; 
}
.testimonial.style-five .testimonial_single .reviewer_info .reviewer {
    opacity: 0;
    visibility: hidden; 
}
.testimonial.style-five .testimonial_single .reviewer_info .reviewer h4 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}
.testimonial.style-five .testimonial_single .reviewer_info .reviewer span {
    font-weight: 700;
    font-size: 15px;
    color: #ff5a2c;
    line-height: 30px; 
    font-family: 'Rubik', sans-serif;
}
.testimonial.style-five ul.slick-dots {
    position: absolute;
    top: 40%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); 
}
.testimonial.style-five ul.slick-dots li .pager_item {
    height: 10px;
    width: 10px;
    background: #ff5a2c;
    margin: 15px 0;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.testimonial.style-five ul.slick-dots .slick-active .pager_item {
    height: 25px;
    width: 10px;
    background: #092ace;
    border-radius: 10px; 
}

.testimonial.style-five{
    background: url("../images/testimonial_bg.jpg");
    background-size: cover;
}

.testimonial.style-five .section_title{
    width: 60%;
}
.testimonial.style-five .section_title h2{
    color: #ffffff;
}
.testimonial.style-five .section_title p {
     display: none;
}
.testimonial.style-five .says_info{
    min-height:auto;
}
.testimonial.style-five .testimonial_content{
    padding-top: 65px;
}
.testimonial.style-five .testimonial_content:before{
    background-image: url("../images/quite_icon.png");
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
height: 40px;
    width: 56px;
}
.testimonial.style-five .testimonial_single ul {
    display: none !important;
}
.testimonial.style-five  .testimonial_single.slick-current .reviewer_info .reviewer {
    width: 355px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -80px;
}






/*========== Our Testimonial ==========*/
.testimonial.style-six {
    background-color: #ffffff;
    padding: 110px 0 0;
    overflow-x: hidden;
}
.testimonial.style-six .testimonial-content-box .client_review {
    padding-bottom: 40px;
    padding: 40px;
    background: #f8f8f8;
    margin-bottom: 30px;
    position: relative;
}
.testimonial.style-six .testimonial-content-box{
    background-color: #ffffff;
    margin: 60px 0px;
}
.testimonial.style-six .testimonial-content-box .client_review:before{
    position: absolute;
    content: "";
    background-image: url("../images/testimonial.png");
    height: 26px;
    width: 40px;
    bottom: 40px;
    right: 40px;
}
.testimonial.style-six .testimonial-content-box p{
    color: #7b7b7b;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}
.testimonial.style-six .testimonial-content-box ul{
    display: flex;
    margin-top: 30px;
}
.testimonial.style-six .testimonial-content-box ul li{
    color: #ffc864;
    padding-right: 2px;
}
.testimonial.style-six .testimonial-content-box ul li i{
    font-size: 14px;
    padding: 0 1px;
}
.testimonial.style-six .image-box {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    width: 60px;
}
.testimonial.style-six .image-box img {
    width: 100%;
    border-radius: 50%!important;
}
.testimonial.style-six .name-box {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}
.testimonial.style-six .name-box h5 {
    font-weight: 800;
    color: #171c2f;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
}
.testimonial.style-six .name-box p{
    margin-bottom: 0;
    color: #7b7b7b;
    font-size: 15px;
    line-height: 26px;
}



/*========== Our Testimonial ==========*/
.testimonial.style-seven {
    background-color: #ffffff;
    padding: 110px 0 ;
    overflow-x: hidden;
}
.testimonial.style-seven .testimonial-content-box .client_review {
    padding-bottom: 40px;
}
.testimonial.style-seven .testimonial-content-box{
    position: relative;
    padding: 60px;
    box-shadow: 0 0 50px rgba(0,0,0, 0.05);
    background-color: #ffffff;
}
.testimonial.style-seven .testimonial-content-box:before{
    position: absolute;
    content: "";
    background-image: url("../images/testimonial2.png");
    height: 36px;
    width: 40px;
    bottom: 60px;
    right: 60px;
}
.testimonial.style-seven .testimonial-content-box p{
    color: #656565;
    font-size: 18px;
    line-height: 32px;
    margin: 0;
}
.testimonial.style-seven .testimonial-content-box ul{
    display: flex;
}
.testimonial.style-seven .testimonial-content-box ul li{
    color: #ffc864;
    padding-right: 2px;
}
.testimonial.style-seven .testimonial-content-box ul li i{
    font-size: 20px;
    padding: 0 3px;
}
.testimonial.style-seven .image-box {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    width: 80px;
}
.testimonial.style-seven .image-box img {
    width: 100%;
    border-radius: 50%!important;
}
.testimonial.style-seven .name-box {
    display: table-cell;
    vertical-align: middle;
    padding-top: 40px;
}
.testimonial.style-seven .name-box h5 {
    font-weight: 800;
    color: #171c2f;
    font-size: 25px;
    line-height: 32px;
    margin: 0;
}
.testimonial.style-seven .name-box p{
    margin-bottom: 0;
    color: #656565;
    font-size: 18px;
    line-height: 32px;
}
.testimonial.style-seven .clients_heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
}
.testimonial.style-seven .clients_heading .section_title{
    margin: 0;
    width: 65%;
}
.testimonial.style-seven .clients_heading .section_title p{
    margin-left: 0;
    padding-top: 25px;
    padding-bottom: 0px;
    width: 100%;
}
.testimonial.style-seven .clients_heading .learn_btn_2 {
    background: #ff7364;
    border-radius: 0;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    padding: 0 35px;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 500;
}
.testimonial.style-seven .clients_heading .learn_btn_2:hover {
    color: #ffffff;
    background: #3639a4;
}










/*========== Our Testimonial ==========*/
.testimonial.style-eight {
    background-color: #ffffff;
    padding: 110px 0 0;
    overflow-x: hidden;
}
.testimonial.style-eight .testimonial_slider {
    margin-right: -600px;
}
.testimonial.style-eight .testimonial_slider .slick-list{
    margin: 0;
}
.testimonial.style-eight .testimonial-content-box .client_review {
    padding: 80px 40px 40px 40px;
    position: relative;
}
.testimonial.style-eight .testimonial-content-box{
    background-color: #ffffff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    margin: 60px 0px;
    overflow: hidden;
    padding-bottom: 40px;
}
.testimonial.style-eight .testimonial-content-box .client_review:before{
    position: absolute;
    content: "";
    background-image: url("../images/testimonial.png");
    height: 26px;
    width: 40px;
    top: 35px;
    left: 40px;
}
.testimonial.style-eight .testimonial-content-box p{
    color: #7b7b7b;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}
.testimonial.style-eight .testimonial-content-box ul{
    display: none;
    margin-top: 30px;
}
.testimonial.style-eight .testimonial-content-box ul li{
    color: #ffc864;
    padding-right: 2px;
}
.testimonial.style-eight .testimonial-content-box ul li i{
    font-size: 14px;
    padding: 0 1px;
}
.testimonial.style-eight .reviewer_info {
    padding-left: 50px;
}
.testimonial.style-eight .image-box {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    width: 60px;  
    position: relative;
    z-index: 1;
}
.testimonial.style-eight .image-box:before {
    position: absolute;
    content: "";
    width: 221%;
    height: 100%;
    background: #4631b5;
    right: 34px;
    z-index: -1;
}
.testimonial.style-eight .image-box img {
    width: 100%;
    border-radius: 50%!important;
}
.testimonial.style-eight .name-box {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}
.testimonial.style-eight .name-box h5 {
    font-weight: 800;
    color: #171c2f;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
}
.testimonial.style-eight .name-box p{
    margin-bottom: 0;
    color: #7b7b7b;
    font-size: 15px;
    line-height: 26px;
}








/*========== Our Testimonial ==========*/
.testimonial.style-nine {
    background-color: #f4f8ff;
    padding: 10px 0;
    overflow-x: hidden;
    position: relative;
}
.testimonial.style-nine:before{
    position: absolute;
    background: #001029;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    content: "";
}
.testimonial.style-nine .testimonial_slider {
    margin-right: -600px;
}
.testimonial.style-nine .testimonial_slider .slick-list{
    margin: 0;
}
.testimonial.style-nine .testimonial-content-box .client_review {
    padding: 80px 40px 40px 0px;
    position: relative;
}
.testimonial.style-nine .testimonial-content-box{
    margin: 60px 0px;
    overflow: hidden;
    padding-bottom: 40px;
}
.testimonial.style-nine .testimonial-content-box .client_review:before{
    position: absolute;
    content: "";
    background-image: url("../images/testimonial.png");
    height: 26px;
    width: 40px;
    top: 35px;
    left: 0px;
}
.testimonial.style-nine .testimonial-content-box p{
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}
.testimonial.style-nine .testimonial-content-box ul{
    display: none;
    margin-top: 30px;
}
.testimonial.style-nine .testimonial-content-box ul li{
    color: #ffc864;
    padding-right: 2px;
}
.testimonial.style-nine .testimonial-content-box ul li i{
    font-size: 14px;
    padding: 0 1px;
}
.testimonial.style-nine .image-box {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    width: 60px;  
    z-index: 1;
}

.testimonial.style-nine .image-box img {
    width: 100%;
    border-radius: 50%!important;
}
.testimonial.style-nine .name-box {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}
.testimonial.style-nine .name-box h5 {
    font-weight: 800;
    color: #ffffff;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
}
.testimonial.style-nine .name-box p{
    margin-bottom: 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 26px;
}

.testimonial.style-nine ul.slick-dots {
    position: absolute;
    bottom: 80px;
    right: 30px;
    display: flex;
    list-style-type: none;
}
.testimonial.style-nine ul.slick-dots li {
    padding: 0 5px;
    cursor: pointer; 

}
.testimonial.style-nine ul.slick-dots li button {
    text-indent: -9999px;
    height: 3px;
    width: 40px;
    background: #404c5e;
    margin: 0px 0 10px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: none;
    outline: none;
    opacity: 0.5; 
}
.testimonial.style-nine ul.slick-dots .slick-active button {
    background: #4631b5;
    opacity: 1; 
}
.testimonial.style-nine .slick-list {
    margin: 0; 
}













/* === Testimonial Style Two ====*/
.testimonial.style-ten{
    background-image: url("../images/testimonial-ten-bg.jpg");
    background-size: cover;
}
.testimonial.style-ten .testimonial-box, .testimonial.style-ten .testimonial-content-box img {
    display: none;
}
.testimonial.style-ten .testimonial-content-box {
    position: relative;
    padding-top: 50px;
    text-align: center;
}
.testimonial.style-ten .testimonial-content-box h5{
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 40px;
}
.testimonial.style-ten .testimonial-content-box p{
    font-weight: 300;
    line-height: 40px;
    margin: 0 0 25px;
}
.testimonial.style-ten .testimonial-content-box h6{
    letter-spacing: 3px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase!important;
}




















.testimonial.style-eleven {
    padding: 130px 0 60px;
    background: #f4f8ff;
    background-size: cover;
    position: relative;
    z-index: 0;
    overflow: hidden; 
}
.testimonial.style-eleven .says_info {
    margin: 0px auto;
     min-height:auto;
}
.testimonial.style-eleven .says_info_11 {

}
.testimonial.style-eleven .testimonial_single ul{
    justify-content: center;
}
.testimonial.style-eleven .testimonial_single {
    text-align: left;
    position: relative;
    width: 70px; 
}
.testimonial.style-eleven .testimonial_single.slick-current {
    position: relative; 
}
.testimonial.style-eleven .testimonial_single.slick-current .reviewer {
}
.testimonial.style-eleven .testimonial_single p {
    font-weight: 400;
    margin: 10px 50px 0px 0;
}
.testimonial.style-eleven .testimonial_single .member-img {

}
.testimonial.style-eleven .testimonial_single .member-img img {
    height: auto;
    width: 100%;            
     border: 10px solid #ffffff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
}

.testimonial.style-eleven .testimonial_single .reviewer {
    margin-top: 50px;
}
.testimonial.style-eleven .testimonial_single .reviewer h4 {
    font-size: 25px;
    font-weight: 700;
}
.testimonial.style-eleven .testimonial_single .reviewer span {
    font-size: 18px;
    line-height: 30px; 
}
.testimonial.style-eleven ul.slick-dots {
    position: absolute;
    top: 40%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); 
}
.testimonial.style-eleven ul.slick-dots li .pager_item {
    height: 10px;
    width: 10px;
    background: #ff5a2c;
    margin: 15px 0;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.testimonial.style-eleven ul.slick-dots .slick-active .pager_item {
    height: 25px;
    width: 10px;
    background: #092ace;
    border-radius: 10px; 
}


.testimonial.style-eleven .testimonial_content{
    padding-top: 65px;
    text-align: left;
}
.testimonial.style-eleven .testimonial_content:before{
    background-image: url("../images/quite_icon.png");
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    height: 40px;
    width: 56px;
}
.testimonial.style-eleven .testimonial_single ul {
    display: none !important;
}










.testimonial.style-twelve{
    background: #f4f8ff;
    padding: 0;
    position: relative;
}
.testimonial.style-twelve:before{
    position: absolute;
    content: "";
    width: 50%;
    height: 50px;
    background: #ffffff;
    bottom: 0;
    right: -15px;
}
.testimonial.style-twelve .member-img {
    margin-top: -50px;
    background: #f4f8ff;
    padding: 0;
}
.testimonial.style-twelve .testimonial_single {
    padding: 100px 0 0;
    height: 100%;
    position: relative;
}
.testimonial.style-twelve .testimonial_single h3{
    font-weight: 700;
    margin-bottom: 30px;
}

.testimonial.style-twelve .testimonial_single .reviewer{
    margin-top: 30px;
}
.testimonial.style-twelve .testimonial_single .reviewer h4{
    margin-bottom: 0;
}
.testimonial.style-twelve .testimonial_single ul.tab-list{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 12px 35px;
    margin: 0;
}
.testimonial.style-twelve .testimonial_single ul.tab-list li a{
    color: #333333;
    text-decoration: none;
}










/*========== Our Testimonial ==========*/
.testimonial.style-thirteen {
    background-color: #f4f8ff;
    padding: 100px 0;
    overflow-x: hidden;
    position: relative;
}
.testimonial.style-thirteen .testimonial_slider .slick-list{
    margin: 0;
}
.testimonial.style-thirteen .testimonial-content-box .client_review {
    padding: 80px 0px 40px 0px;
    position: relative;
}
.testimonial.style-thirteen .testimonial-content-box{
    margin: 60px 0px;
    overflow: hidden;
}
.testimonial.style-thirteen .testimonial-content-box .client_review:before{
    position: absolute;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    top: 0;
    left: 50%;
    color: #4935b6;
    font-size: 40px;
    line-height: 40px;
    transform: translateX(-50%);
}
.testimonial.style-thirteen .testimonial-content-box h3{
    margin-bottom: 30px;
}
.testimonial.style-thirteen .testimonial-content-box p{
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}
.testimonial.style-thirteen .testimonial-content-box ul{
    display: none;
    margin-top: 30px;
}
.testimonial.style-thirteen .testimonial-content-box ul li{
    color: #ffc864;
    padding-right: 2px;
}
.testimonial.style-thirteen .testimonial-content-box ul li i{
    font-size: 14px;
    padding: 0 1px;
}
.testimonial.style-thirteen .reviewer_info{
    text-align: center;
    display: inline-flex;
}
.testimonial.style-thirteen .image-box {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    width: 60px;  
    z-index: 1;
}

.testimonial.style-thirteen .image-box img {
    width: 100%;
    border-radius: 50%!important;
}
.testimonial.style-thirteen .name-box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.testimonial.style-thirteen .name-box h5 {
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
}
.testimonial.style-thirteen .name-box p{
    margin-bottom: 0;
    font-size: 15px;
    line-height: 26px;
}

.testimonial.style-thirteen ul.slick-dots {
    position: absolute;
    top: 50%;
    right: 50%;
    list-style-type: none;
    transform: translate(-50%, -50%);
}
}
.testimonial.style-thirteen ul.slick-dots li {
    padding: 0 5px;
    cursor: pointer; 
    position: relative;
}
.testimonial.style-thirteen ul.slick-dots li:first-child button{
    margin-top: -290px;
    margin-left: -290px;
    height: 125px;
    width: 125px;
    border: 8px solid #ffffff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.testimonial.style-thirteen ul.slick-dots li button{
    background-image: url(../images/review_01.jpg);
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 60px;
    content: "";
    z-index: 9;
    background-size: cover;
    border-radius: 50%;
        border: none;
    outline: none;
    cursor: pointer;
}
.testimonial.style-thirteen ul.slick-dots li:nth-child(2){
    margin-left: 286px;
    position: absolute;
}
.testimonial.style-thirteen ul.slick-dots li:nth-child(2) button{
    background-image: url(../images/review_02.jpg);
    margin-top: -265px;
    margin-right: -200px;
    height: 100px;
    width: 100px;
    border: 6px solid #ffffff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.testimonial.style-thirteen ul.slick-dots li:nth-child(3){
    margin-left: 420px;
    position: absolute;
}
.testimonial.style-thirteen ul.slick-dots li:nth-child(3) button{
    background-image: url(../images/review_03.jpg);
    margin-top: -65px;
    margin-right: -250px;
    height: 80px;
    width: 80px;
    border: 5px solid #ffffff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.testimonial.style-thirteen ul.slick-dots li:nth-child(4){
    margin-left: -450px;
    position: absolute;
}
.testimonial.style-thirteen ul.slick-dots li:nth-child(4) button{
    background-image: url(../images/review_04.jpg);
    margin-top: -65px;
    height: 100px;
    width: 100px;
    border: 6px solid #ffffff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.testimonial.style-thirteen ul.slick-dots li:nth-child(5){
    margin-left: -350px;
    position: absolute;
}
.testimonial.style-thirteen ul.slick-dots li:nth-child(5) button{
    background-image: url(../images/review_05.jpg);
    margin-top: 120px;
    height: 90px;
    width: 90px;
    border: 6px solid #ffffff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}.testimonial.style-thirteen ul.slick-dots li:nth-child(6){
    margin-left: 150px;
    position: absolute;
}
.testimonial.style-thirteen ul.slick-dots li:nth-child(6) button{
    background-image: url(../images/team29.jpg);
    margin-top: 180px;
    height: 100px;
    width: 100px;
    border: 6px solid #ffffff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.testimonial.style-thirteen ul.slick-dots .slick-active button {
    opacity: 1; 
}
.testimonial.style-thirteen .slick-list {
    margin: 0; 
}









/* === Blockquote One ====*/
.blockquote.style-one blockquote {
    padding: 15px 40px;
    margin: 45px 0;
}
.blockquote blockquote p {
    line-height: 30px;
    margin-bottom: 17px !important;
    font-weight: 300;
}
.blockquote.style-one blockquote .small:before, .blockquote.style-one blockquote span:before, .blockquote.style-one blockquote small:before {
    content: '\2014 \00A0';
}

/* === Blockquote Two ====*/
.blockquote.style-two blockquote:before{
    content: "\f10d";
    font-weight: 600;
    margin-bottom: 15px;
    position: absolute;
    top:-60px;
    left: -60px;
}
.blockquote.style-two p{
    line-height: 40px;
    margin-bottom: 50px;
}

/* === Blockquote Three ====*/
.blockquote.style-three  .quote_wrapper{
    height: 600px;
    background-image: url("../images/homepage-9-parallax-img4.jpg");
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blockquote.style-three .quote_wrapper:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
}
.blockquote.style-three blockquote {
    position: relative;
    width: 50%;
    text-align: center;
    padding: 8%;
}
.blockquote.style-three blockquote:before{
    position: absolute !important;
    content: "\f10d";
    left: 50%;
    top: 0;
    font-weight: 600;
    line-height: 120px;
    position: absolute;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}
.blockquote.style-three p {
    line-height: 30px;
    font-weight: 300;
    margin: 0;
}











/* ========= Price Table Style  ==========*/
.pricing_table {
    padding: 130px 0;
    overflow: hidden;
}
.pricing_table.style-one .pridcing_box_wrapper{
    text-align: center;
    padding: 0;
}
.pricing_table.style-one .pricing_box_wrapper .pricing_box{
    text-align: center;
}
.pricing_table.style-one .pricing_box_wrapper .pricing-title i{
    text-align: center;
    height: 110px;
    width: 110px;
    line-height: 110px;
    margin-bottom: 25px;
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    display: inline-block!important;
    border-radius: 50%!important;
}
.pricing_table.style-one .pricing_box_wrapper .pricing-price {
    padding: 0px 55px 55px 55px;
}
.pricing_table.style-one .pricing_box_wrapper .pricing-title{
    padding: 55px 55px 0;
}
.pricing_table.style-one .pricing_box_wrapper .pricing-price span{
    font-weight: 600;
    text-transform: uppercase!important;
}
.pricing_table.style-one .pricing_box_wrapper .pricing-price h4{
    line-height: 46px;
    font-weight: 600;
    font-weight: 500;
    margin-bottom: 0!important;
}
.pricing_table.style-one .pricing_box_wrapper .pricing-price .package_time{
    margin-top: 5px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase!important;
}
.pricing_table.style-one  .pricing-features{
    padding: 45px;
}
.pricing_table.style-one .pricing-features ul{ 
    list-style: none;
    margin: 0;
    padding: 0;
}
.pricing_table.style-one .pricing-features ul li {
    position: relative;
    padding: 0 0 8px 0;
    margin: 0 0 8px 0;
}
.pricing_table.style-one .pricing-features ul li:last-child {
    border-bottom: none;
}
.pricing_table.style-one .pricing-action{
    margin-top: 35px;
}
.pricing_table.style-one .pricing-action a{
    padding: 8px 24px;
    display: inline-block;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: uppercase;
    width: auto;
    font-weight: 600;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    white-space: nowrap;
}
.pricing_table.style-one .pricing-action a:hover, .pricing-action a:focus {
    background: transparent;
}




/* === Pricing Style Two ====*/
.pricing_table.style-two .pricing-box{
    text-align: center;
    padding: 0;
}
.pricing_table.style-two .pricing-price span{
    width: 100%;
    height: 45px;
    display: block;
    line-height: 45px;
    font-weight: 600;
}
.pricing_table.style-two .pricing-title{
    display: none;
}
.pricing_table.style-two .pricing-price{
    padding: 0 0 35px 0;
}
.pricing_table.style-two .pricing-price h4{
    padding-top: 35px;
}
.pricing_table.style-two .pricing-action .btn {
    padding: 1px 17px;
    line-height: 22px;
}
.pricing_table.style-two .pricing_box_wrapper .pricing-price span{
    font-weight: 600;
    text-transform: uppercase!important;
}
.pricing_table.style-two .pricing_box_wrapper .pricing-price h4{
    line-height: 46px;
    font-weight: 600;
    font-weight: 500;
    margin-bottom: 0!important;
}
.pricing_table.style-two .pricing_box_wrapper .pricing-price .package_time{
    margin-top: 5px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase!important;
}
.pricing_table.style-two  .pricing-features{
    padding: 45px;
}
.pricing_table.style-two .pricing-features ul{ 
    list-style: none;
    margin: 0;
    padding: 0;
}
.pricing_table.style-two .pricing-features ul li {
    position: relative;
    padding: 0 0 8px 0;
    margin: 0 0 8px 0;
}
.pricing_table.style-two .pricing-features ul li:last-child {
    border-bottom: none;
}
.pricing_table.style-two .pricing_box_wrapper div:nth-child(3) div{
    box-shadow: 0px 0px 40px rgba(200,200,200,0.1);
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.pricing_table.style-two .pricing_box_wrapper div:nth-child(3) .pricing-features .pricing-action .btn:hover{
    background: transparent;
}











/* =========== Process Steep ==============*/
.shep_wrapper{
    text-align: center;
    position: relative;
}
.shep_wrapper .step_heading{
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 30px;
}
.process_one .shep_wrapper .progress-line img{
    display: none;
}
.process_one .shep_wrapper .progress-line .number{
    transition: all 0.3s ease-in-out;
    display: table-cell;
    line-height: 80px;
    height: 90px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    width: 90px;
    position: relative;
    border-radius: 50%;
    font-weight: 700;
    margin: 0px auto;
    display: inline-block;
}
.shep_wrapper .progress-line:after {
    content: "";
    display: block;
    width: 12%;
    height: 1px;
    position: absolute;
    right: -6%;
    top: 65px;
    text-align: center;
}
.process_one .shep_wrapper .progress-line:after {
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    position: absolute;
    right: -25%;
    top: 45px;
    text-align: center;
}
.process_two .progress-line {
    border-radius: 50%!important;
    height: 130px;
    width: 130px;
    padding: 30px;
    line-height: 65px;
    text-align: center!important;
    display: inline-block!important;
}
.process_two .shep_wrapper .progress-line span{
    display: none;
}
.shep_wrapper:last-child .progress-line:after{
    display: none;
}













/*======== Services Block Style ========*/
.services_block .analytics_item h5 {
    font-weight: 700;
    margin-bottom: 25px;
}
.services_block .analytics_item h5 a {
    text-decoration: none;
}
.services_block .analytics_item i {
    margin-bottom: 35px;
    transition: all 0.3s ease-in-out;
}
.services_block .analytics_item {
  padding: 30px;
  box-shadow: 0px 0 60px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  margin-bottom: 40px;
}
.services_block .analytics_item:before {
  position: absolute;
  content: "";
  height: 4px;
  width: 0%;
  bottom: 0;
  left: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.services_block .analytics_item:hover:before {
  visibility: visible;
  width: 100%;
}

.services_block .analytics_item h5 {
  margin: 0;
  line-height: 19px;
  font-weight: 600;
  margin-bottom: 10px;
}
.services_block .analytics_item:hover .go_link i {
    padding-left: 10px;
}
.services_block.two .go_link{
    display: none;
}
.services_block.three {
    text-align: center;
}
.services_block.three .go_link{
    display: none;
}
.services_block.four {
    text-align: center;
}
.services_block.four .go_link{
    display: none;
}
.services_block.four  .analytics_item {
    padding: 30px;
    box-shadow: none;
    position: relative;
    margin-bottom: 40px;
}
.services_block.four .analytics_item:before {
    display: none;
}












/*======== Services Style One ========*/
.services_style_one .services_wrapper .sevice_banner{
    overflow: hidden !important;
    margin-bottom: 10%;
}
.services_style_one .services_wrapper .sevice_banner i{
    display: none;
}
.services_style_one .services_wrapper .sevice_banner img{
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.services_style_one .services_wrapper:hover .sevice_banner img{
    opacity: 0.5; 
    transform: scale(1.2, 1.2) rotate(-5deg); 
    transition: all 0.3s ease-in-out;
}
.services_style_one .services_wrapper .services_content .service_title{
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase!important;
    display: block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.services_style_one .services_wrapper .services_content p{
    width: 95%;
    margin: 0 0 25px;
    font-weight: 400;
    line-height: 24px;
}
.services_style_one .services_wrapper .services_content .view_button{
    padding-top: 20px;
}
.services_style_one .services_wrapper .services_content .view_button a{
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase!important;
    display: block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.services_style_one .services_wrapper .services_content .view_button a i{
    margin-left: 5px;
}


/*======== Services Style Two ========*/
.services_style_two .services_wrapper {
    padding: 45px 30px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.services_style_two .services_wrapper:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    bottom: 0;
    left:0;
    transition: .3s ease;
    visibility: hidden;
    z-index: 0;
    transition: all 0.3s ease-in-out;
}
.services_style_two .services_wrapper:hover:before{
    height: 100%;
    visibility: visible;
}
.services_style_two .services_wrapper .sevice_banner img{
    display: none;
}
.services_style_two .services_wrapper .sevice_banner i{
    border-radius: 100%;
    display: table-cell;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    width: 80px;
    transition: all 0.3s ease-in-out;
}
.services_style_two .services_wrapper .sevice_banner{
    justify-content: center;
    display: inline;
    z-index: 1;
    position: relative;
}
.services_style_two .services_wrapper .services_content {
    margin-top: 30px;
    z-index: 1;
    position: relative;
}
.services_style_two .services_wrapper .services_content .service_title{
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 24px;
    display: block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    margin-bottom: 10px;
}

.services_style_two .services_wrapper .services_content p{
    margin: 0 ;
    font-weight: 400;
    line-height: 24px;
    transition: all 0.2s ease-in-out;
}
.services_style_two .services_wrapper .services_content .view_button{
    display: none;
}


/*======== Services Style Three ========*/
.services_style_three .services_wrapper {
    text-align: center;
    position: relative;
}
.services_style_three .services_wrapper:before{
    position: absolute;
    content: "";    
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.services_style_three .services_wrapper .sevice_banner{
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    transition: ease-in-out 0.4s;
}
.services_style_three .services_wrapper .sevice_banner img{
    width: 100%;
    transition: ease-in-out 0.4s;
}
.services_style_three .services_wrapper .sevice_banner:hover  img {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    opacity: 0;
}
.services_style_three .services_wrapper .sevice_banner:hover span {
    transform: rotateX(0deg);
    opacity: 1;

}
.services_style_three .sevice_banner span {
    padding: 0 30px;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    transform: rotateX(180deg);
    width: 100%;
    opacity: 0;
    transition: ease-in-out 0.4s;
}
.services_style_three .services_wrapper .sevice_banner i{
    display: none;
}
.services_style_three .services_wrapper .sevice_banner{
    justify-content: center;
    display: inline;
    z-index: 1;
    position: relative;
}
.services_style_three .services_wrapper .services_content {
    margin-top: 30px;
    z-index: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.services_style_three .services_wrapper .services_content .service_title{
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 24px;
    display: block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    margin-bottom: 0px;
}
.services_style_three .services_wrapper .services_content p{
    line-height: 24px;
}
.services_style_three .services_wrapper .services_content .view_button{
    display: none;
}



/*======== Services Style Four ========*/
.services .services_style_four .services_wrapper:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.services .services_style_four .services_wrapper{
    z-index: 2;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.services .services_style_four .services_wrapper .sevice_banner{
    overflow: hidden !important;
    margin-bottom: 30px;
}
.services .services_style_four .services_wrapper .sevice_banner i{
    display: none;
}
.services .services_style_four .services_wrapper .sevice_banner img{
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.services .services_style_four .services_wrapper:hover .sevice_banner img{
    opacity: 0.5; 
    transform: scale(1.2, 1.2) rotate(-5deg); 
    transition: all 0.3s ease-in-out;
}
.services .services_style_four .services_wrapper .services_content {
    position: absolute;
    bottom: 0;
    padding: 40px;
    z-index: 11;
}
.services .services_style_four .services_wrapper .services_content h3{
    margin-bottom: 10px;
}
.services .services_style_four .services_wrapper .services_content .service_title{
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 40px;
    display: block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.services .services_style_four .services_wrapper .services_content p{
    margin: 0;
    font-weight: 400;
}
.services .services_style_four .services_wrapper .services_content .view_button{
    padding-top: 20px;
    display: none;
}
.services .services_style_four .services_wrapper .services_content .view_button a{
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase!important;
    display: block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.services .services_style_four .services_wrapper .services_content .view_button a i{
    margin-left: 5px;
}




/*======== Columns Text ========*/
.columns_text{
    padding: 40px;
}
.columns_text p{
    line-height: 24px;
    margin-bottom: 0;
}





/*======== Countdown Style ========*/
.countdown_wrapper{
    overflow: hidden;
}
.clock-countdown .coundown-timer {
    text-align: center;
}
.clock-countdown .coundown-timer .single-counter {
    display: inline-block;
    position: relative;
    width: 150px;
 }
.countdown_wrapper.one .clock-countdown .coundown-timer .single-counter:before{
    content: "";
    position: absolute;
    height: 36px;
    width: 1px;
    top: 58%;
    right: -10px;
    transform: translateY(-50%);
}
.countdown_wrapper.one .clock-countdown .coundown-timer .single-counter:last-child:before{
    display: none;
}
.clock-countdown .coundown-timer .single-counter span {
    display: block; 
}
.clock-countdown .coundown-timer .single-counter .normal {
    text-transform: uppercase;
    font-weight: 5400;
}
.countdown_wrapper.two{
    background-image: url("../images/parallax-bg20.jpg");
    background-size: cover;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
.countdown_wrapper.two:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    top: 0;
    left: 0;
}
.countdown_wrapper.two .clock-countdown .coundown-timer .single-counter span {
    display: block;
}
.countdown_wrapper.two .clock-countdown .coundown-timer .single-counter .normal {
    font-weight: 700;
    text-transform: uppercase;
}
.countdown_wrapper.three .clock-countdown .coundown-timer .single-counter span {
    display: block;
}
.countdown_wrapper.three .clock-countdown .coundown-timer .single-counter .normal {
    font-weight: 700;
    text-transform: uppercase;
}





/*======== Countdown Style ========*/
.custom_icon_text{
    text-align: center;
}
.custom_icon_text .single_item p{
    line-height: 24px;
    margin: 0;
}
.custom_icon_text.one .single_item p, .custom_icon_text.one .single_item span{
    display: none;
}
.custom_icon_text.three .single_item span{
    display: none;
}
.custom_icon_text.one .single_item h5{
    margin-top: 10px;
    font-weight: 500;
    line-height: 24px;
}
.custom_icon_text.two .single_item{
    padding: 50px;
    box-shadow: 0 0 3px rgba(0,0,0, .2);
    text-align: center;
}
.custom_icon_text.two .single_item .icon_box{
    padding: 35px;
    margin-bottom: 40px;
    display: inline-block;
    border-radius: 50%;
}
.custom_icon_text.two .single_item h5{
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}
.custom_icon_text.two .single_item span{
    margin-top: 10px;
    font-weight: 600;
    line-height: 24px;
}
.custom_icon_text.two .single_item p{
    margin-top: 20px;
    margin-bottom: 0;
}
.custom_icon_text.three .single_item h5{
    margin-top: 20px;
    font-weight: 600;
    line-height: 24px;
}






/*========== Overline Icon ============*/
.overline_item{
    position: relative;
    padding-top: 18%;
    padding-bottom: 18%;
    text-align: center;
}
.overline_item h4{
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}
.overline_item p{
    line-height: 24px;
    width: 75%;
    margin: 0px auto;
}
.overline_item i {
    margin-bottom: 25px;
}




/*========== Separator Line Horrizontal ============*/
.separator-line-horrizontal.line_one, 
.separator-line-horrizontal.line_two, 
.separator-line-horrizontal.line_three, 
.separator-line-horrizontal.line_four, 
.separator-line-horrizontal.line_five{
    margin: 0px auto 60px;
}
.separator-line-horrizontal.line_one{
    width: 100%;
    height: 1px;
}
.separator-line-horrizontal.line_two{
    width: 80%;
    height: 2px;
}
.separator-line-horrizontal.line_three{
    width: 60%;
    height: 3px;
}
.separator-line-horrizontal.line_four{
    width: 40%;
    height: 4px;
}
.separator-line-horrizontal.line_five{
    width: 20%;
    height: 5px;
}



/*========== Text Highlights ============*/
.highlights_text p{
    margin-bottom: 30px;
}



/*========== Instagram ============*/
.instagram-wrapper img {
    width: 100%; 
}
.instagram_style_one figure {
    width: 23%;
    float: left;
    margin: 7px;
    position: relative;
    overflow: hidden;
}
.instagram_style_one figure:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    transition: .3s ease;
    visibility: hidden;
    opacity: 0;
    left: 0; 
}
.instagram_style_one figure figcaption {
    position: absolute;
    left: 50%;
    top: 40%;
    height: auto;
    transform: translate(-50%,-50%);
    display: flex;
    text-align: center;
    transition: .5s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 2; 
}
.instagram_style_one figure figcaption a{
    margin: 0 10px;
    position: relative;
}
.instagram_style_one figure figcaption a span{
    position: absolute;
    top: -6px;
    right: -6px;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
}/*========== Instagram ============*/
.instagram_style_one figure figcaption a i {
    text-align: center;
    height: 100%;
    width: 100%;
}
.instagram_style_one figure:hover:before {
    opacity: 0.7;
    visibility: visible;
}
.instagram_style_one figure:hover figcaption {
    visibility: visible;
    opacity: 1; 
    top: 50%;
}


.instagram_image_three figure {
    width: 32%;
    float: left;
    margin: 7px;
    position: relative;
    overflow: hidden;
}
.instagram_image_three figure a {
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    transition: .5s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    bottom: -20px;
}
.instagram_image_three figure a{
    text-decoration: none;
}/*========== Instagram ============*/
.instagram_image_three figure a i {
    text-align: center;
    padding-right: 10px;
}
.instagram_image_three figure:hover:before {
    visibility: visible;
    opacity: 1;
    transform: rotate(0deg) scale(1);
    width: 100%;
    left: 0; 
}
.instagram_image_three figure:hover a {
    visibility: visible;
    opacity: 1; 
    bottom: 0;
}
.instagram_image_three figure, .instagram_style_two{
    width: 30.333%;
}
.instagram_image_three figcaption a:last-child{
    display: none;
}



/*========== Info Banner Style ============*/
.info_banner_one{
    background-image: url("../images/parallax-bg18.jpg") ;
    text-align: center;
    background-size: cover;
}
.info_banner_one .info_banner{
    text-align: center;
}
.info_banner_one .info_banner a img{
    width: 100%;
}
.info_banner_one .info_banner .banner_content{
    padding: 45px;
}
.info_banner_one .info_banner .banner_content .banner_title{
    font-weight: 600;
    padding-bottom: 10px;
    display: block;
}
.info_banner_one .info_banner .banner_content span{
    display: none;
}
.info_banner_one .info_banner .banner_content p{
    margin: 0 0 25px;
}


.info_banner_two img{
    width: 100%;
}
.info_banner_two .banner_content {
    height: 100%;
    padding: 45px;
}
.info_banner_two .banner_content .banner_title {
    line-height: 23px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
}
.info_banner_two .banner_content p {
    line-height: 23px;
}
.info_banner_two .items_wrapper:first-child .banner_content{
    display: none;
}
.info_banner_two .items_wrapper:nth-child(2) img{
    display: none;
}
.info_banner_two .items_wrapper:nth-child(2) .style-seven{
    display: none;
}
.info_banner_two .items_wrapper:nth-child(3) img{
    display: none;
}
.info_banner_two .info_banner {
    height: 100%;
}
.info_banner_two .items_wrapper:nth-child(3) .style-seven{
    margin-top: 30px;
}
.info_banner_two .items_wrapper:nth-child(3) p{
   text-transform: none;
}
.info_banner_two .items_wrapper:nth-child(3) h6{
   text-transform: none;
}
.info_banner_two .items_wrapper:nth-child(2) p{
   line-height: 23px;
   font-weight: 500;
}


.info_banner_three{
    overflow: hidden;
}
.info_banner_three .container-fluid{
    padding: 0;
}
.info_banner_three .items_wrapper{
    padding: 0;
}
.info_banner_three .info_banner img{
    width: 100%;
}
.info_banner_three .info_banner .style-seven{
    display: none;
}
.info_banner_three .info_banner .banner_content {
    height: 400px;
    padding: 12% 15%;
    text-align: center;
    position: relative;
}
.info_banner_three .info_banner .banner_content:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 15px;
    margin-left: -15px;
    z-index: 9;
}
.info_banner_three .info_banner a {
    height: 400px;
    display: block;
    overflow: hidden;
}
.info_banner_three .info_banner .banner_content span {
    margin-top: 40px;
    width: 40%;
    height: 1px;
    display: inline-block!important;
}

.info_banner_three .info_banner .banner_content h6 {
    width: 85%;
    line-height: 30px;
    margin: 0px auto 25px;
}

.icon-social-very-small a i, .icon-social-small a i, .icon-social-medium a i {
    margin: 0 8px;
    vertical-align: middle;
}
.team-style-1 figure .team-image {
    position: relative;
    overflow: hidden;
}
.team-style-1 figure .team-image img {
    max-width: 100%;
    height: auto;
}
.team-style-1 figure .overlay-content {
    opacity: 0;
    position: absolute;
    height:auto;
    width: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    top: 40% !important;
    transform: translateY(-50%);
    text-align: center;
    justify-content: center;
    text-align: center;
    display: flex;

}
.team-style-1 figure:hover .overlay-content {
    top: 50% !important;
    opacity: 1; 
    z-index: 1111;
    top: 0 
}
.team-style-1 figure .overlay-content .icon-social-small {
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-style-1 figure .overlay-content .icon-social-small {
    display: inline;
}
.team-style-1 figure .overlay-content .icon-social-small span {
    display: none;
}
.team-style-1 figure .team-image {
    position: relative; 
    overflow: hidden;
}
.team-style-1 figure .team-image img {
    max-width: 100%;
    height: auto;
}
.team-style-1 figure .team-image:before{
    content: "";
    bottom: 0; 
    left: 0; 
    right: 0; 
    width: 100%; 
    height: 0%;
    position: absolute; 
    overflow: hidden; transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s; 
    -moz-transition: all 0.3s ease 0s; 
    -ms-transition: all 0.3s ease 0s; 
    -o-transition: all 0.3s ease 0s;
    opacity: 0.8;
}
.team-style-1 figure:hover .team-image:before {
    height: 100%;
}
.team-style-1 figure figcaption {
    width: 100%; position: relative; 
    margin-top: 17px
}
.team-style-1 figure figcaption .team-member-position {
    position: relative; 
    top: 0; transition: all 0.2s; 
    -webkit-transition: all 0.2s; 
    -moz-transition: all 0.2s; 
    -ms-transition: all 0.2s; 
    -o-transition: all 0.2s; 
    text-align: center;
}
.team-style-1 figure figcaption .team-member-position .text-small {
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.team-style-1 figure figcaption .team-member-position .text-extra-small {
    line-height: 14px;
    text-transform: uppercase!important;
}

.team-style-two .overlay-content {
    align-items: flex-end !important;
    top: -60px !important;
    padding: 0 30px !important;
}
.team-style-two .team-style-1 figure:hover .overlay-content {
    opacity: 1; 
    z-index: 1111;
}
.team-style-two .overlay-content span{
    display: block !important;
    padding-bottom: 20px;
    margin-bottom: 15px;
    line-height: 20px;

}
.team-style-three .overlay-content span{
    display: block;
    padding-bottom: 20px;
    margin-bottom: 15px;
    line-height: 20px;
    text-align: center;
}
.team-style-three .icon-social-small {
    text-align: center;
}

/* team style 2 */
.team-style-2 .team-overlay {
    display: block;
    position: absolute;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.team-style-2 img {
    width: 100%;
}
.team-style-2 figure .team-member-position {
    position: absolute;
    top: 100%;
    width: 100%;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    text-align: center;
    padding-top: 15px;
}
.team-style-2 .text-small {
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase!important;
}
.team-style-2 .text-extra-small {
    line-height: 14px;
    text-transform: uppercase!important;
}
.team-style-2 figure figcaption {
    min-height: 20px;
}
.team-style-2 figure figcaption .overlay-content .text-small {
    line-height: 20px;
    margin: 0!important;
    display: inline-block!important;
}
.team-style-2 figure figcaption .overlay-content .bg-deep-pink {
    width: 100%;
    height: 1px;
    margin-top: 11%;
    margin-bottom: 11%;
}
.team-style-2 figure {
    position: relative
}
.team-style-2 figure .team-image {
    position: relative;
}
.team-style-2 figure .team-image:before{
    content: "";
    bottom: 0; 
    left: 0; 
    right: 0; 
    width: 100%; 
    height: 0%;
    position: absolute; 
    overflow: hidden; transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s; 
    -moz-transition: all 0.3s ease 0s; 
    -ms-transition: all 0.3s ease 0s; 
    -o-transition: all 0.3s ease 0s;
    opacity: 0.8;
}
.team-style-2 figure:hover .team-image:before {
    height: 100%;
}
.team-style-2 figure .team-member-position {
    position: absolute; 
    top: 100%; 
    width: 100%; 
    transition: all 0.2s; 
    -webkit-transition: all 0.2s; 
    -moz-transition: all 0.2s; 
    -ms-transition: all 0.2s; 
    -o-transition: all 0.2s; 
}
.team-style-2 figure:hover .team-member-position {
    top: 50%; 
    transform: translateY(-50%); 
    -webkit-transform: translateY(-50%); 
    -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); 
    -o-transform: translateY(-50%); 
    margin: 0;
}
.team-style-2 figure figcaption {
    min-height: 20px;
}
.team-style-2 figure figcaption .overlay-content {
    opacity: 0; 
    top:0; 
    position: relative
}
.team-style-2 figure:hover figcaption .overlay-content {
    opacity: 1; 
    top:30px;
}







/*======== Text Box =========*/
.text_box_one .feature-box .box_wrapper{
    padding: 0;
}
.text_box_one .feature-box .box {
    cursor: default;
    height: 100%;
    width: 100%;
    display: table;
    position: relative;
    transition: all 0.4s cubic-bezier(.48,.83,.63,.91);
    border-right: none;
    overflow: hidden;
    padding-top: 30px;
}
.text_box_one .feature-box .box:hover {
    padding-top: 0;
}
.text_box_one .feature-box .box .content {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding: 0;
    position: relative;
    top: 0;
    text-align: center;
}

.text_box_one .feature-box .content:before {
    right: 0;
    top: 0;
}
.text_box_one .feature-box .box:hover .content figure i {
    padding: 20px 0 30px;
}
.text_box_one .feature-box .box .content figure i{
    transition: all 0.4s cubic-bezier(.48,.83,.63,.91);
    padding: 30px 0;
    margin-bottom: 0px;
}
.text_box_one .feature-box .box .content figure span{
    margin-bottom: 10px;
    font-weight: 500;
    display: block!important;
}
.text_box_one .feature-box .box .content figure p{
    width: 65%;
    margin: 0px auto;
}
.text_box_one .feature-box .box .content figure .details {
    opacity: 0;
    transition: all 0.4s cubic-bezier(.48,.83,.63,.91);
}
.text_box_one .feature-box .box:hover .content .details {
    opacity: 1;
    padding-bottom: 10px;
}


.text_box_two .box_wrapper{
    transition: all 0.4s cubic-bezier(.48,.83,.63,.91);
    position: relative;
    overflow: hidden;
    height: 200px;
    padding:0;
}

.text_box_two .box_wrapper .box{
    padding: 40px;
}
.text_box_two .box .content figure{
    display: flex;
}
.text_box_two .feature-box .box .content figure i{
    transition: all 0.4s cubic-bezier(.48,.83,.63,.91);
    padding:0 30px 0 0;
    margin-bottom: 0px;
}
.text_box_two .feature-box .box .content figure span {
    margin-bottom: 10px;
    font-weight: 500;
    display: block!important;
    transition: all 0.4s cubic-bezier(.48,.83,.63,.91);
}
.text_box_two .feature-box .box .content figure p {
    line-height: 24px;
    margin: 0;
    transition: all 0.4s cubic-bezier(.48,.83,.63,.91);
}



.text_box_three .feature-box .box {
    cursor: default;
    height: 100%;
    width: 100%;
    display: table;
    position: relative;
    transition: all 0.4s cubic-bezier(.48,.83,.63,.91);
    border-right: none;
    overflow: hidden;
    padding-top: 30px;
}
.text_box_three .feature-box .box:hover {
    padding-top: 0;
    background: #ff214f;
}
.text_box_three .feature-box .box .content {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding: 0;
    position: relative;
    top: 0;
    text-align: center;
}
.text_box_three .feature-box .content:before {
    right: 0;
    top: 0;
}
.text_box_three .feature-box .box .content figure i{
    transition: all 0.4s cubic-bezier(.48,.83,.63,.91);
    padding: 30px 0 20px;
    margin-bottom: 0px;
}
.text_box_three .feature-box .box .content figure span{
    margin-bottom: 10px;
    line-height: 26px;
    font-weight: 500;
    display: block!important;
}
.text_box_three .feature-box .box .content figure p{
    width: 80%;
    margin: 0px auto;
}
.text_box_three .feature-box .box .content figure .details {
    opacity: 0;
    transition: all 0.4s cubic-bezier(.48,.83,.63,.91);
}
.text_box_three .feature-box .box:hover .content .details {
    opacity: 1;
    padding-bottom: 15px;
}



/*========= Heading Text Style  ===========*/
h1, 
h2, 
h3
{
    font-weight: 700;
}
.heading_font h1, 
.heading_font h2, 
.heading_font h3,
.heading_font h4,
.heading_font h5, 
.heading_font h6 {
    font-weight: 700;
}
.heading_font h1 {
    line-height: 70px;
}
.heading_font h2{
    line-height: 55px;
}
.heading_font h3{
    line-height: 54px;
}
.heading_font h4{
    line-height: 46px;
}
.heading_font h5{
    line-height: 40px;
}
.heading_font h6 {
    line-height: 30px;
}
.heading_font.seven span {
    line-height: 26px;
    font-weight: 600;
}
.heading_font.eight span {
    line-height: 26px;
    font-weight: 600;
}
.heading_font.nine span {
    line-height: 23px;
    font-weight: 600;
}
.heading_font p{
    margin-top: 30px;
    line-height: 30px;
}
.heading_font p:last-of-type {
    margin-bottom: 0;
}



/*============ Elements List Style ============*/
.list-style-1 li {
    padding: 5px 0 !important;
}
.list-style-1 li i, 
.list-style-5 li i, 
.list-style-4 li i, 
.list-style-3 li i, 
.list-style-9 li i, 
.list-style-6 li i {
    display: none;
}
.list-style-3 li {
    position: relative;
    padding: 0 0 0 22px;
    margin: 0 0 15px 0;
    list-style-type: none;
}
.list-style-3 li:before {
    content: "";
    width: 10px;
    height: 1px;
    position: absolute;
    top: 11px;
    left: 0;
}


.list-style-4 li {
    position: relative;
    padding: 0 0 10px 22px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid rgba(255,255,255,.15);
    list-style-type: none;
    color: #6f6f6f;
}
.list-style-4 li:before {
    content: "\f00c";
    position: absolute;
    top: 1px;
    left: 0;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
}


.list-style-5 li {
    position: relative;
    padding: 0 0 10px 22px;
    margin: 0 0 10px 0;
    list-style-type: none;
}
.list-style-5 li:before {
    content: "\f192";
    position: absolute;
    top: 1px;
    left: 0;
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
}
.list-style-5 li:last-child {
    border-bottom: 0;
}


.list-style-6 li {
    position: relative;
    padding: 0 15px 8px 0;
    margin: 0 0 8px 0;
    list-style-type: none;
}


.list-style-9 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-style-9 li {
    position: relative;
    padding: 15px 0;
    margin: 0 0 4px 0;
    text-transform: uppercase;
    list-style-type: none;
}
.list-style-9 li span {
    margin-bottom: 2px;
    display: block;
    line-height: 14px;
}
.list-style-9 a{
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.list-style-10 li {
    padding: 15px 0;
    margin: 0;
    list-style-type: none;
}
.list-style-10 li i {
    float: left;
    margin-top: 5px;
    padding-right: 8px;
}
.list-style-10 li span {
    padding-left: 15px;
    display: table;
}






/*========== Dropcaps Style =============*/
.dropcaps_one .dropcaps_wrapper p{
     margin-bottom: 0;
} 
.dropcaps_one .dropcaps_wrapper .first-letter{
    font-weight: 700;
} 

.dropcaps_two .dropcaps_wrapper .first-letter{
    font-weight: 700;
} 

.dropcaps_three .dropcaps_wrapper .first-letter{
    border-radius: 6px;
} 

.dropcaps_four{
    background-image: url("../images/parallax-bg44.jpg");
    position: relative;
}
.dropcaps_four:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.9;
    top: 0;
    left: 0;
}
.dropcaps_four  .dropcaps_wrapper p{
    margin-top: 30px;
    line-height: 30px;
}
.dropcaps_four  .dropcaps_wrapper .first-letter{
    float: left;
    line-height: 110px;
    margin: 0 20px 0 0;
    padding: 0 8px;
    text-align: center;
    font-weight: 600;
    position: relative;
    display: inline-table;
}
.dropcaps_four  .dropcaps_wrapper .first-letter:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    top: 55%;
    left: 0;
}

.dropcaps_five .first-letter {
    border-radius: 50%;
    padding: 15px;
    width: 65px;
    height: 65px;
    line-height: 32px;
    border-radius: 50px;
}

.dropcaps_six .first-letter {
    border-radius: 50px;
}
.first-letter {
    float: left;
    line-height: 22px;
    margin: 0 20px 0 0;
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
}
.dropcaps_wrapper .first-letter {
    height: 55px;
    line-height: 22px;
    padding: 15px 0;
    width: 55px;
    font-weight: 500;
    margin-top: 5px;
}







/*========= Subscribe Form =========*/
.subscribe-style-one .form_wrapper{
    text-align: center;
}
.subscribe-style-one .form_wrapper h4{
    line-height: 46px;
    font-weight: 600;
}
.subscribe-style-one .form_wrapper p{
    font-weight: 24px;
    font-weight: 400;
    width: 70%;
    margin: 0px auto;
}
.subscribe-style-one .form_wrapper .input-group{
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
}
.subscribe-style-one .form_wrapper .input-group input, 
.subscribe-style-one .form_wrapper .input-group textarea, 
.subscribe-style-one .form_wrapper .input-group select {
    margin: 0;
    border-radius: 4px 0 0 4px;
    padding: 19px 25px;
    z-index: 1;
    outline: none;
}
.subscribe-style-one .form_wrapper .input-group .form-control:focus {
    border-color: transparent;
    box-shadow:none;
}
.subscribe-style-one .form_wrapper span{
    line-height: 14px;
}

.subscribe-style-one .form_wrapper .input-group button {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border: none;
    background: transparent;
    line-height: 21px;
    cursor: pointer;
}


.subscribe-style-two .form_wrapper {
    padding: 70px 100px;
    text-align: center;
    margin: 0 50px;
}
.subscribe-style-two .form_wrapper h4{
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 20px;
}
.subscribe-style-two .form_wrapper p{
    line-height: 23px;
    font-weight: 400;
    width: 70%;
    margin: 0px auto;
}
.subscribe-style-two .form_wrapper .input-group input, 
.subscribe-style-two .form_wrapper .input-group textarea, 
.subscribe-style-two .form_wrapper .input-group select {
    margin: 0;
    border-radius: 4px 0 0 4px;
    padding: 9px 20px;
    z-index: 1;
    outline: none;
    background: transparent;
}
.subscribe-style-two .form_wrapper .input-group{
    padding: 30px 40px;
}
.subscribe-style-two .form_wrapper .input-group .form-control:focus {
    background-color: transparent;
    box-shadow:none;
}
.subscribe-style-two .form_wrapper .input-group button {
    line-height: 20px;
    cursor: pointer;
    height: 100%;
    cursor: pointer;
    width: 42px;
}
.subscribe-style-two .form_wrapper span{
    display: none;
}





/* ========= Accordions Style  ==========*/
.panel-group {
    margin-bottom: 20px;
}
.accordion-style1 .panel {
    background: transparent;
    box-shadow: none;
    margin-top: 0 !important;
}
.panel-group .panel {
    border: 1px solid transparent;
}
.accordion-style1.panel-group .panel-heading {
    border: 0px;
}
.accordion-style1 .panel-title {
    padding-right: 30px;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
}
.accordion-style1 a:hover {
    text-decoration: none;
}
.accordion-style1 .panel-heading {
    padding: 16px 0;
}
.accordion-style1 .panel-title > span.float-right {
    position: absolute;
    right: 0;
    top: 0;
}
.panel-group .panel-heading > a{
    position: relative;
}
.panel-group .panel-heading > a:before {
     float: right !important;
     font-family: FontAwesome;
     content: "\f068";
     padding-right: 5px;
}
.panel-group .panel-heading > a.collapsed:before {
     float: right !important;
     content: "\f067";
}
.panel-group .panel-heading > a:hover, .panel-group .panel-heading > a:active, .panel-group .panel-heading > a:focus {
     text-decoration: none;
}
.accordion-style1.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    padding: 25px 0;
}
.style-three .panel .panel-heading {
    background: #000;
    border-radius: 0;
    padding: 18px 28px 19px;
}
.style-three .tab-tag {
    padding: 0;
    margin-right: 7px;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
}
.style-three .panel {
    background-color: transparent;
    border: none;
    margin-bottom: 15px;
    box-shadow: none;
    border-radius: 0;
}
.style-three .panel-heading a .panel-title{
    background: transparent;
    border: none;
    line-height: 22px;
}
.style-three .panel-body {
    padding: 35px 28px 25px;
    border-top: none;
}
.style-three .panel-heading > a{
    position: relative;
}
.style-three .panel-heading > a:before {
     float: right !important;
     font-family: FontAwesome;
     content: "\f106";
     padding-right: 5px;
    font-weight: 700;
    line-height: 21px;
}
.style-three .panel-heading > a.collapsed:before {
     float: right !important;
    content: "\f107";
    font-weight: 700;
    line-height: 21px;
}
.style-three .panel-heading > a:hover, .style-three .panel-heading > a:active, .style-three .panel-heading > a:focus {
     text-decoration: none;
}
.style-four .panel .panel-heading {
    border-radius: 0;
    padding: 18px 28px 19px;
}
.style-four .panel {
    margin-bottom: 15px;
}
.style-four .panel-body {
    padding: 35px 28px 25px;
}
.style-four .tab-tag {
    padding: 0;
    margin-right: 7px;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
}
.panel-title .heding_text {
    background: transparent;
    border: none;
}
.style-four .panel-heading a .panel-title{
    background: transparent;
    border: none;
    line-height: 22px;
}

.style-four.panel-heading > a{
    position: relative;
}
.style-four .panel-heading > a:before {
     float: right !important;
     font-family: FontAwesome;
     content: "\f106";
     padding-right: 5px;
    font-weight: 700;
    line-height: 21px;
}
.style-four .panel-heading > a.collapsed:before {
     float: right !important;
    content: "\f107";
    font-weight: 700;
    line-height: 21px;
}
.style-four .panel-heading > a:hover, .style-four .panel-heading > a:active, .style-four .panel-heading > a:focus {
     text-decoration: none;
}
.toggles .panel {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}
.toggles .panel-heading {
    padding: 18px;
    background-color: transparent;
}
.toggles .panel-body {
    padding: 25px;
}
.toggles .panel-title {
    padding-right: 30px;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
}
.toggles .panel-heading a:hover{
    text-decoration: none;
}
.style-five .panel-heading > a{
    position: relative;
}
.style-five .panel-heading > a:before {
     float: right !important;
     font-family: FontAwesome;
     content: "\f106";
     padding-right: 5px;
    font-weight: 700;
    line-height: 21px;
}
.style-five .panel-heading > a.collapsed:before {
     float: right !important;
    content: "\f107";
    font-weight: 700;
    line-height: 21px;
}
.style-five .panel-heading > a:hover, .style-five .panel-heading > a:active, .style-five .panel-heading > a:focus {
     text-decoration: none;
}









/* ========= Clients Style  ==========*/
.clients-banner-style1 figure {
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    margin: 0;
}
.clients-banner-style1 figure:before{
    content: "";
    bottom: 0; 
    left: 0; 
    right: 0; 
    width: 100%; 
    height: 100%;
    position: absolute; 
    opacity: 0;
    z-index: 1;
    transition: 0.3s ease-in-out;
}
.clients-banner-style1 figure:hover:before{
    opacity: 0.8;
}
.clients-banner-style1 figure .banner-image{
    height: 250px;
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}
.clients-banner-style1 figure .banner-image img{
    height: 100%
}
.clients-banner-style1 figure figcaption img, .clients-banner-style1 figure figcaption p{
    position: absolute;
    height: auto;
    transform: translateX(-50%);
    text-align: center;
    z-index: 2;
    left: 50%;
    width: 100%;
    transition: all 0.2s; 
    -webkit-transition: all 0.2s; 
    -moz-transition: all 0.2s; 
    -ms-transition: all 0.2s; 
    -o-transition: all 0.2s; 
}
.clients-banner-style1 figure figcaption img {
    width: 100px;
    top: 50%;
}
.clients-banner-style1 figure:hover figcaption img{
    top: 15%;
}
.clients-banner-style1 figure figcaption p {
    top: 70%;
    padding-top: 20px;
    width: 80%;
    margin: 0px auto;
    font-size: 14px;
    line-height:24px;
    opacity: 0;
    transition: all 0.2s; 
    -webkit-transition: all 0.2s; 
    -moz-transition: all 0.2s; 
    -ms-transition: all 0.2s; 
    -o-transition: all 0.2s; 
}
.clients-banner-style1 figure:hover figcaption p{
    opacity: 1;
    transition: 0.3s ease-in-out;
    top: 25%;
}

.margin-three-bottom {
    margin-bottom: 3%;
}
.gridblock-main {
    padding: 110px 90px;
}
.gridblock-list li {
    width: 33.33%;
    float: left;
    padding: 0;
    text-align: center;
}
.gridblock-list> * {
    vertical-align: top;
    display: inline-block;
    content: "";
}
.padding-thirteen-lr {
    padding-left: 13%;
    padding-right: 13%;
}


.clients-style-two .clients-list {
    height: 190px;
    text-align: center;
    background-color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    width: 100%;
}

.clients-style-two .clients-list:hover {
    box-shadow: 0 0 4px rgba(0,0,0,.1);
}
.clients-style-two .clients-list:hover img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}


.clients-style-three .clients-list:hover{
    box-shadow: none;
}
.clients-style-three .clients-list{
    height: auto;
}


.clients-style-four{
    background-color: #000;
    padding: 90px;
}
.clients-style-four .clients-list {
    height: 190px;
}
.clients-style-five .clients-list {
    text-align: center;
}







/*================== Elements Social Icons ================*/
.elements-social a{
    transition: all 0.3s ease-in-out;
}
/* social media icon */
.icon-social-very-small a i, .icon-social-small a i, .icon-social-medium a i {margin: 0 8px; vertical-align: middle;}
.icon-social-large a i {margin: 0 4px; vertical-align: middle;}

/* social media icon style */
.extra-small-icon, .small-icon, .medium-icon, .large-icon, .extra-large-icon {list-style: none; padding: 0;}
.extra-small-icon li, .small-icon li, .medium-icon li, .large-icon li, .extra-large-icon li {display: inline-block;}
.extra-small-icon li {margin: 0 2px}
.small-icon li {margin: 0 5px}
.medium-icon li {margin: 0 8px}
.large-icon li {margin: 0 10px}
.extra-large-icon li {margin: 0 12px}
.extra-small-icon a {width:30px; height:30px;line-height:29px;}
.small-icon a {width: 40px; height:40px;line-height: 38px;}
.medium-icon a {width: 50px; height:50px;line-height: 48px;}
.large-icon a {width: 60px; height: 60px;line-height: 61px;}
.extra-large-icon a {width: 70px; height: 70px;line-height: 68px;}


.social-icon-style-1 a span,
.social-icon-style-2 a span,
.social-icon-style-3 a span,
.social-icon-style-5 a span,
.social-icon-style-6 a span,
.social-icon-style-8 a span,
.social-icon-style-9 a span {display: none;}


/* icon like counter */
a.likes-count {padding: 0 15px; width: auto; border-radius: 30px !important;}
a.likes-count i {margin-right: 8px;}
a.likes-count span {position: relative; top: -1px}

/* icon hover effect style 1 */
.social-icon-style-1 a {text-align: center; display:inline-block; transition: all 400ms; -webkit-transition: all 400ms; -moz-transition: all 400ms; -ms-transition: all 400ms; -o-transition: all 400ms;}
.social-icon-style-1 a:hover {border-radius: 100%;}

/* icon hover effect style 2 */
.social-icon-style-2 a {text-align: center; display:inline-block; transition: all 400ms; -webkit-transition: all 400ms; -moz-transition: all 400ms; -ms-transition: all 400ms; -o-transition: all 400ms; border-radius: 100%;}
.social-icon-style-2 a:hover {border-radius: 0;}

/* icon hover effect style 3 */
.social-icon-style-3 a {text-align: center; display:inline-block; transition: all 400ms; -webkit-transition: all 400ms; -moz-transition: all 400ms; -ms-transition: all 400ms; -o-transition: all 400ms; border-radius: 100%;} 
.social-icon-style-3 a:hover i{ transition: transform 0.4s ease-out; -webkit-transition: transform 0.4s ease-out; -moz-transition: transform 0.4s ease-out; -ms-transition: transform 0.4s ease-out; -o-transition: transform 0.4s ease-out; transform: rotateZ(360deg); -webkit-transform: rotateZ(360deg); -moz-transform: rotateZ(360deg); -ms-transform: rotateZ(360deg); -o-transform: rotateZ(360deg);}

/* icon hover effect style 4 */
.social-icon-style-4 a {text-align: center; display:inline-block; border-radius: 100%; position: relative;  text-align: center; z-index: 1;}
.social-icon-style-4 a span {border-radius: 0; display: block; height: 0; left: 50%; margin: 0; position: absolute; top: 50%; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; width: 0;z-index: -1;}
.social-icon-style-4 a:hover span{width:100%; height:100%; border-radius: 100%; top: 0; left: 0;}

/* icon hover effect style 5 */
.social-icon-style-5 a {text-align: center; display:inline-block;}
.social-icon-style-5 a:hover {border-radius: 100%;} 

/* icon hover effect style- 5 light*/
.social-icon-style-5-light a {text-align: center; display:inline-block;}
.social-icon-style-5-light a:hover {border-radius: 100%;} 

/* icon hover effect style 6 */
.social-icon-style-6 a {text-align: center; display:inline-block;border: background-color: transparent; border-radius: 100%;}
.social-icon-style-6 a:hover {background-color: transparent;}

/* icon hover effect style 7 */
.social-icon-style-7 a {text-align: center; display:inline-block; border-radius: 100%;}
.social-icon-style-7 a:hover {-webkit-transform: scale(1.2); -ms-transform: scale(1.2); -moz-transform: scale(1.2); transform: scale(1.2); -o-transform: scale(1.2);}

/* icon hover effect style 8 */
.social-icon-style-8 ul li a {text-align: center; width: auto; height: auto;}

/* icon hover effect style 9 */
.social-icon-style-9 ul li a {text-align: center; width: auto; height: auto;}

/* icon hover effect style 10 light */
.social-icon-style-10 {position: relative; }
.social-icon-style-10 a {text-align: center; display:inline-block; border-radius: 100%; position: relative; text-align: center}
.social-icon-style-10 a i {position: relative; z-index: 1;}
.social-icon-style-10 a span {border-radius: 0; display: block; height: 0; left: 50%; margin: 0; position: absolute; top: 50%; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; width: 0;}
.social-icon-style-10 a:hover span{width:100%; height:100%; border-radius: 100%; top: 0; left: 0;}

/* social icon style */
.social-icon-style-11 {position: relative;}






/* ========= Buttom Style  ==========*/
section{
    padding: 100px 0;
}
.btn-dual .btn {
    margin: 0 10px;
}
.btn.btn-extra-large {
    padding: 12px 40px 13px;
    line-height: 25px;
}
.btn.btn-large {
    padding: 9px 34px;
    line-height: 25px;
}
.btn.btn-medium {
    padding: 6px 25px 5px;
}
.btn.btn-small {
    padding: 4px 24px;
}
.btn.btn-very-small {
    padding: 1px 17px;
    line-height: 22px;
}
.btn {
    display: inline-block;
    border: 2px solid transparent;
    color: inherit;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: uppercase;
    width: auto;
    font-weight: 600;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    white-space: nowrap;
    cursor: pointer;
}

.button-style-one .btn:hover, .button-style-one .btn:focus {
    background: transparent;
}

.button-style-two .btn:hover, .button-style-two .btn:focus {
    background: transparent;
}


.button-style-three .btn {
    background: transparent;
}

.button-style-four .btn {
    background: transparent;
}

.button-style-five .btn {
    border-radius: 50px;
}
.button-style-five .btn:hover, .button-style-five .btn:focus {
    background: transparent;
}


.button-style-six .btn {
    border-radius: 50px;
}
.button-style-six .btn:hover, .button-style-six .btn:focus {
    background: transparent;
}

.button-style-seven .btn {
    background: transparent;
    border-radius: 50px;
}

.button-style-eight .btn {
    background: transparent;
    border-radius: 50px;
}

.button-style-nine .btn {
    border-radius: 4px;
}
.button-style-nine .btn:hover, .button-style-nine .btn:focus {
    background: transparent;
}

.button-style-ten .btn {
    border-radius: 4px;
}
.button-style-ten .btn:hover, .button-style-ten .btn:focus {
    background: transparent;
}

.button-style-eleven .btn {
    border-radius: 4px;
}
.button-style-eleven .btn:hover, .button-style-eleven .btn:focus {
    background: transparent;
}

.button-style-twelve .btn {
    background: transparent;
    border-radius: 4px;
}

.button-style-thirteen .btn {
    padding: 8px 24px;
}

.button-style-fourteen .btn {
    padding: 8px 24px;
}









.padding-40px-all {
    padding: 40px;
}
.bg-light-gray {
    background-color: #f7f7f7;
}
.last-paragraph-no-margin p:last-of-type {
    margin-bottom: 0;
}


.show-grid [class^="col-"] {
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    padding: 10px 0;
    text-align: center;
}













form label{
    font-size: 16px;
    font-weight: 700;
}
.form-group select{
    height: 50px !important;
    background: transparent;
    border-radius: 0 !important;
    padding: 0px 30px !important;
}
.form-group .form-control{
    height: 50px !important;
    background: transparent;
    border-radius: 0 !important;
    padding: 0px 30px !important;
}
form select:foucs,
form input:foucs{
    height: 50px !important;
    background: transparent;
}
.form-control:focus {
    background: transparent;
    outline: 0;
    box-shadow:none;
}






















































































