* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    overflow-x: hidden !important;
}
p {
    font-weight: 400;
    line-height: 26px;
    font-size: 15px;
    color: #656565;
    font-family: 'Montserrat', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #171c2f;
    margin: 0;
    font-weight: 700;

}
a,
a:hover,
a:focus, 
button {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    outline: none;
}
a:hover,
a:focus, 
button:hover{
    color: #14caf4;
}

ol,
ul {
    margin: 0;
    padding: 0;
}
ol li,
ul li {
    list-style: outside none none;
    list-style-type: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.button_second {
    border: 1px solid #14caf4;
    background: #14caf4;
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    padding: 0px 45px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 45px;
    box-shadow: 0 0 32px rgb(67, 186, 255, 0.5);
    text-transform: uppercase;
}
.button_second img{
    margin-top: -2px !important;
    padding-left: 10px;
    width: 30px;
    display: none;
}
.button_second:hover{
    background: #ff7e00;
    color: #ffffff;
    border: 1px solid #ff7e00;
}


.p-0{padding: 0;}
.p-l{padding-left: 0 }
.p-r{padding-right: 0;}
.particles{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.container{
    max-width: 1240px;
}



/*----- Button Style-----*/
.swin-btn.active{
    background: #ffffff;
    color: #333333;
     border: 1px solid #ffffff;
     margin-left: 25px;
}
.swin-btn.active:hover{
    background: #ffc80d;
    color: #ffffff;
     border: 1px solid #ffc80d;
}
.swin-btn{
    line-height: 60px;
    padding: 0px 50px;
    height: 60px;
    background: #11caf5;
    border: 1px solid #11caf5;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 14px;
    margin-top: 50px;
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: 0 0 50px rgb(17, 202, 245, 0.2);
}
.swin-btn img{
    padding-left: 10px;
    display: none;
}
.swin-btn:hover{
    background: #43baff;
    border: 1px solid #43baff;
    color: #ffffff;
}





.section_title{
    text-align: center;
    width: 65%;
    margin: 0px auto 60px;
}
.section_title span{
    font-size: 13px;
    color: #1682d3;
    position: relative;
    font-weight: 500;
    height: 40px;
    padding: 0 40px;
    line-height: 40px;
    background: #e7f2fb;
    border-radius: 50px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.section_title h2{
    font-size: 45px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 0px;
    line-height: 60px;
}
.section_title p {
    margin: 15px auto 0;
}




/*=========={ Header Section }==============*/
.header_wrapper:before{
    background: url(../images/header_shape_1.png) no-repeat 100%;
    content: "";
    height: 732px;
    position: absolute;
    width: 332px;
    left: 0;
    top: 0;
    z-index: 99;
}
header {
    background: #ffffff;
    min-height: 960px;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
header:before {
    background: url(../images/header-left.png) no-repeat 100%;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
}
.header_wrapper a.scroll_down {
    position: absolute;
    left: 50%;
    bottom: -80px;
    transform: translateX(-50%);
    z-index: 999;
    display: none;
}
header .navbar .navbar-brand{
    padding-top: 0;
    padding-right: 30px;
}
header .navbar {
    padding: 40px 0 0;
    position: relative;
    z-index: 1;
}
header .navbar .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0px;
}
header .navbar .nav-item .nav-link {
    color: #171c2f;
    font-size: 15px;
    padding: 0px 21px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}
header .navbar .nav-item .nav-link.active,
header .navbar .nav-item .nav-link:hover {
    color: #ff7e00;
}
header .navbar .contact_number:hover{
    background: #ff7e00;
} 
header .navbar .contact_number {
    font-weight: 600;
    margin-left: 50px;
    color: #ffffff;
    height: 44px;
    line-height: 44px;
    padding: 0 34px;
    background: #ff7e00;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 15px;
}
.header .navbar .contact_number i{
    color: #ff7e00;    
    transition: all 0.3s ease-in-out;
    padding-right: 10px;
    font-size: 18px;
    display: none;
}
header .navbar .contact_number:hover i{
    color: #171c2f;
}
.header_wrapper{
    position: relative;
}
.header_wrapper .intro-wrapper {
    text-align: left;
    position: absolute;
    top: 50%;
    z-index: 99;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.header_wrapper .intro-wrapper .intro-text{
    padding-top: 90px;
}
.header_wrapper .intro-wrapper .intro-text .welcome_shape{
    width: 187px;
}
.header_wrapper .intro-wrapper .intro-text span{
    display: inherit;
    margin: 0px 0 5px;
        font-size: 45px;
    color: #ffc80d;
    display: none;
}
.header_wrapper .intro-wrapper .intro-text h1 {
    margin-bottom: 36px;
    font-size: 70px;
}
.header_wrapper .intro-wrapper .intro-text p{
    line-height: 30px;
    margin: 0;
    font-size: 20px;
    padding-right: 50px;
}
.header_wrapper .intro-wrapper .intro_banner{
    display: none;
}




/*-------- Inner Header --------*/
.header_wrapper.inner header{
        background-image: url("../images/home_banner_inner.jpg");
    min-height: 530px;
}
.header_wrapper.inner .intro-wrapper .intro-text p{
    display: none;
}
.header_wrapper.inner .intro-wrapper .intro-text{
    text-align: center;
}
.header_wrapper.inner .intro-wrapper .intro-text h1 {
    font-weight: 800;
    margin-bottom: 36px;
    font-size: 60px;
    text-transform: uppercase;
}
.header_wrapper.inner .intro-wrapper img {
    display: none;
}
.header_wrapper.inner .intro-wrapper .intro-text .swin-btn {
    margin-top: 0;
        line-height: 0;
    padding: 0 40px 0  0;
    height: 0;
    border: none !important;
    font-size: 25px;
    font-weight: 400;
    position: relative;
}
.header_wrapper.inner .intro-wrapper .intro-text .swin-btn:hover{
    color: red;
}
.header_wrapper.inner .intro-wrapper .intro-text .swin-btn:before{
    position: absolute;
    content: "//";
    font-size: 25px;
    right: 10px;
    top: 2px;
}
.header_wrapper.inner .intro-wrapper .intro-text .swin-btn:last-child{
    padding: 0;
}
.header_wrapper.inner .intro-wrapper .intro-text .swin-btn:last-child:before{
    display: none;
}






/*========== Services Block =========*/
.services_block.style-one {
    padding: 100px 0 50px;
    text-align: center;
    position: relative;
}
.services_block.style-one:before{
    background: url(../images/services_block_shape_1.png) no-repeat 100%;
    content: "";
    height: 560px;
    position: absolute;
    width: 655px;
    left: 0;
    top: -5%;
    z-index: 0;
}
.services_block.style-one:after{
    background: url(../images/services_block_shape_2.png) no-repeat 100%;
    content: "";
    height: 570px;
    position: absolute;
    width: 418px;
    right: 0;
    top: 30%;
    z-index: 0;
}
.services_block.style-one .section_title p{
    display: none;
}
.services_block.style-one .analytics_item {
    padding: 45px 30px;
    box-shadow: 3px 0 65px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 50px;
    border-bottom: 3px solid #f97b00;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
    background: #fff;
    z-index: 1;
}


.services_block.style-one .analytics_item:hover {
    border-bottom: 3px solid #13c4ed;
}
.services_block.style-one .analytics_item .block_icon{
    margin-bottom: 40px;
    display: inline-block;
    position: relative;
    padding: 35px;
}
.services_block .analytics_item .block_icon:before{
  position: absolute;
  content: "";
  background: #ffecd9;
  height: 135px;
  width: 110px;
  transition: all 0.3s ease-in-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
  z-index: -1;
  border-radius: 100px;

}
.services_block.style-one .analytics_item:hover .block_icon:before{
    transform: translate(-50%, -50%) rotate(30deg);
    background: #14caf4;
    box-shadow: 0 0 50px rgb(20, 202, 244, 0.3);
}
.services_block.style-one .analytics_item .block_icon img{
    width: 55px;
}
.services_block.style-one .analytics_item h5{
    margin-bottom: 20px;
}
.services_block.style-one .analytics_item h5 a {
    text-decoration: none;
    font-weight: 700;
    color: #212529;
    font-size: 25px;
}
.services_block.style-one .analytics_item p {
    color: #212529;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0;
}
.services_block.style-one .analytics_item img{
    display: none;
}
.services_block.style-one .analytics_item i {
    transition: all 0.3s ease-in-out;
    font-size: 50px;
    color: #f97b00;
}
.services_block.style-one .analytics_item:hover .go_link i {
    padding-left: 10px;
    font-size: 18px;
}
.services_block.style-one .go_link{
    display: none;
}
.services_block.style-one .analytics_item:hover i {
    color: #ffffff;
}
.services_block.style-one .services_block_content p{
    font-size: 18px;
    line-height: 30px;
    padding: 0 7%;
}
.services_block.style-one.services {
    padding: 100px 0;
}
.services_block.style-one .services_block_content .button_second {
    margin-top: 25px;
}










/*======= Who We Are ========*/
.who-we-are{
    padding: 30px 0px 0px;
    background: #ffffff;
}
.who-we-are .section_title{
    text-align: left;
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 50px;
}
.who-we-are .section_title img{
    display: none;
}
.who-we-are .section_title p{
    width: 100%;
}
.who-we-are .who-we-banner {
    padding-left: 0px;
    position: relative;
    display: inline-block;
    right: 45%;
}
section.who-we-are .call_info {
    display: flex;
    align-items: center;
    margin-top: 45px;
}
section.who-we-are .button_second {
    margin-top: 0;
}
.who-we-are .call_info .call_number{
    padding-left: 30px;
}
.who-we-are .call_info .call_number h5 {
    color: #14caf4;
    font-size: 18px;
}
.who-we-are .call_info .call_number p {
    margin-top: 0;
    font-size: 15px;
    font-weight: 400;
    color: #171c2f;
}






/*======= Our Gallery Style ========*/
.theme-one.gallery_area.style-three {
    padding: 100px 0 50px;
    text-align: center;
}
.theme-one.gallery_area.style-three .section_title{
    margin: 0px auto 30px;
}

.theme-one.gallery_area.style-three .section_title p {
    width: 100%;
}
.gallery_area.style-three .container-fluid{
    max-width: 1240px;
}
.theme-one.gallery_area .full_gallery_view{
    display: flex;
    justify-content: center;
}
.theme-one.gallery_area .full_gallery_view .button_second{
    display: none;
    margin-top: 25px;
}
.theme-one.gallery_area.style-three .filter-buttons{
    padding: 0 0 60px;
    width: 100%;
}
.theme-one.gallery_area.style-three .filter-buttons button.button {
    font-size: 15px;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    margin-right: 29px;
    position: relative;
    text-transform: uppercase;
    color: #656565;
}
.theme-one.gallery_area.style-three .filter-buttons button.button span{
    position: absolute;
    top: -11px;
    right: -11px;
    display: none;
}
.theme-one.gallery_area.style-three .filter-buttons button.button.is-checked{
    color: #14caf4;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease-in-out;
   border-bottom: 2px solid rgba(20, 202, 244, 0.5);
   line-height: 18px;

}
.gallery_area.style-three .gallery-wrapper figure {
    float: left;
    margin: 0 15px 50px;
    position: relative;
    overflow: hidden;
    width: 29.9%;
    height: 430px;
    padding-bottom: 50px;
}
.gallery_area.style-three .gallery-wrapper figure img {
    width: 100%;
    border-bottom: 3px solid #13bfe6;
    border-radius: 10px !important;
    transition: all 0.3s ease-in-out;
}
.gallery_area.style-three .gallery-wrapper figure:hover img {
    border-bottom: 3px solid #f57a00;
}
.gallery_area.style-three .gallery-wrapper figure figcaption {
    flex-direction: column-reverse;
    display: flex;
    padding: 12px 40px;
    position: absolute;
    left: 50%;
    background: #ffffff;
    bottom: 15px;
    width: 85%;
    text-align: left;
    transition: .5s ease;
    visibility: visible;
    opacity: 1;
    z-index: 2;
    border-radius: 5px;
    transform: translateX(-50%);
    border-bottom: 2px solid #13bfe6;
    border-radius: 5px;
}
.gallery_area.style-three .gallery-wrapper figure figcaption h3{
    display: block;
    font-size: 20px;
    font-weight: 700;
}
.gallery_area.style-three .gallery-wrapper figure figcaption h3 a{
    color: #171c2f;
}
.gallery_area.style-three .gallery-wrapper figure figcaption p{
    display: block;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    color: #171c2f;
}
.gallery_area.style-three .gallery-wrapper figure figcaption a i {
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    height: 100%;
    width: 100%;
    display: none;
}
.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; 
    right: 0;
    border-bottom: 2px solid #f67a00;
}





/*========== Testimonial Section Style ==========*/
.testimonial.style-one {
    background: url("../images/testimonial_bg.png");
    background-color: #f7f7f7;
    padding: 150px 0;
    background-size: cover;
}
.testimonial.style-one .full_gallery_view{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.testimonial.style-one .full_gallery_view .section_title{
    margin: 0;
    text-align: left;
}
.testimonial.style-one .full_gallery_view .section_title p{
    margin: 0;
    margin-top: 15px;
    margin-bottom: 45px;
    display: none;
}
.testimonial.style-one .full_gallery_view .button_second{
    margin-top: 25px;
}
.testimonial.style-one .testimonial-content-box{
    position: relative;
    border-bottom: 3px solid #13c2ea;
    padding: 45px;
    border-radius: 10px;
    box-shadow: 0 0 50px rgba(0,0,0, 0.1);
    background-color: #fff!important;

}
.testimonial.style-one .testimonial-content-box p{
    font-size: 20px;
    line-height: 32px;
    margin: 0;
}
.testimonial.style-one .testimonial-content-box img, .testimonial.style-one .testimonial-content-box h6{
    display: none;
}
.testimonial.style-one .testimonial-box{
    padding: 40px 0 0;
}
.testimonial.style-one .testimonial-box .review_wrapper{
    display: flex;
    align-items: center;
}
.testimonial.style-one .testimonial-box .image-box {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    float: left;
}
.testimonial.style-one .image-box img {
    width: 100%;
    border-radius: 50%!important;
    display: block;
    height: 60px;
    width: 60px;
}
.testimonial.style-one .testimonial-box .name-box {
    display: table-cell;
    vertical-align: middle;
    padding-left: 0px; 
    width: 100%;
}
.testimonial.style-one .testimonial-box .name-box h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin: 0;
}
.testimonial.style-one .testimonial-box .name-box p{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 28px;
    padding-top: 3px;
}
.testimonial.style-one .testimonial-box ul li i{
    color: #ffc864;
}
.testimonial.style-one .clients_logo{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 60px;
}
.testimonial.style-one .clients_logo li {
    width: 20%;
    margin-top: 60px;
}





/*============ Call to action =============*/
.call-to-action {
    background-image: url("../images/call_to_action.png");
    background-size: cover;
    position: relative;
    padding: 100px 0 ;
    z-index: 0;
}
.call-to-action .section_title {
    width: 100%;
   margin: 0px auto 0px;
}
.call-to-action .section_title span{
    background-color: rgba(231, 242, 251, 0.3);
    color: #ffffff;
}
.call-to-action .section_title h2{
    width: 55%;
    color: #ffffff;
    margin: 0px auto;
}
.call-to-action .section_title p{
    margin: 20px auto 0;
    padding: 0 ;
    color: #ffffff;
    width: 60%;
}
.call-to-action .section_title .btn{
    background: #ff7e00;
    border:1px solid #ff7e00;
        margin-top: 40px;
}



/* ========= Price Table Style  ==========*/

.pricing_table.style-one {
    padding: 100px 0;
    overflow: hidden;
}
.pricing_table.style-one .pridcing_box_wrapper{
    border: 1px solid #dee2e6;
    border-color: #ededed;
    text-align: center;
    padding: 0;
}
.pricing_table.style-one .pricing_box_wrapper {
    margin-top: 60px;
}
.pricing_table.style-one .pricing_box_wrapper .pricing_box{
    text-align: center;
    border:none;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.pricing_table.style-one .pricing_box_wrapper .pricing-title{
    position: relative;
    top: -27px;
    margin-bottom: 60px;
}
.pricing_table.style-one .pricing_box_wrapper .pricing-title:before {
    position: absolute;
    content: "";
    background: #ff7e00;
    height: 135px;
    width: 110px;
    transition: all 0.3s ease-in-out;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-60deg);
    z-index: 0;
    border-radius: 100px;
}
.pricing_table.style-one .pricing_box_wrapper .pricing-title i{
    text-align: center;
    font-size: 50px;
    display: inline-block;
    position: relative;
    color: #ffffff
}
.pricing_table.style-one .pricing_box_wrapper .pricing-price {
    padding: 0px 55px;
}

.pricing_table.style-one .pricing_box_wrapper .pricing-price span{
    font-size: 25px;
    font-weight: 700;
    color: #656565;
    text-transform: uppercase;
}
.pricing_table.style-one .pricing_box_wrapper .pricing-price h4{
    font-size: 45px;
    line-height: 46px;
    margin-bottom: 5px;
        padding-top: 10px;

}
.pricing_table.style-one .pricing_box_wrapper .pricing-price .package_time{
    margin-top: 5px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ff7e00;
    transition: all 0.3s ease-in-out;
}
.pricing_table.style-one  .pricing-features{
    padding: 45px 65px;
    background: #ffffff;
}
.pricing_table.style-one .pricing-features ul{ 
    list-style: none;
    margin: 0;
    padding: 0;
}
.pricing_table.style-one .pricing-features ul li {
    font-size: 18px;
    color: #656565;
    position: relative;
    padding: 0 0 25px 0;
    width: 100%;
    text-align: left;
}
.pricing_table.style-one .pricing-features ul li span{
    float: right;
}
.pricing_table.style-one .pricing-features ul li:last-child {
    padding-bottom: 0;
}
.pricing_table.style-one .pricing-action .btn{
    background: #ff7e00;
    border: 1px solid #ff7e00;
    margin-bottom: 15px;
    font-size: 15px;
}
.pricing_table.style-one .pricing_box_wrapper .pricing_box:hover .pricing-action .btn{
    background: #14caf4;
    border: 1px solid #14caf4;
    box-shadow: 0 0 50px rgb(17, 202, 245, 0.2);
}
.pricing_table.style-one .pricing_box_wrapper .pricing_box:hover .pricing-price .package_time{
    color: #14caf4;
}
.pricing_table.style-one .pricing_box_wrapper .pricing_box:hover .pricing-title:before {
    position: absolute;
    content: "";
    background: #14caf4;
    height: 135px;
    width: 110px;
    transition: all 0.3s ease-in-out;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(60deg);
    z-index: 0;
    border-radius: 100px;
}



/*========== Blog Style CSS ==========*/
.services {
    padding: 100px 0;
}
.services .services_style_one .shape{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.services .services_style_one .services_wrapper{
    z-index: 2;
    position: relative;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border-bottom: 3px solid #f97b00;
    transition: all 0.3s ease-in-out;
}
.services .services_style_one .services_wrapper:hover{
    border-bottom: 3px solid #13c3eb;
}
.services .services_style_one .services_wrapper:hover .sevice_banner .date{
    background: #14caf4;
}
.services .services_style_one .services_wrapper .services_content {
    padding: 35px 40px;
}
.services .services_style_one .services_wrapper .sevice_banner{
    background: #222222;
    overflow: hidden !important;
    position: relative;
}
.services .services_style_one .services_wrapper .sevice_banner .date{
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 9;
    background: #ff7e00;
    height: 65px;
    width: 55px;
    border-radius: 3px;
    text-align: center;
    color: #ffffff;
    line-height: 20px;
    font-size:14px;
    padding: 13px 0;
    transition: all 0.3s ease-in-out;
}
.services .services_style_one .services_wrapper .sevice_banner span{
    font-weight: 700;
    display: inherit;
    font-size: 20px;
}
.services .services_style_one .services_wrapper .sevice_banner i{
    display: none;
}
.services .services_style_one .services_wrapper .sevice_banner img{
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.services .services_style_one .services_wrapper:hover .sevice_banner img{
    transform: scale(1.1, 1.2) rotate(-5deg); 
    transition: all 0.3s ease-in-out;
}
.services .services_style_one .services_wrapper .services_content .publish_info li{
    position: relative;
    padding-right: 30px;
    font-size: 13px;
}
.services .services_style_one .services_wrapper .services_content .publish_info li:before{
    position: absolute;
    content: "/";
    font-size: 13px;
    top: 0;
    right: 13px;
}
.services .services_style_one .services_wrapper .services_content .publish_info li:last-child:before{
    display: none;
}

.services .services_style_one .services_wrapper .services_content .publish_info li:last-child{
    color: #ffc80d;
}
.services .services_style_one .services_wrapper .services_content .publish_info li:last-child span{
    color: #656565;
}
.services .services_style_one .services_wrapper .services_content .publish_info li i{
    display: none;
}
.services .services_style_one .services_wrapper .services_content h3{
    margin-bottom: 15px;
    margin-top: 13px;
}
.services .services_style_one .services_wrapper .services_content .service_title{
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    display: block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    color: #171c2f;
}
.services .services_style_one .services_wrapper .services_content .service_title:hover, 
.services .services_style_one .services_wrapper .services_content .service_title:active {
    color: #ffc80d;
}
.services .services_style_one .services_wrapper .services_content p{
    margin: 0;
    font-weight: 400;
}
.services .services_style_one .services_wrapper .services_content .view_button{
    padding-top: 20px;
    border-top: 1px solid #ededed ;
    display: none;
}
.services .services_style_one .services_wrapper .services_content .view_button a{
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase!important;
    display: block;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.services .services_style_one .services_wrapper .services_content .view_button a:hover, 
.services .services_style_one .services_wrapper .services_content .view_button a:active {
    color: #ffc80d;
}
.services .services_style_one .services_wrapper .services_content .view_button a i{
    margin-left: 5px;
    color: #ffc80d;
}





/*========== Footer Style CSS ==========*/
footer {
    background-image: url("../images/footer_bg.jpg");
    padding-top: 90px;
}
footer .section_title span{
    background: #113364;
    color: #ffffff;
}
footer h2, footer p, footer li, footer a {
    color: #ffffff;
    transition: all 0.3s ease-in-out; 
    opacity: 0.8;
}

footer form{
    margin: 0px auto 60px;
    border-bottom: 1px solid #3d3f58;
    padding-bottom: 60px;
}
footer form .input-group{
    position: relative;
    width: 60%;
    margin: 0px auto;
}
footer form .input-group input{
    border-radius: 50px !important;
    height: 90px !important;
    background: #3f415c;
    border: none;
    padding: 0 80px;
    font-size: 16px !important;
    color: #ffffff !important;
}
footer form .input-group input:focus{
    background: #3f415c;
    box-shadow: none;
}
footer input::placeholder {
    color: #ffffff !important;
}
footer form .input-group .form_icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 45px;
    color: #ff7e00;
    z-index: 11;
    font-size: 20px;
}
footer form .input-group .input-group-append{
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
}
footer form .input-group .input-group-append button{
        margin-top: 0 !important;
        background: #ff7e00;
        border: 1px solid #ff7e00;
}
footer .section_title p{
    display: none;
}

footer .footer_col_hed h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 35px;
    font-weight: 700;
}
.footer-title p{
    padding-right: 50px;
}
footer img.f_logo {
    margin-bottom: 30px; 
    max-width: 150px;
    position: relative;
}
footer ul li {
    padding-bottom: 10px;
    color: #ee9982;
    font-size: 16px;
    opacity: 0.8;
}
footer ul li a{
    padding-bottom: 15px; 
    color: #ffffff;
    font-size: 15px;
}
footer ul li a:hover {
    color: #cf7500; 
}
footer ul li:last-childe {
    padding-bottom: 0px; 
}
footer .footer_col_hed ul li i {
    padding-right: 10px;
    font-size: 16px;
    color: #ee9982;
}
/*footer ul.recent_post li {
    display: inline-grid;
    border-bottom: 1px solid #494949;
    margin-bottom: 20px;
    padding-bottom: 20px;
}footer ul.recent_post li span{
    font-size: 15px;
    color: #cf7500;
}
footer ul.recent_post li a{
    padding-bottom: 3px; 
}
footer ul.recent_post li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}    */
footer ul.address {
    display: inline-grid;
}
footer ul.address li {
    display: flex;
    color: rgba(255, 255, 255, 0.8);
}
footer ul.address li span{
    font-size: 18px;
    
    padding-bottom: 5px;
}
footer ul.address li p{
    font-size: 18px;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
}
footer ul.address li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}    
footer .footer-bottom {
    background: #0d1130;
    padding: 22px 0px; 
    margin-top: 50px;
}
footer .footer-bottom p{
    color: #ffffff;
    margin: 0;
    line-height: 32px;
    font-size: 14px;
 
}
footer .footer-bottom ul li {
    padding-bottom: 0px; 
}
footer .footer-bottom ul li:first-child {
  padding-left: 0px; 
}
footer .icon-bottom{
  float: right;
  margin: 0;
}
footer .icon-bottom li {
    margin-right: 15px; 
}
footer .icon-bottom li:last-child {
    margin-right: 0px; 
}
footer .icon-bottom li i{
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
}
footer .icon-bottom li .fb{
    background: #3b5998;
}
footer .icon-bottom li .tw{
    background: #1da1f2;
}
footer .icon-bottom li .pin{
    background: #BB081D;
}
footer .icon-bottom li .youtube{
    background: #FF0000;
}







footer.style-one .footer_info{
    display: none;
}
footer .footer_info{
    text-align: center;
    padding-bottom: 70px;
}
footer .footer_info .info_block h4{
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 15px;
    font-family: 'Cardo', serif;
}
footer .footer_info .info_block ul{
    margin-bottom: 30px;
}
footer .footer_info .info_block ul li{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Josefin Sans', sans-serif !important;
    font-weight: 300;
    padding: 0;
    line-height: 26px;
}



