body {
    margin: 0;
    padding: 0;
    font-family: "Raleway", sans-serif;
    overflow-x: hidden;
}

.clear {
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Ubuntu", sans-serif;
    margin: 10px 0;
}

a:hover, a:focus, a:active {
    text-decoration: none;
}

a {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

p {
    font-size: 15px;
    line-height: 27px;
}

span {
    color: #1EB1ED;
}

/* Button 1 */

.button-1 p {
    position: relative;
    margin: 0;
    padding: 5px;
    z-index: 1;
}

.btn-1e {
    overflow: hidden;
}

.btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 15px 40px;
    display: inline-block;
    margin: 10px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.btn::after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-1 {
    border: 2px solid #1EB1ED;
    color: #1EB1ED;
}

/* Button 1e */

.btn-1e {
    overflow: hidden;
}

.btn-1e:after {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    background: #1EB1ED;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn-1e:hover, .btn-1e:active {
    color: #fff;
}

.btn-1e:hover:after {
    height: 500%;
    opacity: 1;
}

.btn-1e:active:after {
    height: 400%;
    opacity: 1;
}

/*===================Header Top Area css======================*/

.main_header_area {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 22;
}

.main_header_area+section, .main_header_area+div, .main_header_area+.row {
    margin-top: 0;
}

.header_top {
    padding: 18px 0px;
    vertical-align: bottom;
}

.header_top .pull-left a {
    line-height: 55px;
}

.header_top .pull-right {
    vertical-align: middle;
    border-right-width: 54px;
}

.header_top .pull-right .header_c_text {
    display: inline-block;
    position: relative;
    margin-right: 50px;
}

.header_top .pull-right .header_c_text:before {
    content: "";
    height: 43px;
    width: 1px;
    position: absolute;
    right: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f1f1f1;
}

.header_top .pull-right .header_c_text h5 {
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    color: #8f97a7;
    font-weight: normal;
    padding-bottom: 8px;
}

.header_top .pull-right .header_c_text h4 {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    color: #0c1832;
    font-weight: normal;
}

.header_top .pull-right .header_c_text:last-child {
    margin-right: 0px;
}

.header_top .pull-right .header_c_text:last-child:before {
    display: none;
}

.header_top .pull-right .header_c_text .quote_btn {
    position: relative;
    top: 1px;
}

.nav.navbar-nav {
    padding-right: -25px;
}

.main_menu_area {
    /* background: #D32F2F; */
    background: #1EB1ED;
}

.main_menu_area .navbar.navbar-default {
    border: none;
    margin-bottom: 0px;
    background: transparent;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 20px 0 0 0;
    font-size: 25px;
    line-height: 20px;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}

.main_menu_area .navbar.navbar-default .navbar-header .navbar-toggle {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.35);
}

.main_menu_area .navbar.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, 0.35);
    float: right;
    padding: 0;
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li {
    padding-left: 35px;
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li a {
    position: relative;
    padding: 0px;
    color: #fff;
    background: transparent;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 67px;
    font-weight: 600;
}

.main_menu_area .navbar-nav>li>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #FFF;
    right: 0;
    bottom: 25%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main_menu_area .navbar-nav>li>a:hover:before {
    width: 100%;
    left: 0;
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li a i {
    padding-left: 3px;
    color: #fff;
}

.main_menu_area .navbar.navbar-default .nav.navbar-nav li:last-child {
    margin-right: 0px;
}

.group-item {
    background-color: #fff !important;
    padding: 10px;
    box-shadow: 0px 1px 1px rgba(54, 56, 76, 0.1), 0px 0px 0px 1px rgba(54, 56, 76, 0.02);
    margin-bottom: 20px;
}

.icon-div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px !important;
    padding: 10px;
}

.user-cover i {
    color: #A6B2CC;
    font-size: 47px;
}

.padding-0 {
    padding-right: 0;
    padding-left: 0;
}

/*===================Ends Header Top Area css======================*/

/*===========================================-=*/

/*===========================================-=*/

/*==HOME-1==*/

/*=============================================*/

/*=============================================*/

.section-title-1 {
    text-align: center;
}

.section-title-box {
    display: inline-block;
    padding: 5px 20px;
    position: relative;
    margin-bottom: 5%;
    background: #1EB1ED;
    text-align: center;
}

.section-title-box:before {
    border-bottom: 1px solid #1EB1ED;
    border-top: 1px solid #1EB1ED;
    content: "";
    height: 4px;
    margin-top: -2px;
    position: absolute;
    left: -113px;
    top: 50%;
    width: 80px;
}

.section-title-box:after {
    border-bottom: 1px solid #1EB1ED;
    border-top: 1px solid #1EB1ED;
    content: "";
    height: 4px;
    margin-top: -2px;
    position: absolute;
    right: -113px;
    top: 50%;
    width: 80px;
}

.section-title-box h1 {
    margin: 0;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
}

.section-title-1 h2 {
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    line-height: 50px;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 100px;
}

.section-title-1 h2::before {
    top: 90%;
}

.section-title-1 h2::after, .section-title-1 h2::before {
    content: '';
    position: absolute;
    height: 25px;
    width: 1px;
    background-color: #1EB1ED;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: inline-block;
}

.section-title-1 h2::after {
    height: 12px;
    width: 12px;
    display: inline-block;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    top: 120%;
}

/*========= Home Section================*/

.image-background {
    padding: 0;
    margin: 0;
    position: relative;
    background: url(../img/kira_shot.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 700px;
}

.image-background:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.header-wrapper-inner {
    position: absolute;
    margin-top: 230px;
    left: 0;
    right: 0;
    text-transform: uppercase;
    z-index: 15;
    color: #fff;
    bottom: inherit;
}

.header-wrapper-inner h1 {
    color: #FFFFFF;
    font-size: 55px;
    line-height: 50px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 40px;
    font-family: 'Open Sans', sans-serif;
}

.header-wrapper-inner p {
    color: #FFFFFF;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 70px;
}

@media screen and (min-width: 481px) and (max-width: 724px) {
    .header-wrapper-inner h1 {
        font-size: 18px !important;
    }
    .header-wrapper-inner .first-p {
        font-size: 16px !important;
    }
}

/*==========About Section================*/

.about-1 {
    padding: 130px 0 90px 0;
}

.about-box .col-md-6 {
    margin: 50px 0;
}

.s_story_content {
    display: inline-block;
    padding: 0 30px 0 53px;
    vertical-align: top;
    width: calc(100% - 76px);
}

.s_story_content p {
    font-size: 1.5em;
}

.success_story_list>ul {
    position: relative;
    z-index: 1;
    list-style: none;
    padding-left: 0;
}

.success_story_list li {
    margin-bottom: 40px;
}

.success_story_list li {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.s_story_img {
    border: 1px solid #1EB1ED;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.s_story_img::before {
    background: #1EB1ED none repeat scroll 0 0;
    content: "";
    height: 50px;
    left: calc(100% + 30px);
    position: absolute;
    top: 10px;
    width: 1px;
}

.about_next_plan_img::before {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.s_story_img_box {
    background: #1EB1ED;
    border: 5px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 68px;
    line-height: 58px;
    padding: 0;
    text-align: center;
    width: 68px;
}

.s_story_img_box {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.s_story_img_box::after {
    background: #1EB1ED none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 100%;
    position: absolute;
    top: 50%;
    width: 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.about-1-box-2-box {
    padding: 25px;
    height: 200px;
    background: #1EB1ED;
    margin-bottom: 35px;
    color: #fff;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.about-1-box-2-box:hover {
    background-color: #0BA0DC;
}

.about-1-box-2-box h3 {
    color: #fff;
}

.about-1-box-2 {
    margin-top: 25px;
}

/*=========Services Section==============*/

.services {
    min-height: 700px;
    padding: 130px 0;
    background: #F7F7F7;
}

#user_services {
    background: #F5F5F5;
    min-height: 400px;
    padding: 130px 0;
}

/* .list-cover{

    background:#fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.15);
    border-radius: 2px;
    padding:20px 10px;;
    margin-right: 12px;
     display:inline-block;
    min-height:200px;
}
.list-cover-2{

    background:#fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.15);
    border-radius: 2px;
    padding:20px 10px;;
   display:inline-block;
    min-height:200px;
} */

.our-single-services {
    text-align: center;
    margin-top: 20px;
}

.our-service-icon {
    background: #fff;
    height: 175px;
    margin-top: 10px;
}

.our-service-icon i.fa {
    color: #1EB1ED;
    font-size: 35px;
    padding: 10px;
    margin: 35px 0 10px 0;
}

.our-service-icon h5 a {
    color: #444;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.our-single-services.largem {
    background: #1EB1ED;
    color: #fff;
    min-height: 369px;
    padding: 72px 17px;
    position: relative;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.our-single-services.largem:hover {
    background: #0BA0DC;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.our-single-services.largem i.fa {
    font-size: 60px;
    margin: 0 0 10px;
}

.our-single-services.largem a {
    font-family: roboto;
    font-size: 25px;
    font-weight: 700;
}

.our-single-services.largem p {
    font-size: 14px;
    font-weight: 400;
}

.our-single-services.largem a {
    color: #fff;
    font-size: 16px;
}

.our-single-services.largem::after {
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    bottom: 10px;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}

/*=========Pricing-Table Section=========*/

.pricing-table {
    min-height: 700px;
    padding: 130px 0;
    text-align: center;
}

.price-item {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.13);
    margin-top: 30px;
    padding: 50px 0;
    text-align: center;
    font-family: "Roboto Slab", sans-serif;
}

.price-item .price-box {
    margin: 0 10% 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #1EB1ED;
}

.price-item .price-box p {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 30px;
    color: #666;
}

.price-item p {
    color: #333333;
    font-size: 16px;
    line-height: 1.6;
}

.price-item .price-box strong {
    font-size: 50px;
    font-weight: 900;
}

/*=========Project-Item=================*/

.project-item {
    min-height: 250px;
    padding: 80px 0;
    margin: 0;
    color: #fff;
    position: relative;
    background: url(../img/portfolio-5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.project-item:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.project-block {
    display: inline-block;
    font-size: 40px;
    text-align: center;
    border: 1px solid red;
    margin-right: 10px;
}

.fact_box {
    border: 1px solid #fff;
    color: #fff;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

h3.counter {
    font-size: 50px;
    margin: 7px 0 0 0;
    font-weight: 700;
}

.fact_box span {
    background: url(../img/border6.html) no-repeat;
    width: 43px;
    height: 67px;
    margin-top: 2px;
    position: absolute;
    top: 0;
}

.fact_box .icon {
    text-align: center;
    padding-top: 0px;
    font-size: 30px;
    color: #1EB1ED;
}

.fact_box .title {
    text-align: center;
    padding-top: 10px;
    font-size: 15px;
}

/*=========Portfolio Section=============*/

.portfolio-1 {
    min-height: 700px;
    padding: 130px 0 90px 0;
    background: #F7F7F7;
}

.portfolio-block {
    position: relative;
    margin-bottom: 30px;
}

.portfolio-block:hover .portfolio-overlay {
    visibility: visible;
    opacity: 1;
}

.portfolio-overlay {
    background: #1EB1ED;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.portfolio-btn-action {
    margin: 30px 0;
}

.portfolio-btn-action a i {
    color: #fff;
}

.portfolio-desc h4 {
    font-size: 25px;
}

.portfolio-desc p {
    font-size: 20px;
}

.portfolio-btn-action>a {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 20px;
    border: 1px solid rgba(244, 244, 244, 0.5);
    border-radius: 50%;
    padding: 11px;
    text-align: center;
    margin: 5px;
}

.portfolio-btn-action>a:hover, .portfolio-btn-action>a:focus {
    color: #fff;
    background: #212121;
    outline: none;
    border-color: #212121;
}

/*==========Blog Section=================*/

.blog {
    min-height: 700px;
    padding: 130px 0;
}

.with_shadow {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.with_shadow .item-media {
    overflow: hidden;
}

.with_shadow .item-media img {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.with_shadow:hover .item-media img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.item-content {
    text-align: left;
}

.item-content h3 {
    font-weight: 900;
    margin: 20px 0 10px 0;
}

.item-content h3 a {
    color: #666;
}

.item-content h3 a:hover {
    color: #1EB1ED;
}

.item-icons i {
    color: #1EB1ED;
    font-size: 25px;
}

.item-content span {
    font-style: italic;
}

.vertical-item.content-padding .item-content {
    padding: 30px 20px;
}

.item-icons {
    display: table;
    width: 100%;
    border-top: 1px solid rgba(128, 128, 128, 0.3);
}

.item-icons>div {
    padding: 22px 10px 18px;
    display: table-cell;
}

.item-icons>div+div {
    border-left: 1px solid rgba(128, 128, 128, 0.3);
}

.item-icons>div {
    padding: 22px 10px 18px;
    display: table-cell;
    width: 400px;
}

.item-icons a {
    color: #1EB1ED;
    font-size: 20px;
    font-weight: 900;
}

/*=========Team Section=============*/

.team-1 {
    min-height: 700px;
    padding: 130px 0;
    background: #F7F7F7;
}

.team-1-details img {
    width: 100%;
}

.team-1-details {
    border: 3px solid #fff;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.team-1-details:hover {
    border: 3px solid #1EB1ED;
}

.team-1-caption {
    padding: 30px;
    line-height: 50px;
    background: #fff;
}

.team-1-caption h4 {
    margin: 0;
    color: #666;
}

.team-1-caption .list-unstyled {
    margin: 0;
    padding: 0;
    text-align: left;
}

.team-1-caption .list-unstyled>li {
    display: inline-block;
    margin: 5px 15px 0 0;
}

.team-1-caption .list-unstyled>li a {
    border: 1px solid #666;
    padding: 10px 15px;
    color: #666;
}

/*=========testimonial Section==========*/

.testimonial-1 {
    background: url(../img/pic-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 130px 0;
    color: #fff;
}

.testimonial-1:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.testimonial-title {
    margin: 40px 0 0 0;
}

.testimonial-1-box i {
    margin: 0 15px;
}

.testimonial-img {
    width: 25%;
    margin: 10px 0 0 0;
    float: left;
}

.owl-prev, .owl-next {
    color: #1EB1ED;
    display: inline-block;
    font-size: 30px;
    margin: 50px 10px 0 10px;
    width: 50px;
    height: 50px;
    border: 2px solid #1EB1ED;
    text-align: center;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.owl-prev:hover, .owl-next:hover {
    background: #1EB1ED;
    color: #fff;
}

.owl-item.active>div {
    padding: 20px;
    border: 1px solid #1EB1ED;
}

/*=========Newsletter-Section================*/

.newsletter {
    background: #1EB1ED !important;
    padding: 130px 0;
    text-align: center;
}

.text-white {
    color: #fff !important;
}

.newsletter-heading p {
    margin-bottom: 30px;
}

.newsletter-form {
    width: 100%;
    margin-right: 20px;
}

.newsletter-subscribe {
    margin: 50px 0 0 10px;
}

.newsletter-submit {
    margin: 17px 0 0 -20px;
}

.newsletter-submit a {
    padding: 18px 40px;
    background: #fff;
    color: #666;
    font-weight: 900;
}

.newsletter-submit a:hover {
    background: #212121;
    color: #fff;
}

/*=========Contact-Info================*/

.contact-info {
    background-color: #e7edf3;
    padding: 100px 0;
}

.section-class-item.icon-circle-border {
    background: #fff;
    padding: 30px;
    text-align: center;
    font-family: arial, sans-serif;
}

.icon-wrap.icon-services {
    background: #E7EDF3;
    padding: 10px 20px;
    font-size: 30px;
    border-radius: 10px;
    display: inline-block;
}

.item-text {
    margin-top: 40px;
}

.item-text p {
    margin: 0;
}

/*=========Contact-Section================*/

.contact {
    background: #1D1F21;
    min-height: 500px;
    color: #fff;
    padding: 130px 0;
    border-bottom: 1px dotted #1EB1ED;
}

.contact .col-sm-4 li {
    list-style: none;
    font-size: 15px;
}

.contact .second-child li a {
    color: #C3AC6D;
}

.contact .second-child li a:hover {
    color: #1EB1ED;
}

.contact .second-child p {
    padding-bottom: 20px;
}

.contact h1 {
    font-size: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #1EB1ED;
}

/*==========Footer Section===============*/

.footer {
    background-color: #232323;
    padding: 50px 0 50px 0;
}

.widget-about .text {
    color: #888;
}

.footer::-webkit-input-placeholder {
    color: #888;
}

.footer:-moz-placeholder {
    color: #888;
}

.footer::-moz-placeholder {
    color: #888;
    opacity: 1;
}

.footer-widgets .widget {
    margin-bottom: 30px;
}

.footer-widgets .widget {
    margin-bottom: 30px;
}

.footer-widgets .widget .widget-title {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.footer .widget-recent-new ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .widget-recent-new ul li:first-child {
    border: none;
    padding-top: 0;
}

.footer .widget-recent-new ul li {
    border-top: solid 1px #343434;
    padding: 15px 0;
    color: #888;
}

.footer .widget-recent-new ul li h3 {
    font-size: 14px;
    margin-bottom: 0 0 5px 0;
}

.footer .widget-recent-new ul li h3 a {
    color: #888;
}

.footer .widget-recent-new ul li h3 a:hover {
    color: #1EB1ED;
}

.text p {
    padding-right: 5px;
}

.footer .widget-navigation ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.footer .widget-navigation ul li {
    margin-bottom: 14px;
}

.footer .widget-navigation ul li a {
    position: relative;
    color: #888;
    padding-left: 19px;
    display: inline-block;
}

.footer .widget-navigation ul li a:hover {
    color: #1EB1ED;
}

.footer .widget-navigation ul li a::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f101";
    font-family: "fontAwesome";
    color: #1EB1ED;
}

/* footer styles 2 */

.footer .footer-container {
    padding: 40px 20px;
}

.footer-container li {
    list-style-type: none;
    padding: 5px;
}

.footer-container a {
    color: #3db1ff !important;
    /* color: #eec42e !important;     */
    text-decoration: none !important;
}

.footer-container a:hover, .footer-container a:active {
    color: #fff !important;
}

.cinfo {
    font-size: 1.5em;
    font-weight: bold;
    margin: 8px 10px;
    color: #3db1ff;
}

.binfo {
    font-size: 1.5em;
    font-weight: bold;
    margin: 8px 0px;
    color: #3db1ff;
}

.footnote {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
}

.footnote p {
    text-align: center;
}

.footnote a {
    color: #b0b0b0;
}

.footnote a:hover, .footnote a:active {
    color: #eec42e;
    text-decoration: none;
}

.footercenter {
    margin-left: 40px;
}

.footerleft {
    margin-left: -50px;
}

.footer-text {
    padding-left: 17px;
}

.footer-intro {
    width: 85%;
}

@media screen and (max-width: 992px) {
    .footerright {
        margin-left: -45px;
    }
    .footercenter {
        margin-left: -35px !important;
    }
    
    .icon-div {
        display: flex;
        justify-content: left;
        align-items: center;
        font-size: 40px !important;
        padding: 20px;
    }
    .phone-img {
        display: none;
    }
}

form {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

input[type="text"], input[type="email"] {
    border: 1px solid #f1f1f1;
    padding: 16px 30px;
    background-color: transparent;
    line-height: inherit;
    width: 100%;
    margin-bottom: 20px;
    height: auto;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border ease .238s;
    -o-transition: border ease .238s;
    transition: border ease .238s;
    color: #fff;
}

textarea {
    color: #fff;
    border: 1px solid #f1f1f1;
    padding: 16px 30px;
    background-color: #fff;
    line-height: inherit;
    width: 100%;
    margin-bottom: 20px;
    height: auto;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border ease .238s;
    -o-transition: border ease .238s;
    transition: border ease .238s;
}

.footer .form-control-wrap.your-name {
    width: 46.296%;
    margin-right: 7.407%;
    float: left;
}

.footer .form-control-wrap input {
    padding: 7px 14px;
    border-color: #343434;
    background-color: transparent;
}

.footer .form-control-wrap.your-email {
    width: 46.296%;
    float: left;
}

.footer .form-control-wrap textarea {
    padding: 7px 14px;
    border-color: #343434;
    background-color: transparent;
}

.footer .wrap-submit .widget-submit {
    width: 160px;
    height: 50px;
    margin-top: 20px;
}

input[type="submit"] {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    padding: 15px 25px;
    background-color: #1EB1ED;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    display: inline-block;
    -webkit-appearance: none;
    -webkit-transition: all ease .238s;
    -o-transition: all ease .238s;
    transition: all ease .238s;
    border: none;
}

.footer .wrap-submit .widget-submit:hover {
    background-color: #D32F2F;
}

footer {
    padding: 20px 0;
    background-color: #292929;
    color: #888;
}

.copyright_text.center {
    text-align: left;
    margin-top: 4%;
}

.form-email.form-element {
    padding: 10px 50px;
}

.list-unstyled>li {
    display: inline-block;
    margin: 0 10px;
}

.list-unstyled>li a {
    border: 1px solid #fff;
    padding: 10px 15px;
}

.list-unstyled>li a:hover {
    border: 1px solid #F44336;
    color: #F44336;
}

.list-unstyled a {
    color: #fff;
}

.footer-bottom .list-unstyled {
    margin: 20px 0 20px 0;
    float: right;
}

/*===========================================-=*/

/*===========================================-=*/

/*==HOME-2==*/

/*=============================================*/

/*=============================================*/

.section-heading-2 {
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
}

.section-heading-3 h3 {
    font-weight: 700;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 25px;
    line-height: 0;
}

.section-heading-3 {
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
}

.section-heading-2 h3 {
    font-weight: 700;
    color: #666666;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 25px;
    line-height: 0;
}

.header-spearetor-2 {
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    position: relative;
}

.header-spearetor-2::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 100%;
    width: 50px;
    height: 2px;
    background-color: #1EB1ED;
    -webkit-transform: translate(30%, -50%);
    -ms-transform: translate(30%, -50%);
    transform: translate(30%, -50%);
}

.header-spearetor-2::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 100%;
    width: 50px;
    height: 2px;
    background-color: #1EB1ED;
    -webkit-transform: translate(30%, -50%);
    -ms-transform: translate(30%, -50%);
    transform: translate(30%, -50%);
}

.header-spearetor-2::after {
    left: inherit;
    right: 100%;
    -webkit-transform: translate(-30%, -50%);
    -ms-transform: translate(-30%, -50%);
    transform: translate(-30%, -50%);
}

.header-spearetor-2 i {
    font-size: 20px;
    color: #1EB1ED;
}

.header-spearetor-3 {
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    position: relative;
}

.header-spearetor-3::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 100%;
    width: 50px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: translate(30%, -50%);
    -ms-transform: translate(30%, -50%);
    transform: translate(30%, -50%);
}

.header-spearetor-3::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 100%;
    width: 50px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: translate(30%, -50%);
    -ms-transform: translate(30%, -50%);
    transform: translate(30%, -50%);
}

.header-spearetor-3::after {
    left: inherit;
    right: 100%;
    -webkit-transform: translate(-30%, -50%);
    -ms-transform: translate(-30%, -50%);
    transform: translate(-30%, -50%);
}

.header-spearetor-3 i {
    font-size: 20px;
    color: #fff;
}

/* =-=-=-=-=-=-= Slider Section Home One =-=-=-=-=-=-= */

.trendy-slider {
    overflow: hidden;
    position: relative;
}

.trendy-slider img {
    width: 100%;
    background-size: cover;
}

.carousel-fade .carousel-inner .item {
    max-height: 800px;
    opacity: .8;
    margin: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-inner .item:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
}

.carousel-fade .carousel-control {
    z-index: 20
}

/* Caption style
/* ------------------------------ */

.trendy-slider .carousel-caption {
    position: absolute;
    top: 45%;
    margin-top: -165px;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    z-index: 15;
    color: #fff;
    bottom: inherit;
}

.trendy-slider .carousel-caption h1 {
    color: #FFFFFF;
    font-size: 60px;
    line-height: 80px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 50px 0;
    font-family: 'Open Sans', sans-serif;
}

.trendy-slider .carousel-caption h1 span {
    font-weight: 900;
}

.trendy-slider .carousel-caption p {
    color: #FFFFFF;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 70px;
}

/* next and previous control button style
/* --------------------------------------------- */

/*control button style one*/

.control-one .carousel-control {
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 40px;
    top: 50%;
    margin-top: -25px;
    border-radius: 0%;
    color: #666;
    background-color: #fff;
    background-image: none;
    text-shadow: none;
    opacity: 0;
    visibility: hidden;
}

.control-one:hover .carousel-control {
    opacity: 1;
    visibility: visible;
}

.control-one .carousel-control {
    color: #F44336;
}

.control-one .carousel-control:hover {
    background-color: #F44336;
    color: #fff;
}

.control-one .left.carousel-control {
    left: 30px;
}

.control-one .right.carousel-control {
    right: 30px;
}

/*control button style two*/

.control-two .carousel-control {
    width: 30px;
    height: 60px;
    line-height: 58px;
    font-size: 30px;
    top: 50%;
    margin-top: -25px;
    color: #202020;
    background-color: rgba(255, 255, 255, 0.4);
    background-image: none;
    text-shadow: none;
    opacity: 0;
    visibility: hidden;
}

.control-two:hover .carousel-control {
    opacity: 1;
    visibility: visible;
}

.control-two:hover .carousel-control:hover {
    color: #ff2a40;
    background-color: rgba(255, 255, 255, 0.9);
}

/* Text animation delay for first slider
/* ------------------------------------- */

.delay-1 {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

/*=========About-2 Section================*/

.about-2 {
    min-height: 700px;
    padding: 130px 0;
}

.about-2 h2 {
    font-size: 26px;
    text-align: right;
    line-height: 50px;
    margin: 0;
    color: #616161;
    padding-right: 20px;
}

.about-content-box-2 {
    padding-right: 20px;
}

.about-content-box-3 {
    background: #F44336;
    text-align: center;
    padding: 46px 50px;
    color: #fff;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.about-content-box-3:hover {
    background: #D32F2F;
}

.about-content-box-3 i {
    font-size: 50px;
}

.about-content-box-3 h3 {
    margin: 10px 0;
}

.about-content-box-2 .btn.btn-1.btn-1e {
    margin: 30px 0 0 0;
    padding: 15px 50px;
}

/*=========Service-2 Section==============*/

.services-2 {
    background: #F7f7f7;
    min-height: 700px;
    padding: 130px 0;
}

.services-2-content-box-1 {
    color: #fff;
    background: #F44336;
    text-align: center;
    padding: 40px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.services-2-content-box-1:hover {
    background: #D32F2F;
}

.services-2-content-box-1 h3 {
    margin: 25px 0;
}

.services-2-content-box-1 i {
    font-size: 60px;
}

.services-2-content-box-1 ul {
    text-align: left;
    list-style: none;
    line-height: 45px;
    margin: 40px 0 0 0;
}

.services-2-content-box-1 ul li {
    line-height: 45px;
}

.services-2-content-box-1 ul li i {
    font-size: 15px;
    margin-right: 15px;
}

.services-2-content-box-2 {
    margin-left: 0;
    color: #616161;
}

.services-2-content-box-2-content h3 a {
    color: #F44336;
}

.services-2-content-box-2-content {
    padding: 30px;
}

.services-2-content-box-2-content h3 {
    padding: 25px 0 10px 0;
    color: #9C27B0;
}

.services-2-content-box-2-content i {
    font-size: 40px;
    color: #F44336;
}

/*==========Pricing Table-2 Section==============*/

.pricing-table-2 {
    min-height: 700px;
    padding: 130px 0;
    text-align: center;
}

.wpb_wrapper {
    margin-right: -15px;
}

.ziph-tblpric_hdr {
    padding: 18px 0;
    display: block;
}

.ziph-tblpricing {
    padding: 29px 40px 30px;
    display: block;
    margin: 0 -1px;
    color: #fff;
}

.ziph-pricing_single {
    background: #FAFAFA;
    border: 1px solid #ececec;
    padding-bottom: 11px;
    margin: 33px 15px 0 0;
}

.ziph-tblpric_hdr {
    padding: 18px 0;
    display: block;
}

.ziph-tblpric_hdr {
    line-height: 26px;
    font-size: 17px;
}

.ziph-tblpricing {
    background: #F44336;
}

.ziph-tblpric {
    line-height: 55px;
    font-weight: 700;
    font-size: 45px;
    font-family: "Open Sans", Arial, sans-serif;
}

.ziph-tblpric sub {
    vertical-align: 5px;
    margin-left: 2px;
}

.ziph-tblpricing q {
    display: block;
    color: #f3f3f3;
}

.ziph-tblpricing .btn.ziph-btn {
    padding: 15px 30px;
    background-color: #47484B;
    margin-bottom: -65px;
}

.ziph-tblpricing .btn.ziph-btn:hover {
    background: #fff;
}

.ziph-tblpric_list ul {
    padding: 61px 26px 0;
    text-align: center;
}

.ziph-tblpric_list ul li {
    border-bottom: 1px solid #F3F3F4;
    padding-bottom: 14px;
    margin-bottom: 12px;
    color: #808AA6;
    font-family: "Roboto", Arial, sans-serif;
    line-height: 28px;
    font-weight: 500;
}

/*=========Portfolio-2 Section==========*/

.portfolio-2 {
    min-height: 700px;
    padding: 130px 0 100px 0;
    background: #F7f7f7;
}

.gallery-section .gallery-block {
    padding: 0px 5px;
}

.gallery-block {
    position: relative;
}

.gallery-block .inner-box {
    position: relative;
    overflow: hidden;
}

.gallery-block .inner-box .image-box {
    position: relative;
    margin: 0 0 30px 0;
}

.gallery-block .inner-box .image-box img {
    position: relative;
    width: 100%;
    display: block;
}

.gallery-block .inner-box .image-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    background: rgba(0, 0, 0, 0.80);
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.gallery-block .inner-box .image-box .overlay-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    padding: 10px 30px;
    vertical-align: middle;
}

.gallery-block .inner-box .image-box .overlay-box .overlay-inner .portfolio-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.portfolio-content i {
    font-size: 40px;
}

.gallery-block .inner-box .image-box .overlay-box .overlay-inner .portfolio-content h3 {
    position: relative;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gallery-block .inner-box .image-box .overlay-box .overlay-inner .portfolio-content h3 a {
    color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.gallery-block .inner-box .image-box .overlay-box .overlay-inner .portfolio-content h3 a:hover {
    color: #F44336;
}

.gallery-block .inner-box:hover .overlay-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

/*==========BLOG-2 Section===============*/

.blog-2 {
    min-height: 700px;
    padding: 130px 0;
}

.w3ls-effect {
    display: block;
    /* height: ; */
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
}

.w3ls-effect img {
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.w3ls-effect:before {
    content: '';
    background-color: rgba(0, 0, 0, 0);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.team-grids:hover .w3ls-effect .view-caption {
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    border-radius: 0 0 0 0;
    background: #fff;
}

.team-grids:hover .w3ls-effect .wthree-icon {
    bottom: 25%;
    -ms-transform: translateY(-80%);
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
}

.w3ls-effect:hover .view-caption {
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    border-radius: 0 0 0 0;
}

.team-grids:hover .wthree-icon {
    bottom: 25%;
    -ms-transform: translateY(-80%);
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
}

.w3ls-effect-2 {
    margin: 0% -1px;
    padding: 30px;
    background: #F5F5F5;
    border: 1px solid #fff;
}

.w3ls-effect:hover .wthree-icon a {
    -webkit-animation-name: translate-transition;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-name: translate-transition;
    animation-duration: 0.8s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

.w3ls-effect:hover .view-caption {
    /* background-color: ; */
    -webkit-transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
    -o-transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
    transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
    padding: 25px 15px 15px 15px;
    height: 15%;
    text-align: left;
    position: relative;
    z-index: 0;
    border-radius: 25px 0 0 0;
}

.w3ls-effect .view-caption {
    /* background-color: ; */
    -webkit-transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
    -o-transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
    transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
    padding: 25px 15px 15px 15px;
    height: 15%;
    text-align: left;
    position: relative;
    border-radius: 25px 0 0 0;
    margin-bottom: -25%;
}

.w3ls-effect .view-caption h4 {
    color: #e8c802;
    font-size: 1.3em;
}

.w3ls-effect .view-caption p {
    margin-top: 0.3em;
}

.w3ls-effect .wthree-icon {
    bottom: 0;
    padding: 10px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: left;
    overflow: hidden;
    z-index: 9;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transform: translateY(1000%);
    -webkit-transform: translateY(1000%);
    transform: translateY(1000%);
    margin-bottom: -10%;
}

.social-button {
    display: inline-block;
    background-color: #fff;
    width: 50px;
    height: 50px;
    margin: 115px 0 0 -55px;
    line-height: 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
    opacity: .99;
    border-radius: 20%;
    right: -15%;
    color: #F44336;
}

.social-button-2 {
    display: inline-block;
    background-color: #fff;
    width: 50px;
    height: 50px;
    margin: 115px 0 0 250px;
    line-height: 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
    opacity: .99;
    border-radius: 20%;
    right: -13%;
    color: #F44336;
}

.social-button:before {
    content: '';
    background-color: #F44336;
    width: 120%;
    height: 120%;
    position: absolute;
    top: 102%;
    left: -118%;
    -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    -o-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-button-2:before {
    content: '';
    background-color: #F44336;
    width: 120%;
    height: 120%;
    position: absolute;
    top: 102%;
    left: -118%;
    -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    -o-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-button .fa {
    /* font-size: ; */
    vertical-align: middle;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    -o-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-button-2 .fa {
    /* font-size: ; */
    vertical-align: middle;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    -o-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-button:focus:before, .social-button:hover:before {
    top: -10%;
    left: -10%;
}

.social-button-2:focus:before, .social-button-2:hover:before {
    top: -10%;
    left: -10%;
}

.social-button:focus .fa, .social-button:hover .fa {
    color: #fff;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.social-button-2:focus .fa, .social-button-2:hover .fa {
    color: #fff;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.view-caption .button-1 {
    margin: -14% 0 -1% 57%;
}

.blog-2 .team-grids .w3ls-effect .view-caption .button-1 .btn {
    padding: 5px 20px;
}

/*==========team-2 Section===============*/

.team-2 {
    background: #f7f7f7;
    min-height: 700px;
    padding: 130px 0;
}

.thumbnail {
    font-size: 13px;
    background: #fff;
    border-radius: 0px;
    padding: 0px;
    margin: 0;
    text-align: center;
    line-height: 25px;
    border: 0;
    border-top: 5px solid #fff;
}

.thumbnail .caption {
    color: #888;
    padding: 40px;
    background: #232323;
}

.caption h4 {
    color: #fff;
    margin-top: 0;
}

.thumbnail .caption span {
    font-style: italic;
}

.thumbnail .caption {
    color: #888;
}

.thumbnail img {
    width: 100%;
}

.team-2 .list-unstyled {
    margin-top: 20px;
}

/*==========testimonial Section===============*/

.testimonial-1 .section-heading-2 h3, .testimonial-1 .heading h2 {
    color: #fff;
}

/*================================================================*/

/*===Home-3 Section===*/

/*================================================================*/

.heading {
    padding: 0px 15px;
    margin-bottom: 50px;
}

.heading h2 {
    font-size: 36px;
    color: #666;
    position: relative;
    font-weight: 700;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.heading-underline {
    background: #F44336;
    height: 1px;
    margin: 0 auto;
    max-width: 150px;
    position: relative;
}

.heading-underline:before {
    background: #F44336;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -5px;
    width: 75px;
}

.heading-underline:after {
    background: #F44336;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 75px;
}

.section-padding {
    padding: 80px 0;
}

.section-title h1 {
    font-size: 40px;
    border-bottom: 1px solid #F44336;
    display: inline-block;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.section-title h1::before {
    bottom: -19%;
    content: "B - A";
    font-size: 14px;
    left: 50%;
    margin: auto;
    position: absolute;
    text-transform: none;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    color: #F44336;
    background: #fff;
    padding: 8px;
    border-radius: 100%;
}

.hero-section {
    text-align: center;
    color: #fff;
}

/*========About-Section========*/

.about-3 {
    min-height: 600px;
    padding: 130px 0;
}

.about-content-3 {
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    padding: 30px;
    background-color: #f7f7f7;
    height: 300px;
}

.about-content-3 i {
    background: #F44336;
    color: #ffffff;
    font-size: 30px;
    padding: 20px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid transparent;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.about-content-3 h3 {
    margin-top: 35px;
    color: #F44336;
}

.about-content-3 p {
    margin-top: 20px;
}

.about-content-3:hover i {
    background: #fff;
    color: #F44336;
    border: 1px solid #F44336;
}

.why-us-app {
    float: right;
    top: 15px;
}

.about-box-3 {
    border: 5px solid #F44336;
    padding: 30px;
    text-align: center;
    height: 300px;
}

.about-box-3 h2 {
    font-size: 100px;
    margin: 0;
    /* padding: ; */
    color: #F44336;
}

.about-box-3 p {
    font-size: 20px;
    margin: 0;
    font-weight: 900;
    line-height: 40px;
}

.about-text {
    background: #f7f7f7;
    padding: 30px;
    margin-right: 15px;
    line-height: 26px
}

.about-text p:first-child {
    color: #373737;
    font-size: 14px;
}

.about-text ul {
    list-style-type: none;
    text-transform: capitalize;
    padding: 5px 15px;
    float: left;
}

.about-text li {
    color: #373737;
    line-height: 26px;
}

.about-text .button-1 p {
    padding: 5px 0;
}

.about-text .button-1 .btn-1 {
    margin: 10px 0;
}

/*========Service-Section========*/

.services-3 {
    min-height: 700px;
    padding: 130px 0;
    background: #F4F4F4;
}

.service-box {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 40px !important;
    margin-top: 20px;
}

.service-icon i {
    display: inline-block;
    font-size: 36px;
    width: 90px;
    height: 90px;
    line-height: 84px;
    color: #F44336;
    border: 5px solid #FFFFFF;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 3px #bbb;
    box-shadow: 0 0 3px #bbb;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fafafa;
}

.service-box:hover .service-icon i {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
    background: #F44336;
    -webkit-box-shadow: 0 0 3px #6362b8;
    box-shadow: 0 0 3px #6362b8;
}

.pt-2 {
    margin: 0;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.service-desc h5 {
    font-size: 20px;
    color: #666;
}

.text-muted {
    color: #868e96 !important;
    padding-top: .5rem !important;
}

/*========Priceing Table Section========*/

.price-table {
    padding: 40px 30px;
    text-align: center;
    border-radius: 10px;
    background: #F44336;
}

.price-heading {
    color: #fff;
    font-size: 45px;
    font-family: sans-serif;
    font-weight: 700;
}

.price-heading>h4 {
    color: #fff;
    font-size: 20px;
    margin: 10px 0;
    text-align: left;
    text-transform: uppercase;
    font-weight: 000;
}

.price-table sub {
    font-size: 25px;
}

.price-table-container>ul {
    padding: 0 0 15px;
    margin: 10px 0;
}

.price-table-container li {
    color: #fff;
    font-size: 20px;
    list-style: outside none none;
    padding: 5px 0;
    margin: 0;
    font-family: sans-serif;
}

.zaleema-btn {
    background-color: #eee;
    border-radius: 40px;
    color: #212121;
    display: inline-block;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.zaleema-btn:hover {
    background: #212121;
    color: #fff;
}

/*=================Blog-3 Section======================*/

.blog-3 {
    min-height: 700px;
    padding: 130px 0;
}

.blog-3-content {
    background: #FAFAFA;
    padding: 30px;
    margin: 0;
}

.blog-3-content h2 {
    margin-bottom: 20px;
    font-weight: 900;
}

.blog-3-content span {
    padding: 10px;
    background: #666;
}

.blog-3-content i {
    padding: 15px;
    font-size: 20px;
    color: #F44336;
    border: 1px solid #F44336;
    margin: 0 10px 10px 0;
}

.blog-3-content h3 a {
    color: #666;
}

.blog-3 .btn.btn-1.btn-1e {
    margin: 0;
}

.blog-3-box.foo {
    background: #F4F4F4;
    padding: 0;
}

.blog__details h2 a {
    color: #666;
}

.blog__details h2 a:hover {
    color: #F44336;
}

.blog__thumb a {
    display: block;
}

.blog__thumb a img {
    width: 100%;
}

.blog-3-box {
    overflow: hidden;
}

.blog-3-box .blog__thumb a img {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.blog-3-box:hover .blog__thumb a img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.blog__thumb {
    padding-bottom: 24px;
    position: relative;
}

.blog__hover__info {
    bottom: 0;
    left: 0;
    padding: 0 26px;
    position: absolute;
    width: 100%;
    z-index: 5;
}

.blog__meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F44336;
    border: none;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    font-family: sans-serif;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 24px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin: 0;
}

.blog__details {
    padding: 30px;
}

.blog-3-box:hover .blog__meta li a, .blog-3-box:hover .blog__meta li {
    color: #fff;
}

.blog__meta li a {
    color: #fff;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.blog__meta li a:hover {
    color: #F44336;
}

.blog__meta li {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    list-style: none;
}

.blog__meta li+li {
    margin-left: 20px;
}

.blog__details h2 {
    color: #606060;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
    text-transform: uppercase;
}

.blog__btn a {
    color: #212121;
    font-family: Raleway;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.blog__btn a i {
    padding-left: 9px;
}

.blog__btn a:hover {
    color: #F44336;
}

.blog__btn {
    margin-top: 16px;
}

.content {
    margin-top: 100px;
    text-align: center;
    color: #c5c5c5;
    font-size: 25px;
    text-shadow: #ffffff 1px 1px 1px;
}

a.go {
    font-size: 15px;
}

a.go:hover {
    text-decoration: underline;
}

#home {
    margin-top: 20px;
}

.blog_column_metro .post {
    overflow: hidden;
    position: relative;
}

.blog_column_metro article {
    display: block;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

.team-3 {
    min-height: 350px;
    padding: 130px 0 100px 0;
    background: #F4F4F4;
}

.team {
    text-align: center;
    overflow: hidden;
    margin: 0 0 40px 0;
}

.team.team-list .team-photo {
    float: left;
    width: 50%;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.team.team-list .team-description {
    position: relative;
    overflow: hidden;
    text-align: left;
    padding: 0 20px 0 20px;
    background: #fff;
}

.team.team-list h5 {
    font-size: 13px;
    color: #666;
    text-transform: uppercase;
}

.team.team-list .team-info span {
    font-size: 18px;
}

.team .team-contact span.call {
    font-size: 13px;
    line-height: 23px;
    font-weight: 600;
    margin: 10px 0;
    color: #666;
    display: block;
}

.team .team-contact span.email {
    color: #666;
    font-size: 12px;
}

.team .team-contact span i {
    padding-right: 5px;
}

.social-icons {
    margin: 20px 0 13px 0;
}

.social-icons .list-unstyled {
    text-align: left;
}

.social-icons .list-unstyled>li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.social-icons .list-unstyled>li a {
    border: 1px solid #666;
    padding: 5px 10px;
    color: #666;
}

.social-icons .list-unstyled>li a:hover {
    border: 1px solid #F44336;
    color: #F44336;
}

.item {
    margin: 0 15px 15px 0;
    overflow: hidden;
    position: relative;
}

.item .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #666;
    top: 0;
    opacity: 0;
    left: 0;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.item .overlay {
    background-color: #666;
}

.item .overlay .overlay-inner {
    top: 50%;
}

.item .overlay h3 a, .masonry .item .overlay h3 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #666;
    text-align: center;
}

.item .overlay h6 {
    text-align: center;
}

.item .overlay h6 a {
    margin-left: 0;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 15px;
    color: #888;
    line-height: 25px;
}

.item .overlay .overlay-inner {
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.item:hover .overlay {
    opacity: 0.8;
}

.item .overlay h3 {
    text-align: center;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 15px);
    -webkit-transition: all .15s 75ms cubic-bezier(.2, .45, .44, .93);
    -o-transition: all .15s 75ms cubic-bezier(.2, .45, .44, .93);
    transition: all .15s 75ms cubic-bezier(.2, .45, .44, .93);
}

.item:hover .overlay h3 {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .3s .1s cubic-bezier(.455, .03, .515, .955);
    -o-transition: all .3s .1s cubic-bezier(.455, .03, .515, .955);
    transition: all .3s .1s cubic-bezier(.455, .03, .515, .955);
}

.item .overlay h3 a, .item .overlay h3 {
    text-decoration: none;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin: 10px 0;
}

.item img {
    max-width: 100%;
}

.page-title {
    padding: 70px 0;
}

/*================================================================*/

/*===Extra-Page===*/

/*================================================================*/

/*==============About Details One Section==========*/

.about-details-one {
    padding: 0;
    margin: 0;
    position: relative;
    background: url(../img/about-details-one.html);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 500px;
}

.about-details-one:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.about-details-one-wrapper-inner {
    position: absolute;
    margin-top: 15%;
    left: 0;
    right: 0;
    z-index: 15;
    color: #fff;
    bottom: inherit;
}

.about-details-one-wrapper-inner i {
    padding: 15px 100px;
    background: #F44336;
    border: 2px solid #fff;
}

.about-details-one-wrapper-inner h2 {
    margin: 25px 0;
    font-size: 40px;
    text-transform: uppercase;
}

.about-details-one-underline {
    background: #fff;
    height: 3px;
    margin: 0 auto;
    max-width: 80px;
    position: relative;
}

.about-details-one-wrapper-inner p {
    margin-top: 20px;
}

.pi-section-grey.pi-border-bottom {
    background-color: #f4f6f6;
    border-bottom: 1px solid #e6eaea;
    color: #666e70;
}

.pi-titlebar.pi-breadcrumb-only {
    padding: 17px 0;
}

.pi-titlebar .pi-breadcrumb {
    font-size: 12px;
    line-height: 1.3em;
}

.pi-titlebar .pi-breadcrumb ul {
    display: inline;
    margin: 0;
    padding: 0;
    -webkit-padding-start: 0;
    margin-left: 5px;
}

.pi-titlebar .pi-breadcrumb li {
    display: inline;
}

.about-details-one-content {
    padding: 130px 0;
}

.about-details-one-box-1 {
    margin-right: 30px;
}

.about-details-one-box-2 {
    margin-right: 15px;
    padding: 5px 0;
}

.about-details-one-box-2>h3 {
    float: left;
    font-family: Nunito;
    font-size: 27px;
    font-weight: bold;
    line-height: 40px;
    margin: 20px 0;
    width: 100%;
}

.about-details-one-box-2 h5 {
    margin-top: 20px;
}

.about-details-one-box-2 i {
    margin-right: 10px;
}

.about-details-one-content-2 {
    padding: 130px 0;
    background: #f7f7f7;
}

.about-details-one-content-2-box {
    margin: 0 15px 60px 0;
}

.promotion {
    text-align: center;
    border: 1px solid #F44336;
    padding: 30px;
}

.promotion h2 {
    text-transform: uppercase;
    font-weight: 900;
    color: #F44336;
    margin-bottom: 30px;
}

.promotion p {
    line-height: 36px;
}

/*==============About Details Two Section==========*/

.about-details-two-wrapper-inner {
    margin-right: 15px;
}

.about-details-two-wrapper-inner h2 {
    margin-top: 200px;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 900;
    border-bottom: 2px solid #818181;
    padding-bottom: 20px;
}

.about-details-two-wrapper-inner .pi-section.pi-titlebar p {
    float: left;
    color: #fff;
    font-size: 20px;
}

.about-details-two-wrapper-inner .pi-breadcrumb {
    float: right;
    margin-top: 8px;
    color: #fff;
}

.about-details-two-wrapper-inner .pi-breadcrumb ul li {
    font-size: 20px;
    margin-left: 5px;
}

.about-details-two-content {
    padding: 130px 0;
}

.about-details-two-content h4 {
    font-size: 30px;
    /* padding: ; */
    padding-bottom: 10px;
}

.noor-line {
    border-bottom: 1px solid #eee;
    margin: 0 15px 30px 0;
}

.noor-line::before {
    content: '';
    position: absolute;
    background: #F44336;
    height: 2px;
    width: 5rem;
}

.about-details-two-content p {
    margin-right: 15px;
}

.about-details-two-content-2 {
    padding: 130px 0;
}

.about-details-two-content-2-box {
    background: #F44336;
    color: #fff;
    padding: 30px;
    margin: 14% 15px 0 -30%;
}

.about-details-two-content-2-box h4 {
    margin-bottom: 20px;
    font-size: 25px;
}

.service-details-one-content-box {
    background: #f7f7f7;
    padding: 40px;
    margin-right: 15px;
}

.service-details-one-content {
    padding: 130px 0;
}

.service-details-one-content-box i {
    font-size: 40px;
    color: #F44336;
}

.service-details-one-content-box h4 {
    margin: 25px 0;
    font-size: 25px;
}

.service-details-one-content-2 {
    padding: 130px 0;
}

.media {
    margin-right: 15px;
}

.media-left i {
    font-size: 80px;
    padding: 40px 0 0 0;
    color: #F44336;
}

.media-body {
    padding: 0 20px;
}

.media-body h4 {
    font-size: 25px;
    color: #F44336;
    margin-bottom: 20px;
}

.color {
    background: -webkit-linear-gradient(10deg, #F44336 55%, transparent 35%);
    background: -o-linear-gradient(10deg, #F44336 55%, transparent 35%);
    background: linear-gradient(80deg, #F44336 55%, transparent 35%);
    color: #fff;
}

.service-details-two-main-content {
    padding: 130px 0 0 0;
}

.service-details-two-main-content .col-md-12 {
    padding-bottom: 130px;
}

.service-details-two-content {
    background: url("../img/service-details-two.jpg")fixed no-repeat center left/ cover;
}

.service-details-two-content-box {
    margin-right: 15px;
}

.service-details-two-content-box i {
    font-size: 30px;
    border: 1px solid #fff;
    padding: 10px 20px;
    color: #fff;
    margin-top: 40px;
}

.service-details-two-content-box h4 {
    font-size: 20px;
    font-weight: 900;
    margin: 20px 0;
}

.service-details-two-content-box-2 {
    margin: 40px 15px 0 20px;
    border: 10px solid #F44336;
}

.service-details-two-content-2 {
    padding: 130px 0;
}

.service-details-two-content-2 h2 {
    text-transform: uppercase;
    font-size: 50px;
    margin-bottom: 30px;
}

.service-details-two-content-2 p {
    padding: 20px 250px;
}

.blog-section {
    padding: 130px 0;
}

.blog_post {
    border-bottom: 1px dotted #666;
    padding-bottom: 30px;
    margin: 0 15px 30px 0;
}

.blog_posts_wrapper .blog_post {
    margin-bottom: 35px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 40px;
}

.blog_posts_wrapper.blog_posts_single .blog_post_banner {
    margin-top: 0;
}

.blog_post_banner.blog_post_image {
    overflow: hidden;
}

.blog_post_banner {
    margin-top: 26px;
    margin-bottom: 28px;
}

.blog_meta_item a {
    margin-right: 10px;
    color: #666;
}

.blog_meta_item i:hover {
    color: #F44336;
}

.blog_post span {
    color: #666;
    font-family: initial;
    padding: 0 15px 0 0;
}

.blog_meta_item.blog_meta_author {
    margin-left: 20px;
}

.entry-content.blog_post_text.blog_post_description {
    margin-top: 30px;
}

.entry-content.blog_post_text.blog_post_description h4 {
    margin: 30px 0 10px 0;
    font-size: 20px;
    font-weight: 700;
}

blockquote {
    position: relative;
    margin: 50px 0;
    font-weight: bold;
    border-top: 1px dashed #cacaca;
    display: block;
    border-bottom: 1px dashed #cacaca;
    padding: 8px 65px;
    text-align: center;
    line-height: 1.6em;
    font-size: 1.1em;
    border-left: none;
    border-right: none;
}

blockquote::before {
    content: "\201C";
    position: absolute;
    left: 0;
    top: 25px;
    font-size: 75px;
    color: #EDEDED;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: initial;
}

.blog-social {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-social li {
    display: inline-block;
    margin: 20px 10px;
    font-size: 20px;
}

.blog-social li a {
    padding: 5px 10px;
    border: 1px solid #666;
    color: #666;
}

.blog-social li a:hover {
    border: 1px solid #F44336;
    color: #F44336;
}

.comment-respond {
    margin-right: 15px;
}

.comment_time {
    font-family: initial;
    color: #666;
}

.comment-reply-link {
    color: #F44336;
}

.media-list {
    padding: 20px 0 50px 0;
    list-style: none;
}

.comment-notes {
    margin: 30px 0;
}

.comment-respond .comment-form .submit {
    border: 2px solid #9E9E9E;
    color: #9E9E9E;
}

.comment-respond .comment-form .submit:hover {
    border: 2px solid #F44336;
    color: #F44336;
}

@media screen and (max-width: 400px) {
    .ussd-newimage-container img {
        height: 200px;
        width: 200px;
    }
}

.navbar-toggle {
    border-color: transparent !important;
}