/*--------------------------------------------------------------
 General
--------------------------------------------------------------*/

.container {
    max-width: 1228px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;
}

body {
    font-family: 'Droid Sans', sans-serif;
    font-size: 17px;
    line-height: 20px;

}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

ul,
ol {
    list-style: none;
}

.row {
    margin: 0;
}

* {
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

img {
    vertical-align: middle;
    height: auto;
    /* Make sure images are scaled correctly. */
    width: 100%;
    /* Adhere to container width. */
}


/*--------------------------------------------------------------
 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #141414;
    font-size: 15px;
    line-height: 1.8;
    font-family: 'Droid Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #141414;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 500;
    line-height: 1.4;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin-bottom: 10px;
}

b,
strong {
    font-weight: 600;
}

pre {
    background: #eee;
    font-family: 'Droid Sans', sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------------------
Section Area Start
----------------------------------------------------------------------------
*/
.breadcrumb {
    background-color: #0f2c48;
    height: 160px;
    margin: 0;
}

.navik-header .navik-header-container .logo h4{
    color: #fff;
    text-transform: uppercase;
    padding-left: 20px;
    letter-spacing: 1px;
}


.navik-header {
    z-index: 9999999;
}

.navik-header {
    background-color: #b83405;
}

.navik-menu ul ul li > a {
    text-transform: capitalize;
}

.header-dark .navik-menu ul li.current-menu>a,
.header-dark .navik-menu ul li:hover>a {
    color: #e43d02;
}

.header {
    position: relative;
    background-image: url(../images/slider2.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    height: 650px;
}

.header:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.62);
    width: 100%;
    height: 100%;
}

.banner-text {

    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 99999;
    text-align: center;
    color: #fff;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
}


.banner-text h3 {

    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 30px;
    line-height: 25px;
    display: inline-block;
    color: #fff;
    font-family: 'Droid Sans', sans-serif;
}


.main-text h3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 300px;
    height: 3px;
    margin-left: -150px;
    background-color: #e43d02;
    white-space: pre;
}


.banner-desc p:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 300px;
    height: 3px;
    margin-left: -150px;
    background-color: #e43d02;
}

.banner-desc p {
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: pre-line;
    position: relative;
    color: #fff;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 30px 0px;
}



.banner-text .slide-button a {
    padding: 15px 35px;
    background-color: rgba(255, 255, 255, 0.22);
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    position: relative;
    margin: 0 10px;
}

.banner-text .slide-button a:hover {
    color: #000; 
}

.banner-text .slide-button a:hover:after {
    right: 0;
    width: 100%;
    opacity: 1;
    z-index: -1;
}

.banner-text .slide-button a:after{
    background: #fff;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    content: "";
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: -2;
}

/*feature section*/

.feature-block {
    z-index: 9999;
    text-transform: uppercase;
    text-align: center;
    font-size: 1em;
    position: relative;
    margin-top: -70px;
}

.feature-content {
    margin: 10px;
    background: #b83405;
    padding: 20px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: transform;
    transition-property: transform;
    height: 150px;
}

.feature-content:hover {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    box-shadow: 0 0 30px rgba(184, 52, 5, 0.55);
    -webkit-box-shadow: 0 0 30px rgba(184, 52, 5, 0.55);
}

.feature-icon {
    width: 70px;
    height: 70px;
    text-align: center;
    margin: 0 auto;
}

.feature-info h6 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    color: #fff;
    font-family: 'Droid Sans', sans-serif;
}


/*About us section*/


.about-us {

    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 70px 0;
}

.about-us figcaption.figure-caption {

    margin-left: 10px;
    padding: 40px 40px;
}

.about-us figcaption.figure-caption:before {
    content: '';
    position: absolute;
    width: 477px;
    height: 425px;
    background-color: transparent;
    border: 20px solid #dfdfdf;
    top: 0;
    left: -28px;
    z-index: -1;
}



.figure-caption h3 {

    font-family: 'Droid Sans', sans-serif;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0 20px;
    color: #000000;
    line-height: 1.4;
}

.figure-caption p {

    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    text-align: justify;
    margin: 20px 0 20px;
    line-height: 1.8;
    color: #696868;
}




.figure-img {

    box-shadow: 2px 2px 30px #f56c02;
    border-radius: 10px;
    margin-bottom: 0;
    line-height: 1;
}



figcaption.figure-caption a.about-btn {

    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

figcaption.figure-caption a.about-btn:after {
    content: "\f178";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #df3c03;
    padding-left: 5px;
}


figcaption.figure-caption a.about-btn:hover {

    color: #df3c03;
    padding: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

figcaption.figure-caption a.btn:hover {

    background-color: black;
    cursor: pointer;
}

/*Services section*/

.service-section {
    padding: 70px 0px 50px;
    position: relative;
    background: url(../images/sbg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.service-section:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.80);
    width: 100%;
    height: 100%;
}

.service-title {
    position: relative;
}


.service-title h3 {
    color: #fff;
    font-family: 'Droid Sans', sans-serif;
    font-size: 34px;
    font-weight: 400;
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.service-title h3:before {
    border: 2px solid #be3606;
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 50px;
}

.service-title h3:after {
    border: 2px solid #be3606;
    content: "";
    position: absolute;
    right: 0;
    top: 20px;
    width: 50px;
}

.service-title p {
    font-family: 'Droid Sans', sans-serif;
    color: #bbb6b6;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0 125px;
    line-height: 25px;
    font-weight: 300;
}

.service-content {
    margin-top: 100px;
}

.service-text h3{
    position: absolute;
    font-size: 18px;
    background: #b83405;
    border: 1px solid #fff;
    padding: 8px;
    line-height: 1.3;
    text-transform: uppercase;
    top: 0;
    z-index: 999;
    right: 0;
    text-align: center;
    color: #fff;
    margin-top: -23px;
    width: 60%;
    border-radius: 10px;
}


.service-info {
    margin: 10px;
    padding: 35px 15px 15px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: transform;
    transition-property: transform;
    border: 2px solid #b83405;
    border-radius: 10px;
    height: 310px;
}

.service-info:hover {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    box-shadow: 0 0 30px rgba(245, 245, 245, 0.55);
    -webkit-box-shadow: 0 0 30px rgba(245, 245, 245, 0.55);
}

.service-info > ul > li{
    font-family: 'Droid Sans', sans-serif;
    text-transform: capitalize;
    line-height: 1.8; 
    position: relative;
}
    

.service-info > ul > li > a{
    color: #dcd5d5;
    font-size: 16px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    padding: 2px;
}

.service-info > ul > li > a:hover{
    color: #ff3900;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.service-section .content-title {
    margin-bottom: 30px;
}


/*gallery*/

.gallery {
    padding: 70px 0px;
    background-color: #ddd;
}


.gallery-title h3 {
    color: #363636;
    font-family: 'Droid Sans', sans-serif;
    font-size: 34px;
    font-weight: 400;
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.gallery-title h3:before {
    border: 2px solid #be3606;
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 50px;
}

.gallery-title h3:after {
    border: 2px solid #be3606;
    content: "";
    position: absolute;
    right: 0;
    top: 20px;
    width: 50px;
}

.gallery-title p {
    font-family: 'Droid Sans', sans-serif;
    color: #808080;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0 125px;
    line-height: 25px;
    font-weight: 300;
}


.sort-table {
    text-align: center;
    margin-bottom: 30px;
}

.sort-table ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sort-table ul li {
    font-family: 'Chivo', sans-serif;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #363636;
    margin-left: 25px;
    padding: 10px 30px;
    border-radius: 25px;
    text-transform: uppercase;
    cursor: pointer;
}

.button.is-checked.ed-slide-right {
    border-color: #be3606;
}

.button.is-checked {
    color: #fff;
}

.sort-table ul li:hover {
    color: #fff;
}

/* transition effects in button*/
.ed-slide-right {
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    border: 1px solid transparent;
    z-index: 0;
}

.ed-slide-right:hover {
    border-color: #be3606;
}

.ed-slide-right:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    height: 100%;
    top: 0;
    left: 0;
    background: #be3606;
    width: 0;
}

.button.is-checked:after,
.ed-slide-right:hover:after {
    width: 100%;
}

/*effects*/

.main {
    position: relative;
    margin: 0 auto;
}

.view {
    width: 290px;
    height: 290px;
    margin: 5px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff url(../images/bgimg.jpg) no-repeat center center;
}

.view .mask,
.view .content {
    width: 300px;
    height: 300px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view img {
    display: block;
    position: relative;
}

.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
}

.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
}

.view a.info: hover {
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}

.view-fifth img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.view-fifth .mask {
    background-color: rgba(146, 96, 91, 0.3);
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.view-fifth h2 {
    background: rgba(190, 54, 6, 0.82);
    color: #000;
    -webkit-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
    -moz-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
    box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
}

.view-fifth p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    color: #333;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-fifth:hover .mask {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.view-fifth:hover img {
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -o-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
}

.view-fifth:hover p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}



/*team section*/


.team-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.team-section h3 {
    color: #363636;
    font-family: 'Droid Sans', sans-serif;
    font-size: 34px;
    font-weight: 400;
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.team-section h3:before {
    border: 2px solid #be3606;
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 50px;
}

.team-section h3:after {
    border: 2px solid #be3606;
    content: "";
    position: absolute;
    right: 0;
    top: 20px;
    width: 50px;
}

.team-section p {
    font-family: 'Droid Sans', sans-serif;
    color: #808080;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
    padding: 0 125px;
    line-height: 25px;
    font-weight: 300;
}

.btn-icon {
    padding: 12px 15px;
    font-size: 14px
}

.facebook:hover {
    color: #3B579D
}

.facebook.border {
    border: 1px solid #3b579d;
    background-color: transparent;
    color: #3b579d
}

.twitter:hover {
    color: #2CAAE1
}

.twitter.border {
    border: 1px solid #2CAAE1;
    background-color: transparent;
    color: #2CAAE1
}

.google:hover {
    color: #DA4835
}

.google.border {
    border: 1px solid #DA4835;
    background-color: transparent;
    color: #DA4835
}

.pinterest:hover {
    color: #c9181f
}

.pinterest.border {
    border: 1px solid #c9181f;
    background-color: transparent;
    color: #c9181f
}

.team-all {
    margin: 10px;
}

.team-style-3 .team-member,
.team-style-3 .member-img {
    position: relative;
    overflow: hidden
}

.team-style-3 .member-img img {
    width: 100%
}

.team-style-3 .team-member:hover .social-icon {
    right: 0
}

.team-style-3 .social-icon {
    position: absolute;
    top: 0px;
    right: -45px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out
}

.team-style-3 .social-icon li {
    list-style: none;
    float: none
}

.team-style-3 .social-icon li a {
    display: block;
    padding: 15px;
    color: #ececec;
    background-color: #232323;
    margin: 0px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out
}

.facebook.border:hover {
    background-color: #3B579D;
}

.twitter.border:hover {
    background-color: #d43a03;
}

.google.border:hover {
    background-color: #3B579D;
}

.pinterest.border:hover {
    background-color: #d43a03;
}

.member-info {
    position: relative;
    padding: 30px 20px;
    border-bottom: 2px solid #be3606;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.member-info:hover {
    background-color: #be3606;
    border-color: #be3606;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.member-info:hover.member-info h4,
.member-info:hover p.position {
    color: #fff;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.member-info h4 {
    color: #6f6d6d;
    font-family: 'Droid Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    text-transform: uppercase;
    text-align: center;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.member-info p.position {
    font-family: 'Droid Sans', sans-serif;
    color: #6f6d6d;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    margin-top: 0px;
    padding: 0;
    font-weight: 500;
    margin-bottom: 0;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/*testimonial section*/

.testimonial {
    background: url(../images/bg.jpg) no-repeat;
    position: relative;
    padding: 70px 0;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
}

.testimonial:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100%;
}

.item {
    padding-top: 30px;
}

.testimonial .testimonial-img {
    position: relative;
    width: 130px;
    border: 5px solid #e3e3e3;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.testimonial-title {
    position: relative;
}

.testimonial .testimonial-title h3 {
    color: #fff;
    font-family: 'Droid Sans', sans-serif;
    font-size: 34px;
    font-weight: 400;
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.testimonial .testimonial-title h3:before {
    border: 2px solid #be3606;
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 50px;
}

.testimonial .testimonial-title h3:after {
    border: 2px solid #be3606;
    content: "";
    position: absolute;
    right: 0;
    top: 20px;
    width: 50px;
}

.testimonial .testimonial-title p {
    font-family: 'Droid Sans', sans-serif;
    color: #bbb6b6;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 1px;
}

.item .testimonial-description P {
    font-family: 'Droid Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 40px 40px 45px;
}

.item .client-name h3 {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    line-height: 1.5;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

.item .client-name h3:after {
    border: 1px solid #be3606;
    content: "";
    position: absolute;
    right: -25px;
    top: 14px;
    width: 20px;

}

.item .client-name p {
    display: inline-block;
    font-size: 25px;
    padding-left: 30px;
    color: #be3606;
    text-transform: capitalize;
}

.slick-prev,
.slick-next {
    display: none !important;
}

.slick-dots li.slick-active button:before {
    color: #be3606 !important;
    opacity: 1 !important;
}

.slick-dots li button:before {
    color: #fff !important;
    opacity: 1 !important;
}

/*-------------------------------------------------------------------------------
Latest Blogs---------------------------------------------------------------------
*/

.latest-news {
    padding: 50px 0 50px;
    position: relative;
}

.news-content {
    margin: 10px;
}

.latest-title {
    position: relative;
    text-align: center;
}

.latest-title h3 {
    color: #363636;
    font-family: 'Droid Sans', sans-serif;
    font-size: 34px;
    font-weight: 400;
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.latest-title h3:before{
    border: 2px solid #be3606;
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 50px;
}

.latest-title h3:after{
    border: 2px solid #be3606;
    content: "";
    position: absolute;
    right: 0;
    top: 20px;
    width: 50px;
}




.latest-title p {
    font-family: 'Droid Sans', sans-serif;
    color: #808080;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
    padding: 0 125px;
    line-height: 25px;
    font-weight: 300;
}

.latest-news .author-date {
    font-family: 'Droid Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    line-height: 1.5;
}

.latest-news .image-blog {
    display: inline-block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.latest-news .image-blog img {
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
}

.latest-news .date-comment {
    font-size: 14px;
    margin-top: 5px
}

.latest-news .latest-blogs:hover .image-blog img {
    -moz-transform: scale(1.04) rotateZ(2deg);
    -webkit-transform: scale(1.04) rotateZ(2deg);
    transform: scale(1.04) rotateZ(2deg);
}

.latest-news .blog-title {
    padding-top: 10px;
    padding-bottom: 5px;
}

.latest-news .latest-blogs:hover h5 {
    color: #be3606;
}

.latest-news .blog-title h5 {
    font-weight: 700;
    font-size: 19px;
}

.latest-news .blog-content {
    padding-top: 10px;
}

.blog-read-more {
    display: block;
    padding-top: 20px;
}

.blog-read-more a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-read-more a:after {
    content: "\f178";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #df3c03;
    padding-left: 5px;
}


.blog-read-more a:hover {

    color: #df3c03;
    padding: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/*.blog-read-more a {
    background: #be3606;
    padding: 15px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    display: block;
    width: 150px;
    margin-top: 10px;
    text-align: center;
    line-height: normal;
    color: #FFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-read-more a:hover {
    background: #0d51a7;
    color: #fff;

}*/

.latest-news .author-date .author {
    margin-right: 10px;
}

.latest-news .author-date i {
    margin-right: 7px;
}

.latest-news .author-comment {
    display: inline-block;
}

.latest-news .blog-date {
    display: inline-block;
    margin-left: 8px;
    color: #828282;
}

.latest-news .blog-author a {
    color: #828282;
}

.latest-news .date-comment i {
    margin-right: 5px;
    color: #828282;
}



/* Partner Area CSS */

.partner-area {
    padding: 70px 0px;

}

.partner-area .partner-title h3 {
    color: #363636;
    font-family: 'Droid Sans', sans-serif;
    font-size: 34px;
    font-weight: 400;
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.partner-area .partner-title h3:before {
    border: 2px solid #be3606;
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 50px;
}

.partner-area .partner-title h3:after {
    border: 2px solid #be3606;
    content: "";
    position: absolute;
    right: 0;
    top: 20px;
    width: 50px;
}

.partners-logo {
    position: relative;
    z-index: 1;
    padding-top: 30px;
}

.partners-logo a {
    display: inline-block;
    max-width: 130px;
}









/*footer*/

footer {
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    bottom: 0;
    
}

.pt-pb-70-35 {
    padding-top: 70px;
    padding-bottom: 35px;
}

footer .footer-background {
    background: #201e1e;
    height: auto;
}


.last-footer {
    padding: 20px 0px 0px 0px;
}

.last-footer p {
    color: white;
}

.designer-company a {
    font-size: 12px;
    color: white;
    float: right;
}

.designer-company a:hover {
    color: #00daf5;
}

.footer-social-link {
    text-align: center;
    margin-bottom: 15px;
}

.footer-social-link a {
    color: #b83405;
}

.footer-social-link a:hover {
    color: #fff;
}

.footer-social-link a i {
    font-size: 30px;
    padding-right: 15px;
}


/*inner-page css*/
.right,
.left {
    width: 100%;
    margin: 30px 0px
}

.right .blog-image,
.left .blog-image {
    width: 100%;
    height: 400px;
}

.right .blog-image img,
.left .blog-image img {
    width: 100%;
    height: 100%;
}



.right .blog-content,
.left .blog-content {
    height:320px;
    padding: 30px;
    background-color: #fff;
    position: absolute;
    top: 45px;
    box-shadow: 2px 6px 26px 0px rgba( 0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 6px 26px 0px rgba(0, 0, 0, 0.3);
    z-index: 1

}

.right .blog-content .process,
.left .blog-content .process {
    position: absolute;
    opacity: 0.55;
    font-size: 90px;
    top: 30px;
    color: #e43d02;
    margin: 0;
    line-height: normal;
}


.right .blog-content {
    left: -40px;
    text-align: left
}

.right .blog-content .process {
    right: 15px;
}


.left .blog-content {
    right: -40px;
    text-align: right
}

.left .blog-content .process {
    left: 15px;
}

.right .blog-content h4,
.left .blog-content h4{
    color: #e43d02;
    font-size: 25px;
    text-transform: uppercase;

}

.right .blog-content p,
.left .blog-content p{
    font-family: 'Droid Sans', sans-serif;
    color: #848181;
    font-size: 16px;
    text-align: justify;
    font-weight: 400;
    line-height: 1.4;
}

.right a.about-btn,
.left a.about-btn{

    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.right a.about-btn:after,
.left a.about-btn:after {
    content: "\f178";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #df3c03;
    padding-left: 5px;
}


.right a.about-btn:hover,
.left a.about-btn:hover {

    color: #df3c03;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* about inner page */

.about-us-content {
    padding: 70px 0;
}

/*contact-us inner page*/




.contact-content {
    background-color: #eef3f6;
    padding: 100px 50px;
    position: relative;
    z-index: 15;
    top: 0px;
    margin-bottom: 50px;
}



.contact-content .section-heading {
    margin-bottom: 30px !important;
}

.contact-content .contact-social-info a {
    color: #b83506;
    display: inline-block;
    margin-right: 30px;
}

.contact-content .contact-social-info a:hover {
    color: #00357a;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.contact-icon.mr-15 {
    margin-right: 15px;
}

.contact-content .contact-icon i {
    padding-top: 5px;
    display: inline-block;
    color: #b83506;
}

.contact-content .contact-form-area {
    padding: 40px 20px;
    background-color: #ffffff;
}


.contact-content .contact-form-area .form-control {
    height: 55px;
    width: 100%;
    background-color: #eef3f6;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
    padding: 15px 25px;
}

.contact-content .contact-form-area textarea.form-control {
    height: 200px;
}

.elements-title h2 {
    font-weight: 500;
}

.elements-title span {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    color: #8e8e8e;
    margin-bottom: 15px;
}

.single-pie-bar h6 {
    font-weight: 500;
}

.single-cool-fact {
    position: relative;
    z-index: 1;
}

.single-cool-fact i {
    font-size: 45px;
    margin-bottom: 30px;
    display: block;
    color: #69bc5f;
}

.single-cool-fact h3 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 5px;
}

.single-cool-fact p {
    font-size: 16px;
    margin-bottom: 0;
}

.airport-btn {
    display: inline-block;
    min-width: 160px;
    height: 65px;
    color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 0 40px;
    font-size: 14px;
    line-height: 65px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    background: #61ba6d;
    background-image: -webkit-linear-gradient(to right, #b83506 0%, #000000 51%, #b83506 100%);
    background-image: linear-gradient(to right, #b83506 0%, #000000 51%, #b83506 100%);
    font-weight: 600;
}

.airport-btn:hover{
    background-image: -webkit-linear-gradient(to right, #b83506 0%, #b83506 51%, #000000  100%);
    background-image: linear-gradient(to right, #b83506 0%, #b83506 51%, #000000  100%);

}


/*blog inner page css*/



.blog-area {
    padding: 100px 0 50px;
    position: relative;
}

.latest-blog {
    padding: 30px;
    background-color: #ddd;
    margin-bottom: 20px;
}

.blog-area p {
    font-family: 'Droid Sans', sans-serif;
    letter-spacing: 1px;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    width: 80%;
    color: #606060;
}

.blog-area .author-date {
    font-family: 'Droid Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    line-height: 1.5;
}

.blog-area .image-blog {
    display: inline-block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 100%;
}

.blog-area .image-blog img {
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
}

.blog-area .date-comment {
    font-size: 14px;
    margin-top: 5px
}

.blog-area .latest-blog:hover .image-blog img {
    -moz-transform: scale(1.04) rotateZ(2deg);
    -webkit-transform: scale(1.04) rotateZ(2deg);
    transform: scale(1.04) rotateZ(2deg);
}

.blog-area .blog-title {
    padding-top: 10px;
    padding-bottom: 5px;
}

/*.blog-area .latest-blog:hover h5 {
    color: #01367a;
}*/

.blog-area .blog-title h5 {
    font-weight: 700;
    font-size: 19px;
    color: #b73405;
}

.blog-area .blog-content {
    padding-top: 10px;
}

.blog-area .read-more {
    display: block;
    padding-top: 20px;
    position: relative;
}
.blog-area .read-more a {
    color:#000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.blog-area .read-more a:after {
    content: "\f178";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #b73405;
    padding-left: 5px;
}

.read-more a:hover {
    padding: 15px;
    color: #b73405;

}

.blog-area .author-date .author {
    margin-right: 10px;
}

.blog-area .author-date i {
    margin-right: 7px;
}

.blog-area .author-comment {
    display: inline-block;
}

.blog-area .blog-date {
    display: inline-block;
    margin-left: 8px;
    color: #828282;
}

.blog-area .blog-author a {
    color: #828282;
}

.blog-area .date-comment i {
    margin-right: 5px;
    color: #828282;
}

.blog-post-search{
    margin-bottom: 30px;
}

.blog-post-search form {
    position: relative;
    z-index: 1;
}

.blog-post-search form input {
    width: 100%;
    height: 48px;
    border: none;
    background-color: #eef3f6;
    padding: 0 30px;
    font-size: 12px;
    font-style: italic;
}

.blog-post-search form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 48px;
    background-color: #3c6abb;
    border: none;
    z-index: 10;
    cursor: pointer;
    color: #ffffff;
}

.latest-blog-posts{
    background-color: #ddd;
    padding:30px;
}

.latest-blog-posts h5 {
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.latest-blog-post-thumb {
    width: 100px;
    max-width: 100px;
    margin-right: 15px;
}

.latest-blog-posts .latest-blog-post-content .post-title h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 500;
    margin-bottom: 3px;
}

.latest-blog-posts .latest-blog-post-content .post-title h6:hover{
    color: #b73405;
}

.latest-blog-posts .latest-blog-post-content a.post-date {
    color: #b73405;
}

.latest-blog-posts .latest-blog-post-content a.post-date:hover {
    color: #b73405;
}




/*single page css*/

.blog-areas {
    padding: 100px 0 50px;
    position: relative;
}

.blog-areas .author-date .author {
    margin-right: 10px;
}

.blog-areas .author-date i {
    margin-right: 7px;
}

.blog-areas .author-comment {
    display: inline-block;
}

.blog-areas .blog-date {
    display: inline-block;
    margin-left: 8px;
    color: #828282;
}

.blog-areas .blog-author a {
    color: #828282;
}

.blog-areas .date-comment i {
    margin-right: 5px;
    color: #828282;
}

.date-comment .category {
    display: inline-block;
    margin-left: 8px;
    color: #828282;
}

.date-comment .comments {
    display: inline-block;
    margin-left: 8px;
    color: #828282;
}

.date-comment .category a {
    color: #828282;
}

.date-comment .category a:hover {
    color: #828282;
}

.date-comment .comments a {
    margin-right: 5px;
    color: #828282;
}

.date-comment .comments a:hover {
    color: #828282;
}

.single-blog-posts .date-comment{
    margin-bottom: 30px;
}

.blog-content .content P {
    font-family: 'Muli', sans-serif;
    letter-spacing: 1px;
    text-transform: none;
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #606060;
    margin-top: 30px;

}