@charset "utf-8";

/* CSS Document 

Project Name:  Bootstrap 4 Fremwork HTML5 Template     
Version:  1.0   
Author Name: Set PVT.
Support Email : shakil.shakil.ahsan@gmail.com
Design By: Mahamudul Hasan
Creation Date: 8 October 2018

*****=====***** TABLE OF CONTENT *****=====*****

01. IMPORTED STYLE CSS
02. GENERAL CSS
03. Menu Css Style
04. Banner Css Style
05. About Css Style
06. Service Css Style
07. Portfolio Css Style
08. Testimonials Css Style
09. Blog Css Style
10. Contact Css Style
11. Footer Css Style

*/

/*****=====*****=====*****=====*****=====
    01. IMPORTED STYLE CSS
=====*****=====*****=====*****=====*****/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,700');

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i&display=swap');
/*
font-family: 'Montserrat', sans-serif;
font-family: Vidaloka, serif;
 */

/* OTHER IMPORTED CSS */
@import url('fancybox.css');
@import url('font-awesome.min.css');
@import url('owl.carousel.min.css');
@import url('owl.theme.default.min.css');
@import url('magnific-popup.css');

/*****=====*****=====*****=====*****=====
    02. General CSS 
=====*****=====*****=====*****=====*****/

body {
    color: #999999;
    line-height: 1.65;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-left: 360px;
}

@media (max-width: 767px) {
    body {
      font-size: 12px;
    }
}

* {
  margin:0;
  padding:0;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Vidaloka, serif;
    color: #333;
    font-weight: 600;
    margin-top: 0;
    letter-spacing: 0.4px;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

p {
    color: #9c9c9c;
    font-family: 'Montserrat', sans-serif;
    line-height: 28px;
    margin: 0;
    font-weight: 300;
    letter-spacing: 0.4px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

i {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

div {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

a {
    color: #777;
    text-decoration: none;
    -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;
}

a:focus,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
    color: #fff;
    -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;
}

button:focus,
button:hover,
button:active {
    text-decoration: none;
    outline: none;
    -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;
}

.btn:hover {
    -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;

}

.btn-link:hover {
    text-decoration: none;
    outline: none;
} 

ul {
    margin: 0;
    padding: 0;
}

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

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* Form CSS */
input {
    resize: none;
    height: 55px;
    margin-bottom: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.form-control {
    resize: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

/* Pege Css */
.page-wrapper {
    overflow: hidden;
}

/*Preloader Css*/
.preloader {
    background-color:#fff;
    background-image:url('../images/preloader.gif');
    background-position:center center;
    background-repeat:no-repeat;
    height:100%;
    left:0px;
    position:fixed;
    top:0px;
    width:100%;
    z-index:999999;
}

/*Scrollup CSS*/
.scrollup {
    background-color: #c5443f;
    border-radius: 50%;
    bottom: 25px;
    color: #ffffff;
    display: none;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 40px;
    z-index: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.scrollup:hover {
    background-color: #091426;
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

a.scrollup i {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

a.scrollup:hover i {
    color: #c5443f;
}

a.scrollup:active i,
a.scrollup:focus i {
    color: #fff;
}

/* Owl Dots Css */
.owl-theme .owl-dots {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.owl-theme .owl-dots .owl-dot {
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    border: 2px solid #989898;
    border-radius: 50%;
    box-shadow: none;
    width: 14px;
    height: 14px;
    margin: 0;
    margin-right: 7px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border: 2px solid #c5443f;
    background-color: #c5443f;
    position: relative;
    margin-right: 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.owl-theme .owl-dots .owl-dot.active span:after,
.owl-theme .owl-dots .owl-dot:hover span:after {
    position: absolute;
    background-color: #c5443f;
    width: 20px;
    height: 2px;
    content: "";
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.owl-theme .owl-dots .owl-dot:last-child.active span:after,
.owl-theme .owl-dots .owl-dot:last-child:hover span:after {
    display: none;
}

/* Overly Color Css */
.overly-color {
    position: absolute;
    width: 100%;
    height: 100%;
}

.overly-color:before {
    position: absolute;
    content: "";
    background: rgba(9, 20, 38, 0.77);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Border Style Css */

.border-style-1,
.border-style-2 {
    position: relative;
    display: inline-block;
}

.border-style-1:after {
    background: #c5443f none repeat scroll 0 0;
    border-radius: 0 50px 0 0;
    content: "";
    height: 3px;
    left: 2px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 40px;
}

.border-style-2:after {
    content: '';
    height: 3px;
    width: 80px;
    position: absolute;
    bottom: -20px;
    left: 0;
    border: 1px dotted #c5443f;
    border-radius: 63px;
}

/* Margin Padding Css Style */

.mb-30 {
    margin-bottom: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

/* Btn Style Css */

.btn-theme {
    background-color: #c5443f;
    color: #fff;
    text-transform: uppercase;
    font-family: Vidaloka, serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 12px 14px;
    display: inline-block;
    text-align: center;
}

.btn-theme:hover {
    background-color: #000;
    color: #fff;
}

.btn-theme.lg-btn {
    padding: 10px 32px;
}

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

.btn-radius-10 {
    border-radius: 10px;
}

.btn-radius-15 {
    border-radius: 15px;
}

.btn-radius-20 {
    border-radius: 20px;
}

.btn-radius-25 {
    border-radius: 25px;
}

.btn-radius-30 {
    border-radius: 30px;
}

.btn-radius-35 {
    border-radius: 35px;
}

.btn-radius-40 {
    border-radius: 40px;
}

.btn-radius-45 {
    border-radius: 45px;
}

.btn-radius-50 {
    border-radius: 50px;
}

.btn-radius-50f {
    border-radius: 50%;
}

/* skills */
.skills {
    background-color:#ddd;
    width:100%;
    height:15px;
    position:relative;
    display: inline-block;
}

.skills .title {
    position:absolute;
    top:-30px;
    margin:5px
}

.skills .skill-pars {
    float:right;
    margin-top:-22px;
    margin-right:5px;
}

.skillbar {
    background-color: #c5443f;
    height:15px;
}

/* Section Title Css Style */
.section-title {
    margin-bottom: 40px;
    position: relative;
}

.section-title.left-style {
    text-align: left;
}

.section-title.center-style {
    margin: 0 auto 62px;
    padding: 0;
    text-align: center;
}

.section-title.center-style p {
    max-width: 570px;
}

.section-title h2 {
    font-family: Vidaloka, serif;
    text-transform: none;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 8px;
}

.section-title h2 span {
    color: #c5443f;
}

.section-title p {
    color: #9e9e9e;
    max-width: 699px;
    font-weight: 400;
    letter-spacing: 0.6px;
}

/*****=====*****=====*****=====*****=====
    03. Menu Css Style 
=====*****=====*****=====*****=====*****/
.menu-min {
    background-color: #091426;
    width: 360px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    padding-top: 65px;
    padding-left: 40px;
    padding-right: 40px;
  }

.menu-min .logo-box {
    border-bottom: 1px solid rgba(51, 51, 51, 0.70);
    padding-bottom: 54px;
    margin-bottom: 60px;
    text-align: center;
}

.menu-min .logo-box img {
    /*width: 74px;
    border-radius: 50%;*/
}

.menu-min .logo-box h4 {
    text-transform: none;
    font-weight: 700;
    color: #f7f7f7;
    margin-top: 14px;
    letter-spacing: 0.6px;
}

.menu-min .logo-box h4 span {
    color: #c5443f;
}

.menu-min .logo-box p {
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
}

.menu-min .navbar-menu {
    position: relative;
}

.menu-min .navbar-menu li {
    position: relative;
    padding: 5px 0;
}

.menu-min .navbar-menu a.active {
    color: #c5443f;
    -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;
}

.menu-min .navbar-menu li a {
    /*font-family: Vidaloka, serif;*/
    color: #999;
    font-size: 22px;
    letter-spacing: 0.8px;
    text-transform: none;
    -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;
    font-weight: 700;
}

.menu-min .navbar-menu li a:hover {
    color: #c5443f;
}

.menu-min .navbar-menu a span.menu-item-name {
    font-family: Vidaloka, serif;
    text-transform: uppercase;
    font-weight: 400;
    background-color: #091426;
    color: #fff;
    padding: 2px 10px;
    font-size: 11px;
    letter-spacing: 1px;
    position: absolute;
    top: 50%;
    opacity: 0;
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.menu-min .navbar-menu a:hover span.menu-item-name {
    margin-left: 41px;
    opacity: 1;
    height: 32px;
    width: auto;
    line-height: 29px;
}

.menu-min .navbar-menu a.active span.menu-item-name {
    margin-left: 41px;
    opacity: 1;
    height: 32px;
    width: auto;
    line-height: 29px;
}

span.menu-item-name:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    border-width: 5px;
    border-color: transparent;
    border-style: solid;
    border-right-color: #091426;
}

.burger {
    position: fixed;
    right: 0;
    color: #fff;
    font-size: 24px;
    top: 0;
    background-color: #c5443f;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 1px;
    cursor: pointer;
    z-index: 999;
    display: none;
}

.menu-min-hide-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    border: 1px solid #f00;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    font-size: 14px;
    color: #c5443f;
    background-color: #fff;
    display: none;
}

.menu-min-hide-btn:hover {
    color: #000;
}

/*****=====*****=====*****=====*****=====
    10. Spmenu Css Style 
=====*****=====*****=====*****=====*****/
.sp-menu {
    position: absolute;
    right: 19%;
    z-index: 9999;
    top: 20px;
}

.sp-menu button {
    border: navajowhite;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    background-color: #c5443f4d;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
}

/* General styles for all menus */
.cbp-spmenu {
    background: #f7f7f7;
    position: fixed;
    width: 300px;
    padding: 0 14px;
}

.cbp-spmenu h4 {
    color: #afdefa;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 700;
    background: #0d77b6;
    text-align: center;
    text-transform: uppercase;
    font-family: Vidaloka, serif;
    margin-bottom: 40px;
}

.cbp-spmenu .demo-box {
    padding: 0 14px;
    margin-bottom: 30px;
}

.cbp-spmenu .demo-box span {
    background-color: #f05242;
    color: #fff;
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    text-transform: none;
    cursor: pointer;
}


/*****=====*****=====*****=====*****=====
    04. Banner Css Style 
=====*****=====*****=====*****=====*****/
.banner-wrapper {
    position: relative;
}

.banner-wrapper .sec-overly-images {
    position: absolute;
    content: "";
    background-image: url('../images/service/bg-noise.gif');
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.1;
}

.banner-wrapper .sec-bg-images {
    min-height: 100%;
    background-image: url('../images/slider/1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: unset;
}

.banner-container {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.banner-container img {
    width: 210px;
    border-radius: 50%;
    margin-bottom: 34px;
    border: 6px solid #a5b1c533;
}

.banner-container h1 {
    font-weight: 900;
    font-size: 164px;
    text-transform: none;
    color: #fff;
    position: relative;
}

.banner-container h1 span {
    -webkit-text-stroke-width: 1px;
    transform: translateY(-35%);
    margin-left: 12%;
    display: flex;
    -webkit-text-stroke-color: #fff;
    color: transparent;
    margin-top: 4%;
}

.banner-container h1:after {
    position: absolute;
    content: "";
    background: #c5443f;
    width: 90px;
    height: 3px;
    border-radius: 50px;
    bottom: 137px;
}

/*****=====*****=====*****=====*****=====
Banner Css Style Two
=====*****=====*****=====*****=====*****/
.banner-wrapper .sec-bg-images {
    background-image: url('../images/slider/2.jpg');
}

.banner-wrapper.style-2 .sec-line-images {
    background-image: url('../images/slider/line.png');
    width: 1920px;
    height: 472px;
    z-index: 999;
    position: absolute;
    bottom: 0;
}

.banner-wrapper.style-2 .banner-container {
    left: 38%;
    top: 38%;
}

.banner-wrapper.style-2 .banner-container h1 {
    font-size: 122px;
}

.banner-wrapper.style-2 .banner-container h1 span {
    -webkit-text-stroke-width: 1px;
    transform: translateY(-35%);
    margin-left: 12%;
    display: flex;
    -webkit-text-stroke-color: #fff;
    color: transparent;
    margin-top: 4%;
}

.banner-wrapper.style-2 {
    position: relative;
}

.banner-wrapper.style-2 .icon-container {
    position: absolute;
    background-color: #c5443f;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 97px;
    color: #fff;
    right: 26%;
    bottom: 18%;
    z-index: 9999;
}

.banner-wrapper.style-2 .icon-container:hover {
    background-color: #091426;
    color: #fff;
}

/*****=====*****=====*****=====*****=====
    05. About Css Style 
=====*****=====*****=====*****=====*****/

.about-sec {
    padding: 40px 0 80px;
    position: relative;
}

.about-areya {
    position: relative;
}

.about-areya .img-sit {
    position: relative;
}

.about-areya .img-sit .img {
    max-width: none;
    width: 525px;
    position: absolute;
    top: 31px;
    right: 58px;
}

.about-areya .img-sit h3 {
    font-family: Vidaloka, serif;
    font-weight: 900;
    font-size: 28px;
    color: #c5443f;
    max-width: 146px;
    position: absolute;
    bottom: 30px;
    left: -59px;
    line-height: 38px;
}

.about-areya .text-sit {
    margin-top: 30px;
}

.about-areya .text-sit p {
}

.about-areya .text-sit h6 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #888888;
    font-family: Vidaloka, serif;
    margin-bottom: 16px;
}

.about-areya .text-sit h6 span {
    color: #c5443f;
}

.about-areya .text-sit h2 {
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 16px;
}

.about-areya .text-sit .info-box {
    margin-top: 40px;
    display: inline-block;
    margin-bottom: 39px;
}

.about-areya .text-sit .info-box .item {
    background-color: #f7f7f7;
    display: inline-block;
    float: left;
    text-align: center;
    padding: 25px;
    outline: 1px solid #c5443f2e;
    margin-right: 30px;
}

.about-areya .text-sit .info-box .item:hover {
    box-shadow: 0 4px 8px -2px #0000001c;
}

.about-areya .text-sit .info-box .item:last-child {
    margin-right: 0;
}

.about-areya .text-sit .info-box .item i {
    color: #c5443f;
    font-size: 30px;
}

.about-areya .text-sit .info-box .item a {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    margin-top: 14px;
    display: inline-block;
}

.about-areya .text-sit .info-box .item h6 {
    color: #c5443f;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 4px;
}


.progress-sec {
    background-color: #091426;
    padding: 40px 0 5px 0;
    border-left: 50px solid #fff;
}

.progress-box {
    margin-top: 58px;
    margin-bottom: 30px;
}

.progress-box .skills {
    background-color: #eaeaea;
    height: 5px;
    border-radius: 50px;
    margin-bottom: 40px;
}

.progress-box .skills .title {
    font-family: Vidaloka, serif;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.4px;
    margin-top: 8px;
    color: #fff;
}

.progress-box .skills .skill-pars {
    font-family: Vidaloka, serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #c5443f;
}

.progress-box .skillbar {
   height: 5px;
   border-radius: 50px; 
}

.mt-76 {
    margin-top: 76px !important;
}

/*****=====*****=====*****=====*****=====
Feature Css Style 
=====*****=====*****=====*****=====*****/
.feature-sec {
    padding: 0 0 40px 0;
}

.feature-areya .thumb img {
    width: 550px;
    position: relative;
    top: 80px;
}

.feature-item {
    border: 1px solid rgba(244, 244, 249, 0.9);
    margin-bottom: 30px;
    padding: 38px 35px 38px;
    text-align: center;
    -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;
}

.sec-stwo .feature-item {
    background-color: #fff;
}

.sec-sthree .feature-item {
    background-color: #fff;
}

.feature-item:hover {
    box-shadow: 0px 0px 50px 0px rgba(229, 229, 229, 0.3);
    cursor: pointer;
}

.feature-item .icon-font {
    background-color: #6200e9;
    border-radius: 50%;
    box-shadow: 0 6px 9px 0 rgba(211, 211, 211, 0.004);
    height: 52px;
    margin: 0 auto 20px;
    text-align: center;
    width: 52px;
}

.feature-item .icon-font i {
    color: #fff;
    font-size: 30px;
    line-height: 52px;
}

.feature-item h4 {
    color: #49515a;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.feature-item p {
    color: #797988;
    font-size: 12px;
    line-height: 28px;
}

.feature-item.one-itm .icon-font {
    background-color: #6200e9;
}

.feature-item.two-itm .icon-font {
    background-color: #f44236;
}

.feature-item.three-itm .icon-font {
    background-color: #3ad318;
}

.feature-item.four-itm .icon-font {
    background-color: #304fff;
}

/*****=====*****=====*****=====*****=====
    06. Service Css Style 
=====*****=====*****=====*****=====*****/

.service-section {
    padding-top: 70px;
    padding-bottom: 50px;
}

.service-wrapper {

}

.service-wrapper .service-post {
    text-align: center;
    border: 2px solid #c5443f0f;
    padding: 38px 28px 50px;
    margin-bottom: 30px;
}

.service-wrapper .service-post:hover {
    box-shadow: 0 0 10px 4px #99999912;
}

.service-wrapper .service-post .icon {
    color: #c5443f;
    font-size: 48px;
    margin-bottom: 14px;
}

.service-wrapper .service-post h4 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
}

.service-wrapper .service-post a {
    color: #000;
}

.service-wrapper .service-post p {
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 26px;
    font-weight: 400;
    color: #999;
}

/*****=====*****=====*****=====*****=====
Service Details CSS 
=====*****=====*****=====*****=====*****/

.service-details-section {
    padding: 100px 0;
}

.service-details-sidebar {
    padding-right: 30px;
    padding-left: 30px;
}

.service-details-sidebar .service-list {
}

.service-details-sidebar .service-list ul li {
    margin-bottom: 8px;
}

.service-details-sidebar .service-list ul li:last-child {
    margin-bottom: 0;
}

.service-details-sidebar .service-list ul li a {
    background-color: #f9f9f9;
    color: #666;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.4px;
    padding: 12px 18px;
    position: relative;
    text-transform: none;
    width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.service-details-sidebar .service-list ul li a:hover {
    background-color: #c5443f;
    color: #fff;
}

.service-details-sidebar .service-list ul li a.active {
    background-color: #c5443f;
    color: #fff;
}

.service-details-sidebar .service-list ul li a.active::after {
    position: absolute;
    content: "";
    border-style: solid;
    border-color: #fff #fff transparent transparent;
    border-width: 25px;
    top: 0;
    right: 0;
}

.border-bottom-1px {
    border-bottom: 1px solid #eee;
}

.service-details-sidebar .service-list ul li a i {
    float: right;
    font-size: 12px;
    position: relative;
    right: 12px;
    top: 4px;
}

.service-details-sidebar .download-box {
    
}

.service-details-sidebar .download-box .download-item {
    margin-bottom: 12px;
}

.service-details-sidebar .download-box .download-item a {
    background-color: #091426;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding: 15px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

.service-details-sidebar .download-box .download-item:hover a {
    background: #c5443f;
}

.service-details-sidebar .download-box .download-item a i {
    color: #c5443f;
    margin-right: 16px;
}

.service-details-sidebar .download-box .download-item:hover a i {
    color: #091426;
}

.service-details-sidebar .contact-box {
    position: relative;
}

.service-details-sidebar .contact-box .contact-item {
  border: 1px solid #eee;
  padding: 18px 24px 28px;
}

.service-details-sidebar .contact-box .contact-item h4 {
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 14px;
    padding-bottom: 18px;
    position: relative;
    text-transform: none;
}

.service-details-sidebar .contact-box .contact-item h4:before {
    background-color: #c5443f;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 38px;
    z-index: 1;
}

.service-details-sidebar .contact-box .contact-item h4:after {
    background-color: #ddd;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px;
}

.service-details-sidebar .contact-box .contact-item p {
  color: #a2a2a2;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: none;
}

.service-details-sidebar .contact-box .contact-item a:hover {
  color: black;
}


.service-details-sidebar .contact-box .contact-item a.contact-button {
    background-color: #c5443f;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.7px;
    padding: 6px 16px;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
}

.service-details-sidebar .presentation-box {
  margin-bottom: 40px;
}
.service-details-sidebar .presentation-box .presentation-item h4 {
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 14px;
    padding-bottom: 18px;
    position: relative;
    text-transform: none;
}
.service-details-sidebar .presentation-box .presentation-item h4:before {
    background-color: #c5443f;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 38px;
    z-index: 1;
}

.service-details-sidebar .presentation-box .presentation-item h4:after {
    background-color: #ddd;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px;
}
.service-details-sidebar .presentation-box .presentation-item {
    border: 1px solid #eee;
    padding: 18px 24px 28px;
}
.service-details-sidebar .presentation-box .presentation-item p {
  margin-bottom: 10px;
    font-size: 0.9em;
    line-height: 23px;
}

.service-details {
    
}

.service-details .thumb {
    margin-bottom: 30px;
}

.service-details .content {
    
}

.service-details .content h4 {
    color: #000;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 18px;
    text-transform: none;
}

.service-details .content p {
    
}

.service-details .content .service-tab {
    
}

.service-tab .nav-tabs {
  border-bottom: 1px solid #eee;
}

.service-tab .nav-tabs .nav-link {
    border: 1px solid #eee;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-right: 6px;
    text-transform: uppercase;
}

.service-tab .nav-tabs .nav-item.show .nav-link,
.service-tab .nav-tabs .nav-link.active {
    background-color: #c5443f;
    border-color: #c5443f;
    color: #fff;
}

.service-tab .nav-tabs .nav-item .nav-link:hover,
.service-tab .nav-tabs .nav-link:hover {
    background-color: #c5443f;
    border-color: #c5443f;
    color: #fff;
}

.service-tab .tab-content {
    border-color: #eee;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 24px 28px;
}

/*****=====*****=====*****=====*****=====
    07. Portfolio Css Style 
=====*****=====*****=====*****=====*****/
.portfolio-sec {
    padding: 70px 0 40px;
    background-color: #f7f7f7;
}

.portfolio-item {
    margin-bottom: 30px;
    position: relative;
}

.portfolio-menu {
    text-align: center;
    margin-bottom: 40px;
}

.portfolio-item:before {
    position: absolute;
    content: "";
    background-color: #c5443fd6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.portfolio-item:hover:before {
    transform: scale(1);
}

.portfolio-menu button {
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    box-shadow: 0px 0px 0px 0px rgba(191, 191, 191, 0.4);
    border: transparent;
    border-radius: 50px;
    color: #c5443f;
    cursor: pointer;
    font-family: Vidaloka, serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.80px;
    text-transform: uppercase;
    margin-right: 10px;
    width: 146px;
    height: 40px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.portfolio-menu button:hover {
    border: 1px solid #c5443f;
    background-color: #c5443f;
    color: #fff;
}

.portfolio-menu .active {
    border: 1px solid #c5443f;
    background-color: #c5443f;
    color: #fff;
    outline: none;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.portfolio-menu .active:before {
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 8px;
    border-color: #c5443f transparent transparent transparent;
    z-index: 1;
    bottom: -16px;
    left: 30px;
}

.portfolio-item .hover {
    position: absolute;
    top: 40%;
    transform: translate(-50%,-50%);
    left: 50%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}

.portfolio-item:hover .hover {
    top: 50%;
    opacity: 1;
}

.portfolio-item .hover h5 {
    font-family: Vidaloka, serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

/* Portfolio Style Two */

.portfolio-area.style-2 {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.portfolio-area.style-2::after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 415px;
    height: 481px;
    right: 0;
    box-shadow: 6px 1px 21px 6px rgba(0, 0, 0, 0.01);
    z-index: -1;
}

.portfolio-area.style-2 .contant {
    padding: 28px;
    position: absolute;
    left: -70px;
    background-color: #fff;
    top: 0;
}

.portfolio-area.style-2 .contant h5 {
    color: #c5443f;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 4px;
}

.portfolio-area.style-2 .contant h2 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 6px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.portfolio-area.style-2 .contant h2::after {
    position: absolute;
    content: "";
    background-color: #c5443f;
    width: 30px;
    height: 3px;
    border-radius: 50px;
    left: 0;
    bottom: 0;
}

.portfolio-area.style-2 .contant p {
    font-size: 16px;
    letter-spacing: 0.6px;
    line-height: 27px;
    color: #a7a7a7;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: -34px;
    right: 0;
}

.owl-carousel .owl-nav button.owl-next {
    
}

.owl-carousel .owl-nav button.owl-prev {
    
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background-color: #fff;
    margin-right: 4px;
    width: 30px;
    height: 30px;
}

/* Portfolio Modal */

.portfolio-modal .modal-content {
    padding: 22px;
    border: 22px solid #f7f7f7;
    outline: 1px double #eee;
    outline-offset: -23px;
}

.portfolio-modal .modal-content .modal-text {
    margin-top: 20px;
}

.portfolio-modal .modal-content .modal-text .item-box {
}

.portfolio-modal .modal-content .modal-text .item-box li {
    margin-bottom: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 18px;
    text-transform: none;
}

.portfolio-modal .modal-content .modal-text .item-box li:last-child {
    margin-bottom: 0;
    border-bottom: transparent;
    padding-bottom: 0;
}

.portfolio-modal .modal-content .modal-text .item-box li i {
    font-size: 18px;
    display: inline-block;
    margin-right: 8px;
}

.portfolio-modal .modal-content .modal-text .item-box li span.span-1 {
    color: #000;
    font-family: Vidaloka, serif;
    font-weight: 600;
    letter-spacing: 0.6px;
    font-size: 14px;
    margin-right: 6px;
}

.portfolio-modal .modal-content .modal-text .item-box li span {
    font-family: Vidaloka, serif;
    font-size: 14px;
    color: #989898;
}

.portfolio-modal .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    margin-left: 360px;
}

/*****=====*****=====*****=====*****=====
    08. Testimonials Css Style 
=====*****=====*****=====*****=====*****/
.testimonials-sec {
    background-image: url('../images/bg/1.jpg');
    padding: 100px 0;
    background-color: #f7f7f7;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.testimonials-sec:before {
    position: absolute;
    content: "";
    background-color: #091426;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.97;
}

.testimonials-area {
    margin: 0 auto;
    max-width: 600px;
    opacity: 0.2;
}

.owl-item.center .item .testimonials-area {
    opacity: 1;
}

.testimonials-area .content {
    background-color: #0b1d37;
    border: 1px solid #c5443f66;
    padding: 34px 22px 36px;
    position: relative;
    text-align: center;
}

.testimonials-area .content:after {
    background-color: #091528;
    border: 1px solid #c5443f91;
    bottom: -15px;
    content: "";
    height: 30px;
    left: 94px;
    position: absolute;
    transform: rotate(46deg);
    width: 30px;
}

.testimonials-area .content p {
    text-transform: none;
    font-size: 13px;
    font-style: italic;
    letter-spacing: 0.6px;
    color: #d0d0d0;
}

.testimonials-area .thumb {
    padding-left: 65px;
    padding-top: 50px;
}

.testimonials-area .thumb img {
    border-radius: 50%;
    float: left;
    height: 96px;
    width: 96px;
}

.testimonials-area .title-box {
    padding: 6px 0 0 124px;
}

.testimonials-area .title-box h4 {
    color: #c5443f;
    font-size: 22px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.testimonials-area .title-box p {
    color: #999;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: none;
    font-size: 12px;
}

.testimonials-area .title-box ul li {
    display: inline-block;
}

.testimonials-area .title-box ul li a {
    color: #c5443fad;
    font-size: 12px;
    letter-spacing: 6px;
}

.testimonials-area .title-box ul li a.actvie {
    color: #cacaca;
}

/*****=====*****=====*****=====*****=====
    09. Tab Css Style 
=====*****=====*****=====*****=====*****/

.style-tab {
}

.style-tab .nav-tabs {
    background-color: rgba(255, 255, 255, 0.3);
    border-bottom: none;
    border-top: 2px solid #fff;
    margin-top: -137px;
    position: relative;
}

.style-tab .nav-tabs .nav-link {
    border: none;
    padding: 0;
    margin: 0;
    color: #fff;
    height: 135px;
    width: 238px;
    border-radius: 0;
    line-height: 135px;
    text-align: center;
    font-family: Vidaloka, serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.6px;
    font-size: 16px;
    border: none;
}

.style-tab .nav-tabs .nav-item {
    border-right: 1px solid rgba(255, 255, 255, 0.6) !important;
    border-top: none !important;
    border-bottom: none !important;
}

.style-tab .nav-tabs .nav-item:nth-child(1) {
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    border-top: none !important;
    border-bottom: none !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.style-tab .nav-tabs .nav-item.show .nav-link,
.style-tab .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #c5443f;
    border-color: transparent;
}

/*****=====*****=====*****=====*****=====
    09. Blog Css Style 
=====*****=====*****=====*****=====*****/
.blog-sec {
    padding: 70px 0 70px;
}

.blog-wrapper {
    
}

.blog-wrapper .blog-post {
    
}

.blog-wrapper .blog-post .content {
    background-color: #fff;
    box-shadow: 0px 8px 47.58px 11.62px rgba(0, 0, 0, 0.03);
    padding: 28px 28px 24px;
}

.blog-wrapper .blog-post .content h4 {
    font-size: 22px;
    line-height: 32px;
    border-bottom: 1px solid #c9b89c45;
    margin-bottom: 22px;
    padding-bottom: 20px;
}

.blog-wrapper .blog-post .content h4 a {
    color: #0b1d37;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blog-wrapper .blog-post .content h4 a:hover {
    color: #c5443f;
    text-decoration: underline;
}

.blog-wrapper .blog-post .content .tag {
    margin-bottom: 12px;
}

.blog-wrapper .blog-post .content .tag ul {
    overflow: hidden;
}

.blog-wrapper .blog-post .content .tag ul li {
    color: #afafaf;
    float: left;
}

.blog-wrapper .blog-post .content .tag li a {
    font-weight: normal;
    color: #69696987;
}

.blog-wrapper .blog-post .content .tag li a:hover {
    color: #c5443f;
}

.blog-wrapper .blog-post .content .tag ul > li + li {
    margin-left: 24px;
    position: relative;
}

.blog-wrapper .blog-post .content .tag ul > li + li:before {
    content: "|";
    position: absolute;
    left: -15px;
    top: 0;
}

/* Blog Details */
.blog-details {
    padding: 100px 0 100px;
}
.blog-details-col {
    margin-bottom: 30px;
}
.blog-details-col .blog-title {
    margin-top: 30px;
    font-family: Vidaloka, serif;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 16px;
    text-transform: none;
}
.blog-details-col p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}
.hilight-box {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 28px 34px 28px;
    background: #f6f8a433;
    border: 1px solid #eee6;
}
.hilight-box p {
    text-transform: none;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: Vidaloka, serif;
    font-style: italic;
    font-weight: 600;
    color: #c5443f;
}
.hilight-box i {
    font-size: 28px;
    margin-right: 14px;
    color: #4d4d4d;
}
.comment-field {
    margin-top: 30px;
}
.comment-field h3 {
    margin-bottom: 44px;
}
.blog-details-col h3 a {
    font-size: 22px;
    color: #c5443f;
    font-weight: 600;
    letter-spacing: 0;
    position: relative;
}
.blog-details-col h3 a:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    background-color: #c5443f;
    border-radius: 50px;
    bottom: 0;
}
.comment-item {
    position: relative;
    padding-left: 100px;
    margin-bottom: 50px;
}
.comment-item h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.comment-item h4 a:hover {
    color: #c5443f;
}
.comment-item img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
}
.comment-item-right {
    margin-left: 50px;
}
.treatment-middle-box {
    padding: 30px 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #f5f5f5;
}
.treatment-middle-box h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.blog-comment-form {
    margin-top: 40px;
}

.blog-comment-form .form-control {
    background-color: #fbfbfb;
    border: 1px solid #eee;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    height: 56px;
    letter-spacing: 0.6px;
    text-transform: none;
    padding-left: 25px;
}

.blog-comment-form textarea.form-control {
    height: 200px;
    padding-top: 18px;
}

/* Sidebar CSS */
.blog-sidebar-section {
    padding: 100px 0 70px;
}
.sidebar-col {
    margin-bottom: 30px;
}
.sidebar-search-box {
    margin-bottom: 50px;
}

.sidebar-search-box .input-group .form-control {
    border: 1px solid #eee;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400;
    height: 50px;
    padding-left: 18px;
    border-right: transparent;
}

.sidebar-search-box .input-group-btn .btn {
    height: 50px;
    border-radius: 0;
    font-size: 14px;
    color: #c5443f;
    background-color: #f7f7f7;
}

.categories {
    margin-bottom: 50px;
}
.sidebar-title h3 {
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 5px;
    margin-bottom: 30px;
    font-family: Vidaloka, serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    text-transform: none;
}
.categories ul li {
    margin-bottom: 10px;
}
.categories ul li a {
    color: #989898;
    text-transform: none;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
}
.categories ul li a:hover {
    color: #ee2c3c;
}
.sidebar-post {
    margin-bottom: 60px;
}
.sidebar-post ul li {
    position: relative;
    padding-left: 90px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 27px;
}
.sidebar-post ul li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 73px;
    height: auto;
}
.sidebar-post ul li h4 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}
.sidebar-post ul li h4 a {
    color: #676767;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 23px;
}
.sidebar-post p {
    color: #c5443f;
    font-size: 13px;
}
.sidebar-tags {
    margin-bottom: 50px;
}
.sidebar-tags ul li {
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    margin-right: 5px;
    display: inline-block;
}
.sidebar-tags ul li a {
    padding: 10px 20px;
    color: #ffffff;
    background: #111111;
    text-transform: uppercase;
}
.sidebar-tags ul li a:hover {
    background: #ee2c3c;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.sidebar-video {

}

/* Inner Area */
.inner-area {
    padding-bottom: 68px;
    padding-top: 68px;
    position: relative;
    text-align: center;
    z-index: 1;
    background-image: url('../images/sustainable-development-4136756_1920.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.inner-area:after {
    background-color: rgba(9, 20, 38, 0.7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.inner-area h4 {
    color: #fff;
    font-size: 58px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: Vidaloka, serif;
}

.inner-area p {
    color: #e9e9e9;
    font-family: Vidaloka, serif;
    font-size: 16px;
    letter-spacing: 0.8px;
    margin-top: 0;
    text-transform: none;
    font-weight: 500;
}

.inner-area p a {
    color: #c5443f;
}

.inner-area p a:before {
    content: "";
    font-family: FontAwesome;
    font-size: 13px;
    color: #fff;
    margin: 0 8px;
}

/*****=====*****=====*****=====*****=====
    10. Contact Css Style 
=====*****=====*****=====*****=====*****/

.contact-section {
    
}

.contact-section .contact-box {
    background-color: #fff;
    box-shadow: 0 0 77px -4px #0000001a;
    padding: 76px 100px 76px;
    margin-top: -88px;
    position: relative;
}

.contact-section .contact-box h2 {
    font-family: Vidaloka, serif;
    margin-bottom: 44px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
}

.contact-section .contact-box h2 span {
    color: #c5443f;
}

.contact-box .info-box {
    margin-bottom: 34px;
}

.contact-section .contact-box .info-box:last-child  {
    margin-bottom: 0;
}

.contact-box .info-box .icon-box {
    font-size: 36px;
    border-left: 2px solid #eee;
    line-height: 32px;
    margin-bottom: 15px;
    padding-left: 16px;
    color: #c5443f;
}

.contact-box .info-box .text-box {

}

.contact-box .info-box .text-box h5 {
    font-size: 22px;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 4px;
}

.contact-box .info-box .text-box p {
    font-weight: 400;
    font-size: 13px;
}

.form-box .form-control {
    background-color: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #eee;
    border-style: none none solid;
    border-width: medium medium 1px;
    font-family: Vidaloka, serif;
    height: 52px;
    margin-bottom: 20px;
    padding-bottom: 25px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.4px;
}

.form-box .form-group {
    margin-bottom: 0;
}

.form-box .btn.btn-theme {

}

.form-box textarea.form-control {
    min-height: 134px;
}

.form-box input[type="text"] {
    letter-spacing: 0.9px;
    text-transform: none;
}

.form-box *::-moz-placeholder {
    color: #091426 !important;
}

.form-box *::-webkit-input-placeholder {
    color: #091426 !important;
}
.form-box *::-moz-placeholder {
    color: #091426 !important;
}
.form-box *::-ms-input-placeholder {
    color: #091426 !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

/*****=====*****=====*****=====*****=====
    11. Footer Css Style 
=====*****=====*****=====*****=====*****/
.footer-sec {
    position: relative;
    z-index: 1;
    padding: 70px 0 22px;
    padding-top: 172px;
}

.footer-sec:before {
    position: absolute;
    content: "";
    background-image: url('../images/service/bg-noise.gif');
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.5;
}

.footer-sec:after {
    position: absolute;
    content: "";
    background-color: #091426;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.93;
}

.footer-item p {
    font-family: Vidaloka, serif;
    font-size: 13px;
    letter-spacing: 0.6px;
    text-transform: none;
    margin-bottom: 14px;
    max-width: 600px;
    margin: 0 auto;
    color: #c1c1c1;
}

.footer-item h6 {
    font-family: Vidaloka, serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 12px;
}

.footer-item h6 span {
    color: #c5443f;
}

.footer-item .social-icon {
    margin-bottom: 35px;
}

.footer-item .social-icon li {
    display: inline-block;
}

.footer-item .social-icon li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    position: relative;
    z-index: 1;
}

.footer-item .social-icon li a:before {
    position: absolute;
    content: "";
    background-color: #3b5998;
    width: 40px;
    height: 40px;
    z-index: -1;
    left: 0;
    right: 0;
    transform: rotate(45deg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.footer-item .social-icon li a:hover:before {
    transform: rotate(0deg);
}

.footer-item .social-icon li:nth-child(2) a:before {
    background-color: #00acee;
}

.footer-item .social-icon li:nth-child(1) a:before {
    background-color: #0077B5;
}

.footer-item .social-icon li:nth-child(4) a:before {
    background-color: #ea4c89;
}

.footer-item .social-icon li:nth-child(5) a:before {
    background-color: #DD4B39;
}

.footer-shape {
    position: absolute;
    top: 0;
    height: 66px;
    width: 1px;
    background: #c5443f;
    text-align: center;
    margin: 0px auto;
    left: 0;
    right: 0;
}

.footer-shape:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #c5443f;
    bottom: -24px;
    left: -1px;
    border-radius: 100%;
}

.footer-shape:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #c5443f;
    bottom: -44px;
    left: -1px;
    border-radius: 100%;
}

.footer-item h4 {
    font-family: Vidaloka, serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.6px;
    font-size: 22px;
    margin-bottom: 18px;
}

.footer-item h4 span {
    color: #c5443f; 
}

.footer-list {
    margin-top: 50px;
}

.footer-list li {
    margin-bottom: 12px;
    -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;
    position: relative;
}

.footer-list li a {
    color: #989898;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-left: 0;
    text-transform: none;
    -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;
    position: relative;
}

.footer-list li a:after {
    position: absolute;
    content: "";
    background-color: #c5443f;
    width: 0px;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    -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;
}

.footer-list li a:hover:after {
    position: absolute;
    content: "";
    background-color: #c5443f;
    width: 26px;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.footer-list li a:hover {
    color: #fff;
    padding-left: 35px;
}

.footer-contact {
    font-family: Vidaloka, serif;
    margin-top: 50px;
}

.footer-contact li {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.footer-contact li a {
    
}

.footer-copy-right {
    border-top: 1px solid #c5443f24;
    padding-top: 25px;
    margin-top: 60px;
}

.footer-copy-right p {
    color: #a2a2a2;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.9px;
}

.footer-copy-right a {
    color: #c5443f;
}


.ml-80 {
    margin-left: 80px !important;
}
