/*  Nextin HTML Template

==============  [Table of contents] ==============
1. Fonts
2. Resources / Css Files
3. Global 
4. Main Header / Two


-------------------------------------------*/


/*** 

====================================================================
	Fonts
====================================================================

 ***/

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

/*** 

====================================================================
	Resources / Css Files
====================================================================

 ***/

@import url('animate.css');
@import url('hover.css');
@import url('timeline.min.css');
@import url('owl.css');
@import url('swiper.min.css');
@import url('fontawesome-all.css');
@import url('flaticon.css');
@import url('jquery.fancybox.min.css');
@import url('custom-animate.css');
@import url('global.css');

/*** 

====================================================================
	Main Header
====================================================================

***/
 @font-face {
    font-family: 'BrandonThin';
    src: url('../fonts/BrandonThin.otf');
}
@font-face {
    font-family: 'Brandon_reg';
    src: url('../fonts/Brandon_reg.otf');
}


.brandonthin{
    font-family: BrandonThin;
    font-weight: 100;
}
.main-header {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .auto-container {
    max-width: 100%;
}


/*abouta*/

   .about-bg{
    position: relative;
   } 
   .about-text{
    position: absolute;
    left: 20%;
    top: 35%;
   }
   .about-text p{
   font-size: 50px;
    font-family: inherit;
    font-weight: 300; 
   }
   .about-text label{
    font-size: 21px;
   }


/*Sticky Header*/

.sticky-header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #252733;
    z-index: 9999;
    display: none;
}

.sticky-header .logo {
    padding: 26px 0px;
}

.sticky-header .auto-container {
    max-width: 1700px;
}


/* Header Top */

.header-top {
    background-color: rgba(37, 39, 51, 0.2);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.05);
}

.header-top ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.header-top ul li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding-right: 40px;
    margin-right: 40px;
    line-height: 52px;
    letter-spacing: 2px;
}

.header-top ul li a {
    color: #fff;
}

.header-top ul li:before {
    position: absolute;
    content: '';
    background: #fff;
    right: 0;
    bottom: 20px;
    width: 1px;
    height: 2px;
}

.header-top ul li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.header-top ul li:last-child:before {
    display: none;
}


/* Header Upper */

.main-header .header-upper {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.main-header .header-upper .header-outer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.main-header .header-upper .logo-box {
    position: relative;
    left: 0px;
    z-index: 10;
    padding: 44px 120px;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.main-header .header-upper .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-upper .nav-outer {
    position: relative;
}

.main-header .header-upper .nav-outer .main-menu {
    position: relative;
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 45px 40px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sticky-header .main-menu .navigation>li {
    padding: 27px 40px;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 1;
    color: #fff;
    padding: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
    color: #ed1c24;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 230px;
    z-index: 100;
    padding: 30px 0px;
    opacity: 1;
    background: #ffffff;
    border-radius: 0 0 3px 3px;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    box-shadow: 0 15px 27px 0 rgba(14, 0, 40, .05);
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 35px;
}

.main-menu .navigation>li>ul>li:last-child {
    margin-bottom: 0px;
}

.main-menu .navigation>li>ul>li>a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 6px 0;
    white-space: nowrap;
    color: #252733;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    text-transform: capitalize;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #ed1c24;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    content: "\f105";
    position: absolute;
    right: 0;
    top: 5px;
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 3px 25px;
    color: #222222;
    font-weight: 900;
    font-family: 'Brandon_reg';
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 230px;
    z-index: 100;
    padding: 30px 35px;
    opacity: 1;
    background: #ffffff;
    border-radius: 0 0 3px 3px;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    box-shadow: 0 15px 27px 0 rgba(14, 0, 40, .05);
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    margin-bottom: 0px;
}

.main-menu .navigation>li>ul>li>ul>li>a,
.main-menu .navigation>li>ul>li>ul>li>ul li a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 6px 0;
    color: #252733;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    text-transform: capitalize;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a,
.main-menu .navigation>li>ul>li>ul>li>ul li:hover a {
    color: #ed1c24;
}

.main-menu .navigation>li.dropdown:hover>ul {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .outer-box {
    position: relative;
    margin-right: -15px;
}

.main-header .outer-box .wrapper-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.main-header .outer-box .social-icon-one {
    margin-right: 50px;
}

.main-header .outer-box .social-icon-one li a {
    font-size: 22px;
    color: #fff;
    transition: .5s ease;
}

.main-header .outer-box .social-icon-one li a:hover {
    color: #ed1c24;
}

.main-header .outer-box .theme-btn {
    padding: 46px 120px;
    font-size: 24px;
    font-weight: 600;
}

.main-header .outer-box .theme-btn span {
    font-size: 20px;
    margin-right: 7px;
}

.main-header .outer-box .contact-info li {
    border: 4px solid #3b3d48;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 40px;
    float: left;
}

.main-header .outer-box .contact-info li a {
    color: #808186;
}

.main-header .outer-box .contact-info li span {
    font-size: 14px;
    color: #ed1c24;
    margin-right: 10px;
}


/*** 

====================================================================
	Header Style Two
====================================================================

***/

.main-header.header-style-two {
    position: relative;
    background: #252733;
}

.main-header.header-style-two .header-upper {
    border-bottom: 0px;
    padding: 0 105px;
}

.main-header.header-style-two .header-upper .logo-box {
    padding: 15px 15px;
    border: 0px;
    width: 270px;
}


/*** 

====================================================================
	Main Slider
====================================================================

***/

.main-slider {
    position: relative;
}

.main-slider .content {
    position: relative;
}

.main-slider .slide {
    position: relative;
    padding: 395px 0px 230px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.main-slider .slide:before {
    position: absolute;
    content: '';
    /* background: #000; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
}

.main-slider h1 {
    position: relative;
    color: #ffffff;
    font-size: 50px;
    font-weight: 400;
    line-height: 45px;
    /* margin-bottom: 60px; */
    text-transform: capitalize;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.main-slider .active h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1300ms;
}

.main-slider h5 {
    position: relative;
    color: #777;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.main-slider .active h5 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1000ms;
}

.main-slider .link-box {
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.main-slider .link-box .theme-btn {
    color: #fff;
    border-color: #fff;
}

.main-slider .active .link-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 2500ms;
}

.main-slider .content .title {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 25px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.main-slider .content .title:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 70px;
    height: 1px;
    margin-left: -35px;
    background-color: #ffffff;
}

.main-slider .active .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 600ms;
}

.main-slider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 51px;
}

.main-slider .owl-dots .owl-dot {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0px 4px;
    display: inline-block;
    border: 4px solid rgba(255, 255, 255, 0.2);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-slider .owl-dots .owl-dot:hover,
.main-slider .owl-dots .owl-dot.active {
    border-color: #fff;
}

.main-slider .owl-nav {
    position: absolute;
    left: 50px;
    top: 50%;
    z-index: 1;
    width: 100%;
    margin-top: -20px;
    opacity: 0;
    transition: .5s ease;
}

.main-slider:hover .owl-nav {
    opacity: 1;
}

.main-slider .owl-nav .owl-prev {
    position: absolute;
    left: 120px;
    width: 78px;
    height: 78px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 62px;
    text-align: center;
    font-size: 21px;
    border: 8px solid rgba(255, 255, 255, 0.30);
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.10);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-slider .owl-nav .owl-next {
    position: absolute;
    right: 120px;
    width: 78px;
    height: 78px;
    color: rgba(255, 255, 255, 0.50);
    line-height: 62px;
    text-align: center;
    font-size: 21px;
    border: 8px solid rgba(255, 255, 255, 0.30);
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.10);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
    color: #fff;
    border-color: #fff;
}

.main-slider .left-side {
    position: absolute;
    left: 120px;
    top: 0;
    width: 110px;
    height: 100%;
    padding: 60px 0;
    background: #ed1c24;
    z-index: 9;
}

.main-slider .left-side h4 {
    position: absolute;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    transition: .5s ease;
    transform: rotate(-90deg) translateX(-100%) translateY(-54%);
    transform-origin: 0 0;
    left: 50%;
    width: max-content;
    letter-spacing: 30px;
    opacity: 0;
    transition: .7s ease;
}

.main-slider .left-side h4.now-in-view {
    opacity: 1;
    letter-spacing: 7px;
}

.main-slider .left-side h4:before {
    position: absolute;
    content: '';
    background: #fff;
    height: 1px;
    width: 60px;
    left: -80px;
    top: 12px;
    transform: translate(-10px);
}

.main-slider .left-side .social-icon {
    text-align: center;
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
}

.main-slider .left-side .social-icon li {
    margin-bottom: 20px;
}

.main-slider .left-side .social-icon li:last-child {
    margin-bottom: 0px;
}

.main-slider .left-side .social-icon li a {
    color: #fff;
    font-size: 22px;
    transition: .5s ease;
}

.main-slider .left-side .social-icon li a:hover {
    color: #252733;
    transform: rotate(-360deg) scale(2);
    display: inline-block;
}


/* Main slider style two */

.main-slider.style-two {
    padding-left: 230px;
}

.main-slider.style-two:before {
    position: absolute;
    content: '';
    /* background: #252733; */
    left: 0;
    top: 0;
    width: 120px;
    height: 90%;
}

.main-slider.style-two .auto-container {
    max-width: 1430px;
}

.main-slider.style-two .slide {
    padding-top: 250px;
    padding-bottom: 240px;
}

.main-slider.style-two .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 51px;
    max-width: 1400px;
    width: 100%;
    transform: translateX(-50%);
    padding: 0 10px;
}

.main-slider.style-two .owl-nav .owl-prev {
    left: auto;
    right: 120px;
    top: -44px;
}

.main-slider.style-two .owl-nav .owl-next {
    top: 44px;
}


/***

==================================================================
		About Section
==================================================================

***/

.about-section {
    position: relative;
}

.big-shape-1 {
    height: 1062px;
    width: 941px;
    background-image: url(../images/icons/big-shape-1.png);
}

.about-section .big-shape-1 {
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.about-section .image-box {
    position: relative;
}

.about-section .image-box .image-1 {
    position: relative;
}

.about-section .image-box .image-2 {
    position: absolute;
    right: 30px;
    bottom: -118px;
}

.about-section .link-btn .btn-box {
    position: relative;
    padding-top: 40px;
    padding-right: 40px;
    display: inline-block;
    background: #fff;
}

.about-section .link-btn .btn-box .theme-btn {
    padding: 25px 60px;
}

.about-section .link-btn .btn-box .theme-btn strong {
    position: relative;
    top: -3px;
    font-size: 40px;
    font-weight: 600;
    margin-right: 12px;
    vertical-align: middle;
}

.about-block .text {
    margin-bottom: 32px;
}

.about-block h2 {
    font-size: 30px;
    color: #ed1c24;
    line-height: 40px;
    margin-bottom: 35px;
}


/***

==================================================================
		About Section Two
==================================================================

***/

.about-section {
    position: relative;
}

.about-block-two {
    margin-right: 30px;
    margin-bottom: 30px;
}

.about-block-two .big-image {
    margin-bottom: 30px;
}

.about-block-two .wrapper-box {
    position: relative;
    background: #ed1c24;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-block-two h3 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    padding: 30px 55px;
}

.about-block-three .text {
    margin-top: -10px;
    margin-bottom: 40px;
}

.about-block-three .list-content {
    margin-bottom: 50px;
}

.about-block-three .list-content li {
    font-size: 24px;
    color: #252733;
    margin-bottom: 20px;
}

.about-block-three .list-content li:last-child {
    margin-bottom: 0px;
}

.about-block-three .list-content li span {
    color: #ed1c24;
    font-size: 16px;
    margin-right: 8px;
}


/***

==================================================================
		Services Section 
==================================================================

***/

.services-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.services-section:before {
    position: absolute;
    content: '';
    /* background: #7d8086; */
    background: #bcbcbc;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .98;
}

.services-section .wrapper-box {
    position: relative;
    z-index: 5;
}

.imghvr-blocks-rotate-in-left {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/* .imghvr-blocks-rotate-in-left .hover-anim {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.imghvr-blocks-rotate-in-left:before,
.imghvr-blocks-rotate-in-left:after,
.imghvr-blocks-rotate-in-left .hover-anim:before,
.imghvr-blocks-rotate-in-left .hover-anim:after {
    background-color: #ed1c24;
    opacity: 0;
    position: absolute;
    content: '';
    height: 50%;
    width: 50%;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.65s ease;
    opacity: 0;
} */

.imghvr-blocks-rotate-in-left:before {
    top: 0;
    right: 0;
}

.imghvr-blocks-rotate-in-left:after {
    bottom: 0;
    left: 0;
}

.imghvr-blocks-rotate-in-left .hover-anim:before {
    top: 0;
    left: 0;
}

.imghvr-blocks-rotate-in-left .hover-anim:after {
    bottom: 0;
    right: 0;
}

.imghvr-blocks-rotate-in-left:hover:before,
.imghvr-blocks-rotate-in-left:hover:after,
.imghvr-blocks-rotate-in-left:hover .hover-anim:before,
.imghvr-blocks-rotate-in-left:hover .hover-anim:after {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    opacity: 1;
}


/* imghvr-blocks-rotate-in-left
   ----------------------------- */

.imghvr-blocks-rotate-in-left:before {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.imghvr-blocks-rotate-in-left:after {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.imghvr-blocks-rotate-in-left .hover-anim:before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.imghvr-blocks-rotate-in-left .hover-anim:after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.service-block-one .inner-box {
    position: relative;
    background: #fff;
    text-align: center;
    /* padding: 60px 30px 60px; */
    /* box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05); */
    margin-bottom: -120px;
    display: block;
}

.service-block-one .inner-box .content-box {
    position: relative;
    z-index: 5;
}

.service-block-one .icon-box {
    font-size: 60px;
    color: #222;
    margin-bottom: 30px;
    line-height: 60px;
    transition: all .5s ease;
}

.service-block-one h3 {
    font-size: 24px;
    margin-bottom: 21px;
    transition: all .5s ease;
}

.service-block-one .text {
    margin-bottom: 35px;
    line-height: 1.8em;
    transition: all .5s ease;
}

.service-block-one .inner-box:hover .icon-box {
    color: #fff;
}

.service-block-one .inner-box:hover h3 {
    color: #fff;
}

.service-block-one .inner-box:hover .text {
    color: #fff;
}

.service-block-one .inner-box:hover .theme-btn {
    border-color: #fff;
}


/***

==================================================================
		Main Footer 
==================================================================

***/

.features-section {
    position: relative;
    padding-top: 240px;
}

.features-section .feature-outer {
    background: #f3f3f3;
}

.feature-block-oen {
    padding: 80px 0 50px;
}

.feature-block-oen .text {
    padding: 0 10px;
}

.features-section .icon-box {
    position: relative;
    font-size: 60px;
    color: #ed1c24;
    margin-bottom: 15px;
    line-height: 60px;
}

.features-section h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 20px;
}

.features-section .image img {
    width: 100%;
}


/***

==================================================================
		Our Projects Section
==================================================================

***/

.our-projects {
    position: relative;
}

.our-projects .auto-container {
    max-width: 100%;
    padding: 0;
}

.our-projects.style-two .auto-container {
    max-width: 1230px;
    padding: 0 15px;
}

.our-projects>.row {
    margin: 0 -1px;
}

.our-projects.style-two>.row {
    margin: 0 -15px;
}

.project-block-one {
    position: relative;
    padding: 0 1px;
}

.our-projects.style-two .project-block-one {
    position: relative;
    padding: 0 15px;
    margin-bottom: 30px;
}

.project-block-one .inner-box {
    position: relative;
}

.project-block-one .image {
    position: relative;
    overflow: hidden;
}

.project-block-one .image img {
    width: 100%;
    transition: all 8s cubic-bezier(0, 0, 0.2, 1);
    transition-delay: .2s;
    display: block;
    transform: scale(1.05);
}

.project-block-one .inner-box:hover .image img {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.project-block-one .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40px 45px;
}

.project-block-one .overlay:before {
    position: absolute;
    content: '';
    background: #222;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: scale(0, 1);
    transition: all .5s linear;
}

.project-block-one .inner-box:hover .overlay:before {
    transform: scale(1, 1);
    opacity: .1;
}

.project-block-one .overlay a {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 38px;
    color: #fff;
    transform: translate(-50%, -50%) scale(.5);
    transition: .5s linear;
    opacity: 0;
    transition-delay: .4s;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    background: #ed1c24;
    border-radius: 50%;
}

.project-block-one .inner-box:hover .overlay a {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    transition-delay: 0s;
}

.project-block-one .overlay h5 {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 7px;
    display: inline-block;
    transition: .5s ease;
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: 0 0;
    width: max-content;
}

.project-block-one .inner-box:hover .overlay h5 {
    letter-spacing: 30px;
    opacity: 0;
}

.project-block-one .overlay h5:before {
    position: absolute;
    content: '';
    background: #fff;
    height: 1px;
    width: 60px;
    left: -80px;
    top: 12px;
    transform: translate(-10px);
}

.project-block-one .lower-content {
    position: relative;
    text-align: center;
    padding: 31px 0;
}

.our-projects.style-two .project-block-one .lower-content {
    border-bottom: 2px solid #f3f3f3;
}

.project-block-one .lower-content h3 {
    font-size: 24px;
}

.project-block-one .lower-content h3 a {
    color: #252733;
    transition: .5s ease;
}

.project-block-one .lower-content h3 a:hover {
    color: #ed1c24;
}

.our-projects .owl-carousel .owl-stage {
    margin: 0 -1px;
}


/***

==================================================================
		Fun Fact Section
==================================================================

***/

.fun-fact-secton {
    position: relative;
    background: #f3f3f3;
    text-align: center;
    background-position: center;
    background-size: cover;
}

.fun-fact-secton.light:before {
    position: absolute;
    content: '';
    background: #252733;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .98;
}

.counter-block {
    position: relative;
    border-right: 2px solid #fff;
    padding: 50px 0;
    margin-bottom: 30px;
}

.fun-fact-secton.light .counter-block {
    border-color: #333540;
}

.counter-block:last-child {
    border-right: 0px;
}

.counter-block .count-text {
    font-size: 70px;
    color: #252733;
}

.fun-fact-secton.light .counter-block .count-text {
    color: #fff;
}

.counter-block .counter-title {
    font-size: 20px;
}

.fun-fact-secton.light .counter-block .counter-title {
    color: #d0d0d4;
}


/***

==================================================================
		Features Section Two
==================================================================

***/

.features-section-two {
    position: relative;
}

.features-section-two:before {
    position: absolute;
    content: '';
    background: #f3f3f3;
    left: 0;
    top: 0;
    width: 13%;
    height: 40%;
}

.features-section-two:after {
    position: absolute;
    content: '';
    background: #242936;
    left: 0;
    bottom: 0;
    width: 13%;
    height: 60%;
}

.features-section-two .feature-outer {
    position: relative;
    z-index: 5;
}

.features-section-two .left-column {
    padding-right: 45px;
}

.features-section-two .right-column {
    padding-left: 45px;
}

.feature-block-two {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.feature-block-two .inner-box {
    position: relative;
    background: #ed1c24;
    padding: 63px 60px;
}

.feature-block-two h1 {
    color: #fff;
    font-size: 60px;
    line-height: 1em;
}

.feature-block-two .text {
    color: #fff;
}

.feature-block-two .icon-box {
    position: absolute;
    right: 60px;
    top: 77px;
    color: #fff;
    font-size: 60px;
    line-height: 60px;
}

.feature-block-three {
    position: relative;
}

.feature-block-three .inner-box {
    position: relative;
}

.feature-block-three .text {
    margin-bottom: 60px;
}

.video-box {
    position: relative;
}

.video-box img {
    width: 100%;
}

.video-box a {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 30px;
    color: #fff;
    display: inline-block;
    width: 70px;
    height: 60px;
    line-height: 50px;
    border: 5px solid #fff;
    text-align: center;
    transform: translate(-50%, -50%);
}

.video-box .border-anim-left:before {
    height: 12px;
    left: -12px;
    top: -12px;
}

.video-box .border-anim-left:after {
    width: 12px;
    left: -12px;
    top: -12px;
}

.video-box .border-anim-right:before {
    height: 12px;
    right: -12px;
    bottom: -12px;
}

.video-box .border-anim-right:after {
    width: 12px;
    right: -12px;
    bottom: -12px;
}


/***

==================================================================
		History Section
==================================================================

***/

.history-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.history-section:before {
    position: absolute;
    content: '';
    background: #252733;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .98;
}

.history-section .auto-container {
    max-width: 1300px;
}

.history-block {
    position: relative;
}

.history-block:nth-child(odd) .inner-box {
    transform: translateX(50%);
}

.history-block .inner-box {
    position: relative;
}

.history-block .date {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.history-block .content {
    position: relative;
}

.history-block .content .image {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .5s ease;
}

.history-block .inner-box:hover .content .image {
    opacity: 1;
}

.history-block .content .text {
    color: #fff;
    transition: all .5s ease;
}

.history-block .inner-box:hover .content .text {
    opacity: 0;
}

.timeline--horizontal .timeline-divider {
    background: #31333e;
    height: 2px;
}

.timeline--horizontal .timeline__item:after {
    left: 0;
    transform: translate(0, -50%);
    border: 0px;
    border-radius: 0;
    background: #ed1c24;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.timeline__content {
    border-radius: 0px;
    border: 0px;
    border-left: 1px solid #3c3e49;
    background: transparent;
    padding-top: 30px;
    padding-bottom: 30px;
}

.timeline__item--bottom .timeline__content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.timeline--horizontal .timeline__item .timeline__content:before {
    display: none;
}

.timeline--horizontal .timeline__item .timeline__content:after {
    display: none;
}

.timeline__content .date {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1em;
}

.timeline__content .content {
    position: relative;
}

.timeline__content .content .image {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .5s ease;
}

.timeline__content:hover .content .image {
    opacity: 1;
}

.timeline__content .content .text {
    color: #fff;
    transition: all .5s ease;
    font-size: 16px;
}

.timeline__content:hover .content .text {
    opacity: 0;
}

.timeline-nav-button {
    background-color: transparent;
}


/***

==================================================================
		Blog Section
==================================================================

***/

.blog-section {
    position: relative;
}

.btn-style-four.border-anim-left:before {
    height: 6px;
    left: -6px;
    top: -6px;
}

.btn-style-four.border-anim-left:after {
    width: 6px;
    left: -6px;
    top: -6px;
}

.btn-style-four .border-anim-right:before {
    height: 6px;
    right: -6px;
    bottom: -6px;
}

.btn-style-four .border-anim-right:after {
    width: 6px;
    right: -6px;
    bottom: -6px;
}

.news-block-one .inner-box {
    position: relative;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.news-block-one .image {
    position: relative;
    overflow: hidden;
}

.news-block-one .image img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}

.news-block-one .inner-box:hover .image img {
    transform: scale(1.2);
}

.news-block-one .image a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.news-block-one .image a:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
    background-color: rgba(36, 41, 54, 0.92);
}

.news-block-one .image a:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s;
    background-color: rgba(36, 41, 54, 0.92);
}

.news-block-one .inner-box:hover .image a:before {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 100ms;
}

.news-block-one .inner-box:hover .image a:after {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 300ms;
}

.news-block-one .lower-content {
    position: relative;
    padding: 50px;
}

.news-block-one .date {
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 23px;
    border: 9px solid #fff;
    background: #ed1c24;
    text-align: center;
    top: -40px;
    left: 50px;
    padding: 9px 0;
    text-transform: uppercase;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.news-block-one .post-meta {
    margin-bottom: 10px;
}

.news-block-one .post-meta li {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
}

.news-block-one .post-meta li:last-child {
    margin-right: 0px;
    padding-right: 0px;
}

.news-block-one .post-meta li:before {
    position: absolute;
    content: '';
    top: 13px;
    right: 0;
    background: #ed1c24;
    width: 1px;
    height: 13px;
}

.news-block-one .post-meta li:last-child:before {
    display: none;
}

.news-block-one .post-meta li a {
    color: #ed1c24;
    font-weight: 600;
    font-size: 16px;
}

.news-block-one h3 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
}

.news-block-one h3 a {
    color: #252733;
    transition: all .5s ease;
}

.news-block-one h3 a:hover {
    color: #ed1c24;
}


/***

==================================================================
		Testimonial Section 
==================================================================

***/

.testimonial-section {
    position: relative;
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 70px;
    padding-top: 70px;
    background: #f3f3f3;
}

.testimonial-block .inner-box {
    text-align: center;
    padding: 50px 0 10px;
}

.testimonial-block .quote {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 300px;
    font-weight: 600;
    transform: translate(-50%, -50%);
    color: #ed1c24;
    opacity: .1;
}

.testimonial-block .text {
    font-size: 18px;
    color: #808186;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 20px;
}

.testimonial-block .author-title {
    font-size: 20px;
    color: #ed1c24;
    font-weight: 500;
    text-transform: uppercase;
}

.testimonial-section .testimonial-top {
    /* background: #f3f3f3; */
    cursor: grab;
}

.testimonial-section .author-thumb {
    position: relative;
    cursor: pointer;
    padding: 14px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    height: 40px;
    width: 40px;
    transition: .5s ease;
}

.testimonial-section .author-thumb .border-anim-right {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.testimonial-section .author-thumb.border-anim-left:before {
    position: absolute;
    content: '';
    background: #ed1c24;
    height: 5px;
    width: 0%;
    left: 0px;
    top: 0px;
    transition: .9s ease;
}

.testimonial-section .swiper-slide-thumb-active .author-thumb.border-anim-left:before {
    width: 100%;
}

.testimonial-section .author-thumb.border-anim-left:after {
    position: absolute;
    content: '';
    background: #ed1c24;
    height: 0%;
    width: 5px;
    left: 0px;
    top: 0px;
    transition: .9s ease;
}

.testimonial-section .swiper-slide-thumb-active .author-thumb.border-anim-left:after {
    height: 100%;
}

.testimonial-section .author-thumb .border-anim-right:before {
    position: absolute;
    content: '';
    background: #ed1c24;
    height: 5px;
    width: 0%;
    right: 0px;
    bottom: 0px;
    transition: .9s ease;
}

.testimonial-section .swiper-slide-thumb-active .author-thumb.border-anim-left .border-anim-right:before {
    width: 100%;
}

.testimonial-section .author-thumb .border-anim-right:after {
    position: absolute;
    content: '';
    background: #ed1c24;
    height: 0%;
    width: 5px;
    right: 0px;
    bottom: 0px;
    transition: .9s ease;
}

.testimonial-section .swiper-slide-thumb-active .author-thumb.border-anim-left .border-anim-right:after {
    height: 100%;
}

.testimonial-section .swiper-slide-thumb-active .author-thumb img {
    border-color: #ed1c24;
}

.testimonial-section .testimonial-thumbs {
    max-width: 390px;
    margin: 0 auto;
    transform: translateY(-50%);
    cursor: pointer;
}

.testimonial-section .swiper-nav-button {
    display: block;
}

.testimonial-section .swiper-button-next,
.testimonial-section .swiper-button-prev {
    background: transparent;
    text-indent: 0;
    background-image: none;
    color: #fff;
    font-size: 24px;
    width: 62px;
    height: 62px;
    line-height: 62px;
    border-radius: 50%;
    text-align: center;
    background: rgba(120, 120, 135, 0.1);
    margin: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.testimonial-section .swiper-button-next:hover,
.testimonial-section .swiper-button-prev:hover {
    background: #fff;
    color: #ed1c24;
}


/***

==================================================================
		Clients Section
==================================================================

***/

.clients-section {
    padding: 100px 0;
}

.clients-section .image-box {
    position: relative;
    margin: 0;
    text-align: center;
    line-height: 100px;
}

.clients-section .image-box img {
    display: inline-block;
    max-width: 100% !important;
    width: auto !important;
    height: auto;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.clients-section .image-box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}


/* Style Two */

.clients-section.style-two {
    position: relative;
    background: #e9e9e9;
}

.clients-section.style-two .auo-container {
    max-width: 1230px;
}

.clients-section .slide-item {
    /* background: #fff; */
    margin: 0 15px;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.clients-section .owl-dot-style-three .owl-dots {
    margin-top: 60px;
}


/***

==================================================================
		Contact Form Section
==================================================================

***/


/* Contact Form */

.contact-form {
    position: relative;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 10px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    color: #808186;
    line-height: 26px;
    padding: 10px 30px;
    height: 77px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: #ed1c24;
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 30px;
    color: #808186;
    height: 135px;
    font-size: 16px;
    font-weight: 500;
    resize: none;
    border-radius: 2px;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
}


/***

==================================================================
		Contact Map Section
==================================================================

***/

.contact-map-section {
    position: relative;
}

.contact-map-section .map-outer {
    position: relative;
    height: 860px;
}

.contact-map-section .map-canvas {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 860px;
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    padding: 10px;
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: #121212;
}

.contact-map-section .auto-container {
    position: relative;
}

.contact-map-section .wrapper-box {
    position: absolute;
    bottom: 80px;
    right: 0;
}

.contact-map-section .contact-form-area {
    max-width: 530px;
}

.contact-form-section .contact-form-area {
    max-width: 910px;
}

.contact-form-area {
    position: relative;
    background: #fff;
    border: 40px solid #ed1c24;
    padding: 50px 60px;
    margin: 0 auto;
}

.contact-map-section .sec-title h1 {
    font-size: 40px;
    line-height: 40px;
}

.contact-info-section {
    position: relative;
    border-top: 2px solid #f3f3f3;
}

.contact-info-block .inner-box {
    position: relative;
    margin-bottom: 30px;
    border-right: 2px solid #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.contact-info-block:last-child .inner-box {
    border: 0px;
}

.contact-info-block h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

.contact-info-block ul li {
    font-size: 18px;
    font-weight: 500;
    color: #808186;
}

.contact-info-block ul li a {
    color: #ed1c24;
}


/***

==================================================================
		Main Footer 
==================================================================

***/

.main-footer {
    background: #fff;
}

.main-footer .widgets-section {
    position: relative;
    padding-top: 120px;
    padding-bottom: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main-footer .widgets-section:before {
    position: absolute;
    content: '';
    /* background: #252733; */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .98;
}

.main-footer .widget-title {
    color: #fff;
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.main-footer .footer-widget {
    margin-bottom: 50px;
}


/* About Widget */

.main-footer .about-widget .footer-logo {
    margin-bottom: 30px;
}

.main-footer .about-widget .text {
    margin-bottom: 30px;
    font-size: 18px;
    color: #d0d0d4;
}

.main-footer .about-widget .contact-number {
    font-size: 30px;
    color: #ed1c24;
}

.main-footer .about-widget .contact-number a {
    color: #ed1c24;
}


/* Link Widget */

.main-footer .links-widget {
    position: relative;
}

.main-footer .list {
    position: relative;
}

.main-footer .list li {
    position: relative;
    display: block;
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 28px;
}

.main-footer .list li a {
    position: relative;
    color: #d0d0d4;
    transition: .5s ease;
}

.main-footer .list li a:hover {
    color: #ed1c24;
}


/* Contact widget */

.contact-widget .widget-content {
    position: relative;
    margin-bottom: 25px;
}

.contact-widget .inner-box {
    margin-bottom: 30px;
}

.contact-widget h5 {
    font-size: 18px;
    color: #ed1c24;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.contact-widget .text {
    font-size: 18px;
    color: #d0d0d4;
    letter-spacing: .5px;
}

.contact-widget .text a {
    color: #d0d0d4;
}


/* Social Link Widget */

.social-link-widget {
    position: relative;
}

.social-link-widget ul {
    padding-top: 10px;
    margin: 0 -5px;
}

.social-link-widget ul li {
    margin: 0 5px;
}

.social-link-widget ul li a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 42px;
    border: 4px solid #fff;
    text-align: center;
}


/* Footer Bottom */

.footer-bottom {
    position: relative;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #9c9090;
    background: #5d5d5d;
}

.footer-bottom a:hover,
.footer-bottom a {
    color: #fff;
}


/***

==================================================================
		Why Choose Us Section
==================================================================

***/

.why-chooseus-section {
    position: relative;
    padding-top: 240px;
    background: #f3f3f3;
}

.why-chooseus-section.style-two {
    padding-top: 120px;
}

.why-chooseus-section .row-5 {
    margin: 0 -5px;
}

.why-choose-block {
    padding: 0 5px;
    margin-bottom: 10px;
}

.why-choose-block .inner-box {
    position: relative;
    background: #fff;
    padding: 40px 40px 30px;
    display: flex;
    align-items: center;
}

.why-choose-block .icon-box {
    position: relative;
    color: #fff;
    background: #ed1c24;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 10px;
}

.why-choose-block h4 {
    font-size: 20px;
    margin-bottom: 10px;
}


/***

==================================================================
		Video Section 
==================================================================

***/

.video-section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.video-section:before {
    position: absolute;
    content: '';
    background: #252733;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
}

.video-section .video-box {
    position: relative;
    min-height: 100px;
    margin-bottom: 70px;
}

.video-section h1 {
    font-size: 70px;
    color: #fff;
    text-align: center;
    line-height: 1.2em;
}


/***

==================================================================
		Team Section 
==================================================================

***/

.team-section {
    position: relative;
}

.team-section:before {
    position: absolute;
    content: '';
    background: #252733;
    left: 0;
    top: 0;
    bottom: 240px;
    width: 100%;
    opacity: .98;
    max-height: 725px;
}

.team-section.style-two:before {
    display: none;
}

.team-block-one {
    position: relative;
    margin-bottom: 30px;
}

.team-block-one .inner-box {
    position: relative;
}

.team-block-one .image-box {
    position: relative;
}

.team-block-one .image-box .image {
    position: relative;
    background-color: #191e34;
    margin-bottom: 0;
    overflow: hidden;
}

.team-block-one .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: .20;
}

.team-block-one .info-box {
    position: relative;
    padding: 21px 0;
    text-align: center;
    border-bottom: 2px solid #f3f3f3;
}

.team-block-one .info-box .name {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 10px;
}

.team-block-one .info-box .name a {
    color: #222222;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block-one .info-box .name a:hover {
    color: #fa7720;
}

.team-block-one .left-side {
    position: absolute;
    left: 0px;
    top: 0;
    width: 65px;
    height: 100%;
    padding: 40px 0;
    background: #ed1c24;
    z-index: 9;
}

.team-block-one .left-side h5 {
    position: absolute;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 7px;
    display: inline-block;
    transition: .5s ease;
    transform: rotate(-90deg) translateX(-100%) translateY(-50%);
    transform-origin: 0 0;
    left: 50%;
    width: max-content;
}

.team-block-one .left-side h5:before {
    position: absolute;
    content: '';
    background: #fff;
    height: 1px;
    width: 60px;
    left: -60px;
    top: 12px;
    transform: translate(-10px);
}

.team-block-one .left-side .social-icon {
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
}

.team-block-one .left-side .social-icon li {
    margin-bottom: 20px;
}

.team-block-one .left-side .social-icon li:last-child {
    margin-bottom: 0px;
}

.team-block-one .left-side .social-icon li a {
    color: #fff;
    font-size: 18px;
    transition: .5s ease;
}

.team-block-one .social-icon li a:hover {
    color: #252733;
    transform: rotate(-360deg) scale(2);
    display: inline-block;
}


/***

==================================================================
		Skills Section 
==================================================================

***/

.skills-section {
    position: relative;
}

.skills-section .image {
    margin-right: -15px;
}

.skill-content {
    position: relative;
    margin-top: 120px;
    margin-left: -140px;
    padding: 110px 120px 70px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
}


/***

==================================================================
		Work Quality Section 
==================================================================

***/

.work-quality-section {
    position: relative;
    padding-top: 140px;
    padding-bottom: 110px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.work-quality-section:before {
    position: absolute;
    content: '';
    background: #252733;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
}

.work-quality-section .content {
    position: relative;
    margin-bottom: 30px;
}

.work-quality-section .content h1 {
    font-size: 70px;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 40px;
    margin-top: -25px;
}

.work-quality-section .content .text {
    color: #fff;
    margin-bottom: 40px;
}

.work-quality-section .content .theme-btn {
    color: #ed1c24;
    border-color: #ed1c24;
    background: transparent;
}

.work-quality-section .content .theme-btn:hover {
    background-color: #fff;
    border-color: #fff;
}

.work-quality-block {
    position: relative;
    margin-bottom: 30px;
}

.work-quality-block .icon-box {
    position: relative;
    font-size: 60px;
    line-height: 60px;
    color: #ed1c24;
    margin-bottom: 10px;
}

.work-quality-block h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}

.work-quality-block .text {
    color: #fff;
}


/***

==================================================================
		Work Process Section 
==================================================================

***/

.work-process-section {
    position: relative;
}

.work-process-block .inner-box {
    position: relative;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 60px;
    padding-left: 120px;
    margin-bottom: 30px;
}

.work-process-block .inner-box:before {
    position: absolute;
    content: '';
    background: #242936;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transition: .5s ease;
    transform-origin: 0 0;
}

.work-process-block .inner-box:hover:before {
    transform: scaleX(1);
}

.work-process-block .left-side {
    position: absolute;
    left: 0px;
    top: 0;
    width: 60px;
    height: 100%;
    padding: 40px 0;
    background: #ed1c24;
    z-index: 9;
}

.work-process-block .left-side h5 {
    position: absolute;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 7px;
    display: inline-block;
    transition: .5s ease;
    transform: rotate(-90deg) translateX(-100%) translateY(-50%);
    transform-origin: 0 0;
    left: 50%;
    width: max-content;
}

.work-process-block .left-side h5:before {
    position: absolute;
    content: '';
    background: #fff;
    height: 1px;
    width: 60px;
    left: -60px;
    top: 12px;
    transform: translate(-10px);
}

.work-process-block .icon-box {
    position: relative;
    font-size: 60px;
    margin-bottom: 30px;
    color: #252733;
    line-height: 50px;
    transition: .5s ease;
}

.work-process-block h3 {
    font-size: 24px;
    margin-bottom: 25px;
    transition: .5s ease;
}

.work-process-block .text {
    position: relative;
    margin-bottom: 30px;
    transition: .5s ease;
}

.work-process-block .inner-box:hover .icon-box,
.work-process-block .inner-box:hover h3,
.work-process-block .inner-box:hover .text {
    color: #fff;
}

.work-process-block .inner-box:hover .theme-btn {
    border-color: #ed1c24;
}


/*** 

====================================================================
		Page Title
====================================================================

***/

.page-title {
    position: relative;
    padding: 290px 0px 140px;
    background-color: #ffffff;
    text-align: center;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.page-title:before {
    position: absolute;
    content: '';
    background: #252733;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
}

.page-title h1 {
    position: relative;
    font-size: 70px;
    line-height: 1em;
    font-weight: 400;
    color: #fff;
    margin-top: 20px;
}

.page-title .bread-crumb {
    position: relative;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.page-title .bread-crumb li {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #ed1c24;
    text-transform: uppercase;
    padding-right: 15px;
    margin-right: 15px;
}

.page-title .bread-crumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-title .bread-crumb li:before {
    position: absolute;
    content: '';
    background: #ed1c24;
    right: 0;
    bottom: 9px;
    width: 3px;
    height: 3px;
}

.page-title .bread-crumb li:last-child:before {
    display: none;
}

.page-title .bread-crumb li a {
    color: #ed1c24;
    transition: .5s ease;
}

.page-title .bread-crumb li a:hover {
    color: #ed1c24;
}


/*** 

====================================================================
		Approacoh Section
====================================================================

***/

.approach-section {
    position: relative;
}

.approach-block .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.approach-block .inner-box h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.approach-block .inner-box .text {
    margin-bottom: 30px;
}


/***

==================================================================
		Faq Section 
==================================================================

***/

.faq-section {
    position: relative;
    background: #f3f3f3;
}


/* Text Block One */

.text-block-one {
    position: relative;
    margin-bottom: 30px;
}

.text-block-one h3 {
    margin-bottom: 30px;
}


/* Project Details */

.project-details {
    position: relative;
}

.project-details img {
    width: 100%;
}

.project-details h1 {
    font-size: 40px;
    margin-bottom: 30px;
}

.project-details h3 {
    font-size: 24px;
    color: #ed1c24;
    margin-bottom: 20px;
}

.project-details .text {
    margin-bottom: 30px;
}


/* Project Information */

.project-info {
    position: relative;
    padding: 40px 50px;
    background: #f3f3f3;
    margin-bottom: 30px;
    margin-top: 30px;
}

.project-info li {
    font-size: 18px;
    font-weight: 500px;
    margin: 5px 0;
}

.project-info li strong {
    font-weight: 500;
    color: #252733;
}


/*====== Blog Single ==========*/

.blog-single {
    position: relative;
}

.blog-single:before {
    position: absolute;
    content: '';
    background: #f3f3f3;
    height: 100%;
    width: 1px;
    top: 0;
    right: -40px;
}

.blog-single .news-block-one .inner-box:hover .image img {
    transform: scale(1.01);
}

.blog-single .news-block-one .lower-content {
    padding-bottom: 20px;
}

.blog-single .news-block-one .inner-box {
    margin-bottom: 60px;
}


/*====== Sidebar Page Container ==========*/

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    position: relative;
    margin-bottom: 50px;
}


/*====== Sidebar Widget ==========*/

.sidebar-widget {
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 40px;
    border-bottom: 2px solid #f3f3f3;
}

.sidebar-side .sidebar-widget:last-child {
    margin-bottom: 0;
}

.sidebar-page-container .sidebar-title {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-page-container .sidebar-title h4 {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
}

.sidebar-page-container .widget-content {
    position: relative;
}


/*Search Box Widget*/

.sidebar .search-box {
    position: relative;
    border-bottom: 0;
    padding-bottom: 0;
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px 0 50px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    color: #222;
    line-height: 30px;
    padding: 20px 30px;
    padding-right: 75px;
    height: 70px;
    width: 100%;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
    border-color: #91c53c;
}

.sidebar .search-box .form-group input[type="submit"],
.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 18px;
    color: #b6b6b6;
    padding: 0;
    font-weight: 400;
    cursor: pointer;
    background-color: transparent;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button {}

.sidebar .search-box .form-group input[type="submit"]:hover,
.sidebar .search-box .form-group button:hover {
    color: #000000;
}


/*=== Categories Widget ===*/

.category-list {
    position: relative;
    margin-top: -10px;
}

.category-list li {
    position: relative;
    margin-bottom: 5px;
}

.category-list li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #808186;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-list li a span {
    margin-left: 10px;
    color: #222;
    float: right;
}

.category-list li:hover:before {
    color: #00e399;
}

.category-list li a:hover {
    color: #ed1c24;
}


/*=== Tweets Widget ===*/

.tweets-widget {
    position: relative;
}

.tweets-widget .text {
    font-size: 16px;
    font-weight: 500;
}

.tweets-widget .text a {
    color: #252733;
    text-decoration: underline;
}

.tweets-widget .twitter-info {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tweets-widget .twitter-link {
    font-size: 16px;
    font-weight: 500;
    color: #808186;
}

.tweets-widget .author {
    font-size: 16px;
    font-weight: 500;
    color: #ed1c24;
    margin-right: 10px;
}

.tweets-widget .author span {
    margin-right: 10px;
    font-weight: 14px;
}

.tweets-widget .date {
    font-size: 16px;
    font-weight: 500;
    color: #252733;
}


/* === Latest News === */

.post-widget {
    position: relative;
}

.post-widget .post {
    position: relative;
    padding-left: 95px;
    margin-bottom: 30px;
    min-height: 80px;
    padding-top: 5px;
}

.post-widget .post:last-child {
    margin-bottom: 0px;
}

.post-widget .post .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    width: 80px;
    overflow: hidden;
}

.post-widget .post .thumb img {
    display: block;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.post-widget .post .date {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #ed1c24;
}

.post-widget .post h5 {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    color: #808186;
    font-weight: 500;
}

.post-widget .post h5 a {
    color: #808186;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.post-widget .post h5 a:hover {
    color: #ed1c24;
}


/*=== Tags ===*/

.tags-widget {
    position: relative;
}

.tags-widget .widget-content {
    position: relative;
    padding: 45px 30px 37px;
    background-color: #f5f8fb;
}

.tag-list {
    position: relative;
    display: block;
}

.tag-list li {
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tag-list li a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #808186;
    font-weight: 500;
    text-align: center;
    overflow: hidden;
    text-transform: capitalize;
    border-radius: 2px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    line-height: 1.2em;
}

.tag-list li a:hover {
    color: #ed1c24;
}

.blog-single .social-icon-nine a i {
    display: block;
    line-height: 40px;
}

.tag-list li:last-child a {
    border: 0px;
}

.blog-single .social-icon-nine li {
    margin: 0 1px;
}

.blog-single .social-icon-nine {
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

.blog-single .social-icon-nine a {
    height: 40px;
    width: 68px;
    display: inline-block;
}


/* Post Tags */

.post-share-tag {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 50px;
    border-top: 2px solid #f3f3f3;
}

.post-share-tag .tags {
    position: relative;
    text-align: center;
    margin: 8px 0;
}

.post-share-tag .tags li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    color: #252733;
    font-weight: 500;
}

.post-share-tag .tags li strong {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

.post-share-tag .tags li a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #ed1c24;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.post-share-tag .tags li a:hover {
    color: #252733;
}

.post-share-tag .social-icon-one {
    margin: 0 -5px;
}

.post-share-tag .social-icon-one li {
    margin: 0 5px;
}

.post-share-tag .social-icon-one li a {
    font-size: 16px;
    color: #252733;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 42px;
    border: 4px solid #252733;
    text-align: center;
}

.post-share-tag .social-icon-one li a:hover {
    color: #ed1c24;
}


/* Author Box */

.author-box {
    position: relative;
    padding: 35px 40px 15px;
    background-color: #252733;
    margin-bottom: 95px;
    border: 1px solid #e5e9ff;
}

.author-box .inner-box {
    position: relative;
    padding-left: 200px;
    min-height: 160px;
}

.author-box .thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 160px;
    width: 171px;
    overflow: hidden;
    margin-bottom: 15px;
}

.author-box .thumb img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.author-box .info {
    position: relative;
    padding-top: 10px;
    margin-bottom: 15px;
}

.author-box .info span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #555;
    font-weight: 300;
}

.author-box .info h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
}

.author-box .text {
    position: relative;
    display: block;
    margin-bottom: 20px;
    color: #d0d0d4;
}


/*** 

====================================================================
		Comment Area
====================================================================

 ***/

.group-title {
    position: relative;
    margin-bottom: 35px;
}

.group-title h5 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 1.2em;
    color: #222;
    font-weight: 500;
}

.comments-area {
    position: relative;
    margin-bottom: 50px;
}

.comments-area .comments-outer {
    position: relative;
}

.comments-area .comment-box {
    position: relative;
    margin-bottom: 40px;
}

.comments-area .comment-box:last-child {
    margin-bottom: 0;
}

.comments-area .comment {
    position: relative;
    padding-left: 155px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.comments-area .comment-box:last-child .comment {}

.comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0;
    top: 7px;
    width: 130px;
    overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
}

.comments-area .comment-info {
    position: relative;
    display: block;
    padding-top: 5px;
    margin-bottom: 15px;
}

.comments-area .comment-box .name {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 8px;
    color: #252733;
}

.comments-area .comment-box .date {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    color: #ed1c24;
}

.comments-area .comment-box .text {
    position: relative;
    display: block;
    margin-bottom: 27px;
}

.comments-area .comment-box .reply-btn {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    background: #252733;
    border: 2px solid #252733;
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comments-area .comment-box .reply-btn:hover {
    color: #252733;
    background: #fff;
}

.comments-area .comment-box.reply-comment {
    margin-left: 90px;
}

.comments-area .comment-box.reply-comment .comment {
    padding-left: 75px;
}

.comments-area .comment-box.reply-comment .author-thumb {
    height: 50px;
    width: 50px;
}


/*** 

====================================================================
		Comment Form
====================================================================

 ***/

.comment-form {
    position: relative;
}

.comment-form .form-group {
    position: relative;
    margin-bottom: 10px;
    padding: 0 5px;
}

.comment-form .form-group:last-child {
    margin-bottom: 0;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea,
.comment-form .form-group select {
    position: relative;
    display: block;
    height: 66px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #808186;
    font-weight: 500;
    padding: 20px 30px;
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(68, 71, 198, .10);
}

.comment-form .form-group textarea {
    height: 200px;
    resize: none;
}

.comment-form .form-group input[type="submit"],
.comment-form .form-group button {
    cursor: pointer;
}


/* Custom hamburger menu */

.nav:before {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    content: '';
    width: 100vw;
    height: 100vh;
    background: rgba(121, 116, 116, 0.9);
    transition: all 500ms ease-in-out;
    clip-path: circle(30px at calc(100% - 65px) 65px);
    visibility: hidden;
    pointer-events: none;
}

.menu {
    position: fixed;
    /* background: red; */
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    visibility: hidden;
    display: flex;
    align-items: stretch;
}

.menu-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hamburger-menu a {
    color: white;
}

.hamburger-menu a:hover {
    color: var(--primaryColor);
}

.menu.active {
    visibility: visible;
}

.nav-tgl {
    display: inline-block;
    cursor: pointer;
    position: fixed;
    z-index: 100;
    right: 30px;
    top: 30px;
    width: 70px;
    height: 70px;
    border: none;
    border-radius: 50%;
    padding: 0;
    background: #fff;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.24);
    line-height: 0.6;
    text-align: center;
}

.nav-tgl>span {
    display: inline-block;
    position: relative;
    height: 2px;
    width: 34px;
    border-radius: 1px;
    background: #293335;
    vertical-align: middle;
}

.nav-tgl>span:before,
.nav-tgl>span:after {
    display: inline-block;
    position: absolute;
    content: "";
    height: 2px;
    border-radius: 1px;
    background: #293335;
    transition: all 200ms;
}

.nav-tgl>span:before {
    top: -11px;
    left: 3px;
    width: 28px;
}

.nav-tgl>span:after {
    top: 11px;
    left: 6px;
    width: 22px;
}

.nav-tgl:focus {
    outline: none;
}

.nav-tgl:hover>span:after,
.nav-tgl:hover>span:before {
    width: 34px;
    left: 0;
}

.menu.active .nav:before {
    visibility: visible;
    clip-path: circle(100%);
}

.menu.active .nav-tgl>span {
    height: 0;
}

.menu.active .nav-tgl>span:after,
.menu.active .nav-tgl>span:before {
    top: 0px;
    left: 0;
    width: 34px;
}

.menu.active .nav-tgl>span:after {
    transform: rotate(-45deg);
}

.menu.active .nav-tgl>span:before {
    transform: rotate(45deg);
}

.menu-btn {
    z-index: 99999;
}

.navbar-collapse .navigation {
    display: none;
}

.menu-wrapper {
    z-index: 999999999;
}

.service-block-one .inner-box {
    /* padding: 1rem 1rem; */
    /* border: 4px solid #818388; */
}

.btns-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    grid-gap: 2rem;
    justify-content: start;
}

.main-header .outer-box {}

.main-header .outer-box .theme-btn {
    padding: 0 3rem !important;
    display: block!important;
}

@media screen and (max-width: 786px) {
    .navbar-collapse .navigation {
        display: block;
    }
    .w-35 {
        width: 180px !important;
    }
    .btn-style-two {
        padding: 8px;
        padding-left: 20px;
        padding-right: 20px;
    }
   
    .display-4 {
        font-size: 2rem;
    }
    .main-header.header-style-two .header-upper .logo-box {
        padding: 10px 0;
    }
    .outer-box .link-btn{
    position: relative;
    top: -85px;
    left: 225px;
    height: 0px;
}
.about-text p {
    font-size: 25px;
    font-family: inherit;
    font-weight: 300;
    margin-bottom: 0;
}
.about-text label {
    font-size: 17px;
}
.about-text {
    position: absolute;
    left: 15%;
    top: 35%;
}

html,body{
    overflow-x:hidden;
}
.font-45 {
    font-size: 28px ! important ;
}
.pl-40{
    padding-left: 60px ! important;
}
.ml-51 {
    margin-left: 0px ! important;
}
.ml-115 {
    margin-left: 45px ! important;
}
br {
    display: block ! important;
}
.mt-80{
    margin-top:0px  ! important ;
}
.mt--115 {
    margin-top: -5px ! important ;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    margin-left: -6px;
}
.sp-two {
    padding: 45px 0 45px;
}
.sec-title h2{
    font-size: 30px;
}
.sec-title {
    position: relative;
    margin-bottom: 29px;
}
.about-block-three .text {
    margin-top: -10px;
    margin-bottom: 40px;
    text-align: justify;
}
.why-chooseus-section {
    position: relative;
    padding-top: 50px;
    background: #f3f3f3;
}
.sp-one {
    padding: 70px 0;
}
.video-section .video-box {
    position: relative;
    min-height: 79px;
    margin-bottom: 0px;
}
.main-slider.style-two .slide{
    padding-top: 250px;
    padding-bottom: 120px;
}
}

@media screen and (max-width: 876px) {
    .display-4 {
        font-size: 2rem;
    }
}

@media screen and (min-width: 1000px) {
    .featured_service_grid {
        display: grid;
        align-items: center;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 1rem;
    }
    .featured_service_grid .content-box {
        text-align: center;
        /* padding: 1rem 2rem; */
    }
}


/* Custom hamburger menu */

.hamburger-menu {
    font-size: 2rem;
    line-height: 2;
    color: white;
    text-align: center;
}

@media only screen and (max-width: 1499px) {
    .main-header.header-style-two .outer-box {
        display: flex!important;
    }
}

.menu.active {
    visibility: visible;
}

..btn-style-two {
    color: var(--grey);
    border-color: currentColor
}


/* 
icon */

.social ul {
    position: absolute;
    top: 95%;
    left: 48%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    display: flex;
}

.social ul li {
    list-style: none;
    margin: 0 20px;
}

.social ul li .fa {
    font-size: 20px;
    color: #262626;
    /* line-height: 80px; */
    line-height: 38px;
    transition: .5s;
}

.social ul li a {
    position: relative;
    display: block;
    /* width: 80px;
    height: 80px; */
    width: 30px;
    height: 35px;
    background-color: #fff;
    text-align: center;
    transform: perspective(100px) rotate(-30deg) skew(25deg) translate(0, 0);
    transition: .5s;
    box-shadow: -20px 20px 10px rgb(0, 0, 0, 0.5);
}

.social ul li a::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -20px;
    height: 100%;
    width: 20px;
    background: #b1b1b1;
    transition: .5s;
    transform: rotate(0deg) skewY(-45deg);
}

.social ul li a::after {
    content: "";
    position: absolute;
    /* top: 80px;
    left: -11px; */
    top: 35px;
    left: -11px;
    height: 20px;
    width: 100%;
    background: #b1b1b1;
    transition: .5s;
    transform: rotate(0deg) skewX(-45deg);
}

.social ul li a:hover {
    transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(20px, -20px);
    box-shadow: -50px 50px 50px rgb(0, 0, 0, 0.5);
}

.social ul li :hover .fa {
    color: #fff;
}

.social ul li a:hover {
    transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(20px, -20px);
    box-shadow: -50px 50px 50px rgb(0, 0, 0, 0.5);
    color: #fff;
}

.social ul li:hover:nth-child(1) a {
    background: #3b5999;
}

.social ul li:hover:nth-child(1) a:before {
    background: #2e4a86;
}

.social ul li:hover:nth-child(1) a:after {
    background: #4a69ad;
}

.social ul li:hover:nth-child(2) a {
    background: #25d366;
}

.social ul li:hover:nth-child(2) a:before {
    background: #25d366;
}

.social ul li:hover:nth-child(2) a:after {
    background: #25d366;
}

.social ul li:hover:nth-child(3) a {
    background: #dd4b39;
}

.social ul li:hover:nth-child(3) a:before {
    background: #c13929;
}

.social ul li:hover:nth-child(3) a:after {
    background: #e83322;
}

.social ul li:hover:nth-child(4) a {
    background: #0077B5;
}

.social ul li:hover:nth-child(4) a:before {
    background: #036aa0;
}

.social ul li:hover:nth-child(4) a:after {
    background: #0d82bf;
}

.social ul li:hover:nth-child(5) a {
    background: #e4405f;
}

.social ul li:hover:nth-child(5) a:before {
    background: #d02d4c;
}

.social ul li:hover:nth-child(5) a:after {
    background: #f1395c;
}

@media screen and (max-width: 876px) {
    .d-sm-none2 {
        display: none!important;
    }
}

.bg-light {
    background-color: #ffffff!important;
}

/* .footer-bottom span {
    visibility: hidden;
} */
.mt-15{
    margin-top: 15px;

}







.dropdown-item:focus, .dropdown-item:hover {
    color: #ff0000;
    text-decoration: none;
    background-color: #df6512;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #ff0000;
  
}
.font-16{
    font-size: 16px;
}
.text-gray{
    color: #737477;
}
.mt-6{
margin-top: 7px;

}

 .mt--22{
                margin-top: -22px;

        }
        .mt--29{
                margin-top: -29px;

        }
        .mt--8{
            margin-top: -8px;
        }
        .mb--8
        {
            margin-bottom: -8px;
        }

        .dropdown-toggle b:hover{
            color: #16b6ff;
        }
        .dropdown-toggle1 b:hover{
            color: #df6512;
        }
/* .dropdown-item{
border-bottom: 1px solid #30a9e0;
    padding: 11px 21px;
    text-transform: capitalize;
    color: #7d7e81;
width: 220px;
    font-size: 15px;
    } */
.dropdown-submenu {
                position: relative;
            }

            /* .dropdown-submenu> a:after {
                content: ">";
                float: right;
                font-size: 23px;
            } */

            .dropdown-submenu>.dropdown-menu {
                top: 0;
                left: 98%;
                margin-top: 0px;
                margin-left: 0px;
            }

            .dropdown-submenu:hover>.dropdown-menu {
                display: block;
            }
            
            .dropdown-menu {
    position: absolute;
    top: 255%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
     border: 1px solid #ffffff03; 
     border-radius: 0rem; 
     box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05)
}
.text-dark1{
    color: #262626;
}
.mt--28{
    margin-top: -28px;
}
 .font-20{
        font-size: 20px;
    }
.font-17{
            font-size: 17px;

    }
.font-22{
    font-size: 22px ! important;
}

.ml--93{
    margin-left: 93px;
}
.ml--75{
        margin-left: -75px;
}

.feedback-form
{
    position:fixed;
    top:15%;
    right:20px;
    z-index:100;
    min-height:450px;
    
}
.btn-success {
    color: #fff;
    background-color: #001e57;
    border-color: #001e57;
}
.feedback-form-show
{
    right:0 !important;
}

.feedback_form_area
{

    position:relative;
    top: 100px;
    display:none;
     overflow: hidden;
     background:rgba(0,0,0,0.8);
}

.feedback_form_area_inner
{
        width:300px;
    min-height:340px;
    color:#fff;
    padding:10px;
}

.feedback_form_area h3
{
    margin-top:0;
}
        
.custom-inp
{
    width:100%;
    height:35px;
    padding-left:5px;
    color:#fff;
    border:1px #fff solid;
    background:transparent;
}
        
.custom-inp-txt
{
    width:100%;
    height:100px;
    padding:5px;
    color:#fff;
    border:1px #fff solid;
    background:transparent;
}

.feedback-form-btn
{
    position: absolute;
    left: -103px;
    color: #fff;
    transform: rotate(90deg);
    top: 40%;
    border-radius:0;
}



@media only screen and (max-width: 320px) {
.feedback_form_area_inner
{
        width:260px;
    min-height:450px;
    color:#fff;
    padding:15px;
}
.service-block-one .inner-box {
    margin-bottom: 30px;
    width: 152px !important;
    margin-left: 5px;
}
}



.mt-50
{
    margin-top:50px;
}
.aboutimg{
    position: absolute;
top: 43%;
left: 17%;
color: #fff;
text-transform: capitalize;
background: #0000009e;
padding: 10px;
border-radius: 15px;
 }
 .wh-220{
    width: 220px;
    height: 220px;
    border: 1px solid #ddd;
 }
.mt-75{
    margin-top: 75px;
}
@media only screen and (max-width : 768px){
/* Styles */

.clients-section {
    padding: 50px 0;
}
 
.contact-wrapper{
    display: block;
}
.ml--75{
        margin-left:0px;
}
.ml--93 {
    margin-left: 3px;
}
.mt-145{
        margin-top: 145px;
}
.feature-block {
    position: relative;
    margin-bottom: 110px;
}
.contact-wrapper .info-box .contact-info-left {
    background: #df6512;
    padding: 35px 70px;
    height: 435px;
    color: #fff;
    margin-left: 65px;
    margin-top: 70px;}

    .contact-box .contactMe .btn {
    background: #fff;
    color: #30a9e0;
    padding: 8px 10px;
    margin-top: 9px;
}
.mt-25{
        margin-top: 25px;

}
.text-block {
    position: absolute;
    bottom: 25%;
    right: 40%;
    color: #fff;
}

.text-block label {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}
.main-slider .left-side {
    position: absolute;
    left: 120px;
    top: 0;
    width: 110px;
    height: 52%;
    padding: 0px 0;
    background: #ed1c24;
    z-index: 9;
}
.main-slider .left-side h4:before {
    position: absolute;
    content: '';
    background: #fff;
    height: 1px;
    width: 20px;
    left: -20px;
    top: 12px;
    transform: translate(-10px);
}
.main-slider .left-side .social-icon {
    text-align: center;
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
}
.main-slider .left-side .social-icon li {
    margin-bottom: 0px;
}
.main-slider .slide {
    position: relative;
    padding: 0px 0px 0px;
    background-size: 300px 190px;
    background-repeat: no-repeat;
    background-position: top;
}
.main-slider .owl-nav {
    position: absolute;
    left: 15px;
    top: 20%;
    z-index: 1;
    width: 100%;
    margin-top: -20px;
    opacity: 0;
    transition: .5s ease;
}.mt-200{
    margin-top: -200px;
}
.owl-dots{
    display: none;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
   
}
.main-slider .slide:before {
    position: absolute;
    content: '';
    /* background: #000; */
    top: 0;
    left: 0;
    width: 100%;
    height: 52%;
    opacity: .1;
}
.main-header .header-upper .logo-box .logo img {
    display: inline-block;
    max-width: 70%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
}


@media only screen and (max-width: 414px ) {


    .service-block-one .inner-box {
        margin-bottom: 30px;
        width: 172px !important;
        margin-left: 5px;
    }
    .btn-style-ten {
        position: relative;
        color: #555;
        font-size: 16px !important;
        margin-top: 15px;
        font-weight: 500;
        font-family: 'Barlow Condensed', sans-serif;
        border-bottom: 1px solid #8b8b8b;
        line-height: 20px;
    }

    .main-slider .slide {
        position: relative;
        padding: 0px 0px 0px;
        background-size: 348px 190px;
        background-repeat: no-repeat;
        background-position: top;
    }

    .main-slider .owl-nav {
        position: absolute;
        left: 15px;
        top: 20%;
        z-index: 1;
        width: 100%;
        margin-top: -20px;
        opacity: 0;
        transition: .5s ease;
    }.mt-200{
        margin-top: -200px;
    }
    .owl-dots{
        display: none;
    }
    .owl-carousel {
        display: none;
        width: 100%;
        -webkit-tap-highlight-color: transparent;
        position: relative;
        z-index: 1;
      
    }
    .main-slider .slide:before {
        position: absolute;
        content: '';
        /* background: #000; */
        top: 0;
        left: 0;
        width: 100%;
        height: 52%;
        opacity: .1;
    }
}