@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900');

body {
    font-family: 'Roboto', 'Raleway';
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #666;
    overflow-x: hidden;
    line-height: 25px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.roof-menu ul li.active a:hover,
.roof-menu ul li a:hover {
    opacity: .8
}

a {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

a:hover {
    color: #a22f30;
    text-decoration: none
}

a:focus {
    outline: 0;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 10px
}

.section-title {
    font-family: muli, sans-serif;
    font-weight: 700;
    font-size: 34px;
    color: #404040;
    line-height: 44px;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase
}

.section-subcontent {
    text-align: center;
    padding-bottom: 30px
}

.small-title {
    font-size: 15px;
    position: relative;
    text-align: left
}

.big-title {
    font-family: open sans, sans-serif;
    font-size: 60px;
    color: #fff!important;
    text-transform: uppercase
}

.medium-title {
    color: #fff;
    font-family: open sans, sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700
}

.mr {
    margin-right: 10px
}



.btn,
button {
    padding: 7px 30px;
    border-radius: 0;
    font-weight: 400;
    color: #fff;
    font-size: 13px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    display: inline-block
}

.btn:hover,
button:hover {
    color: #fff;
    carsoer: pointer
}

.btn-common {
    color: #fff!important;
    background: #ff5959;
    position: relative;
    border: transparent;
    z-index: 1
}

.btn-common:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    z-index: -1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.btn-common:hover:before {
    width: 100%
}

.btn-border {
    background: rgba(255, 255, 255, .18);
    border: 2px solid #fff;
    color: #fff
}

.btn-border:hover {
    background: rgba(255, 255, 255, .3);
    border: 2px solid #fff;
    color: #fff
}

.btn-radius:before {
    border-radius: 5px 0 0 5px
}

.btn-round {
    border-radius: 1.5em
}

.btn-outline {
    border-width: 2px
}

.btn-outline:hover {
    color: #fff;
    border: 2px solid transparent
}

.btn-lg {
    padding: 9px 30px;
    font-size: 16px
}

.btn-xs {
    font-size: 14px;
    padding: 10px 20px
}

.btn-sm {
    padding: 12px 15px
}

.btn-md {
    font-size: 15px;
    padding: 12px 25px
}

.btn-radius {
    border-radius: 5px
}

.loadmore-button .btn {
    padding: 14px 35px
}

.section-padding {
    padding: 110px 0
}

.section {
    padding: 40px 0;
}

.form-group .help-block {
    color: red
}

.media-left {
    padding-right: 10px
}

.img-circle {
    border-radius: 50%
}

.form-group label {
    margin-bottom: 24px
}

.form-group .radius-input {
    border-radius: 30px;
    height: 45px
}

.form-group .flat-input {
    border-radius: 0
}

.form-group .form-control {
    background: #fff;
    padding-right: 30px;
    color: #666;
    position: relative;
    box-shadow: none
}

.form-group .help-block {
    font-weight: 700
}

.label {
    font-weight: 400;
    margin: 0 2px
}

.social-links {
    display: inline-block
}

.social-links a {
    display: inline-block;
    margin: 0 0 0 5px
}

.social-links a i {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    border-radius: 100%;
    line-height: 32px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.social-links a i:hover {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.social-links a .fa-twitter:hover {
    color: #00aced
}

.social-links a .fa-facebook:hover {
    color: #3b5998
}

.social-links a .fa-google-plus:hover {
    color: #dd4b39
}

.social-links a .fa-youtube-play:hover {
    color: #b00
}

.social-links a .fa-linkedin:hover {
    color: #007bb6
}

li.search {
    position: inherit;
    padding-right: 10px
}

li.search .open-search {
    margin-right: 0!important
}

li.search .open-search i {
    font-size: 13px
}

.navbar-engage .navbar-nav>li.search>a:before {
    display: none
}

i {
    transition: all .3s ease-in-out
}

i:hover {
    opacity: .8;
    transition: all .3s ease-in-out
}

.full-search {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #333;
    padding: 15px 0;
    z-index: 999
}

.full-search input[type=text] {
    outline: 0;
    display: inline-block;
    width: 97%;
    background: 0 0;
    color: #fff;
    font-size: 28px;
    padding: 4px 16px 8px;
    line-height: 39px;
    border-radius: 3px;
    height: auto;
    border: 1px solid #444
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px
}

.back-to-top i {
    display: block;
    font-size: 18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 0;
    text-align: center;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

/*Indra index css*/

/*Indra products css*/
.avlbl-para{
    color: #da281f;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    position: absolute;
    top: 72%;
    left: 31%;
}
.btlpckfrmt{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
/*Indra products css ends*/

/*Indra about */
.abttppara{
    font-size: 26px !important;
    text-align: justify !important;
}
.pdgbtm-60{
    padding-bottom: 60px !important;
}
.pdg-tp-btm-60{
    padding: 60px 0px !important;
}
.abtbtmfrmt{
    width: 64%;
}
/*Indra about ends*/

.crsl-cntnt{
    min-height: 240px;
}
.crsl-cntnt h3{
    width: 290px;
    color: #ffea01;
    margin: auto;
    text-align: center;
    border-bottom: 1px solid #c2b4a4;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.crsl-cntnt p{
    color: #fff;
    text-align: center;
}
.crsl-links li{
    width: 12px;
    height: 12px;
    border-radius: 25px;
    background-color: #595959;
}
.crsl-links .active{
    background-color: #ffea01;
}

.pad-0{
    padding: 0px !important;
}
.bnrbtmfrmt{
    padding: 40px 0px 0px 0px;
}
.bnrlftsec{
    padding-top: 60px;
}
.bnrrtsec{
    padding-top: 60px;
}
.bnrbtmcntnt{
    margin: auto;
    padding-top: 50px;
}
.bnrbtmcntnt p{
    text-align: center;
    font-size: 30px;
    color: #000;
    line-height: 1.3;
    font-weight: 300;
}
.bnrbtmcntnt span{
    font-weight: 500;
}
.product_icn{
    margin: auto;
    padding-top: 20px;
}
.plan-info span{
    font-style: italic;
    font-weight: 500;
}
.hrtimg{
    text-align: center;
    margin: auto;
}
.mrgn-auto{
    margin: auto !important;
}
/*.carousel-control-next, .carousel-control-prev{
    width: 5%;
}*/

.crslwdthfrmt{
     width: 5%;
}

.porfolio-cntnt{
    color: #d71a20;
    overflow: hidden;
    padding-top: 40px;
    padding-left: 10px;
}
.porfolio-cntnt h2{
    font-weight: 300;
}

.porfolio-cntnt span{
    font-weight: 500;
}
.porfolio-cntnt p{
    font-size: 16px;
}
.crslhtfrmt{
    min-height: 310px;
}
.vwallbtn{
    width: 400px;
    margin: auto;
    text-align: center;
    margin-top: 30px;
}
.vwallbtn p{
    font-size: 18px;
    color: #000;
    margin-top: 36px;
    margin-bottom: 30px;
    font-weight: 400;
}
.vwallbtn span{
    color: #000;
    font-weight: 600;
}
.btnvw{
    background-color: #e7e7e7;
    color: #000000 !important;
    border-radius: 20px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
.btnvw a{
    color: #000000 !important;
}

.img1-scet4-qulty{
    background-image: url(../img/qulty-assurance.jpg);
    width: 100%;
    height: 620px;
    background-size: cover;
    background-repeat: no-repeat;
}

.img1-scet4-delicate{
    background-image: url(../img/delicate-ghani.jpg);
    width: 100%;
    height: 620px;
    background-size: cover;
    background-repeat: no-repeat;
}
.blk-clr{
    color: #000 !important;
}

/*Indra index css ends*/

.page-header {
    padding: 0;
    margin: 0;
    position: relative;
    background: url(../img/backgrounds/testimonial-bg.jpg);
    min-height: 164px
}

.page-header .page-header-inner {
    color: #fff;
    height: 100%;
    padding: 40px 0;
    position: absolute;
    width: 100%
}

.page-header .page-header-inner:before {
    background: rgba(231, 76, 60, .2);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    content: "";
    display: block
}

.page-header .page-title {
    color: #fff;
    font-size: 44px;
    margin-bottom: 10px!important;
    padding: 15px 0;
    text-align: left
}

.page-header .breadcrumb {
    margin: 0;
    padding: 0;
    background: 0 0;
    position: relative;
    z-index: 9
}

.page-header .breadcrumb li {
    line-height: 25px
}

.page-header .section-title:before {
    width: 40px
}
.page-header-section-product {
    margin-top: 0px;
    background: url(../img/product/product-bg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 488px;
    padding-top: 100px;
}

.page-header-section {
    margin-top: 0px;
    background: url(../img/about/about-bg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 488px;
    padding-top: 100px;
}

.page-header-area {
    display: table;
    height: 80px;
    width: 100%
}

.page-header-content {
    /* display: table-cell;
     vertical-align: middle; */
    display: flex;
    justify-content: center;
    /*margin: 70px 0 0 0;*/
}

.page-header-content h2 {
    color: #ed3237;
    font-size: 36px;
    letter-spacing: .5px;
    font-weight: 700        
}

#loader {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999
}

.square-spin {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px
}

.square-spin img {
    max-width: 64px
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-80 {
    margin-top: 80px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50pxs
}

#roof {
    background: #3b3b3b
}

.roof-content {
    display: table;
    height: 60px;
    width: 100%
}

.roof-middle {
    display: table-cell;
    vertical-align: middle
}

.roof-menu {
    margin-right: 15px
}

.roof-social-icons a i.fa {
    background: #484848 none repeat scroll 0 0;
    border-radius: 50%;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
    color: #fff;
    margin-right: 10px
}

.roof-menu ul {
    list-style: none
}

.roof-menu ul li {
    float: left
}

.roof-menu ul li a {
    color: #fff;
    font-size: 12px;
    line-height: 35px;
    margin-right: 16px;
    padding: 6px 9px;
    text-transform: uppercase
}

.roof-menu ul li.active a {
    border-radius: 3px;
    margin-right: 0
}

.dropdown-item.active {
    background-color: #9c3;
    color: #fff
}

.dropdown-item.active:focus,
.dropdown-item.active:hover {
    background-color: #9c3;
    color: #fff
}

.nav-bg {
    background: #fff
}

.navbar {
    margin-bottom: 0;
    padding: 0 15px
}

.navbar li {
    color: #666
}

.navbar-engage.affix {
    width: 100%;
    top: 0;
    z-index: 99999;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.navbar-engage.affix .navbar-brand {
    padding: 10px 15px;
    height: 54px
}

.navbar-engage.affix .navbar-brand img {
    width: 100px
}

.navbar-engage.affix .navbar-nav>li>a {
    margin: 10px 20px
}

.navbar-engage.affix .navbar-nav>li>a:focus {
    margin: 10px 20px
}

.navbar-brand {
    width: 130px;
    padding-top: 0;
    height: auto
}

.navbar-engage {
    border: 0;
    border-radius: 0;
    background: #fff
}

.navbar-engage .navbar-nav>li>a {
    font-size: 14px;
    padding: 28px 20px;
    margin: 0;
    outline: 0;
    color: #666;
    font-weight: 400;
    background: 0 0;
    background: 0 0;
    padding-bottom: 5px;
    color: #666;
    position: relative
}

.navbar-engage .navbar-nav>li>a:focus {
    font-size: 14px;
    padding: 28px 20px;
    margin: 0;
    outline: 0;
    color: #666;
    font-weight: 400;
    background: 0 0
}

.navbar-engage .navbar-nav>li>a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 1px;
    position: absolute;
    left: 1px;
    bottom: 4px;
    -webkit-transition: all 800ms cubic-bezier(.19, 1, .22, 1) 0s;
    -moz-transition: all 800ms cubic-bezier(.19, 1, .22, 1) 0s;
    -o-transition: all 800ms cubic-bezier(.19, 1, .22, 1) 0s;
    transition: all 800ms cubic-bezier(.19, 1, .22, 1) 0s
}

.navbar-engage .navbar-nav>li a:hover::before,
.navbar-engage .navbar-nav>li.active a::before,
.navbar-engage .navbar-nav>li.open>a::before {
    width: 15px
}

.navbar-engage .navbar-nav>.active>a:focus::before {
    width: 15px
}

.navbar-engage .navbar-nav>li a:focus>a::before {
    background: 0 0
}

.navbar-engage .navbar-nav>li.open a:focus {
    background: 0 0!important
}

.navbar-engage .navbar-nav>li>a:hover {
    background: 0 0
}

.navbar-engage .navbar-nav>.active>a,
.navbar-engage .navbar-nav>li.open>a {
    background: 0 0
}

.navbar-engage .navbar-nav>.active>a:hover,
.navbar-engage .navbar-nav>.active>a:focus {
    background: 0 0
}

.navbar-engage .navbar-nav>.open>a:hover {
    background: 0 0
}

.dropdown:hover>.dropdown-menu {
    display: block
}

.dropdown-menu {
    -webkit-animation: fadeInUpMenu .4s;
    -moz-animation: fadeInUpMenu .4s;
    -ms-animation: fadeInUpMenu .4s;
    -o-animation: fadeInUpMenu .4s;
    animation: fadeInUpMenu .4s
}

.dropdown-menu.show {
    display: none
}

@-webkit-keyframes fadeInUpMenu {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInUpMenu {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUpMenu {
    -webkit-animation-name: fadeInUpMenu;
    animation-name: fadeInUpMenu
}

.navbar-engage .dropdown-menu {
    padding: 0;
    border-style: solid;
    border-width: 4px 0 0;
    border-radius: 0;
    left: 0;
    right: 0
}

.navbar-engage .dropdown-menu a {
    background: #ecf0f1
}

.navbar-engage .dropdown-menu a.dropdown-item {
    color: #666;
    padding: 10px 0 10px 15px;
    margin: 5px 0
}

.navbar-engage .dropdown-menu a.dropdown-item:hover,
.navbar-engage .dropdown-menu a.dropdown-item .active {
    background: #ecf0f1
}

.navbar-engage .dropdown-item {
    color: #666;
    padding: 10px 0 10px 15px;
    margin: 5px 0
}

.navbar-engage .sub-menu {
    top: -1px;
    left: 100%!important;
    padding: 0;
    border: 0;
    -webkit-animation: fadeInUpMenu .4s;
    -moz-animation: fadeInUpMenu .4s;
    -ms-animation: fadeInUpMenu .4s;
    -o-animation: fadeInUpMenu .4s;
    animation: fadeInUpMenu .4s
}

.navbar-engage .navbar-toggle {
    border-radius: 0
}

@-webkit-keyframes fadeInUpMenu {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInUpMenu {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUpMenu {
    -webkit-animation-name: fadeInUpMenu;
    animation-name: fadeInUpMenu
}

.nav-inline .nav-item+.nav-item {
    margin-left: 0
}

#main-menu ul>li>a {
    background: 0 0!important;
    color: #ed3237;
    position: relative;
    padding: 25px 20px;
    font-weight: 700;
    line-height: 18px;
    font-family: Raleway;
    font-size: 16px;
}

#main-menu ul>.dropdown:hover>ul.dropdown-menu {
    display: block;
    webkit-animation: MenuFadeIn 400ms;
    animation: MenuFadeIn 400ms;
    transition: all .3s ease-in-out 0s
}

#main-menu ul .dropdown .dropdown-menu {
    padding: 0;
    border-radius: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    width: 200px;
    border: 0;
    box-shadow: 1px 4px 12px rgba(0, 0, 0, .175)
}

#main-menu ul .dropdown .dropdown-menu a {
    font-size: 13px;
    color: #666;
    display: block;
    height: auto;
    padding: 12px 20px 13px;
    line-height: 16px;
    font-weight: 400;
    border-bottom: 1px solid #e6e6e6;
    transition: all .3s ease-in-out 0s
}

#main-menu ul .dropdown .dropdown-menu a:hover {
    background: 0 0;
    transition: all .3s ease-in-out 0s
}

#main-menu ul .dropdown .dropdown-menu a:last-child {
    border-bottom: 0
}

#main-menu .dropdown .dropdown-menu a .active {
    background: 0 0;
    transition: all .3s ease-in-out 0s
}

#main-menu ul .dropdown .dropdown-menu>li>a:focus,
#main-menu ul .dropdown .dropdown-menu>li.active>a {
    background: 0 0
}

#main-menu ul .dropdown .open>a {
    background: 0 0
}

#main-menu ul .dropdown .open>a:hover {
    background: 0 0
}

#main-menu .dropdown .open>a:focus,
#main-menu .dropdown .open>a.active {
    background: 0 0
}

#main-menu ul .dropdown .sub-menu {
    top: -2px;
    left: 100%!important;
    padding: 0;
    border: 0;
    -webkit-animation: MenuFadeIn .4s;
    -moz-animation: MenuFadeIn .4s;
    -ms-animation: MenuFadeIn .4s;
    -o-animation: MenuFadeIn .4s;
    animation: MenuFadeIn .4s
}

#main-menu ul .dropdown-toggle::after {
    display: none
}

.active.slicknav_collapsed,
.slicknav_parent.slicknav_open {
    background: #eee
}

ul li>ul {
    padding: 0;
    border-style: solid;
    border-width: 4px 0 0;
    border-radius: 0;
    left: 0;
    right: 0;
    border-color: transparent
}

ul li>ul>li>a {
    color: #666;
    padding: 10px 0 10px 15px;
    margin: 5px 0
}

ul li>ul>li>a:hover,
ul li>ul>li>a .active {
    background: #ecf0f1
}

ul li>ul>li.active>a {
    background: #ecf0f1
}

.wpb-mobile-menu {
    display: none
}

@-webkit-keyframes MenuFadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes MenuFadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.top-nav-collapse {
    background: #fff;
    z-index: 999999;
    box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .06);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.top-nav-collapse #main-menu ul>li>a {
    padding: 17px 20px
}

.active.slicknav_collapsed,
.slicknav_parent.slicknav_open {
    background: #eee
}

.wpb-mobile-menu {
    display: none
}

.wpb-mobile-menu ul li>ul {
    padding: 0;
    border-style: solid;
    border-width: 4px 0 0;
    border-radius: 0;
    left: 0;
    right: 0;
    border-color: transparent
}

.wpb-mobile-menu ul li>ul>li>a {
    color: #666;
    padding: 10px 0 10px 15px
}

.wpb-mobile-menu ul li>ul>li>a:hover,
.wpb-mobile-menu ul li>ul>li>a .active {
    background: #ecf0f1
}

.wpb-mobile-menu ul li>ul>li.active>a {
    background: #ecf0f1
}

.slicknav_menu {
    display: none
}

@media screen and (max-width:767px) {
    .navbar-brand {
        position: absolute;
        top: 12px
    }
    #wpb-mobile-menu {
        display: none
    }
    .slicknav_menu {
        display: block
    }
}

@media screen and (max-width:768px) {
    .navbar-toggler {
        display: none
    }
}

.top_search_con {
    background: #fff;
    height: 38px;
    border-radius: 50px;
    position: relative;
    width: 100%
}

.top_search_con input[type=text],
.top_search_con input:focus {
    background: 0 0!important;
    border: 1px solid #e4e4e4;
    height: 100%;
    width: 100%;
    padding: 1px 20px 0 40px;
    color: #818b8d;
    font-size: 12px;
    outline: 0;
    border-radius: 50px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out
}

.top_search_icon {
    color: #e64a4a;
    font-size: 14px;
    left: 15px;
    position: absolute;
    top: 7px
}

.top_search .top_search_submit {
    border: 0;
    padding: 0;
    position: absolute;
    width: 20px;
    left: 12px;
    opacity: 0;
    top: 9px
}

.split {
    background-color: #f6f6f6
}

.split h2.title {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0 20px
}

.split .lead {
    font-size: 14px
}

.split .details-list {
    margin-top: 36px
}

.split .details-list h3 {
    font-size: 16px;
    font-weight: 700
}

.about2-intro-image img {
    width: 100%
}

.cta-section {
    background: url(../img/about/abt-sect2-bg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    height: 380px;
    padding: 80px 0 0 0;
}

.cta-section::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
}

.cta-area {
    display: table;
    width: 100%;
    height: 150px;
    
}
.cta-content {
    display: table-cell;
    vertical-align: middle
}
.cta-content h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    font-family: Raleway;
    margin-bottom: 20px;
}

.cta-content p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    padding-top: 10px;
    font-weight: lighter;
    font-family: Raleway;
}
.cta-content span{
    font-weight: 700;
}

.cta-content .btn {
    font-size: 16px;
    margin-top: 15px;
    padding: 13px 24px;
    text-transform: uppercase
}

#portfolios {
    background: #ffffff;
}

#portfolios .mix {
    padding: 0;
    display: none
}

.controls {
    text-align: center;
    padding-bottom: 30px
}

.controls a:hover {
    cursor: pointer
}

#portfolio-list {
    margin-top: 15px;
    display: inline-block
}

.portfolio-img {
    overflow: hidden;
    display: block;
    position: relative;
    float: left;
    /*width:208px;*/
    margin: auto;
}

.portfolio-img img {
    width: 100%
}

.portfoli-content {
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0;
    top: 0;
    -webkit-transition: opacity .8s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .8s cubic-bezier(.19, 1, .22, 1)
}

.portfoli-content:before {
    background-color: rgba(255, 255, 255, .8);
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    content: '';
    position: absolute;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease
}

.sup-desc-wrap {
    display: table;
    width: 100%;
    height: 100%
}

.sup-desc-wrap .sup-desc-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 35px
}

.sup-desc-wrap .sup-link {
    margin-bottom: 20px
}

.sup-desc-wrap .sup-link .left-link,
.sup-desc-wrap .sup-link .right-link {
    font-size: 14px;
    line-height: normal;
    outline: 0;
    border-radius: 50%;
    color: #fff;
    width: 42px;
    height: 42px;
    opacity: 0;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    margin-right: 5px
}

.sup-desc-wrap .sup-link .left-link {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease
}

.sup-desc-wrap .sup-link .right-link {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.sup-desc-wrap .sup-link a:hover {
    background: 0 0
}

.sup-desc-wrap .sup-meta-wrap .sup-title {
    display: block;
    outline: 0;
    margin-bottom: 10px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.sup-desc-wrap .sup-meta-wrap .sup-title h4 {
    font-size: 18px;
    color: #000;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 400
}

.sup-desc-wrap .sup-meta-wrap .sup-description {
    font-size: 13px;
    line-height: 18px;
    color: #666;
    text-align: center;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.portfolio-item{
    width: 75%;
    margin: auto;
}

.portfolio-item:hover .portfoli-content {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.portfolio-item:hover .portfoli-content:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.portfolio-item:hover .sup-title {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.portfolio-item:hover .sup-description {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.portfolio-item:hover .sup-link .right-link,
.portfolio-item:hover .sup-link .left-link {
    opacity: 1;
    webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.loadmore-button {
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    color: #000
}

.service-item {
    text-align: center
}

.service-item .abtasli{
    font-size: 26px;
    margin-left: 0;
    font-weight: 700;
}

.service-item .icon-wrapper {
    font-size: 40px;
    margin-bottom: 30px
}

.service-item .icon-wrapper i {
    display: block;
    margin: 0 auto
}

.service-item h2 {
    font-size: 18px;
    margin-bottom: 15px;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.service-item p {
    font-size: 18px;
    font-family: Raleway;
    font-weight: lighter;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    font-weight: 400;
    /*float: right;*/
    margin-right: 20px;
}



@-webkit-keyframes pulse-shrink {
    to {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@keyframes pulse-shrink {
    to {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }
}

.pulse-shrink {
    display: inline-block
}

.service-item:hover .pulse-shrink {
    -webkit-animation-name: pulse-shrink;
    animation-name: pulse-shrink;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

#other-services {
    background: #fff
}

#other-services .nav-tabs {
    border-bottom: 0;
    float: left;
    display: table-cell;
    vertical-align: top
}

#other-services .nav-tabs li {
    float: none
}

#other-services .nav-tabs li a {
    border: 0;
    background: 0 0;
    margin: 0;
    padding: 0
}

#other-services .nav-tabs li a i {
    background: #81868e;
    font-size: 20px;
    text-align: center;
    color: #fff;
    float: left;
    width: 50px;
    border-radius: 50%;
    height: 50px;
    line-height: 50px;
    margin: 10px 0;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

#other-services .tab-content {
    margin: 10px 0 0 80px
}

#other-services .service-content h3 {
    font-size: 17px;
    margin-bottom: 25px
}

#other-services .service-content p {
    font-size: 14px
}

#other-services .service-content p.lead {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px
}

#other-services .other-service-item {
    padding-bottom: 30px
}

#other-services .other-service-item .icon {
    float: left
}

#other-services .other-service-item .icon .icon-medium {
    background: #e74c3c;
    font-size: 24px;
    text-align: center;
    color: #fff;
    float: left;
    width: 70px;
    border-radius: 50%;
    height: 70px;
    line-height: 70px;
    margin: 12px 0;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

#other-services .other-service-item .service-content {
    padding-left: 100px
}

#other-services .other-service-item .service-content h3 {
    font-size: 24px;
    clear: inherit
}

#other-services .other-service-item .service-content p {
    padding: 0 36px 0 0
}

#other-services .other-service-item:hover .icon-medium {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear;
    background: #666
}

#other-services img {
    max-width: 100%;
    padding: 22px
}

.service2-single-service {
    text-align: center;
    margin: 20px 0
}

.service2-single-service .fa {
    border-radius: 50%;
    color: #fff;
    font-size: 23px;
    height: 75px;
    line-height: 75px;
    margin-bottom: 20px;
    width: 75px
}

.service2-single-service h2 {
    font-size: 20px
}

.service2-single-service p {
    font-size: 13px
}

.featured-box {
    margin-top: 15px;
    margin-bottom: 15px
}

.featured-box .featured-icon {
    float: left
}

.featured-box .featured-icon i {
    font-size: 28px;
    text-align: center;
    float: left;
    margin-right: 25px;
    margin-bottom: 85px;
    display: block
}

.featured-box .featured-content {
    padding-left: 40px
}

.featured-box .featured-content h4 {
    font-size: 17px;
    margin-bottom: 10px;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.featured-box .featured-content p {
    font-size: 13px
}

.feature-s .featured-icon i {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 26px;
    background-color: #f9f9f9;
    border-radius: 50%;
    margin-bottom: 30px
}

#team .team-item figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0
}

#team .team-item figure img {
    width: 100%;
    height: auto
}

#team .team-item figure figcaption {
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, .85);
    opacity: 0;
    width: 100%;
    -webkit-transition: opacity .8s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .8s cubic-bezier(.19, 1, .22, 1)
}

#team .team-item figure figcaption .details {
    position: absolute;
    top: 30%
}

#team .team-item figure figcaption .content-white {
    font-size: 13px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    line-height: 18px;
    width: 65%;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

#team .team-item figure figcaption .orange-line {
    margin: 12px auto 6px;
    width: 0;
    height: 1px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

#team .team-item figure:hover figcaption {
    opacity: 1
}

#team .team-item figure:hover .orange-line {
    width: 62px
}

#team .team-item figure:hover figcaption .content-white,
#team .team-item figure:hover .social a {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

#team .team-item .social {
    text-align: center;
    margin-top: 15px
}

#team .team-item .social .facebook,
#team .team-item .social .twitter,
#team .team-item .social .google-plus {
    font-size: 14px;
    line-height: normal;
    outline: 0;
    border-radius: 50%;
    color: #fff;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    margin-right: 5px
}

#team .team-item .social .facebook {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease
}

#team .team-item .social .twitter {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

#team .team-item .social .google-plus {
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease
}

#team .team-item .social a:hover {
    background: 0 0
}

#team .info {
    background: #f6f6f6;
    padding: 15px 0 1px;
    text-align: center
}

#team .info h2 {
    font-size: 18px
}

#team .info p {
    font-size: 14px;
    line-height: 22px
}

.orange-line {
    margin: 12px auto 6px;
    width: 52px;
    height: 1px
}

#team-block-2 .team-member {
    padding-bottom: 15px;
    margin-top: 20px;
    border-bottom: 5px solid transparent;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    background: #666;
    border-bottom: 4px solid transparent
}

#team-block-2 .team-member .face {
    position: relative;
    width: 100%;
    overflow: hidden
}

#team-block-2 .team-member .face img {
    width: 100%;
    height: auto
}

#team-block-2 .team-member .member-info {
    text-align: center;
    padding: 24px
}

#team-block-2 .team-member .member-info h3 {
    line-height: 30px;
    font-size: 30px;
    color: #fff
}

#team-block-2 .team-member .member-info .position {
    color: #999;
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .5)
}

#team-block-2 .team-member .member-info .social-team {
    margin-top: 15px
}

#team-block-2 .team-member .member-info .social-team a {
    color: #3d566e;
    margin: 0 4px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear
}

#team-block-2 .team-member .member-info .social-team a i {
    color: #fff;
    padding: 7px;
    background: 0 0;
    font-size: 18px;
    line-height: 28px;
    border: 1px solid #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear
}

#team-block-2 .team-member .member-info .desc {
    margin-top: 15px;
    color: #ecf0f1
}

#team-block-2 .team-member .member-info .social .fa-facebook:hover {
    background: #3b5998;
    color: #fff
}

#team-block-2 .team-member .member-info .social .fa-twitter:hover {
    background: #00cafb;
    color: #fff
}

#team-block-2 .team-member .member-info .social .fa-google-plus:hover {
    background: #d23a1d;
    color: #fff
}

#team-block-2 .team-member .member-info .social .fa-linkedin:hover {
    background: #007bb6;
    color: #fff
}

#team-block-2 .team-member:hover {
    background: #777
}

#testimonial {
    background: #fff
}

#testimonial .testimonial-inner {
    padding: 15px 20px;
    margin: 0 10px;
    position: relative;
    -webkit-box-shadow: 0 1px 1px #ddd;
    box-shadow: 1px 0 5px #ddd;
    border-bottom: 5px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#testimonial .testimonial-inner:hover {
    border-color: #9c3;
    -webkit-box-shadow: 0 0 40px #ddd;
    -moz-box-shadow: 0 0 40px #ddd;
    box-shadow: 0 0 40px #ddd
}

#testimonial .testimonial-inner p {
    line-height: 25px;
    margin-bottom: 0
}

#testimonial .testimonial-images img {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    border: 3px solid #33658a;
    overflow: hidden;
    margin-bottom: 10px
}

#testimonial .testimonial-images h4 {
    font-size: 14px;
    font-weight: 700;
    margin: 5px 0
}

#testimonial .testimonial-images h4 a {
    font-size: 12px;
    margin-left: 3px;
    font-weight: 400
}

#testimonial .rating-star {
    margin-bottom: 5px;
    color: #9c3
}

#testimonial .owl-carousel .owl-wrapper-outer {
    padding: 30px 0 20px!important
}

#testimonial .owl-pagination {
    margin-top: 30px
}

#testimonial .owl-pagination .owl-page span {
    border-radius: 4px;
    width: 8px;
    height: 8px;
    background: 0 0;
    opacity: .5
}

#testimonial .owl-pagination .owl-page.active span {
    opacity: 1
}

#testimonial-dark .testimonial-inner {
    background: #333 none repeat scroll 0 0;
    border: 1px solid #c1c1c1
}

#testimonial-dark .testimonial-images img {
    box-shadow: 0 0 3px #fff
}

#testimonial-dark .testimonial-content p {
    color: #fff
}

.single-testimonial-area {
    position: relative;
    width: 100%;
    background: url(../img/shortcode/testimonial/single-testimonial-bg.jpg);
    padding: 100px 0
}

.single-testimonial-area:before {
    background: rgba(51, 51, 51, .8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    content: "";
    display: block
}

.single-testimonial-area h3 {
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase
}

.single-testimonial-area p {
    color: #fff;
    text-align: center
}

#single-testimonial-item .testimonial-inner {
    padding: 80px;
    position: relative
}

#single-testimonial-item .testimonial-inner blockquote {
    color: #fff;
    font-size: 14px;
    position: relative
}

#single-testimonial-item .testimonial-images img {
    box-shadow: 0 0 3px #ddd;
    height: 90px;
    margin: 0 auto;
    padding: 5px;
    width: 90px
}

#single-testimonial-item .testimonial-footer {
    color: #fff;
    padding-top: 15px
}

#single-testimonial-item .testimonial-inner::before {
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 45px;
    left: 25px;
    position: absolute;
    top: 70px
}

#single-testimonial-item .testimonial-inner::after {
    background: rgba(51, 51, 51, .6) none repeat scroll 0 0;
    border-radius: 5px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    border: 1px solid #ddd
}

.testimonial-footer .fa {
    padding-right: 6px
}

.testimonial-footer a {
    padding-left: 5px
}

#clients .client-item-wrapper {
    text-align: center;
    border: 1px solid #ddd;
    padding: 30px;
    margin: 0 5px;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

#clients #clients-scroller img {
    opacity: .5;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-filter: gray;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

#clients #clients-scroller img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -webkit-filter: gray;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    opacity: 1
}

#clients #clients-scroller .owl-pagination {
    display: none
}

#color-client-scroller .client-item-wrapper img {
    filter: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxmaWx0ZXIgaWQ9ImdyYXlzY2FsZSI+PGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAuMzMzMyAwLjMzMzMgMC4zMzMzIDAgMCAwLjMzMzMgMC4zMzMzIDAuMzMzMyAwIDAgMC4zMzMzIDAuMzMzMyAwLjMzMzMgMCAwIDAgMCAwIDEgMCIvPjwvZmlsdGVyPjwvc3ZnPiNncmF5c2NhbGU=);
    opacity: .5;
    transition: all .6s ease 0s
}

#color-client-scroller .client-item-wrapper img:hover {
    filter: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxmaWx0ZXIgaWQ9ImdyYXlzY2FsZSI+PGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjEgMCAwIDAgMCwgMCAxIDAgMCAwLCAwIDAgMSAwIDAsIDAgMCAwIDEgMCIvPjwvZmlsdGVyPjwvc3ZnPiNncmF5c2NhbGU=);
    opacity: 1;
    transition: all .6s ease 0s
}

#blog {
    background: #f6f6f6
}

#blog .blog-item-wrapper {
    background: #fff;
    box-shadow: 0 1px 1px #ddd;
    padding: 15px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

#blog .blog-item-wrapper:hover {
    box-shadow: 0 0 40px #ddd
}

#blog .blog-item-img {
    position: relative
}

#blog .blog-item-img img {
    width: 100%
}

#blog .blog-item-text {
    margin-top: 15px
}

#blog .blog-item-text h3 {
    font-size: 18px;
    line-height: 30px
}

#blog .blog-item-text h3 a {
    color: #555
}

#blog .blog-item-text .blog-one-footer {
    padding: 10px 0 0;
    border-top: 1px dashed #ddd
}

#blog .blog-item-text .blog-one-footer a {
    font-size: 12px;
    padding-right: 15px;
    color: #999
}

#blog .blog-item-text .blog-one-footer i {
    margin-right: 5px
}

.blog-post-wrapper {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #eee
}

.blog-post-wrapper .format-video iframe {
    min-height: 350px;
    width: 100%
}

.blog-post-wrapper .format-audio iframe {
    height: 200px;
    width: 100%
}

.author-info {
    margin-bottom: 30px
}

.author-info .blog-post {
    padding: 20px 0
}

.blog-post-content {
    padding: 20px 0
}

.tag-posted-in li {
    display: inline-block;
    margin-right: 15px
}

.tag-posted-in li a {
    color: #8f8f8f
}

.tag-posted-in li i.fa {
    color: #8f8f8f;
    padding-right: 5px
}

span.published-time {
    font-size: 12px
}

span.published-time i.fa {
    margin-right: 5px
}

.featured-wrapper img {
    width: 100%;
    height: 350px
}

.blog-post-content h2.blog-post-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    text-transform: capitalize;
    margin-bottom: 20px
}

.blog-post-footer ul.post-meta {
    list-style: outside none none;
    margin: 0
}

.blog-post-footer ul.post-meta li {
    float: left;
    margin-right: 10px
}

.blog-post-footer ul li a {
    background: #fff;
    display: block;
    font-size: 10px;
    line-height: 28px;
    padding: 4px 15px
}

.blog-post-footer ul li a:hover {
    color: #fff
}

.blog-post-content blockquote.blockquote {
    padding-left: 15px
}

.blog-post-content blockquote.blockquote p {
    color: #969595;
    font-size: 16px;
    font-weight: 400
}

.blog-post-content blockquote.blockquote a {
    font-size: 15px;
    font-style: italic;
    float: right
}

.blog-post-wrapper.format-qoute {
    border: 0!important
}

.blog-pagination nav ul.pagination li.page-item a {
    border-radius: 0;
    margin-right: 15px!important;
    color: #333
}

.blog-pagination nav ul.pagination li.page-item.active a {
    color: #fff
}

.blog-pagination nav ul.pagination li.page-item a:hover,
.blog-pagination nav ul.pagination li.page-item a:focus {
    color: #fff
}

.sidebar-area .widget {
    margin-bottom: 30px
}

.sidebar-area .search-bar {
    position: relative
}

.sidebar-area .search-bar .form-control {
    border-radius: 0;
    color: #333!important;
    font-size: 13px;
    height: 46px
}

.sidebar-area .search-bar button {
    background-color: transparent;
    border: 0;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}

.sidebar-area .search-bar button .fa {
    color: #333
}

h2.widget-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px
}

.widget ul {
    list-style: outside none none;
    padding-left: 0
}

.widget.popular-post ul li {
    margin-bottom: 20px
}

.widget.popular-post h4 {
    font-size: 15px;
    margin-bottom: 5px
}

.category-menu a {
    color: #aaa;
    font-size: 14px;
    transition: all .2s
}

.category-menu li {
    border-bottom: 1px solid #eee;
    padding: 10px 0
}

.widget.tag-cloud li {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px
}

.widget.tag-cloud a {
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: 28px;
    padding: 0 11px;
    transition: all .3ms ease-in-out
}

.widget.tag-cloud a:hover {
    opacity: .8;
    transition: all .3ms ease-in-out
}

.widget.subscribe-widget .form-control {
    font-size: 14px;
    height: 42px;
    padding: 10px;
    width: 255px
}

.widget-ad img {
    width: 100%
}

.blog-post blockquote {
    margin: 40px 0
}

.blog-post h3 {
    margin-top: 30px
}

.blog-post>p {
    line-height: 29px
}

.blog-post ul li,
.blog-post ol li {
    font-size: 15px;
    padding: 6px 0;
    font-weight: 400
}

.blog-post img {
    width: 100%
}

.blog-post pre {
    background: #eee none repeat scroll 0 0;
    margin: 20px 0
}

.comments-area .media.reply {
    background: #e5f7fd none repeat scroll 0 0;
    padding: 20px;
    border-radius: 4px
}

.blog-pagination {
    text-align: center
}

.comments-area ul {
    padding-left: 0
}

.comments-area .media {
    margin-top: 40px
}

.comments-area .media-body {
    padding-left: 10px
}

.comment-author span {
    padding-left: 5px
}

.new-comment .form-group .form-control {
    background: #f2f2f2 none repeat scroll 0 0;
    border-radius: 0;
    color: #333!important;
    font-size: 15px;
    padding: 12px
}

#content {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 600px
}

#contact .contact-info-wrapper {
    margin-top: -60px
}

#contact .contact-info-wrapper .contact-item-wrapper i {
    padding: 15px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    color: #fff
}

#contact .map {
    position: relative
}

#contact .contact-info {
    background: #666;
    color: #fff;
    padding: 30px 0
}

#contact .contact-form-wrapper {
    background: url(../img/backgrounds/contact-form-bg.html);
    background-size: cover
}

#contact .form-control {
    margin-bottom: 45px;
    background: 0 0;
    color: #fff
}

#contact2 .contact-info-wrapper {
    margin-top: -10px
}

#contact2 .contact-info-wrapper .contact-item-wrapper {
    padding: 15px 30px
}

#contact2 .contact-info-wrapper .contact-item-wrapper i {
    color: #fff;
    float: left;
    padding: 8px 15px;
    font-size: 24px
}

#contact2 .contact-info-wrapper .contact-item-wrapper h4 {
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

#contact2 .form-control {
    margin-bottom: 30px
}

#subscription .subscription-form .form-control {
    height: 60px;
    font-size: 24px;
    color: #999
}

#subscription .subscription-form .btn {
    padding: 18px
}

#google-map-shortcode {
    padding: 0;
    height: 400px
}

#google-map-contact {
    padding: 0;
    height: 300px
}

#google-map-contact2 {
    padding: 0;
    height: 200px
}

.error-section h1 {
    color: #ff2a40;
    font-size: 10rem
}

.error-section h4 {
    text-transform: capitalize
}

.contact-title-text h2 {
    font-size: 40px
}

.contact-title-text p {
    font-size: 18px;
    margin-top: 15px
}

.contact-widget {
    margin-bottom: 30px
}

.contact-widget h2 {
    font-size: 13px;
    margin-bottom: 10px;
    font-family: roboto;
    color: #ed3237;
    text-transform: uppercase;
}

address a{
    color: #111111 !important;
}
.cntct-enq{
    font-style: italic;
    font-weight: 700 !important;
    color: #000;
    font-size: 15px;
}

.mrgn-0{
    margin: 0px !important;
}

.cntctfrminp label{
    font-size: 14px;
    color: #606060 !important;

}


.txt-upr{
    text-transform: uppercase !important;
}

.contact-widget address {
    line-height: 25px;
    color: #000;
    font-size: 15px;
    font-family: roboto;
    font-weight: 300;
}

.contact-widget.office-location span {
    font-weight: 500
}

#contactForm .form-group {
    margin-bottom: 19px
}

#contactForm .form-group .contact-control {
    background: #f8fafd none repeat scroll 0 0;
    border-radius: 0;
    height: 50px
}

#contactForm .form-group .form-control {
    border-radius: 0;
    background: #f2f2f2 none repeat scroll 0 0;
    font-size: 14px
}

ul.contact-info2 {
    list-style: outside none none;
    margin-top: 20px;
    padding: 0
}

ul.contact-info2 i.fa {
    margin-right: 10px
}

footer {
    /*  background: url(../img/footer-bg.jpg) no-repeat; */
    background-color: #f5f5f5;
    color: #fff;
    /*background-image: url(../img/img1-left.png), url(../img/img2-right.png);*/
    /*background-position: 0 90%, 100% 90%;*/
    /*background-repeat: no-repeat, no-repeat;*/
    position: relative;
}
.ftr-lft{
    position: absolute;
    bottom: 40px;
    left: 70px;
}
.ftr-rt{
    position: absolute;
    right: 100px;
    bottom: 46px;
}

.ftrlinkfrmt li a:hover{
    color: #ed3237;
}

footer .small-title {
    margin-bottom: 15px;
    color: #ed3237;
    font-weight: 500;
}

footer ul {
    padding: 0;
    margin: 0;
    list-style: none
}

footer ul li {
    line-height: 20px;
}

footer ul li a {
    color: #6f6f6f;
    font-size: 12px;
}

footer ul li.tweet {
    margin-bottom: 15px
}

footer ul li.tweet .fa-twitter {
    padding: 5px;
    color: #fff;
    border-radius: 100%;
    width: 24px;
    height: 24px
}

footer ul li.tweet .tweet-date {
    font-size: 12px;
    font-style: italic;
    color: #bdc3c7
}

footer .flicker-gallery {
    margin-right: -5px;
    margin-left: -5px
}

footer .flicker-gallery a {
    display: inline-block;
    width: 32%;
    font-size: 0;
    padding: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

footer .flicker-gallery a:hover {
    opacity: .7
}

footer .flicker-gallery a img {
    width: 100%
}

footer .image-list {
    padding: 0;
    margin: 0
}

footer .image-list li {
    margin-bottom: 15px;
    border-bottom: 1px solid #565656
}

footer .image-list li .overlay {
    float: left;
    width: 70px;
    height: 60px;
    position: relative;
    overflow: hidden;
    text-align: center
}
ul.footer-icon li {
    color: #000;
    font-size: 14px;
}

footer .image-list li .overlay figcaption {
    position: absolute;
    background: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

footer .image-list li .overlay figcaption i {
    color: #fff;
    font-size: 18px
}

footer .image-list li .overlay .from-top {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    transform: translateY(-80%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

footer .image-list li .overlay:hover figcaption {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

footer .image-list li .overlay:hover figcaption .from-top {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

footer .image-list .post-content {
    margin-left: 85px;
    margin-bottom: 25px;
    display: block
}

footer .image-list .post-content .post-title {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px
}

footer .image-list .post-content .post-title a {
    color: #fff
}

footer .image-list .post-content .post-title a:hover {
    color: #9c3
}

footer .image-list .post-content .meta {
    color: #9c3
}

footer .image-list .post-content .meta span {
    color: #999;
    text-transform: uppercase;
    margin-left: 5px;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px
}

footer .menu {
    padding-left: 0
}

footer .menu span{
    color: #434343;
    font-weight: 700;
}

footer .menu li {
    float: left;
    width: 100%;
    padding-bottom: 0px;
    color: #5b5b5b;
    font-size: 12px;
}

footer .menu li a {
    /*color: #fff*/
    color: #5b5b5b;
}


footer .menu li a:hover {
    color: #ed3237;
}

footer .footer-widget form {
    margin-top: 4px;
    position: relative
}

.footer-widget a{
    color: #5b5b5b;
}
.footer-widget a i{
    color: #2b2b2b;
}

footer .footer-widget form input {
    background: 0 0;
    border: 1px solid #858585;
    width: 100%;
    height: 40px;
    border-radius: 0;
    line-height: 40px;
    color: #747474;
    padding: 0 20px
}

footer .footer-widget form input:focus {
    border: 1px solid #9c3;
    outline: 0;
}

footer .footer-widget button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    text-align: center;
    padding: 0;
    height: 40px;
    line-height: 41px;
    display: inline-block;
    background: 0 0;
    border: 0;
    outline: 0;
    font-size: 15px;
    color: #959595;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

footer .footer-widget .flicker-gallery {
    margin-top: 27px
}

footer .footer-widget .flicker-gallery h4 {
    font-size: 18px;
    color: #a8a8a8;
    margin: 0 4px 20px
}

footer #copyright {
    background: #fff;
    height: 30px;
    padding: 10px 0 35px 0;
}

footer #copyright .row {
    padding: 0px 0
}

footer #copyright .copyright-text,
footer #copyright .nav-inline {
    margin-top: 15px;
}

#copyright ul li.nav-item {
    padding-right: 10px;
    text-transform: capitalize
}

.nav-link {
    padding: 0
}

.social-footer {
    margin-top: 7px
}

.social-footer a .fa {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin: 4px;
    width: 35px
}

.about-author-section {
    border: 1px solid #eee
}

.about-author-section .media {
    padding: 20px
}

.about-author-section .media .media-body {
    padding-left: 10px
}

.about-author-section .media .media-body p {
    line-height: 28px
}

.about-author-section .author-footer {
    border-top: 1px solid #eee;
    padding: 20px
}

.similar-post img {
    width: 100%
}

.similar-post h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 10px
}

.similar-post img {
    width: 100%
}

.similar-post h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 10px
}

.no-pdl {
    padding-left: 0!important
}

.wrapper {
    padding-top: 80px
}

.panel-default .panel-heading {
    border: 0;
    border-radius: 0;
    outline: 0;
    padding: 0;
    width: 100%
}

.panel-default .panel-heading a {
    color: #fff;
    display: inline-block;
    font-weight: 500;
    padding: 12px 35px 12px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    font-size: 20px
}

.panel-default .panel-heading a i {
    font-size: 22px;
    padding-right: 10px
}

.panel-default .panel-heading a::after {
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    margin-top: -10px;
    position: absolute;
    right: 15px;
    top: 50%
}

.panel-default .panel-heading .collapsed::after {
    content: ""
}

.accordionSmall .panel-default .panel-heading a::after {
    content: ""
}

.accordionSmall .panel-default .panel-heading .collapsed::after {
    content: ""
}

.panel-default .panel-collapse .panel-body {
    background-color: #fafafa;
    padding: 15px
}

#accordionRound .panel-default .panel-heading a {
    border-radius: 8px
}

.panel-transparent .panel-heading a {
    background: #f5f5f5;
    color: #000
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.panel-image .panel-body img {
    padding-bottom: 1px
}

#default-tab ul.nav-tabs {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 10px;
    padding-bottom: 5px
}

ul.nav-tabs li {
    float: left;
    margin-top: 0
}

ul.nav-tabs li a {
    border: 0!important;
    color: #a0a0a0;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 10px;
    padding: 10px 15px
}

#default-tab .nav-tabs>li>a.active {
    border: 0;
    position: relative
}

#default-tab .nav-tabs>li a.active:focus,
#default-tab .nav-tabs>li a.active:hover {
    border: 0;
    position: relative
}

#default-tab ul.nav-tabs>li a.active::before {
    bottom: -14px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%
}

#round-tab ul.nav-tabs {
    margin-bottom: 10px;
    border-bottom: 0
}

#round-tab ul li a {
    margin-bottom: 0;
    padding: 15px!important;
    text-transform: capitalize
}

#round-tab ul li a.active {
    -moz-border-bottom-colors: none!important;
    -moz-border-left-colors: none!important;
    -moz-border-right-colors: none!important;
    -moz-border-top-colors: none!important;
    border-bottom: 0;
    border-image: none!important;
    margin-bottom: 0
}

#vertical-tab .nav-tabs {
    display: table-cell;
    vertical-align: top
}

#vertical-tab .tab-content {
    display: table-cell;
    vertical-align: top;
    padding: 0 25px
}

#vertical-tab .tab-pane p {
    line-height: 25px
}

#vertical-tab ul.nav-tabs {
    border: 1px solid #b9b9b9!important;
    padding-right: 0
}

#vertical-tab .nav-tabs li {
    float: none;
    margin: 0
}

#vertical-tab ul.nav-tabs {
    border: 0
}

#vertical-tab ul.nav-tabs li a {
    text-align: center;
    margin: 0;
    padding: 20px 40px;
    white-space: nowrap;
    width: 100%;
    border-radius: 0;
    background: #eee;
    color: #676767;
    border-bottom: 3px solid #b9b9b9!important
}

#vertical-tab ul.nav-tabs li a .fa {
    display: block;
    font-size: 27px;
    margin-bottom: 10px;
    text-align: center
}

#vertical-tab ul.nav-tabs li a.active {
    background: #fff none repeat scroll 0 0;
    color: #202020
}

#tab-with-icon .nav-tabs {
    border-bottom: 0;
    float: left;
    display: table-cell;
    vertical-align: top
}

#tab-with-icon .nav-tabs li {
    float: none
}

#tab-with-icon .nav-tabs li a {
    background: transparent none repeat scroll 0 0;
    border: 0;
    margin: 0;
    padding: 0
}

#tab-with-icon .nav-tabs li a i {
    background: #81868e none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 25px;
    height: 70px;
    line-height: 70px;
    margin: 0 0 20px;
    text-align: center;
    transition: all .5s ease 0s;
    width: 70px
}

#tab-with-icon .tab-content {
    margin: 20px 0 0 100px
}

#tab-with-icon h3 {
    font-size: 20px;
    margin-bottom: 25px
}

#tab-with-icon p.lead {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px
}

#default-tab a.nav-link {
    background: 0 0
}

#cool-facts {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    background-image: url(../img/backgrounds/facts-bg.jpg)
}

#cool-facts .section-title,
#cool-facts .section-subcontent {
    color: #fff
}

#cool-facts .facts-item {
    text-align: center;
    padding-bottom: 30px
}

#cool-facts .facts-item i {
    font-size: 45px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%
}

#cool-facts .fact-count h3 {
    color: #fff;
    font-weight: 400;
    font-size: 36px
}

#cool-facts .fact-count h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px
}

#notice {
    background: #f6f6f6
}

#notice .notice-button {
    margin-top: 30px
}

#notice h4 {
    font-size: 40px
}

#notice p {
    font-size: 24px;
    color: #999;
    margin-top: 15px
}

#notice .notice-content {
    padding: 30px
}

.skill p {
    margin-bottom: 10px;
    color: #000000;
    font-size: 22px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    width: 90%;
    line-height: 34px;
}
.qltybtmsec{
    padding: 60px 0px;
}

.progress {
    background: #f5f5f5;
    height: 10px;
    margin: 0 0 20px;
    position: relative;
    width: 100%
}

.progress-bar {
    float: left;
    height: 100%;
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear;
    position: relative
}

.outline-buttons-area,
.block-button-area,
.animated-progress-area {
  /*  background: #fafafa; */
}

.btn .fa {
    padding-right: 5px
}

.grey-progress-bar .progress-bar {
    background: #e0e0e0 none repeat scroll 0 0
}

.skill-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.skill-animated .progress-bar {
    -webkit-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
    animation: 2s linear 0s normal none infinite running progress-bar-stripes
}

i.icon-default {
    font-size: 50px;
    margin-bottom: 30px;
    margin-right: 30px;
    vertical-align: middle
}

i.icon-round {
    border-radius: 100%;
    color: #fff;
    font-size: 50px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 13px;
    margin-right: 13px;
    text-align: center;
    vertical-align: middle;
    width: 100px
}

i.icon-round-border {
    border-radius: 100%;
    font-size: 45px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 12px;
    margin-right: 12px;
    text-align: center;
    vertical-align: middle;
    width: 100px
}

i.icon-box {
    border-radius: 4px;
    color: #fff;
    font-size: 45px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 12px;
    margin-right: 12px;
    text-align: center;
    vertical-align: middle;
    width: 100px
}

i.icon-box-border {
    border-radius: 4px;
    font-size: 45px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 12px;
    margin-right: 12px;
    text-align: center;
    vertical-align: middle;
    width: 100px
}

i.icon-xs {
    font-size: 16px!important;
    height: 30px!important;
    line-height: 30px!important;
    margin-bottom: 7px!important;
    margin-right: 7px!important;
    width: 30px!important
}

i.icon-sm {
    font-size: 27px!important;
    height: 50px!important;
    line-height: 50px!important;
    margin-bottom: 14px!important;
    margin-right: 14px!important;
    width: 50px!important
}

i.icon-md {
    font-size: 35px!important;
    height: 75px!important;
    line-height: 75px!important;
    margin-bottom: 14px!important;
    margin-right: 14px!important;
    width: 75px!important
}

i.icon-lg {
    font-size: 50px!important;
    height: 100px!important;
    line-height: 100px!important;
    margin-bottom: 13px!important;
    margin-right: 13px!important;
    width: 100px!important
}

#image-carousel .item img {
    height: 200px;
    width: 250px
}

#pricing {
   background: url(../img/index-section3.jpg) no-repeat ;
    width: 100%;
    background-size: cover;
    position: relative;
}

#pricing .section-title,
#pricing .section-subcontent {
    color: #fff
}

.pricing-table-1 {
    background: #fff;
    margin: 0 15px
}

.pricing-table-1 .table-header {
    padding: 30px 0
}

.pricing-table-1 .table-header h3 {
    color: #fff;
    font-size: 24px
}

.pricing-table-1 .plan {
    border-bottom: 1px solid rgba(189, 195, 199, .5)
}

.pricing-table-1 .plan .price {
    font-size: 24px
}

.pricing-table-1 .plan .period {
    font-size: 18px;
    color: #999;
    text-transform: uppercase
}

.pricing-table-1 .plan-info {
    margin-top: 30px
}

.pricing-table-1 .plan-info p {
    color: #bdc3c7;
    font-size: 16px;
    line-height: 30px
}

.pricing-table-1 .button-area {
    padding: 30px 0 45px
}

#pricing-block-x {
    background: #ecf0f1
}

.pricing-table-x {
    margin: 0 15px;
    padding: 15px 0px
}

.pricing-table-x .table-header {
    padding: 15px 0
}

.pricing-table-x .table-header h3 {
    color: #fff;
    font-size: 24px
}

.pricing-table-x .plan .price {
    font-size: 30px
}

.pricing-table-x .plan .period {
    font-size: 18px;
    color: rgba(231, 76, 60, .7);
    text-transform: uppercase
}

.pricing-table-x .plan-info {
    margin-top: 0px
}

.pricing-table-x .plan-info p {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    font-family: 'Roboto', 'Raleway';
}

.pricing-table-x .plan-info p i {
    margin-right: 5px
}

.pricing-table-x .button-area {
    padding: 30px 0 40px
}

.pricing-table2 {
    margin-bottom: 15px
}

.single-pricing-2 {
    border: 1px solid #dedede
}

.single-pricing-2 .plan-name {
    display: block;
    font-size: 24px;
    line-height: 30px;
    padding: 20px 0
}

.single-pricing-2 .plan-name small {
    display: block;
    font-size: 15px;
    margin-top: 15px;
    line-height: normal
}

.single-pricing-2 .plan-price {
    background: #f2f2f2 none repeat scroll 0 0;
    font-size: 48px;
    margin-bottom: 30px;
    padding: 30px 0;
    text-align: center
}

.featured .plan-price {
    color: #fff!important;
    background: #ff5959
}

.premium .plan-price {
    background: #3498db!important;
    color: #fff!important
}

.single-pricing-2 .plan-price {
    font-weight: 500
}

.single-pricing-2 .plan-price .currency {
    font-size: 50%;
    left: -.01em;
    top: -.9em
}

.single-pricing-2 .plan-price sub {
    font-size: 18px
}

.single-pricing-2 ul {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 0;
    padding: 0
}

.single-pricing-2 ul li {
    border-top: 1px dashed #dedede;
    font-weight: 400;
    padding: 12px 29px;
    text-align: center
}

.single-pricing-2 ul li:first-child {
    border-top: 0
}

.pricing2-button {
    padding: 20px 0;
    text-align: center
}

.pricing2-button .btn {
    padding: 12px 55px;
    text-transform: uppercase
}

#carousel-area {
    overflow: hidden;
    background: #2c3e50
}

#carousel-area .carousel-inner .carousel-item {
    opacity: .3;
    width: 100%;
    overflow: hidden;
    transition-property: opacity;
    transition-duration: 1s
}

#carousel-area .carousel-inner .active {
    opacity: 1
}

#carousel-area .carousel-inner .active.left,
#carousel-area .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}

#carousel-area .carousel-inner .next.left,
#carousel-area .carousel-inner .prev.right {
    opacity: 1
}

#carousel-area .carousel-control {
    z-index: 2
}

#carousel-area .carousel-item img {
    position: relative;
    width: 100%;
    max-height: 670px
}

#carousel-area .carousel-item .carousel-caption {
    top: 33%;
    right: 10%;
    left: 10%;
    text-shadow: none
}

#carousel-area .carousel-item .carousel-caption h2 {
    font-family: muli, sans-serif;
    font-size: 70px;
    letter-spacing: 1px;
    margin-bottom: 15px
}

#carousel-area .carousel-item .carousel-caption h3 {
    font-family: open sans, sans-serif;
    color: #fff;
    font-size: 24px;
    color: #fff;
    font-weight: 100
}

#carousel-area .carousel-item .carousel-caption .btn {
    margin: 30px 15px
}

#carousel-area .active {
    opacity: 1
}

#carousel-area .active.left,
#carousel-area .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}

#carousel-area .carousel-control {
    z-index: 10;
    width: 35px;
    height: 55px;
    top: 50%;
    padding: 10px 5px;
    box-shadow: none;
    background: url(../img/skin.png);
    text-shadow: none
}

#carousel-area .carousel-control-prev-icon {
    left: 5%
}

#carousel-area .carousel-control-next-icon {
    right: 5%;
    background-position: -150px 0!important
}

#carousel-area .carousel-indicators {
    bottom: 5px
}

#carousel-area .carousel-indicators li {
    border-radius: 0;
    width: 32px;
    height: 5px;
    margin: 0 5px;
    background: rgba(253, 254, 255, .8);
    cursor: pointer;
    border: 0;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

#carousel-area .carousel-indicators li:hover,
#carousel-area .carousel-indicators li.active {
    opacity: 1
}

#carousel-area:hover .carousel-control {
    display: block
}

#carousel-area i {
    margin-right: 5px
}

#carousel-area .carousel-two .carousel-caption {
    top: 25%;
    left: 12%
}

#carousel-area .carousel-two .carousel-caption .btn {
    margin: 30px 0
}

#carousel-area .carousel-two h2 {
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase
}

#carousel-area .carousel-two p {
    color: #fff;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s
}

#error-404 {
    background: #ecf0f1;
    padding: 36px
}

#error-404 h1 {
    font-size: 120px
}

#error-404 h3 {
    font-size: 40px;
    margin-bottom: 30px
}

.single-portfolio-area .single-portfolio-image img {
    width: 100%
}

.portfolio-meta ul,
.portfolio-controls ul {
    list-style: outside none none;
    padding-left: 0
}

.portfolio-meta ul li {
    margin: 10px 0
}

.portfolio-meta ul li span {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    width: 130px
}

.portfolio-controls ul li a.btn {
    padding: 10px 75px
}

.portfolio-controls ul li a.btn i.fa {
    font-size: 37px
}


/*    ----------   harsha   ------------    */



.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}


.btn-readmore button.btn.btn-danger {
   border-radius: 25px;
    background-color: #d71a21;
    border: 1px solid #d71a21;
    text-transform: uppercase;
    font-size: 11px;
    padding: 10px 38px;
}

.rdmrepos1{
    position: absolute;
    top: 64%;
    left: 42%;
}
.rdmrepos2{
    position: absolute;
    top: 64%;
    left: 34%;
}
/*.btn-readmore1 {
    position: absolute;
    top: 64%;
    left: 241px;
}
.btn-readmore2 {
    position: absolute;
    top: 64%;
    left: 241px;
}
*/
.insideimg-text1 p{
    position: absolute;
    top: 47%;
    left: 34%;
    color: #fff840;
    text-align: center;
    font-family: Raleway;
    font-weight: lighter;
}

.insideimg-text2 p{
    position: absolute;
    top: 47%;
    left: 26%;
    color: #fff840;
    text-align: center;
    font-family: Raleway;
    font-weight: lighter;
}

.insideimg-text p {
   
}
.table-header h1 {
    color: #fff;
    font-weight: 500;
}
#other-services {
    background-color: #ffffff;
    /*background-image: url(../img/bg-index-1.png), url(../img/bg-index-2.png);*/
    /*background-position: 17% 2%,84% 96%;*/
    /*background-repeat: no-repeat, no-repeat;*/
    min-height: 500px;
}
.page-slider-section {
   /* margin-top: 0px;
    background: url(../img/slider/aslioil-bg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    padding: 90px 0 90px 0;*/


    background-image: url(../img/home-bnr.png);
    width: 100%;
    height: 590px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hmerdmre{
    color: #fff !important;
    display: block;
}

.service-item.abt-para {
    margin: 7% 0;
}
.service-item span {
    font-size: 12px;
    margin: 0 0 0 90px;
}
.service-item h5 {
    font-size: 30px;
    text-align: justify;
    margin-bottom: 20px;
    color: #000000;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}
p.para {
    font-size: 18px;
    text-align: justify;
}
section.shortcode-pie-skill-area .col-md-6 {
    padding: 0;
    text-align: justify;
}
li.breadcrumb-item a {
    color: #888888;
}
.breadcrumb-h ul.breadcrumb {
    background: none;
    margin-bottom: 0;
    padding-left: 0px;
}

.breadcrumb-item.active{
    color: #474747;
}

.cta-section-quality {
    background: url(../img/qualityassurance/quality-sect2-img.jpg) no-repeat;
    width: 100%;
    position: relative;
    background-size: cover;
    min-height: 390px;
    background-position: center;
}
section#team p span {
    color: #d71a21;
}
section#team p span a {
    color: #d71a21;
}
span.bulk-enqry {
    border-left: 1px solid #d71a21;
    padding: 0 0px 0 10px;
    margin-left: 10px;
}
section#team h1 {
    font-size: 28px;
    font-family: Raleway;
    font-weight: lighter;
    text-transform: none;
    color: #000;
}
.contact-widget p {
    margin-bottom: 0;
}

/*Products sec*/
.prdcts-cntnt{
    background-image: url(../img/prdct-info.jpg);
    width: 85%;
    height: 520px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
    padding-top: 145px;
    margin-top: -80px;
    position: relative;
    z-index: -2;
}
.prdcts-para p{
    width: 66%;
    text-align: center;
    font-size: 30px;
    line-height: 38px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #000;
    margin: auto;
}
.prdcts-para span{
    font-weight: 500;
}
.prdctimg{
    width: 20%;
    margin: auto;
    text-align: center;
    padding-top: 60px;
}

.tab-sec{
    padding-top: 10px;
    padding-bottom: 40px;
}

/*Products sec ends*/

/*product form start*/
.aslidfnt{
    font-weight: 700;
}
.prdpara1{
    font-size: 28px;
    color: #d71a20;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
}
.prdasli{
    font-weight: 500;
}

.prdsubcntnt{
    text-align: center;
    padding-bottom: 20px;
    font-size: 18px;
}

/*product form ends*/



/*Quality start*/
.certfd{
    color: #373737;
}
.qulty-pdg{
    padding: 20px 0px;
}
.qultytp-pdg{
    padding: 20px 0 60px 0px;
}
/*Quality ends*/




/*   contact-form css start   */

.group button.btn.btn-warning {
    background: #d71a21;
    border-radius: 20px;
    padding: 10px 55px 10px 55px;
    border-color: #d71a21;
}
#panel h2 {
    font-family: Raleway;
    color: #000;
    padding: 35px 0 22px 0;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
} 
.group {
    position: relative;
    margin-bottom: 45px;
}

input {
    font-size: 18px;
    padding: 5px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    background: transparent;
}

input:focus {
    outline: none;
    border: none !important;
}

/* LABEL ======================================= */
label {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #fff;
}

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #000;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}



/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    top: 0%;
    left: 0;
    pointer-events: none;
}

/* active state */
input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #fff;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #fff;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #fff;
    }

    to {
        width: 0;
        background: transparent;
    }
}


#panel {
    /*border: 1px solid rgb(200, 200, 200);*/
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;    */
    background: #fff112; /* Standard syntax (must be last) */
    top: 0px;
    padding: 0 60px 0 60px;
}

/*   contact-form end   */


.page-header-area p {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-family: Raleway;
    width: 90%;
    margin: 0 auto;
    line-height: 38px;
    padding: 40px 0 0 0;
    font-weight: 400;
}
a {
    color: #2b2b2b;
}
.navbar-brand img {
    padding: 10px 0;
}
nav.navbar.navbar-expand-md.scrolling-navbar.nav-bg.top-nav-collapse {
    position: fixed;
    top: 0;
    width: 100%;
}
li.bdleft {
    padding-left: 10px;
    border-left: 1px solid #e9e9e9;
}
footer .flex-container ul li.copyright-text {
    color: #6f6f6f;
    font-size: 11px;
    margin-top: 0px !important;
    padding-left: 35px;
}
.flex-container ul {
    display: flex;
    justify-content: center;
}
ul.footer-icon li a i {
    color: #ed3237;
    padding: 0 6px 0 0;
}
.top-header {
    background: #fff;
    padding: 10px 0;
    /* border-bottom: 1px solid #eee; */
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    padding: 20px 22px 0 0;
}
.top-header .contact-info i {
    color: #00a859;
    padding: 4px;
}

.top-header .contact-info i.fa.fa-envelope-o {
    padding-left: 20px;
    border-left: 1px solid #e9e9e9;
    margin-left: 20px;
}
.top-header .contact-info i.fa.fa-phone {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #e9e9e9;
}
.contact-info {
    font-size: 12px;
}
.flex-container li a {
    float: left;
    padding: 0 15px 0 15px;
    font-size: 11px;
    font-weight: lighter;
    color: #6f6f6f;
}

/*Easy tab css*/
.etabs { margin: 0; padding: 0;     text-align: center;margin: 0px 0 50px 0;}
.tab { display: inline-block; zoom:1; *display:inline;
   width: 200px;text-align: center;border-radius: 25px;padding: 8px;margin: 0px 10px;}
.tab a { font-size: 18px; line-height: 2em; display: block; padding: 0 10px; outline: none; color: #4f6257;}
.tab a:hover {color: #4f6257;}
.tab.active { background: #d71a21; position: relative;border-color: #666; }
.tab a.active { font-weight: bold; color: #fff;}
.tab-container .panel-container { background: #fff; border: solid #666 1px; padding: 10px;
    -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }


/*Media css*/

@media(max-width: 1920px) and (min-width: 1601px){
    .page-slider-section{
        height: 731px;
    }
    .prdcts-cntnt{
        margin-top: -220px;
        height: 640px;
    }
    .prdcts-cntnt{
        padding-top: 280px;
    }
    .prdcts-para p{
       line-height: 44px;
    }
    .prdctimg{
        padding-top: 60px;
    }
}

@media(max-width: 1366px) and (min-width: 1290px){
    .page-slider-section{
        height: 520px;
    }
    .prdcts-cntnt{
        height: 460px;
        padding-top: 90px;
    }
    .prdctimg{
        padding-top: 10px;
    }
}

@media(max-width: 1289px) and (min-width: 1280px){
    .page-slider-section{
        height: 480px;
    }
    .prdcts-cntnt{
        height: 436px;
        padding-top: 100px;
    }
    .prdcts-para p{
        font-size: 24px;
    }
    .prdctimg{
        padding-top: 20px;
    }
}

@media(max-width: 1279px) and (min-width: 993px){
    .page-slider-section{
        height: 430px;
    }
    .prdcts-cntnt{
        height: 393px;
        padding-top: 90px;
    }
    .prdcts-para p{
        font-size: 22px;
        line-height: 28px;
    }
    .prdctimg{
        padding-top: 25px;
    }
}

@media(max-width: 992px) and (min-width: 769px){
    .page-slider-section{
        height: 370px;
    }
    .prdcts-para p{
        font-size: 22px;
        line-height: 28px;
    }
    .prdcts-cntnt{
        height: 340px;
        padding-top: 85px;
    }
    .prdctimg{
        padding-top: 0px;
    }

}


@media(max-width: 768px) and (min-width: 320px){
    .portfolio-img{
        float: none;
    }
    footer #copyright{
        display: none;
    }
   /* html{
        overflow: hidden;
    }*/
    .portfolio-item{
        text-align: center;
        height: 450px;
    }
    .portfolio-img img{
        width: 150px !important;
    }
    .table-header h1{
        font-size: 35px;
    }
    .page-slider-section{
        height: 290px;
    }
    .prdcts-para p{
        font-size: 18px;
        line-height: 24px;
    }
    .prdcts-cntnt{
        height: 270px;
        padding-top: 85px;
    }
    .prdctimg{
        padding-top: 0px;
    }
    .prdctimg img{
        width: 50%;
    }

}

    @media(max-width: 414px) and (min-width: 320px){
        .page-slider-section{
        height: 310px;
        }
        .back-to-top{
            display: none !important;
        }
        footer{
            padding: 40px 0;
        }
        .ftr-lft{
            bottom: 0px;
            left: 20px;
        }
        .ftr-lft img{
            width: 140px;
        }
        .ftr-rt{
            right: 48px;
            bottom: 7px;
        }
        .ftr-rt img{
            width: 140px;
        }


        .prdcts-para p{
            font-size: 12px;
            line-height: 16px;
        }

        .page-header-section-product{
            padding-top: 60px;
            min-height: auto;
        }
        .page-header-area p{
            font-size: 19px;
            padding: 17px 0 70px 0;
            line-height: 25px;
        }
        .prdmqfrmt{
            padding-bottom: 30px;
        }

        .page-header-section{
            padding-top: 60px;
        }

        .cta-content h2{
            font-size: 12px !important;
            line-height: 24px !important;
        }
        .cta-section{
            height: 200px;
        }
        .service-item p{
            font-size: 14px;
        }
        .service-item h5{
            font-size: 25px;
        }
        .service-item span{
            margin: 0px;
        }

        #service-block-main .service-item{
            margin: 0px !important;
        }

        .cta-section-quality{
            min-height: 180px;
        }
        .contact-widget address{
            line-height: 20px !important;
        }
        .qultymqtxt{
            height: 55px;
            padding: 0px 23px;
        }
         footer #copyright{
            display: none;
        }
        .mqqltypara{
            margin: 0px !important;
        }
        .page-header-section{
            min-height: auto;
        }
        .avlbl-mqpara1{
            top: 67%;
        }
        .img1-scet4-qulty{
            width: 94%;
            height: 350px;
        }
        .img1-scet4-delicate{
            height: 350px;
            width: 94%;
            margin-left: 30px;
        }
        .rdmrepos1{
            top: 73%;
            left: 34%;
        }
        .rdmrepos2{
            top: 72%;
            left: 33%;
        }
        .insideimg-text1 p{
            left: 19%;
        }
        .insideimg-text2 p{
            left: 20%;
        }
        .prdcts-cntnt{
            background: none;
        }
        .prdctimg{
            padding-top: 20px;
        }
        .tab{
            width: 120px;
            padding: 4px;
        }
        .prdctimg img{
            width: 90%;
        }
        .tab a{
            font-size: 14px;
        }
        .table-header h1{
            text-align: center;
        }
        .pricing-table-x .plan-info p{
            text-align: center;
            font-size: 15px !important;
        }
       /* .vwallbtn p{
            font-size: 10px !important;
        }*/
    }

    @media(max-width: 375px) and (min-width: 320px){
        html{
            overflow: hidden;
        }
        .skill p{
            font-size: 14px;
        }
        .service-item h5{
            font-size: 21px;
        }
        .service-item p{
            font-size: 12px;
        }
        .vwallbtn{
            width: 330px;
        }
        .img1-scet4-qulty{
            /*width: 95%;*/
            height: 330px;
        }
        .img1-scet4-delicate{
            height: 330px;
            /*width: 95%;*/
            margin-left: 28px;
        }
        /*.vwallbtn p{
            width: 80%;
        }*/
        .insideimg-text1 p{
            left: 22%;
            font-size: 12px;
            line-height: 18px;
        }
        .insideimg-text2 p{
            left: 23%;
            font-size: 12px;
            line-height: 18px;
        }
        .rdmrepos1{
            left: 30%;
        }
        .rdmrepos2{
            left: 30%;
        }
    }

    @media(max-width: 320px){
        .img1-scet4-qulty{
            height: 270px;
        }
        .img1-scet4-delicate{
            height: 270px;
        }
        .insideimg-text1 p{
            left: 17%;
        }
        .insideimg-text2 p{
            left: 20%;
        }
    }