
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Roboto:300,400,500,700');

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  color:#333;
}

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

p {
  color: #333;
  line-height: 25px;
  font-size:16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  color: #282e3f;
}

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

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

button,
a:focus {
  outline: none;
}
.section-padding {
  padding: 100px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}
/*** back to top **/
.back-to-top {
  background-color: #000;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back-to-top:hover {
  background-color: #000;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*===================================
0.2  header-style
====================================*/
.header-top {
  display: flex;
  justify-content: space-between;
  padding: 10px 30px 0px 30px;
  align-items: center;
}
.header-top p,
.header-top a {
  color: #fff;
}

.header-top{
  background: #c70202;
}
.header-top ul.header-contact {
    text-align: right;
}
.header-top li {
    display: inline-block;
    padding:15px;
    color:#fff;
}

.header-area {
  width: 100%;
  position: absolute;
    z-index: 99;
    background-color: #fff;
    border-bottom:1px solid rgba(255, 255, 255, 0.30); 
  }

.header-top.header-top-2 {
    background: #fff;
    padding: 18px 0;
}
.header-top.header-top-2 span {
    display: block;
    color: #777;
    font-size: 18px;
}

.header-social li a{
  color:#fff;
}
.logo {
    margin-top: 27px;
}
.logo img{
  width: 60%;
  margin-bottom: 15px;
}
.main-menu .submenu li a {
    padding: 10px 15px 10px 0px;
    color: :#fff;
    font-size: 14px;
}

.main-menu nav ul {
    text-align: right;
}

.main-menu nav ul li {
    display: inline-block;
    position: relative;
}
.main-menu nav ul li a:last-child{
  padding-right: 0;
}
.main-menu nav ul li {
    padding: 35px 18px 0;
}
.main-menu nav ul li a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 33px;
}
.main-menu nav ul li a:before {
    position: absolute;
    content: "";
    left: -20px;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #c70202;
    opacity: 0;
    transition: all .5s;
}

.main-menu nav ul li a:hover:before{
  opacity: 1;
  left: 0px;
}
.main-menu nav ul li.active :before{
  opacity: 1;
  left: 0px;
}

.main-menu nav ul li>ul li a {
    color: #333;
}

.main-menu nav ul li:hover>a,
.main-menu nav ul li.active>a {
    color: #000;
}

.main-menu .submenu {
    position: absolute;
    left:18px;
    top: 90px;
    z-index: 999;
    width: 235px;
    padding: 10px 0px 15px;
    background: #fff;
    text-align: left;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main-menu nav>ul>li:hover>.submenu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.main-menu .submenu li {
    display: block;
}
.main-menu .submenu li a:before {
display: none;
}
.main-menu .submenu li{
    padding: 2px 15px;
}
.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background:#fff;
    z-index: 1200;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
    animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
}
/*====================
mobile menu
=======================*/
.slicknav_menu {
    background-color: #fff;
    margin: 0;
    padding: 0;
    height: 0;
    z-index: 99;
}


.slicknav_menu nav {
    margin-top: 22px;
}
.header-sub .slicknav_menu nav {
    margin-top: 10px;
}
.header-area .slicknav_menu ul {
    margin: 0;
}

.slicknav_nav {
    background: #2a2d2d;
}

.slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: #3a3a3a;
}

.slicknav_nav .slicknav_arrow {
    float: right;
}

.slicknav_menu .slicknav_menutxt {
    display: none;
}

.slicknav_btn {
    background-color: transparent;
    position: relative;
    margin-top: -45px;
}

.slicknav_menu .slicknav_icon-bar {
    height: 1px;
    width: 27px;
    margin: 6px 0px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
}

.slicknav_nav a:hover {
    background: #3a3a3a;
    color: #fff;
}

.header-transparent .slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
    box-shadow: none;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(2) {
    opacity: 0;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(2px, 10px);
    transform: rotate(45deg) translate(2px, 10px);
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-9px);
    transform: rotate(-45deg) translateY(-9px);
}

.btn-style2{
  text-align:right;
}
.btn-style a {
    background-color: #000;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 10px 28px;
    border: 2px solid transparent;
    text-transform: capitalize;
    display: inline-block;
    margin-top: 3px;
}
.btn-style a:hover{
  background:#000; 
}




/*--------------------------------------------------------------
0.3  hero slider
--------------------------------------------------------------*/
.hero {
  position: relative;
  height: 700px;
  overflow: hidden;
}
.slide {
  position: relative;
}
.slide:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #333;
    opacity: .60;
  }

.slide-caption{
  z-index: 19;
  padding-bottom: 45px;
}

.hero .slide {
  height: 840px;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}

.hero .slide .slider-bg {
  display: none;
}

.hero .slide:focus {
  outline: none;
}

.hero .slide .container {
  height: 100%;
  display: table;
  padding: 0;
}

.hero .slide .row {
  display: table-cell;
  vertical-align: middle;
}

.hero .slick-prev, .hero .slick-next {
    width: 60px;
    height: 60px;
    border: 1px solid #959595;
    border-radius: 5px;
    z-index: 10;
    border-radius: 60px;
    transition: all .3s;
}

.hero .slick-prev {
  left: 25px;
}

.hero .slick-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  opacity: 1;
  color: #fff;
}

.hero .slick-next {
  right: 25px;
}

.hero .slick-next:before {
  font-family: "FontAwesome";
  content: "\f105";
  opacity: 1;
  color: #fff;
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
  background: #000;
  border:none;
}

.hero .slick-prev:hover:before,
.hero .slick-next:hover:before {
  color: #fff;
}

.hero .slick-dots {
  bottom: 30px;
}

.hero .slick-dots li {
  margin: 0;
}

.hero .slick-dots button {
 display: none;
}
.hero .hero-slider .slide-caption > h2,
.hero .hero-slider .slide-caption > p,
.hero .hero-slider .slide-caption > .btns {
  opacity: 0;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > p {
  -webkit-animation: fadeInTopSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInTopSlow 1.5s 0.8s forwards;
  -o-animation: fadeInTopSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInTopSlow 1.5s 0.8s forwards;
  animation: fadeInTopSlow 1.5s 0.8s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > h2 {
  -webkit-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  animation: fadeInLeftSlow 1.5s 0.8s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > .btns {
  -webkit-animation: fadeInBottomSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInBottomSlow 1.5s 0.8s forwards;
  -o-animation: fadeInBottomSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInBottomSlow 1.5s 0.8s forwards;
  animation: fadeInBottomSlow 1.5s 0.8s forwards;
}

/******************************
  0.4 hero style 1
*******************************/
.hero-style-1 .slide-caption p, .hero-style-2 .slide-caption p {
  font-size: 20px;
  color: #fff;
  line-height: 0.8em;
  font-weight: 300;
  margin: 0;
}
.hero-style-1 .slide-caption p span, .hero-style-2 .slide-caption p span{
  color: #c1b696;

}
.hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2 {
  font-size: 50px;
  font-weight: 600;
  color: white;
  line-height: 75px;
  margin:33px 0;
}

@media (max-width: 450px) {
  .hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2 {
    font-size: 30px;
  }
}

.hero-style-1 .slide-caption h2 span, .hero-style-2 .slide-caption h2 span {
  display:block;
}

@media (max-width: 450px) {
  .hero-style-1 .slide-caption h2 span, .hero-style-2 .slide-caption h2 span {
    padding: 4px 0;
  }
}
/*==============================================
0.5 section-area-start
================================================*/
.section-area{
  background: #f5f5f5;
}
.section-icon {
    text-align: center;
    margin-top: -60px;
}
.section-content{
  text-align: center;
  padding: 30px 0 10px;
  transition: all .5s;
}
.section-item:hover .section-content{
  background:#000;
  color:#fff;
}
.section-item:hover .section-content p a{
  color:#fff;
}
.section-item:hover .section-icon i.fi{
  background:#000;
  color:#fff;
}
.section-content p{
  font-size: 24px;
  font-weight:400;
  transition: all .5s;
}
.section-content p a{
  color:#333;
  transition: all .5s;
}
.section-icon i.fi {
    background: #f5f5f5;
    padding: 47px 30px 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all .5s;
}
.col-d{
  padding: 0;
}
/*===================================
0.6 about-area start
=====================================*/
.about-area{
  padding: 100px 0;
}
.about-content .about-icon i{
  color:#000;
}
.about-content h2{
  font-size: 30px;
  font-weight: 700;
  position: relative;
  padding-bottom:8px;
  margin-bottom: 30px;
}
.about-content h2:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height:5px;
  background:#000; 
}
.sec-p{
  padding-left: 30px;
}
.about-icon img{
  width: 12%;
}
.about-img img{
  padding-top: 50px;
}
.about-content p {
    margin-bottom: 30px;
}
.about-content span{
  display: block;
  padding-left: 30px;
  padding-bottom: 20px;
  position: relative;
}
.about-content span:before{
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height:15px;
  background:#000; 
  border-radius: 50%;
}
.about-content .about-icon i:before{
  font-size: 60px;
}
.signature-section {
    overflow: hidden;
}
.si-text {
    float: left;
    margin-top: 20px;
}
.si-text p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.signature-section img{
  float: right;
}
/*=====================================
0.7 service-area start
=======================================*/
.service-area{
  padding: 100px 0 70px;
  background: #f5f5f5;
}
.section-title span{
    font-size: 16px;
    color: #000;
}
.section-title h2{
    font-size: 36px;
    font-weight: 700;
    color: #333;
    padding-bottom: 20px;
    margin-bottom: 60px;
    position: relative;
}
.section-title h2:before {
    content: "";
    position: absolute;
    left: 47%;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #000;
}
.service-single{
  overflow: hidden;
}
.service-single{
  position: relative;
  overflow: hidden;
  transition: all .3s;
  margin-bottom: 30px;
}

.service-content{
    padding: 29px 40px 20px;
    position: absolute;
    left: 0;
    top: 68%;
    width: 100%;
    height: 100%;
    padding-left: 100px;
    background: #c70202;
    transition: all .3s;
    opacity:.8;
}

.service-single:hover .service-content{
  top: 0;
 display: flex;
 justify-content: center;
 flex-direction: column;
 width: 100%;
 height: 100%;

}
.service-single:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height:100%;
  background-color: rgba(20, 36, 64, 0.2);
}
.service-content h3{
  font-size:20px;
  font-family: 'Roboto', sans-serif;
  position: relative;
  color:#fff;
}
.service-content h3:before {
    content: "\f106";
    position: absolute;
    left: -78px;
    top: -15px;
    font-family: Flaticon;
    font-size: 42px;
    color: #000;
}
.service-content2 h3:before {
    content: "\f107";
    margin-top: 5px;
}
.service-content3 h3:before {
    content: "\f100";
    transform:rotate(45deg);
}
.service-content4 h3:before {
    content: "\f108";
}
.service-content5 h3:before {
    content: "\f10a";
}
.service-content6 h3:before {
    content: "\f10b";
}


.service-content p{
  padding: 15px 0 0px;
  color:#fff;
  line-height: 30px;
}
.service-content a{
  color:#000;
}

.service-area.service-s2 .service-item {

}
.service-area.service-s2 .service-item .service-single {
    background: #fff;
    text-align: center;
    padding: 40px 33px;
}
.service-area.service-s2 .service-item .service-single:before {
  content: none;
}
.service-area.service-s2 .service-item .service-single .service-icon {
    background-color: rgba(52, 203, 255, 0.2);
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    margin: auto;
    margin-bottom: 25px;
}
.service-area.service-s2 .service-item .service-single .service-icon:before {
    content: "";
    background-color: rgba(52, 203, 255, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    left: -5px;
    top: -5px;
    border-radius: 50%;
}
.service-area.service-s2 .service-item .service-single .service-icon i {
    color: #c70202;
}
.service-area.service-s2 .service-item .service-single h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}
.service-area.service-s2 .service-item .service-single p {
    line-height: 30px;
    color: #5d5b5b;
}


.form-control {
 border-radius:0px;
}

/*==========================================
1.3 team-area start
============================================*/
.team-area{
  padding: 100px 0 70px;
  background: #fff;
}
.team-img {
    position: relative;
    overflow: hidden;
}


.team-img:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.team-single {
    margin-bottom: 30px;
}

.team-single:hover .team-img:before {
    opacity: .5;
}

.team-img img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.team-single:hover .team-img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.social-1st {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 2;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    opacity: 0;
}



.team-single:hover .thumb-content span {
    opacity: 1;
}

.team-single:hover .social-1st {
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.team-single:hover .social-1st li:nth-child(2) a {
    margin-top: 50px;
}

.team-single:hover .social-1st li:nth-child(3) a {
    margin-top: 100px;
}

.social-1st ul {
    text-align: center;
    justify-content: center;
    display: flex;
}

.social-1st li a {
    display: block;
    height: 45px;
    width: 45px;
    background: #fff;
    color: #333;
    line-height: 45px;
    border-radius: 50%;
}
.social-1st li a:hover{
  background:#000;
  color: #fff;
}

.social-1st li:nth-child(2) a {
    margin-top: 0px;
    transition: all .3s;
}

.social-1st li:nth-child(3) a {
    margin-top: 0px;
    transition: all .3s;
}

.team-img {
    position: relative;
}

.team-wrap {
    margin-bottom: 30px;
}
.team-content{
  text-align: center;
  padding: 30px 0;
  background: #f5f5f5;
}
.team-content h4{
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: all .3s;
  color: #fff;
}
.team-content h4:hover{
  color:#000;;
}
.team-content span{
  font-size: 14px;
  font-weight: 400;
  color:#666;
}

/*=======================================
1.6 footer-area start
=========================================*/
.footer-area{
  background: #c70202;
}
.footer-top{
  padding: 60px 0;
}
.footer-logo{
  margin-bottom: 30px;
}
.footer-logo img{
  width: 65%;
}
.social li a {
    display: block;
    height: 45px;
    width: 45px;
    background: #fff;
    color: #333;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    transition: all .3s;
    margin-top: 5px;
}
.social li a:hover{
  background:#000;
  color:#fff;
}
.footer-top p {
    color: #fff;
    margin-bottom: 30px;
}
.footer-top a{
  color:#fff;
}
.Recent-News-area p{
  margin-bottom: 10px;
}
.Recent-News-area span{
  color:#bbb; 
}
.Recent-News-area span i{
  padding-right: 10px;
  color: #000;
}
.resent-sub{
  margin-bottom: 35px;
}

.footer-widget.instagram{
  margin-top: 0;
}
.footer-widget.instagram h3{
  font-size: 25px;
  margin-bottom: 30px;
}
.footer-link ul li a{
  padding-top: 10px;
  display: block;
}
.footer-top h3{
  font-size: 25px;
  color:#fff;
  margin-bottom: 20px;
}

.footer-bottom{
  background: #000;
  padding: 15px 0;

}
.footer-bottom-content {
    text-align: center;
}
.footer-bottom-content span{
  color:#fff;
  font-size: 16px;
  text-align: center;
}
.footer-bottom-content span a{
  color: #c70202;
}
/*============================
0.1 Home-page-2 start
=================================*/
.hero-style-1.hero-style-2 .slide-caption{
  padding-bottom: 0;
  padding-top: 40px;
}
.section-area.section-style-2 {
    background: #fff;
}
.section-area.section-style-2 .section-item{
  overflow: hidden;
}
.section-area.section-style-2 .section-icon {
    margin-top: 0;
    float: left;
    display: flex;
    justify-content: center;
    flex-direction: column;

}
.section-area.section-style-2 .section-content p a:hover {
    color: #000;
}
.section-area.section-style-2 .section-content {
    text-align: left;
    overflow: hidden;
    padding-right: 60px;
}
.section-area.section-style-2 .section-content span {
    font-size: 16px;
    color: #777;
}
.section-area.section-style-2 .section-icon i.fi {
    padding: 0;
    width: 90px;
    height: 90px;
    background: #000;
    border-radius: 50%;
    line-height: 75px;
    text-align: center;
    margin-top: 35px;
    margin-right: 20px;
    color:#fff;
    border:6px solid #d4f1fa;
}

.team-area.team-area-2{
  background: #f5f5f5;
}
.team-area.team-area-2 .team-content {
    background: #be0202;
}


.service-area.service-style-3{
    background: url(../images/service/bg.jpg) no-repeat center center / cover; 
    position: relative;
}
.service-area.service-style-3:before{
      content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 36, 64, .8);
}
.service-area.service-style-3 .section-title h2 {
    color: #fff;
}
.service-area.service-style-3 .section-title span {
    position: relative;
}
.service-area.service-style-3 .service-item{
  overflow: hidden;
  margin-bottom: 30px;
}

.service-area.service-style-3 .service-item .service-icon{
  float: left;
  width: 100px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  color:#ddd;
  background: rgba(255,1,1,.5);
}
.service-area.service-style-3 .service-item .service-icon img{
  width: 50%;
}
.service-area.service-style-3 .service-item .service-text {
    overflow: hidden;
    background: rgba(255,255,255,.25);
    padding: 25px 0 18px;
    padding-left: 20px;
    height: 140px;
    display: flex;
    align-items: center;
}
.service-area.service-style-3 .service-item .service-text h3{
  font-size: 20px;
  color:#fffefe;
  transition: all .3s;
}
.service-area.service-style-3 .service-item .service-text h3:hover{
  color:#000;
}
.service-area.service-style-3 .service-item .service-text p{
  color:#ddd;
}
.section-area.section-area-3 .section-content {
    padding: 35px 0;
}
.section-area.section-area-3 .section-icon {
    text-align: center;
    margin-top: -35px;
}
.section-area.section-area-3 .section-content p a:hover {
    color: #000;
}


.contact-page-item{
  background: antiquewhite;
  padding: 20px;
  border-radius: 5px;
  height: 100%; 
}

.contact-page-item h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
}

.contact-page-item h3 {
    font-size: 24px;
    color: #666;
    margin-bottom: 10px;
}

.contact-page-item span a {
    color: #666;
    display: block;
    padding-bottom: 10px;
}

.contact-page-item .adress {
    margin-bottom: 20px;
}

.contact-page-item .phone {
    margin-bottom: 20px;
}

.contact-area {
    padding-top: 0px;
    padding-bottom: 0;
}

.contact-area h2 {
    margin-bottom: 40px;
    font-size: 30px;
}
.contact-area form,
.contact-area-s2 form {
    overflow: hidden;
    margin: 0 -15px;
}

.contact-area form .half-col,
.contact-area-s2 form .half-col {
    width: 50%;
    float: left;
}

@media (max-width: 600px) {

    .contact-area form .half-col,
    .contact-area-s2 form .half-col {
        width: 100%;
        float: left;
    }
}

.contact-area form div,
.contact-area-s2 form div {
    padding: 0 15px 30px;
}


.contact-area form .submit-btn-wrapper,
.contact-area-s2 form .submit-btn-wrapper {
    padding-bottom: 0;
}

.contact-area form input,
.contact-area-s2 form input,
.contact-area form textarea,
.contact-area-s2 form textarea,
.contact-area-s2 form select {
    background: #fffbfb;
    height: 50px;
    padding: 6px 15px;
    color: #fff;
    border: 2px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(192, 181, 150, .5);
    border-radius: 20px;
}

.contact-area select.form-control:not([size]):not([multiple]) {
    height: 50px;
    padding: 6px 15px;
    color: #bbb5a5;
    border: 2px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(192, 181, 150, .5);
    position: relative;
    -webkit-appearance:none;   
    -ms-appearance:none;      
    -o-appearance:none;                 
    appearance:none;
    -moz-appearance: none;
}

.contact-area form input:focus,
.contact-area-s2 form input:focus,
.contact-area form textarea:focus,
.contact-area-s2 form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}


.contact-area form textarea,
.contact-area-s2 form textarea {
    height: 150px;
    padding: 15px;
}

.contact-validation-active #success,
.contact-validation-active #error {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none;
}

.contact-validation-active #loader {
    display: none;
    margin-top: 10px;
}

.contact-section form .submit-btn-wrapper,
.contact-section-s2 form .submit-btn-wrapper {
    padding-bottom: 0;
}

.theme-btn-s3 {
    border-radius: 0;
    text-transform: uppercase;
}

.contact-validation-active .error-handling-messages {
    margin-top: 15px;
}

.contact-validation-active #error {
    background-color: #ff1a1a;
    border-left: 5px solid red;
}

.contact-validation-active label.error {
    color: red;
    font-size: 0.875rem;
    font-weight: normal;
    margin: 5px 0 0 0;
    text-align: left;
    display: block;
}
.theme-btn-s3 {
    background-color:#000;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 9px 35px;
    border: 2px solid transparent;
    text-transform: capitalize;
    display: inline-block;
    transition: all .3s;
    border-radius: 30px;
}

.theme-btn-s3:hover {
    background: #c70202;
}


/*==========================
page loader
============================*/
.page-loader {
  background-color: #272727;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
}

.page-loader .page-loader-inner {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  border: 4px solid #000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: loader 2s infinite ease;
  animation: loader 2s infinite ease;
}

.page-loader .page-loader-inner .inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #000;
  -webkit-animation: loader-inner 2s infinite ease-in;
  animation: loader-inner 2s infinite ease-in;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}