/*@import url(https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800&display=swap);*/
@font-face {
font-family: "Nunito";
font-style: normal;
font-weight: normal;
src: url("../fonts/Nunito-Regular.ttf");
}
body,
html {
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'Nunito'!important
}

::-webkit-scrollbar {
    width: 4px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito'!important
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .1)
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .5)
}

@media (min-width:1200px) {
    .container {
        width: 1100px
    }
}



h1 {
    font-weight: 900;
    text-transform: uppercase
}

h1 small {
    text-transform: lowercase
}

h2 {
    line-height: 24px;
    font-weight: 300
}

h5 {
    font-size: 16px
}

p {
    font-size: 15px
}

a {
    color: inherit;
    transition: all 0.5s
}

.cursor{
    cursor: pointer;
}

a:hover,
a:focus {
    text-decoration: none;
    color: unset
}

.bg-secondary {
    background: #f9f9f9!important
}

.highlight {
    color: #fc3
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}


#tf-menu {
    margin-bottom: 0;
    background-color: #fff;
    padding: 10px 0;
    height: auto
}

.navbar-brand img {
    height: 100px;
    margin-top: -15px;
    width: auto
}

.navbar-brand {
    padding: 2px 15px
}

.navbar-nav>li>a {
    font-size: 13px;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    padding: 5px 5px;
    margin: 20px;
    text-transform: uppercase;
    transition: all 0.9s
}

.navbar-default .navbar-nav>li>a.active,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    border-bottom: 3px solid green
}

.navbar-default .navbar-toggle {
    border-color: transparent
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent
}

.navbar-default .navbar-toggle:hover>.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle:focus>.navbar-default .navbar-toggle .icon-bar {
    color: #FC3
}

#tf-header .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    margin-left: -10px;
    margin-top: -10px
}

#tf-header .breadcrumb>li+li:before {
    padding: 0 5px;
    color: #FFF;
    content: "/\00a0"
}

#tf-header .breadcrumb>li a {
    color: #fff
}

#tf-home {
    background: url(../img/bg/01.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #cfcfcf
}

#tf-home h1 {
    color: #c71f5a;
    font-family: 'Nunito'!important
}

.content-heading p.lead {
    margin-bottom: 60px;
    color: #171616;
    font-size: 24px;
   
}

#tf-home.video .overlay {
    padding: 0;
    padding-top: 10%
}

.img-wrapper {
    position: relative
}

.img-wrapper img.img-responsive {
    margin: 0 auto!important
}

.img-wrapper i.fa {
    position: absolute;
    z-index: 10;
    top: 50%;
    font-size: 25px;
    background: rgba(32, 22, 22, .29);
    padding: 18px 23px;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-left: -30px;
    transition: all 0.3s
}

.img-wrapper i.fa:hover {
    background: #fc3
}

#tf-home.slider {
    background: none
}

#tf-home.slider .overlay {
    padding: 0
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 28%;
    bottom: auto;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 0;
    color: #fff;
    text-align: center;
    text-shadow: none
}

.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators {
    position: absolute;
    bottom: 60px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 0;
    background-color: #E5B112
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    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-control {
    z-index: 2
}

#tf-home.app .overlay {
    padding: 10% 0 0 0
}

#tf-home.app {
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.column{
    float: left;
  width: 50%;
  padding: 5px;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}

.download-app-button {
    position: relative;
    display: block;
   /* overflow: hidden;*/
   
    transition: all 0.3s ease-in;
    z-index: 999;
}

.download-btn span i {
    font-size: 28px;
    line-height: 28px;
    margin-right: 10px;
    background: #e20452;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.download-btn {
    margin-right: 40px;
    position: relative;
    overflow: hidden;
    
    display: flex;
    align-items: center;
    float: left;
    padding: 5px 20px;
    border-radius: 20px;
    margin-bottom: 10px;
    /*border-bottom-left-radius: 30px;*/
    /*border-top-right-radius: 30px*/
}

.divider {
    position: absolute;
    background: url(../img/divider.png);
    background-repeat: repeat;
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    z-index: 0;
    margin-top: -300px;
    background-position: center;
    background-size: 100%;
}

.download-btn p small {
    font-size: 12px;
    line-height: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400
}

.download-btn p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 5px
}

.download-app-button a:hover {
    background: #fff
}

.download-app-button a:hover p,
.download-btn.hover-active p {
    color: #c8235d
}

.download-app-button a:hover span,
.download-btn.hover-active span {
    background: linear-gradient(to bottom, #281483 15%, #8f6ed5 70%, #d782d9 94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.download-btn.hover-active {
    background: #fff
}

.ipad-wrapper .app-wrap {
    position: relative;
    width: 395px;
    display: block;
    overflow: hidden
}

.app-wrap {
    position: absolute;
    background: url(../img/iphone-x-frame.png);
    width: 395px;
    height: 540px;
    background-repeat: no-repeat;
    z-index: 99;
    left: 53%
}

#owl-demo .item img {
    position: relative;
    width: 223px;
    height: auto;
    left: 7%;
    margin-top: 19px;
    z-index: 9;
    border: 1px solid transparent;
    border-radius: 20px
}

.app .content-heading.text-left {
    padding: 15% 0
}

#tf-home.app .owl-theme .owl-controls .owl-page span {
    width: 15px;
    height: 15px;
    margin: 5px;
    background: #ffffff!important;
    border: 2px solid transparent;
    opacity: 1
}

#tf-home.app .owl-theme .owl-controls {
    
    position: absolute;
    right: 218px
}

#tf-home.app .owl-theme .owl-controls .owl-page.active span,
#tf-home.app .owl-theme .owl-controls.clickable .owl-page:hover span {
    border: 2px solid #c8205b
}

.bcg {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%
}

#tf-home.parallax .bcg {
    background-image: url(../img/bg/slider03.jpg)
}

.parallax .content-heading {
    padding: 20% 0;
    text-align: center
}

#tf-intro {
    /*background-color: #ededef;*/
    padding: 5% 0;
    color: #000;
    text-align: center
}

#tf-privacy {
    padding: 5% 0;
    color: #000
}

#tf-privacy h2 {
    text-align: center
}

#tf-privacy .prv-content {
    margin-top: 30px
}


#tf-intro img.intro-logo {
    margin: 0 auto;
    margin-bottom: 16px;
    width: 30%;
    margin-top: -16px
}

#tf-services {
    padding: 60px 0;
}

.section-header {
    padding: 40px 0;
    text-align: center
}

.section-header h2,
.nmagik-network-sec h2,
.main-hd,
.testi-head h2 {
    text-transform: uppercase;
    margin-top: 0;
    font-weight: bold!important;
    color: #191919;
    font-family: 'Nunito'!important
}

.section-header h5 {
    letter-spacing: 1px
}

.fancy {
    line-height: .5;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px
}

.fancy span {
    position: relative;
    font-size: 30px
}

.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #f1f1f1;
    top: 15px;
    width: 400px
}

.fancy span:before {
    right: 100%;
    margin-right: 10px
}

.fancy span:after {
    left: 100%;
    margin-left: 10px
}

.service {
    margin-bottom: 20px;
    margin-right: 10px
}

.service .media-right i.fa {
    text-align: center;
    font-size: 30px;
    color: #fff;
    padding: 7px 0;
    width: 82px;
    transition: background-color 0.5s
}

.service .media-left i.fa {
    text-align: center;
    font-size: 30px;
    color: #fff;
    padding: 7px 0;
    width: 82px;
    transition: background-color 0.5s
}

h4.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    line-height: 20px
}

.section-about h2 {
    background: #c31a4d;
    text-align: center;
    color: #fff;
    padding: 40px;
    font-size: 40px;
    font-weight: 400;
    align-content: center
}

#tf-about {
    padding: 40px 0
}

.gray-bg {
    background-color: #f3f3f3
}

.profile-img img {
    width: 350px;
    border: 1px solid transparent;
    border-radius: 10px 10px 0 0;
    height: 224px
}

.profile-img .team_content {
    padding-top: 10px;
    text-align: justify
}

.about-right-content {
    padding: 40px 0
}

.about-left-content {
    padding-bottom: 60px
}

.about-left-content h2,
.about-left-content h2 small {
    color: #333
}

.about-left-content h2 small {
    font-weight: 300
}

ul.social li a.fa {
    background: #c8205b;
    width: 50px;
    height: 50px;
    padding: 15px;
    text-align: center;
    margin-right: -5px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 50%
}

ul.social li a.fa-facebook:hover {
    background-color: #3b5998
}

ul.social li a.fa-twitter:hover {
    background-color: #00acee
}

ul.social li a.fa-google-plus:hover {
    background-color: #db4a39
}

.progress {
    height: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #999;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #FFCC32;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.skills {
    margin-top: 30px;
    padding: 20px 0
}

.skillset p {
    font-size: 13px;
    margin-bottom: 5px
}

#tf-counter {
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1
}

.facts {
    padding: 0
}

.facts .count-box {
    position: relative
}

.count-box {
    -webkit-backface-visibility: hidden;
    border-left: 1px solid #d3d3d3;
    padding: 40px 0;
    margin: 0;
    overflow: hidden;
    transition: all 0.5s;
    transform: translateX(0) translateY(0%);
    -webkit-transform: translateX(0) translateY(0%);
    -moz-transform: translateX(0) translateY(0%);
    -ms-transform: translateX(0) translateY(0%);
    -o-transform: translateX(0) translateY(0%)
}

.count-box:hover,
.count-box:hover>i.fa {
    color: #fff
}

.count-box:hover {
    -webkit-backface-visibility: hidden;
    background-color: #e5b112
}

.counter i.fa {
    font-size: 40px;
    color: #FC3
}

.count-box.last {
    border-right: 1px solid #d3d3d3
}

#tf-team {
    padding: 60px 0
}

#team .item, #testmonnials-slider .item {
    padding: 30px 0;
    margin: 5px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.item .hover-bg {
    position: relative;
    overflow: hidden
}

.hover-bg .hover-text {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 45%;
    padding: 20px;
    color: #fff;
    transition: all 0.8s;
    -webkit-transition: all 08s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s
}

.hover-bg .hover-text.on {
    opacity: 1
}

.hover-bg .hover-text.off {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transform: translateX(100%) translateY(-90%);
    transform: translateX(100%) translateY(-90%);
    opacity: 1;
    background: rgba(0, 0, 0, .7)
}

.hover-bg:hover .hover-text.off {
    -webkit-transform: translateX(0%) translateY(-90%);
    transform: translateX(0%) translateY(-90%);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span {
    width: 15px;
    height: 15px;
    margin: 5px;
    background: #bababa
}

.secti-feat h2 {
    padding: 40px;
    background: #c31a4d;
    text-align: center;
    color: #fff;
    font-size: 40px!important;
    font-weight: 400!important
}

#tf-features,
#feature {
    padding: 40px 0
}

.feat-mar {
    margin-top: 20px
}

.features-content {
    padding: 0 30px 0
}

.features-content h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #333
}

.nav.nav-pills>li>a {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 25px;
    border-bottom: 3px solid #ccc;
    text-transform: uppercase;
    margin-bottom: 5px
}

.nav.nav-pills>li>a small {
    text-transform: lowercase;
    font-style: italic
}

.nav.nav-pills>li>a:hover,
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #E5B112;
    padding: 25px;
    border-bottom: 3px solid #960
}

.nav-pills>li>a {
    border-radius: 4px
}

ul.features li span.fa {
    font-size: 35px;
    vertical-align: middle;
    margin-right: 20px;
    float: left;
    clear: both;
    margin-top: 5px
}

.feature-image {
    text-align: center
}

.align-items-center {
    align-items: center!important
}

.single-feature {
    align-items: flex-start!important;
    display: flex!important;
    padding: 1.5em 1em;
    transition: all 0.3s ease-in
}

.feature-icon {
    margin-right: 20px;
    transition: all 0.3s ease-in
}

.icon {
    display: inline-flex;
    min-width: 3.75rem;
    min-height: 3.75rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);
    color: inherit;
    transition: all 0.3s ease-in;
    border: 1px solid transparent;
    border-radius: 50px;
    border-top-left-radius: 0
}

.bg-color {
    background: #c30c4d!important
}

.white-text {
    color: #fff!important
}

.icon-shape i {
    font-size: 2.2rem
}

.feature-content h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin: 5px 0
}

.single-feature:hover .icon {
    border-radius: 50%
}

#tf-works {
    padding: 60px 0
}

ul.cat {
    margin: 30px 0
}

ul.cat li a {
    background: inherit;
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 3px
}

ul.cat li a:hover,
ul.cat li a:focus,
ul.cat li a.active {
    background: #f1f1f1;
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 3px;
    color: inherit
}

.nopadding {
    padding: 0
}

.box a {
    margin: 2px
}

.box .hover-bg {
    position: relative;
    overflow: hidden
}

.box .hover-bg .hover-text {
    height: 100%;
    bottom: 0;
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    background: transparent
}

.box:hover .hover-bg .hover-text {
    background-color: rgba(1, 1, 1, .5)
}

.box .hover-bg:hover .hover-text.off {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    opacity: 1
}

.box .hover-text i.fa {
    font-size: 20px;
    background: #e5b112;
    padding: 13px;
    position: relative;
    top: 40%;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    transition: all 0.5s
}

.box .hover-text i.fa:hover {
    background: #333
}

.box .hover-text i.fa.fa-expand {
    border-top-right-radius: 0;
    -webkit-transform: translateX(-400%) translateY(0%);
    transform: translateX(-400%) translateY(0%);
    opacity: 0;
    transition: all 0.5s
}

.box:hover .hover-text i.fa.fa-expand {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    opacity: 1
}

.box .hover-text i.fa.fa-chain {
    border-top-left-radius: 0;
    -webkit-transform: translateX(400%) translateY(0%);
    transform: translateX(400%) translateY(0%);
    opacity: 0;
    transition: all 0.5s
}

.box:hover .hover-text i.fa.fa-chain {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    opacity: 1
}

#itemsWorkThree .box,
#itemsWorkTwo .box {
    margin-bottom: 30px
}

#itemsWorkTwo .hover-bg .hover-text {
    padding: 30% 0
}

#itemsWorkTwo .box:hover .hover-bg .hover-text {
    background-color: rgba(255, 223, 125, .7);
    border: 10px solid rgba(185, 156, 72, .8)
}

#itemsWorkTwo .box .hover-bg .hover-text h5 small {
    text-transform: capitalize;
    color: #000
}

#itemsWorkTwo .box .hover-bg .hover-text h5 {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    -webkit-transform: translateX(0%) translateY(400%);
    transform: translateX(0%) translateY(400%);
    opacity: 0;
    transition: all 0.5s
}

#itemsWorkTwo .box:hover .hover-bg .hover-text.off h5 {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    opacity: 1
}

#itemsWorkTwo .box .hover-text i.fa {
    font-size: 20px;
    background: transparent;
    padding: 13px;
    position: relative;
    top: 40%;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    transition: all 0.5s;
    border: 1px solid #fff
}

#itemsWorkTwo .box .hover-text i.fa:hover {
    background: #333
}

#itemsWorkThree .box h5 {
    border: 1px solid #ddd;
    padding: 10px 0;
    margin: 0
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    z-index: 1
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s
}

.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
    font-size: 14px;
    background: #f1f1f1;
    border: 1px solid #333;
    letter-spacing: 2px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 35px;
    border-radius: 2px
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: #ffffff!important;
    background: rgba(255, 255, 255, 1)!important
}

.nivo-lightbox-theme-default .nivo-lightbox-nav,
.nivo-lightbox-theme-default .nivo-lightbox-close {
    opacity: 1
}

.nivo-lightbox-error {
    color: #C59A6D!important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0)!important
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    border-top: 4px solid #fc3
}

#work-detail-one,
#work-detail-two,
#work-detail-three {
    padding: 60px 0
}

.work-detail .dl-horizontal dt {
    text-align: left;
    margin-bottom: 10px
}

.work-related-thumb {
    margin-bottom: 30px
}

.work-related-thumb .img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 0;
    line-height: 1.42857143;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.work-related-thumb .img-thumbnail:hover {
    opacity: .8
}

#tf-process {
    padding: 60px 0
}

.process i.fa {
    text-align: center;
    font-size: 30px;
    background-color: #FC3;
    color: #fff;
    padding: 25px 0;
    border: 4px solid #fff;
    border-radius: 50px;
    border-top-left-radius: 0;
    margin: 0 10px;
    margin-right: 20px;
    width: 92px;
    height: 90px;
    transition: background-color 0.5s
}

#tf-process .gray-bg {
    position: relative
}

.gray-bg .vline {
    position: absolute;
    height: 100%;
    padding: 5px;
    border-left: 3px solid #fff;
    left: 20%
}

#process {
    padding: 60px 0 20px 0
}

.process {
    margin-bottom: 40px
}

#tf-pricing {
    padding: 60px 0
}

.price h1 {
    font-size: 50px
}

.price {
    text-align: center
}

.price.panel-default {
    border-color: #333
}

.price.panel-default>.panel-heading {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF;
    background-color: #333;
    border-color: inherit
}

.price .panel-heading {
    padding: 30px 15px
}

.price .panel-body {
    border-bottom: 1px solid
}

.price ul.list-unstyled {
    padding: 20px
}

.price ul.list-unstyled li {
    padding: 10px 0
}

.price ul.list-unstyled li small {
    margin-top: -10px
}

.price.featured {
    -moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, .31);
    -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, .31);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .31)
}

.price.featured.panel-default {
    border-color: #fc3;
    background-color: #fff;
    margin-top: -20px;
    position: relative;
    z-index: 1;
    margin-left: -5px;
    margin-right: -5px
}

.price.featured.panel-default {
    border-color: #fc3
}

.price.featured.panel-default>.panel-heading {
    background-color: #fc3
}

.featured .panel-body {
    margin-top: 20px
}

.featured .panel-body,
.featured.panel-default>.panel-heading {
    border-color: #fc3
}

.featured .tf-btn {
    margin-top: 20px
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0;
    outline: 0;
    outline-offset: 0
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.tf-btn {
    font-size: 12px;
    word-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.5s;
    padding: 10px
}

.tf-btn:focus,
.tf-btn:hover {
    background-color: #333;
    border-color: #fc3
}

.color {
    background-color: #c8205b;
    border-color: #c8205b
}

.color:focus,
.color:hover {
    border-color: #c8205b;
    background-color: #fff;
    color: #000
}

#tf-blog,
#blog-post {
    padding: 60px 0
}

#blog-post a.btn {
    margin: auto 0
}

.post-wrap {
    position: relative
}

.media.post {
    background: #fff;
    padding: 10px
}

.post-wrap {
    position: relative;
    margin-bottom: 30px;
    transition: all 0.5s
}

.post-meta {
    border-top: 1px solid #ebebeb;
    background-color: #fff;
    padding: 5px 10px;
    height: auto;
    position: relative;
    min-height: 35px
}

ul.metas li:after {
    content: ' / ';
    margin-right: 3px;
    margin-left: 3px
}

ul.metas li:last-child:after {
    content: ' '
}

ul.metas li a {
    color: #e5b112
}

.meta-detail {
    background: #f4f4f4;
    border-radius: 3px;
    padding: 2px
}

#tf-testimonial {
    padding: 40px 0
}

.test-pad {
    padding-top: 35px
}

.secti-test h2 {
    background: #c31a4d;
    text-align: center;
    color: #fff;
    padding: 40px;
    font-size: 40px;
    font-weight: 400;
    align-content: center
}

.box {
    margin: 6px 0;
    margin-top: 50px;
    background: #fff;
    border: 1px solid #ded5d5;
    border-radius: 10px;
    position: relative;
    padding: 20px;
    color: #000;
    filter: drop-shadow(1px 2px 3px #ded5d5)
}

.box:after,
.box:before {
    top: 100%;
    left: 17%;
    border-top: 100px solid red;
    border-left: 100px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 9px;
    margin-left: -30px
}

.box:before {
    border-color: rgba(222, 213, 213, 0);
    border-top-color: #ded5d5;
    border-width: 10px;
    margin-left: -31px
}

.testimonial_img {
    margin-top: 20px
}

.testimonial_img img {
    border: 1px solid transparent;
    border-radius: 50%
}

.testi-head h2 {
    padding: 40px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px!important;
    font-weight: 300
}

.testi-head h5 {
    text-align: center;
    text-transform: capitalize;
    font-size: 16px!important
}

.media {
    display: flex
}

.media-left{
    width: 30%;
    display: flex;
    justify-content: center
}

.box.fa {
    color: #a4a4a4!important
}

.media-heading {
    margin-top: 0;
    margin-bottom: 2px;
    margin-left: 42px;
    font-size: 20px;
    color: #5a5555
}

.media-head {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 20px;
    color: #000
}

.media-body .media-heading>p {
    margin-left: 42px
}

.testimonia_btn {
    color: #fff;
    background-color: #c8205b;
    margin: 30px 0 30px 485px;
    padding: 10px 35px;
    font-size: 12px;
    font-weight: 700;
    word-spacing: 2px;
    text-transform: uppercase
}

.testimonia_btn:hover {
    color: #000!important;
    background-color: #fff;
    border: 1px solid #c8205b
}

.para-sty {
    font-size: 15px;
    color: #000
}

#tf-contact {
    padding: 90px 0
}

#map {
    position: relative;
    width: 100%;
    height: 400px
}

.contact-detail {
    text-align: center;
    margin: 20px 0
}

.contact-detail i.fa {
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-right: 20px;
    width: 82px;
    height: 80px;
    transition: background-color 0.5s;
    position: relative;
    top: 4px
}

form#contact-form {
    padding: 40px 0
}



.contact form#contact-form {
    padding: 0
}

.form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}
p.help-block.text-danger ul{
    margin:0px;
    padding:0px;
}
p.help-block.text-danger ul li {
    display: block;
    margin-left:0px;
    color: #c8205b;
    text-align:left;
    
}

#success .alert-danger {
    color: #FC3;
    background-color: #FDFDFD;
    border-color: #FC3;
    margin-bottom: 10px
}

#tf-footer {
    /*margin-top: 50px;*/
    padding: 2% 0 0 0;
    background-color: #0c0c0c;
    color: #fff;
}

#tf-footer p {
    font-size: 14px
}

ul.social li a i {
    font-size: 14px;
    background: #c8205b;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    transition: all 0.5s;
    line-height: 30px
}

ul.social li a i:hover {
    color: #c8205b;
    background-color: #fff
}

.hexagon_featr {
  position: relative;
  width: 60px; 
  height: 30px;
  background-color: red;
  margin: 40px 0;
}

.hexagon_featr:before,
.hexagon_featr:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}
.hexagon_featr img
{
    position: absolute;
    top: 0px;
    left: 25px;
    height: 70px;
}
.hexagon_featr:before {
  bottom: 100%;
  border-bottom: 20px solid red;
}

.hexagon_featr:after {
  top: 100%;
  width: 0;
  border-top: 20px solid red;
}






.hexagon_featr1 {
  position: relative;
  width: 120px; 
  height: 69.28px;
  background-color: #c30c4d;
  margin: 34.21px 0;
}

.hexagon_featr1:before,
.hexagon_featr1:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
}
.hexagon_featr1 img
{
    position: absolute;
    top: 0px;
    left: 25px;
    height: 70px;
}
.hexagon_featr1:before {
  bottom: 100%;
  border-bottom: 35.64px solid #c30c4d;
}

.hexagon_featr1:after {
  top: 100%;
  width: 0;
  border-top: 35.64px solid #c30c4d;
}


.features-img {

    position: absolute;
    top: 35px;
    height: 37px;
    left: 12px;

}



/*.features-img {*/
/*        position: absolute;*/
/*    top: 20px;*/
/*    height: 37px;*/
/*    left: 18px;*/
/*}*/

.hexg-div {
    position: relative;
    margin: 0 15px 0 0
}

#vdo-section {
    padding: 80px 0;
    background-color: #f2f2f2;
}

.widget {
    margin-bottom: 40px;
    padding: 0 20px
}

.comment h4,
.widget h4,
h4.text-uppercase {
    font-weight: 300;
    color: #FC3
}

.comment h4 span.comments {
    color: #333
}

button.btn.btn-default {
    padding: 11px 15px;
    color: #fff;
    background: #FC3
}

ul.bullet-lists {
    margin-top: 20px
}

ul.list-unstyled.bullet-lists li span.fa.fa-circle {
    font-size: 8px;
    vertical-align: middle;
    margin-right: 10px;
    color: #FC3
}

ul.list-unstyled.bullet-lists li {
    padding: 5px 0
}

ul.list-unstyled.bullet-lists li:hover {
    color: #FC3
}

.post-tab .nav-tabs>li>a {
    margin-right: -1px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 0 0 0 0
}

.post-tab .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px
}

.post-tab .nav-tabs>li>a:hover,
.post-tab .nav-tabs>li>a:focus {
    color: #FFF;
    background-color: #FC3;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

ul.list-inline.bullet-lists li a {
    color: inherit
}

ul.list-inline.bullet-lists li {
    background: #F8F8F8;
    padding: 5px 10px;
    margin-bottom: 5px;
    margin-right: 2px;
    border: 1px solid #F4F4F4;
    border-radius: 3px;
    transition: all 0.3s
}

ul.list-inline.bullet-lists li:hover {
    background: #FC3
}

.blog-post .post-wrap img,
.work-detail img.featured {
    margin: 20px 0
}

ul.meta-tags li a {
    font-style: italic
}

ul.meta-tags li:after {
    content: ','
}

ul.meta-tags li:last-child:after {
    content: ' '
}

.media.post-author {
    background: #fc3;
    padding: 20px;
    margin-top: -1px
}

.media.post-author a {
    content: inherit
}

.blog-post .post-wrap {
    padding: 20px;
    margin-bottom: 0;
    border: 1px solid #DDD;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.media.comment-block {
    border: 1px solid #DDD;
    padding: 20px
}

.comment {
    margin-top: 40px
}

.comment form {
    margin-top: -30px
}

.comment input,
.comment textarea {
    margin-bottom: 15px
}

.hexagon {
    position: relative;
    width: 80px;
    height: 46.19px;
    background-color: #c51654;
    margin: 23.09px 0
}

.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent
}

.hexagon:before {
    bottom: 100%;
    border-bottom: 23.09px solid #c51654
}

.hexagon:after {
    top: 100%;
    width: 0;
    border-top: 23.09px solid #c51654
}

.hexagon_1 {
    position: relative;
    width: 80px;
    height: 46.19px;
    background-color: #c81f5b;
    margin: 23.09px 0
}

.hexagon_1:before,
.hexagon_1:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent
}

.hexagon_1:before {
    bottom: 100%;
    border-bottom: 23.09px solid #c81f5b;
    left: 0
}

.hexagon_1:after {
    top: 100%;
    width: 0;
    border-top: 23.09px solid #c81f5b;
    left: 0
}

#toTop {
    position: fixed;
    bottom: 5px;
    right: 20px;
    text-decoration: none;
    color: #fff!important;
    font-size: 20px;
    display: none;
    font-weight: 700;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

#toTop span {
    display: block;
    position: relative;
    background: #c8225d;
    padding: 5px 12px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

#tf-footer .ftr-text {
    font-size: 15px
}

#tf-footer .social-icon {
    position: relative;
    top: -7px
}

#tf-contact .form-group {
    margin-bottom: 30px
}

.no-left-pad {
    padding-left: 0px!important
}

.cont-abs {
    position: absolute;
    top: 15px;
    left: 45px
}

.cont-abs>b {
    font-size: 16px
}

.no-pad {
    padding: 0px!important
}

.hexagon.cont-hex.mob .contact-detail {
    margin: 15px 0!important
}

.footer-address ul li i {
    color: #fff;
    font-size: 12px;
    height: 23px;
    margin-right: 5px;
    width: 23px;
    border: 1px solid;
    text-align: center;
    border-radius: 50%;
    background: #c8205b;
    line-height: 23px
}

.footer-address ul {
    list-style-type: none;
    padding: 0
}

.mg-top-15 {
    margin-top: 15px
}

.footer-address ul li {
    margin: 10px 0
}

.concept-sec {
    padding: 50px 0;
    float: left
}

.conc-hd {
    color: #c31a4d;
    font-weight: 700
}

.concept-sec p {
    margin-top: 25px;
    font-size: 17px
}

.hover-bg img {
    margin: 0 auto
}

.faq-div .panel-group .panel {
    border-radius: 0;
    border: 0 none
}

.faq-div .panel-body {
    padding: 30px;
    color: #999
}

.faq-div .panel-heading {
    padding: 0
}

.faq-div .panel-title {
    position: relative
}

.faq-div .panel-title>a {
    display: block;
    padding: 11px 35px;
    background: #c31a4d;
    color: #fff;
    box-shadow: 0 -3px 0 rgba(0, 0, 0, .133) inset
}

.faq-div .panel-title a.collapsed {
    background: #ebebeb;
    color: #000;
    box-shadow: 0 -3px 0 rgba(0, 0, 0, .133) inset
}

.faq-div .panel-title>a:focus,
.faq-div .panel-title>a:hover {
    text-decoration: none;
    outline: 0
}

.faq-div .panel-title a:after {
    content: "\f068";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    position: absolute;
    right: 11px;
    top: 12px
}

.faq-div .panel-title a.collapsed:after {
    content: "\f067"
}

.faq-div .panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none!important
}

.faq-sec {
    padding: 80px 0
}

.line {
    height: 2px;
    margin: 5px auto;
    width: 65px;
    background-color: grey;
    position: relative
}

.line:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #c31a4d;
    bottom: -4px;
    left: 29px;
    text-align: center;
    margin: 0 auto;
    transform: rotate(130deg)
}

.faq-div {
    padding-top: 40px
}

.faq-div ol {
    color: #292828
}

.faq-p {
    color: black;
    font-size: 16px
}

.cont-fotr-hd {
    border-bottom: 1px solid #252525;
    padding-bottom: 7px;
    font-size: 20px;
    font-weight: 700
}

.fotr-hd {
    font-size: 14px;
    margin: 14px 0
}

.last-fotr-p {
    font-size: 14px;
    margin: 0;
    padding: 10px 0;
    background: #000
}

.pd-20 {
    padding: 0 0 20px
}

.last-fotr-p strong {
    cursor: pointer;
    color: #c8205b
}

.mg-top-45 {
    margin-top: 45px
}

.nmagik-network-sec {
    padding: 50px 0
}

.pd-tb-10 {
    padding: 10px 0;
    float: left
}

.conthexagon {
    position: relative;
    width: 20px;
    height: 11.55px;
    background-color: red;
    margin: 5.77px 0
}

.conthexagon:before,
.conthexagon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.conthexagon:before {
    bottom: 100%;
    border-bottom: 5.77px solid red
}

.conthexagon:after {
    top: 100%;
    width: 0;
    border-top: 5.77px solid red
}

.hex-pos {
    position: relative;
    min-height: 50px;
    padding: 0
}

.hex-pos i {
    position: absolute;
    color: #fff;

    left: 7px;
    font-size: 11px
}

.list-inline>li {
    padding-left: 3px;
    padding-right: 3px
}

.hex-pos .cont-sub-hd {
    position: absolute;
    top: 2px;
    left: 40px
}

.emai-ph {
    min-height: 40px
}

.emai-ph .fa-envelope-o {
    left: 5px
}

.nmagik-network-sec img {
    height: 140px;
    margin-top: 38px
}

.nmagik-network-sec p {
    font-size: 16px;
    color: #252425;
    line-height: 22px;
    padding-top: 60px
}

.nmagik-network-sec h2 {
    margin-bottom: 40px
}

.bx-img {
    border: 1px solid #CE004D;
    width: 230px;
    height: 230px;
    border-radius: 246px;
    box-shadow: 10px 5px 10px #ddd;
    opacity: 1!important
}

@media (min-width:300px) and (max-width:579px) {
    .download-btn {
        margin: 10px 40px
    }
    .bx-img {
        margin: 0 0 20px
    }
    .faq-div .panel-body {
        padding: 10px;
        color: #999
    }
    .faq-div ol {
        padding-left: 10px
    }
    .footer-address {
        padding-top: 30px
    }
    .hex-pos i {
        top: 0
    }
    .download-btn p {
        font-size: 16px
    }
    .download-btn p small {
        font-size: 9px;
        float: left;
        margin: 5px 0 0 0
    }
    .download-btn {
        min-width: 190px
    }
    .hex-pos {
        position: relative;
        min-height: 90px;
        padding: 0
    }
    .emai-ph {
        min-height: 40px!important
    }
    .faq-div .panel-title>a {
        padding: 11px 25px 11px 11px
    }
    .section-header h2,
    .nmagik-network-sec h2,
    .main-hd,
    .testi-head h2 {
        line-height: 35px;
        font-size:26px;
    }
    .home-p 
    {
        font-size: 14px;
    }
    #tf-intro
    {
        padding: 10% 0 5% 0;
    }
    #tf-footer p {
        font-size: 12px;
    }
    .how_it_para
    {
        font-size: 15px;
        /*margin-left: 60px;*/
        
    }
    }
    #how-it-works-section
    {
        padding: 30px 0px !important;
    }
    
   /* .item-active .item{
        text-align: center !important;
        margin-top: 15px !important;
      
    }*/
    .item .text-center{
       
        /*text-align: center !important;*/
    }
    .mob-bot-30
    {
        margin-bottom: 30px;
    }
    #why-nmagik-section .download-app-button
    {
        margin: 0px !important;
    }
    .how_it_works_img
    {
        width:90% !important;
    }
    #tf-home h1
    {
        
        line-height: 38px;
    }
    .hex-pos .cont-sub-hd {
        /*top: -4px*/
    }
    .mob-pd-bot-40
    {
        padding-bottom: 40px;
    }
    .vd-hding
    {
        margin: 10px 0px;
    }
    .mob-pd-bot-40 iframe
    {
        height: 150px;
    }
    


@media (min-width:300px) and (max-width:680px) {
    .app {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position:center !important;
    }
    
    .download-btn {
        margin: 0px 5px;
    }
    .ipad-wrapper{
        display:none;
    }
    .divider{
        margin-top: -200px !important;
    }
    p.lead {
        display: block !important;
    }
    .fixdownloadtag, .abenquiry{
        display:none;
    }
    .download-btn {
        min-width: 170px;
    }
    .how_it_hexagon{
        margin:30px auto !important;
    }
    .mob-pd-bot-40 iframe{
        height:300px !important;
    }
    .features-img {
        top: 25px;
    }
    .hexagon_featr {
        margin: 30px 0;
    }   
    .single-feature {
        padding: 0.5em 1em;
    }
    .feature-content h5 {
        margin: 20px 0 5px 0;
    }
    .why-down-app {
        float: none !important;
        margin: 15px auto !important;
        line-height:75px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
        margin-top: 10px;
    }
    
}
.cont-gal-img{
    overflow:hidden;
}
.media-right img {
    width: 40px;
    margin: 0 auto;
    display: block;
    animation: mymove 5s infinite
}

@keyframes mymove {
    from {
        left: 0
    }
    to {
        left: 200px
    }
}

.media-left img {
    width: 40px;
    margin: 0 auto;
    display: block
}

.feature-icon img {
    width: 25px;
    margin: 0 auto;
    display: block;
    height: 25px
}

.bx-img {
    margin: 0 auto
}
.vd-hding
{
    text-align: center;
    margin:10px 0px 25px;
    color:#191919;
}
.google-play-ic
{
    height: 25px;
}
#tf-services .section-header
{
        padding:10px 0px;
}
.center-carousel {


    position: absolute;
  
  
    left: 50%;
  
  
    top: 50%;
  
  
    transform: translate(-50%, -50%);
  
  
    border: 5px solid #FFFF00;
  
  
    padding: 10px;
  
  
  }
.cont-gal-img
{
    height: 250px;
    width: 100%;
    border: 1px solid #ccc;
    float: left;
}
.mn-hg-45
{
    min-height: 45px;
}

/*3-4-2020*/
.fixdownloadtag
{
    padding: 7px 20px 10px;
    margin-top: -40px;
    background: #272122;
    font-size: 20px;
    color: #fff;
    border-radius: 0 0 25px 25px;
    position: fixed;
    top: 50%;
    left: -85px;
    transform: rotate(-90deg);
    cursor: pointer;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.2);
    z-index: 3;
}

.fixdownloadtag  img
{
    height: 30px;
    background: #fff;
    border-radius: 50%;
    transform: rotate(90deg);
    padding: 3px;
    margin-right: 7px;
}

.how_it_hexagon {
  position: relative;
  width: 120px; 
  height: 69.28px;
  background-color:red;
  margin: 34.64px 60px;
}

.how_it_hexagon:before,
.how_it_hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
}

.how_it_hexagon:before {
  bottom: 100%;
  border-bottom: 34.64px solid red;
}

.how_it_hexagon:after {
  top: 100%;
  width: 0;
  border-top: 34.64px solid red;
}
.how_it_hexagon img
{
    position: absolute;
    top: 5px;
    left: 35px;
    height: 60px;
}

.how-it-works-sub-hd    
{
    padding-top: 15px;
    text-align: center !important;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    margin-left: -10px;
}
.how-it-works-sub-hd-why-nmagik{
    padding-top: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    margin-left: -10px;
}

 #how-it-works-section, #why-nmagik-section {
    padding: 80px 0px 80px 0px;
}

 #how-it-works-section
 {
    /*background-image: radial-gradient(circle at 55% 41%,#55585a,#2d3338);
    background-image: linear-gradient(to  top right, gray, white);"*/
    background-image: linear-gradient(to  bottom right, green, white,#adff2f);
    
 }
 #why-nmagik-section
 {
    position: relative;
    min-height:550px; 
    
    background-repeat: no-repeat;
    background-position:bottom;
    background-size: contain;
    background-color:#f2f2f2; 
 }
#how-it-works-section .main-hd, #why-nmagik-section .main-hd
{
    margin: 10px 0px 50px;
}
#how-it-works-section .main-hd
{
    color:#fff;
}
.tf-testimonial{
    background-color:#f8f8f8;
    padding-bottom:50px;
}

.hr_how_it
{
    position: relative;
    top: -177px;
    left: 180px;
    width: 64%;
    border-top: 2px solid #7b7b7b;
}
.mg-t-20
{
  margin-top: 20px;
}
/*#why-nmagik-section .feature-content h5 {*/
/*    font-size: 17px;*/
/*    line-height: 20px;*/
/*    font-weight: 700;*/
/*    margin: 12px 0;*/
/*}*/

#why-nmagik-section .feature-content h5 {

    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    margin: 40px 0;
    width: 150px;

}

.enq-rel
{
    position: relative;
}
.abenquiry
{
    padding: 5px 30px 5px;
    background: #272122;
    font-size: 22px;
    color: #fff;
    border-radius: 0 0 25px 25px;
    position: fixed;
    top: 50%;
    right: -68px;
    transform: rotate(90deg);
    cursor: pointer;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.2);
    z-index: 99;
    text-transform: uppercase;
}

.abenquiry  img
{
    height: 30px;
    padding: 3px 0px;
    margin-bottom: 7px;
}
.how_it_para
{
    color:#333;
}
.how_it_works_img
{
    width: 80%;
    margin: 40px 0px 0px;
}
.why-down-app
{
    float: left;
    font-size: 22px;
    font-weight: 500;
    margin: 5px 20px;
}
#why-nmagik-section .download-app-button
{
    margin: 0px 120px;
}
#why-nmagik-section .single-feature
{
    margin: 10px 65px;
}
