/******************************************************************
  Template Name: Deerhost
  Description:  Deerhost Hosting HTML Template
  Author: Colorlib
  Author URI: https://colorlib.com
  Version: 1.0
  Created: Colorlib
******************************************************************/

/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  Service Section
6.  Pricing Section
7.  Achievement Section
8.  Chooseup Section
9.  Contact
10.  Footer Style

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

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

/* Template default CSS
/*----------------------------------------*/

html,
body {
    height: 100%;
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #111111;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #444444;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px 0;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
    margin-bottom: 70px;
    text-align: center;
}

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

.section-title.normal-title h3:after {
    margin: 0;
}

.section-title h3 {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.section-title h3:after {
    position: absolute;
    left: 0;
    bottom: -30px;
    right: 0;
    height: 13px;
    width: 83px;
    content: "";
    margin: 0 auto;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.spad {
    padding-top: 100px;
    padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff;
}

/* buttons */

.primary-btn {
    display: inline-block;
    font-size: 15px;
    padding: 14px 30px 12px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
}

.site-btn {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 30px 12px;
    background: #296d8b;
    border: none;
    border-radius: 50px;
}

/* Preloder */

#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000;
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

/*---------------------
  Header
-----------------------*/

body {
    overflow-x: hidden;
}

.logo-header {
    height: 40px;
}

.header-section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.4);
}

.header-section.header-normal {
    position: relative;
    background: #120851;
}

.header-section.header-normal .header__logo {
    padding-bottom: 30px;

}

.header-section.header-normal .header__menu {
    padding-bottom: 30px;
}

.header__info {
    padding: 10px 0;
    border-bottom: 1px solid #252163;
}

.header__info-left ul li {
    font-size: 13px;
    color: #ffffff;
    list-style: none;
    display: inline-block;
    margin-right: 25px;
}

.header__info-left ul li:last-child {
    margin-right: 0;
}

.header__info-left ul li span {
    height: 30px;
    width: 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
}

.header__info-right {
    text-align: right;
}

.header__info-right ul li {
    list-style: none;
    display: inline-block;
    margin-right: 30px;
}

.header__info-right ul li:last-child {
    margin-right: 0;
}

.header__info-right ul li a {
    font-size: 13px;
    color: #ffffff;
    display: block;
}

.header__info-right ul li a span {
    height: 30px;
    width: 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
}

.header__logo {
    padding-top: 26px;
    padding-bottom: 26px;
}

.header__logo a {
    display: inline-block;
}

.header__menu {
    text-align: right;
    padding-top: 32px;
}

.header__menu ul li {
    list-style: none;
    display: inline-block;
    margin-right: 40px;
    position: relative;
}

.header__menu ul li .dropdown {
    position: absolute;
    left: 0;
    top: 40px;
    width: 200px;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 0px 10px rgba(18, 8, 81, 0.15);
    box-shadow: 0px 0px 10px rgba(18, 8, 81, 0.15);
}

.header__menu ul li .dropdown li {
    display: block;
    text-align: left;
}

.header__menu ul li .dropdown li a {
    color: #111111;
    padding: 10px 15px;
    text-transform: capitalize;
    font-weight: 500;
}

.header__menu ul li .dropdown li a:after {
    display: none;
}

.header__menu ul li:last-child {
    margin-right: 0;
}

.header__menu ul li.active a:after {
    opacity: 1;
    height: 2px;
}

.header__menu ul li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    top: 24px;
}

.header__menu ul li:hover a:after {
    opacity: 1;
    height: 5px;
}

.header__menu ul li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    padding: 0 3px;
    position: relative;
    z-index: 1;
}

.header__menu ul li a:after {
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 0%;
    background: #FFF;
    content: "";
    z-index: -1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.offcanvas__menu__wrapper {
    display: none;
}

.canvas__open {
    display: none;
}

/*---------------------
  Hero
-----------------------*/

.hero__slider.owl-carousel .owl-item.active .hero__item .hero__text h5 {
    top: 0;
    opacity: 1;
}

.hero__slider.owl-carousel .owl-item.active .hero__item .hero__text h2 {
    top: 0;
    opacity: 1;
}

.hero__slider.owl-carousel .owl-item.active .hero__item .hero__text .primary-btn {
    top: 0;
    opacity: 1;
}

.hero__slider.owl-carousel .owl-dots {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 60px;
    text-align: center;
}

.hero__slider.owl-carousel .owl-dots button {
    height: 5px;
    width: 25px;
    background: #000000;
    border-radius: 50px;
    margin-right: 10px;
}

.hero__slider.owl-carousel .owl-dots button.active {
    background: #444444;
}

.hero__slider.owl-carousel .owl-dots button:last-child {
    margin-right: 0;
}

.hero__item {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero__item .hero__text {
    padding-top: 184px;
}

.hero__item .hero__text h5 {
    color: #ffffff;
    opacity: 0.7;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.hero__item .hero__text h2 {
    color: #ffffff;
    font-weight: 700;
    line-height: 47px;
    text-transform: uppercase;
    margin-bottom: 28px;
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.hero__item .hero__text .primary-btn {
    position: relative;
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
}

.team_pic {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 500px;
    border: 1px solid #EDEDED;
}

#meet_section a p {
    color: #226E81;
    font-size: 15px;
}

.team_description {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 80%;
    background: #EDEDED;
    padding: 12px;
}

.min-vh-75{min-height:75vh!important}

/*---------------------
  Register Domain
-----------------------*/

.register__text .register__form {
    margin-bottom: 34px;
}

.register__text .register__form form {
    position: relative;
}

.register__text .register__form form input {
    width: 100%;
    height: 54px;
    border: 2px solid #296d8b;
    border-radius: 50px;
    font-size: 14px;
    color: #111111;
    padding-left: 20px;
}

.register__text .register__form form input::-webkit-input-placeholder {
    color: #111111;
}

.register__text .register__form form input::-moz-placeholder {
    color: #111111;
}

.register__text .register__form form input:-ms-input-placeholder {
    color: #111111;
}

.register__text .register__form form input::-ms-input-placeholder {
    color: #111111;
}

.register__text .register__form form input::placeholder {
    color: #111111;
}

.register__text .register__form form .change__extension {
    font-size: 14px;
    color: #111111;
    position: absolute;
    top: 15px;
    right: 170px;
    cursor: pointer;
}

.register__text .register__form form .change__extension:hover ul {
    opacity: 1;
    top: 18px;
    visibility: visible;
}

.register__text .register__form form .change__extension ul {
    width: 60px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 38px;
    -webkit-box-shadow: 0px 0px 10px rgba(18, 8, 81, 0.15);
    box-shadow: 0px 0px 10px rgba(18, 8, 81, 0.15);
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9;
}

.register__text .register__form form .change__extension ul li {
    list-style: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
}

.register__text .register__form form .change__extension:before {
    position: absolute;
    left: -30px;
    top: 3px;
    height: 18px;
    width: 1px;
    background: #d7d7d7;
    content: "";
}

.register__text .register__form form .change__extension:after {
    position: absolute;
    right: -20px;
    top: 0;
    content: "3";
    font-family: "ElegantIcons";
}

.register__text .register__form form .site-btn {
    position: absolute;
    right: 4px;
    top: 4px;
}

.register__text .register__result {
    margin-bottom: 24px;
}

.register__text .register__result ul li {
    display: inline-block;
    list-style: none;
    color: #296d8b;
    font-weight: 700;
    margin-right: 62px;
    font-size: 20px;
}

.register__text .register__result ul li:last-child {
    margin-right: 0;
}

.register__text .register__result ul li span {
    color: #111111;
}

.register__text p {
    margin-bottom: 0;
}

/*---------------------
  Services Section
-----------------------*/

.services-section {
    background: #eeeffb;
    padding-bottom: 60px;
}

.services__item {
    background: #ffffff;
    padding-left: 40px;
    padding-top: 40px;
    padding-right: 45px;
    padding-bottom: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(18, 8, 81, 0.15);
    box-shadow: 0px 0px 10px rgba(18, 8, 81, 0.15);
    margin-bottom: 40px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.services__item:hover {
    -webkit-box-shadow: 0px 8px 30px rgba(18, 8, 81, 0.2);
    box-shadow: 0px 8px 30px rgba(18, 8, 81, 0.2);
}

.services__item h5 {
    font-size: 20px;
    color: #111111;
    font-weight: 700;
    margin-bottom: 8px;
}

.services__item span {
    font-size: 15px;
    color: #296d8b;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.services__item p {
    color: #111111;
}

.sub_description {
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: 500;
}

.read-button {
    padding: 20px 40px;
    background: #808080;
    display: inline-block;
    color: white;
    font-size: 20px;
    margin-top: 14px;
}

#image1 {
    width: 60%;
}

#image2 {
    width: 36%;
    position: absolute;
    top: 0px;
    right: -40px;
}

#image3 {
    width: 39%;
    position: absolute;
    top: 200px;
    right: 20px;
}

#image4 {
    padding-bottom: 6.5px;
    object-fit: cover;
}

.img_wrapper {
    width: 49%;
    height: 0;
    overflow: hidden;
    padding-top: 50%;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
}

.img_wrapper img {
    width: 100%;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 700px) {
    #image1 {
        margin-top: 20px;
        width: 100%;
    }

    #image2 {
        width: 100%;
        position: relative;
        margin-top: 15px;
        right: 0px;
    }

    #image3 {
        width: 100%;
        position: relative;
        top: 0px;
        right: 0px;
        margin-top: 15px;
    }

    #image4 {
        padding-left: 4px;
    }
}

/*---------------------
  Pricing Section
-----------------------*/

.pricing-section {
    padding-bottom: 60px;
}

.pricing__swipe-btn {
    border: 1px solid #296d8b;
    border-radius: 50px;
    height: 52px;
    width: 266px;
    float: right;
}

.pricing__swipe-btn label {
    font-size: 15px;
    color: #444444;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px 12px;
    border-radius: 50px;
    margin-right: -4px;
    position: relative;
    top: 2px;
    left: 2px;
    cursor: pointer;
}

.pricing__swipe-btn label.active {
    background: #296d8b;
    color: #ffffff;
}

.pricing__swipe-btn label input {
    position: absolute;
    visibility: hidden;
}

.monthly__plans,
.yearly__plans {
    display: none;
}

.monthly__plans.active,
.yearly__plans.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pricing__item {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 22px;
    background: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-shadow: 0px 0px 10px rgba(18, 8, 81, 0.1);
    box-shadow: 0px 0px 10px rgba(18, 8, 81, 0.1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 40px;
}

.pricing__item:hover {
    -webkit-box-shadow: 0px 8px 30px rgba(18, 8, 81, 0.2);
    box-shadow: 0px 8px 30px rgba(18, 8, 81, 0.2);
}

.pricing__item:hover h3 {
    background: #296d8b;
}

.pricing__item:hover .primary-btn {
    background: #007bff;
    color: #ffffff;
}

.pricing__item h4 {
    color: #111111;
    font-weight: 700;
    margin-bottom: 20px;
}

.pricing__item h3 {
    background: #120851;
    font-weight: 700;
    color: #ffffff;
    padding: 24px 0 20px;
    margin-bottom: 26px;
    margin-left: -30px;
    border-radius: 10px;
    margin-right: -30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.pricing__item h3 span {
    font-size: 16px;
    font-weight: 400;
}

.pricing__item ul {
    margin-bottom: 26px;
}

.pricing__item ul li {
    font-size: 14px;
    color: #444444;
    line-height: 40px;
    list-style: none;
}

.pricing__item .primary-btn {
    color: #111111;
    background: #f2f2f2;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 14px 0 12px;
}

/*---------------------
  Achievement Section
-----------------------*/

.achievement-section {
    padding-bottom: 450px;
}

.achievement__item {
    text-align: center;
    margin-bottom: 30px;
}

.achievement__item span {
    font-size: 40px;
    color: #296d8b;
}

.achievement__item h2 {
    color: #ffffff;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 5px;
}

.achievement__item p {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0;
}

/*---------------------
  Work Section
-----------------------*/

.work-section {
    margin-top: -405px;
    position: relative;
    z-index: 9;
    border-top: 1px solid #62677d;
    padding-bottom: 0;
}

.work-section .section-title {
    margin-bottom: 82px;
}

.work-section .section-title h3 {
    color: #ffffff;
}

.work__text {
    -webkit-box-shadow: 0px 5px 10px rgba(18, 8, 81, 0.1);
    box-shadow: 0px 5px 10px rgba(18, 8, 81, 0.1);
    padding: 70px;
    background: #ffffff;
    position: relative;
}

.work__text:after {
    position: absolute;
    left: 0;
    right: 0;
    top: -6px;
    margin: 0 auto;
    height: 15px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

.work__item {
    text-align: center;
}

.work__item i {
    font-size: 53px;
    color: #296d8b;
}

.work__item span {
    display: block;
    font-size: 14px;
    color: #296d8b;
    margin-bottom: 6px;
    margin-top: 32px;
}

.work__item h3 {
    color: #111111;
    font-weight: 700;
    margin-bottom: 20px;
}

.work__item p {
    margin-bottom: 32px;
}

/*---------------------
  Choose Plan
-----------------------*/

.choose-plan-section.pricing-page {
    background: #f5f5f5;
}

.plan__text {
    padding-left: 20px;
}

.plan__text h3 {
    color: #111111;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 18px;
}

.plan__text ul {
    margin-bottom: 35px;
}

.plan__text ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    color: #111111;
    line-height: 40px;
}

.plan__text ul li span {
    margin-right: 5px;
    color: #296d8b;
}

/*---------------------
  Footer
-----------------------*/
.footer-tittle a {
    color: #fff;
}

.footer__top {
    position: relative;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 265px;
}

.footer__top::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: #0e0739;
    content: "";
    z-index: -1;
}

.footer__top::after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: #0E0739;
    content: "";
    z-index: -1;
}

.footer__top-call h5 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 18px;
}

.footer__top-call h2 {
    font-weight: 700;
    color: #296d8b;
}

.footer__top-auth {
    padding-left: 25px;
}

.footer__top-auth h5 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer__top-auth .sign-up {
    margin-left: 6px;
    background: transparent;
    border: 2px solid #296d8b;
    padding: 12px 30px 10px;
}

.footer__text {
    position: relative;
    z-index: 99;
    padding-top: 140px;
    margin-top: -225px;
}

.footer__text-about {
    margin-bottom: 30px;
}

.footer__text-about .footer__logo {
    margin-bottom: 24px;
}

.footer__text-about .footer__logo a {
    display: inline-block;
}

.footer__text-about p {
    color: #c4c4c4;
    line-height: 24px;
    margin-bottom: 20px;
}

.footer__text-about .footer__social a {
    display: inline-block;
    font-size: 18px;
    color: #c4c4c4;
    margin-right: 26px;
}

.footer__text-about .footer__social a:last-child {
    margin-right: 0;
}

.footer__text-widget {
    margin-bottom: 30px;
}

.footer__text-widget h5 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.footer__text-widget ul li {
    list-style: none;
}

.footer__text-widget ul li a {
    font-size: 14px;
    color: #c4c4c4;
    line-height: 30px;
}

.footer__text-widget .footer__widget-info li {
    list-style: none;
    font-size: 14px;
    color: #c4c4c4;
    line-height: 42px;
    position: relative;
    padding-left: 35px;
}

.footer__text-widget .footer__widget-info li span {
    color: #296d8b;
    position: absolute;
    left: 0;
    top: 14px;
}

.footer__text-copyright {
    font-size: 14px;
    color: #c4c4c4;
    text-align: center;
    padding: 25px 0;
    border-top: 1px solid #2a2163;
    margin-top: 20px;
}

/* ----------------------------------- Other Pages Styles ----------------------------------- */

/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb__option {
    border-bottom: 1px solid #ebebeb;
    padding: 15px 0;
}

.breadcrumb__option a {
    font-size: 15px;
    color: #111111;
    font-weight: 500;
    margin-right: 20px;
    display: inline-block;
    position: relative;
}

.breadcrumb__option a:after {
    position: absolute;
    right: -18px;
    top: 0;
    content: "5";
    font-family: "ElegantIcons";
}

.breadcrumb__option a span {
    color: #111111;
    margin-right: 5px;
}

.breadcrumb__option span {
    font-size: 15px;
    color: #888888;
    font-weight: 500;
    display: inline-block;
}

/*---------------------
  About
-----------------------*/

.about__text {
    padding-top: 20px;
}

.about__text h2 {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.about__text p {
    color: #111111;
    margin-bottom: 26px;
}

.about__text .about__achievement .about__achieve__item {
    display: inline-block;
    margin-right: 95px;
    margin-bottom: 30px;
}

.about__text .about__achievement .about__achieve__item:last-child {
    margin-right: 0;
}

.about__text .about__achievement .about__achieve__item span {
    font-size: 30px;
    color: #296d8b;
}

.about__text .about__achievement .about__achieve__item h4 {
    color: #111111;
    font-weight: 700;
    margin-top: 12px;
}

.about__text .about__achievement .about__achieve__item p {
    font-size: 13px;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 0;
}

/*---------------------
  About
-----------------------*/

.feature-section {
    background: #f5f5f5;
    padding-bottom: 70px;
}

.feature__item {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px rgba(18, 8, 81, 0.15);
    box-shadow: 0px 0px 10px rgba(18, 8, 81, 0.15);
    padding: 30px 35px 32px 35px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 30px;
}

.feature__item:hover {
    -webkit-box-shadow: 0px 8px 30px rgba(18, 8, 81, 0.2);
    box-shadow: 0px 8px 30px rgba(18, 8, 81, 0.2);
}

.feature__item span {
    font-size: 42px;
    color: #296d8b;
}

.feature__item h5 {
    font-size: 20px;
    color: #111111;
    font-weight: 700;
    margin-top: 18px;
    margin-bottom: 10px;
}

.feature__item p {
    color: #111111;
    margin-bottom: 0;
}

/*---------------------
  Team
-----------------------*/

.team-section {
    padding-bottom: 70px;
}

.team__btn {
    text-align: right;
}

.team__item {
    border: 1px solid #d7d7d7;
    padding: 30px 20px 20px 30px;
    margin-bottom: 30px;
}

.team__item .team__pic {
    float: left;
    margin-right: 30px;
}

.team__item .team__pic img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
}

.team__item .team__text {
    overflow: hidden;
}

.team__item .team__text h5 {
    font-size: 20px;
    color: #111111;
    font-weight: 700;
    margin-bottom: 5px;
}

.team__item .team__text span {
    font-size: 14px;
    display: block;
    color: #296d8b;
    margin-bottom: 6px;
}

.team__item .team__text .team__social a {
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
}

.team__item .team__text .team__social a.facebook {
    color: #3263af;
}

.team__item .team__text .team__social a.twitter {
    color: #40c4ff;
}

.team__item .team__text .team__social a.youtube {
    color: #ff0000;
}

.team__item .team__text .team__social a.instagram {
    color: #b309d7;
}

.team__item .team__text .team__social a:last-child {
    margin-right: 0;
}

/*---------------------
  Testimonial
-----------------------*/

.testimonial-section {
    background: #f5f5f5;
}

.testimonial__item {
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0px 2px 10px rgba(18, 8, 81, 0.15);
    box-shadow: 0px 2px 10px rgba(18, 8, 81, 0.15);
    padding: 85px 30px 20px 30px;
    border-radius: 10px;
    background: #ffffff;
}

.testimonial__item img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    margin: 0 auto;
}

.testimonial__item h5 {
    font-size: 20px;
    color: #111111;
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonial__item span {
    font-size: 13px;
    color: #296d8b;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}

.testimonial__item p {
    margin-bottom: 0;
}

.testimonial__item .testimonial__rating i {
    font-size: 12px;
    color: #e9bb3f;
    margin-right: -4px;
}

.testimonial__slider .col-lg-4 {
    max-width: 100%;
}

.testimonial__slider.owl-carousel .owl-item img {
    width: auto;
}

.testimonial__slider.owl-carousel .owl-stage-outer {
    padding-bottom: 30px;
    padding-top: 50px;
}

.testimonial__slider.owl-carousel .owl-dots {
    text-align: center;
}

.testimonial__slider.owl-carousel .owl-dots button {
    height: 5px;
    width: 25px;
    background: #b7bcef;
    border-radius: 50px;
    margin-right: 10px;
}

.testimonial__slider.owl-carousel .owl-dots button.active {
    background: #296d8b;
}

.testimonial__slider.owl-carousel .owl-dots button:last-child {
    margin-right: 0;
}

/*---------------------
  Hosting Section
-----------------------*/

.hosting-section {
    padding-bottom: 0;
}

.hosting__text .nav-tabs {
    border-bottom: none;
    margin-bottom: 10px;
}

.hosting__text .nav-tabs .nav-item {
    margin-bottom: 0;
    width: 20%;
}

.hosting__text .nav-tabs .nav-item .nav-link {
    border: navajowhite;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #f5f5f5;
    text-align: center;
    padding: 20px 0;
    position: relative;
}

.hosting__text .nav-tabs .nav-item .nav-link:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 10px;
    width: 10px;
    background: #0e0739;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 auto;
    opacity: 0;
    z-index: 9;
}

.hosting__text .nav-tabs .nav-item .nav-link span {
    font-size: 24px;
    color: #296d8b;
}

.hosting__text .nav-tabs .nav-item .nav-link span::before {
    font-size: 40px;
}

.hosting__text .nav-tabs .nav-item .nav-link h5 {
    font-size: 20px;
    color: #111111;
    font-weight: 700;
}

.hosting__text .nav-tabs .nav-item .nav-link.active {
    background: #296d8b;
}

.hosting__text .nav-tabs .nav-item .nav-link.active span {
    color: #ffffff;
}

.hosting__text .nav-tabs .nav-item .nav-link.active h5 {
    color: #ffffff;
}

.hosting__text .nav-tabs .nav-item .nav-link.active:after {
    opacity: 1;
}

.hosting__feature__table table {
    width: 100%;
    border: 1px solid #e1e1e1;
    text-align: center;
}

.hosting__feature__table table thead {
    border-bottom: 1px solid #e1e1e1;
}

.hosting__feature__table table thead th {
    border-right: 1px solid #e1e1e1;
}

.hosting__feature__table table thead th .hosting__feature__plan--choose {
    text-align: left;
    padding-left: 40px;
    padding-right: 10px;
}

.hosting__feature__table table tbody tr {
    border-bottom: 1px solid #e1e1e1;
}

.hosting__feature__table table tbody tr:nth-child(odd) {
    background: #fafafa;
}

.hosting__feature__table table tbody tr td {
    border-right: 1px solid #e1e1e1;
    padding: 24px 0 22px;
    width: 232px;
}

.hosting__feature__table table tbody tr td.hosting__feature--item {
    text-align: left;
    padding-left: 40px;
}

.hosting__feature__table table .hosting__feature__plan--choose span {
    font-size: 16px;
    font-weight: 500;
    color: #296d8b;
}

.hosting__feature__table table .hosting__feature__plan--choose .chose__title {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 6px;
    font-size: 24px;
}

.hosting__feature__table table .hosting__feature--plan {
    padding: 40px 10px;
}

.hosting__feature__table table .hosting__feature--plan .plan__title {
    color: #111111;
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 24px;
}

.hosting__feature__table table .hosting__feature--plan .hosting__feature--price {
    margin-bottom: 20px;
}

.hosting__feature__table table .hosting__feature--plan .hosting__feature--price .plan__price {
    font-size: 40px;
    color: #296d8b;
    font-weight: 700;
}

.hosting__feature__table table .hosting__feature--plan .hosting__feature--price span {
    font-size: 16px;
    color: #444444;
}

.hosting__feature__table table .hosting__feature--plan .primary-btn {
    background: #f2f2f2;
    color: #111111;
}

.hosting__feature__table table .hosting__feature--item {
    font-size: 16px;
    color: #111111;
    font-weight: 700;
    width: 470px;
}

.hosting__feature__table table .hosting__feature--info {
    font-size: 14px;
    color: #111111;
    font-weight: 500;
}

.hosting__feature__table table .hosting__feature--check {
    font-size: 16px;
    color: #296d8b;
}

.hosting__feature__table table .hosting__feature--close {
    font-size: 16px;
    color: #d6002d;
}

/*---------------------
  Question
-----------------------*/

.question__accordin .card {
    border: none;
    border-radius: 0;
}

.question__accordin .card .card-heading a {
    margin-bottom: 16px;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: block;
    font-weight: 700;
}

.question__accordin .card .card-body {
    padding: 0;
}

.question__accordin .card-heading a:after {
    position: absolute;
    left: 0;
    top: 4px;
}

.question__accordin .card-heading a:after,
.question__accordin .card-heading > a.active[aria-expanded=false]:after {
    content: "L";
    font-family: "ELegantIcons";
    font-size: 14px;
    height: 15px;
    width: 15px;
    background: #296d8b;
    line-height: 15px;
    text-align: center;
    color: #ffffff;
}

.question__accordin .card-heading a[aria-expanded=true]:after,
.question__accordin .card-heading > a.active:after {
    content: "K";
    font-family: "ELegantIcons";
    font-size: 14px;
    height: 15px;
    width: 15px;
    background: #296d8b;
    line-height: 15px;
    text-align: center;
    color: #ffffff;
}

.question-form input {
    font-size: 14px;
    color: #444444;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
    border-radius: 10px;
}

.question-form input::-webkit-input-placeholder {
    color: #444444;
}

.question-form input::-moz-placeholder {
    color: #444444;
}

.question-form input:-ms-input-placeholder {
    color: #444444;
}

.question-form input::-ms-input-placeholder {
    color: #444444;
}

.question-form input::placeholder {
    color: #444444;
}

.question-form textarea {
    font-size: 14px;
    color: #444444;
    width: 100%;
    height: 100px;
    padding-left: 20px;
    border: 1px solid #e1e1e1;
    margin-bottom: 14px;
    border-radius: 10px;
    resize: none;
    padding-top: 12px;
}

.question-form textarea::-webkit-input-placeholder {
    color: #444444;
}

.question-form textarea::-moz-placeholder {
    color: #444444;
}

.question-form textarea:-ms-input-placeholder {
    color: #444444;
}

.question-form textarea::-ms-input-placeholder {
    color: #444444;
}

.question-form textarea::placeholder {
    color: #444444;
}

/*---------------------
  Blog
-----------------------*/

.blog__item {
    margin-bottom: 40px;
}

.blog__item .blog__pic {
    height: 253px;
    position: relative;
}

.blog__item .blog__pic .label {
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    background: #296d8b;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 5px;
    position: absolute;
    left: 30px;
    bottom: -11px;
}

.blog__item .blog__text {
    padding-left: 30px;
    padding-top: 25px;
}

.blog__item .blog__text h5 {
    margin-bottom: 5px;
}

.blog__item .blog__text h5 a {
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    line-height: 27px;
}

.blog__item .blog__text ul li {
    list-style: none;
    display: inline-block;
    color: #666666;
    font-size: 13px;
    margin-right: 20px;
}

.blog__item .blog__text ul li:last-child {
    margin-right: 0;
}

.blog__item .blog__text ul li i {
    height: 30px;
    width: 30px;
    background: #f2f2f2;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
}

.load-more {
    text-align: center;
}

.load-more .primary-btn {
    padding: 14px 75px 12px;
    background: #f2f2f2;
    color: #111111;
}

.blog__sidebar .blog__sidebar__item {
    margin-bottom: 70px;
}

.blog__sidebar .blog__sidebar__item:last-child {
    margin-bottom: 0;
}

.blog__sidebar .blog__sidebar__item .sidebar__title {
    margin-bottom: 30px;
}

.blog__sidebar .blog__sidebar__item .sidebar__title h6 {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 0 5px;
    z-index: 1;
}

.blog__sidebar .blog__sidebar__item .sidebar__title h6:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #296d8b;
    content: "";
    z-index: -1;
    opacity: 0.3;
}

.blog__sidebar .blog__sidebar__item .sidebar__social a {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    height: 46px;
    width: 46px;
    line-height: 46px;
    text-align: center;
    margin-right: 10px;
}

.blog__sidebar .blog__sidebar__item .sidebar__social a:last-child {
    margin-right: 0;
}

.blog__sidebar .blog__sidebar__item .sidebar__social a.facebook {
    background: #3263af;
}

.blog__sidebar .blog__sidebar__item .sidebar__social a.twitter {
    background: #40c4ff;
}

.blog__sidebar .blog__sidebar__item .sidebar__social a.youtube {
    background: #ff0000;
}

.blog__sidebar .blog__sidebar__item .sidebar__social a.instagram {
    background: -o-linear-gradient(45deg, #af00e1, #ff9e35);
    background: linear-gradient(45deg, #af00e1, #ff9e35);
}

.blog__sidebar .blog__sidebar__item .sidebar__feature__post .sidebar__feature__item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.blog__sidebar .blog__sidebar__item .sidebar__feature__post .sidebar__feature__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.blog__sidebar .blog__sidebar__item .sidebar__feature__post .sidebar__feature__item .label {
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    background: #296d8b;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 5px;
}

.blog__sidebar .blog__sidebar__item .sidebar__feature__post .sidebar__feature__item h6 {
    margin-top: 20px;
    margin-bottom: 5px;
}

.blog__sidebar .blog__sidebar__item .sidebar__feature__post .sidebar__feature__item h6 a {
    color: #111111;
    font-weight: 700;
    line-height: 27px;
}

.blog__sidebar .blog__sidebar__item .sidebar__feature__post .sidebar__feature__item ul li {
    list-style: none;
    color: #666666;
    font-size: 13px;
}

.blog__sidebar .blog__sidebar__item .sidebar__feature__post .sidebar__feature__item ul li i {
    height: 30px;
    width: 30px;
    background: #f2f2f2;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
}

.blog__sidebar .blog__sidebar__item .sidebar__subscribe {
    background: #f5f5f5;
    padding: 30px;
}

.blog__sidebar .blog__sidebar__item .sidebar__subscribe .sidebar__title {
    margin-bottom: 20px;
}

.blog__sidebar .blog__sidebar__item .sidebar__subscribe form input {
    height: 46px;
    border: 1px solid #ebebeb;
    background: transparent;
    border-radius: 10px;
    padding-left: 20px;
    font-size: 14px;
    color: #444444;
    width: 100%;
    margin-bottom: 20px;
}

.blog__sidebar .blog__sidebar__item .sidebar__subscribe form input::-webkit-input-placeholder {
    color: #444444;
}

.blog__sidebar .blog__sidebar__item .sidebar__subscribe form input::-moz-placeholder {
    color: #444444;
}

.blog__sidebar .blog__sidebar__item .sidebar__subscribe form input:-ms-input-placeholder {
    color: #444444;
}

.blog__sidebar .blog__sidebar__item .sidebar__subscribe form input::-ms-input-placeholder {
    color: #444444;
}

.blog__sidebar .blog__sidebar__item .sidebar__subscribe form input::placeholder {
    color: #444444;
}

/*---------------------
  Blog Hero
-----------------------*/

.blog-hero-section {
    background: #f2f2f2;
    height: 640px;
    position: relative;
}

.blog-hero-section .blog__hero__pic {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 640px;
}

.blog__hero__text {
    padding-top: 218px;
}

.blog__hero__text .label {
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    background: #296d8b;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 5px;
}

.blog__hero__text h3 {
    color: #111111;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 12px;
    margin-top: 10px;
}

.blog__hero__text ul li {
    list-style: none;
    color: #666666;
    font-size: 13px;
    display: inline-block;
    margin-right: 20px;
}

.blog__hero__text ul li:last-child {
    margin-right: 0;
}

.blog__hero__text ul li i {
    height: 30px;
    width: 30px;
    background: #ffffff;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
}

/*---------------------
  Blog Details
-----------------------*/

.blog-details-section {
    padding-top: 60px;
}

.blog__details__text {
    position: relative;
}

.blog__details__social {
    position: absolute;
    left: -90px;
    top: 0;
}

.blog__details__social span {
    font-size: 15px;
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: block;
}

.blog__details__social ul li {
    list-style: none;
    margin-bottom: 15px;
}

.blog__details__social ul li a {
    display: block;
    font-size: 14px;
    color: #ffffff;
    height: 46px;
    width: 46px;
    line-height: 46px;
    text-align: center;
    margin-right: 10px;
}

.blog__details__social ul li a:last-child {
    margin-right: 0;
}

.blog__details__social ul li a.facebook {
    background: #3263af;
}

.blog__details__social ul li a.twitter {
    background: #40c4ff;
}

.blog__details__social ul li a.youtube {
    background: #ff0000;
}

.blog__details__social ul li a.instagram {
    background: -o-linear-gradient(45deg, #af00e1, #ff9e35);
    background: linear-gradient(45deg, #af00e1, #ff9e35);
}

.blog__details__title {
    margin-bottom: 25px;
}

.blog__details__title p {
    line-height: 27px;
    font-size: 15px;
}

.blog__details__quote {
    background: #f5f5f5;
    padding: 30px 50px;
    margin-bottom: 35px;
    position: relative;
}

.blog__details__quote:after {
    position: absolute;
    left: 50px;
    top: -5px;
    font-family: "FontAwesome";
    content: "";
    font-size: 60px;
    color: #296d8b;
    opacity: 0.3;
}

.blog__details__quote p {
    font-size: 16px;
    color: #111111;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
    position: relative;
    z-index: 9;
}

.blog__details__title__more {
    margin-bottom: 30px;
}

.blog__details__title__more p {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 0;
}

.blog__details__item {
    overflow: hidden;
    margin-bottom: 15px;
}

.blog__details__item .blog__details__item__pic {
    float: left;
    margin-right: 30px;
}

.blog__details__item .blog__details__item__text {
    overflow: hidden;
}

.blog__details__item .blog__details__item__text p {
    font-size: 15px;
    line-height: 27px;
}

.blog__details__desc {
    margin-bottom: 30px;
}

.blog__details__desc p {
    font-size: 15px;
    line-height: 27px;
}

.blog__details__tags {
    margin-bottom: 60px;
}

.blog__details__tags a {
    display: inline-block;
    font-size: 13px;
    color: #444444;
    background: #f2f2f2;
    padding: 10px 16px;
    margin-right: 6px;
}

.blog__details__tags a:last-child {
    margin-right: 0;
}

.blog__details__profile {
    background: #f5f5f5;
    padding: 50px;
    margin-bottom: 55px;
}

.blog__details__profile .blog__details__profile__pic {
    float: left;
    margin-right: 30px;
}

.blog__details__profile .blog__details__profile__pic img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
}

.blog__details__profile .blog__details__profile__text {
    overflow: hidden;
}

.blog__details__profile .blog__details__profile__text h5 {
    font-size: 20px;
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.blog__details__profile .blog__details__profile__text p {
    line-height: 27px;
}

.blog__details__profile .blog__details__profile__text .blog__details__profile__social a {
    font-size: 14px;
    color: #444444;
    display: inline-block;
    margin-right: 14px;
}

.blog__details__profile .blog__details__profile__text .blog__details__profile__social a:last-child {
    margin-right: 0;
}

.blog__details__option {
    margin-bottom: 55px;
}

.blog__details__option .blog__details__option__item {
    display: block;
}

.blog__details__option .blog__details__option__item.blog__details__option__item--next {
    text-align: right;
}

.blog__details__option .blog__details__option__item.blog__details__option__item--next h5 i {
    margin-right: 0;
    margin-left: 5px;
}

.blog__details__option .blog__details__option__item h5 {
    font-size: 20px;
    color: #111111;
    font-weight: 700;
    margin-bottom: 20px;
}

.blog__details__option .blog__details__option__item h5 i {
    margin-right: 5px;
}

.blog__details__option .blog__details__option__item .label {
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    background: #296d8b;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 5px;
}

.blog__details__option .blog__details__option__item h6 {
    color: #111111;
    font-weight: 700;
    line-height: 27px;
    margin-top: 10px;
}

.blog__details__comment {
    border: 1px solid #ebebeb;
    padding-left: 40px;
    padding-bottom: 50px;
    padding-right: 50px;
    padding-top: 30px;
}

.blog__details__comment h4 {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 0 5px;
    z-index: 1;
    margin-bottom: 55px;
}

.blog__details__comment h4:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #296d8b;
    content: "";
    z-index: -1;
    opacity: 0.3;
}

.blog__details__comment .blog__details__comment__list .blog__details__comment__item {
    padding-bottom: 5px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 40px;
}

.blog__details__comment .blog__details__comment__list .blog__details__comment__item.blog__details__comment__reply {
    margin-left: 115px;
}

.blog__details__comment .blog__details__comment__list .blog__details__comment__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.blog__details__comment .blog__details__comment__list .blog__details__comment__item .blog__details__comment__pic {
    float: left;
    margin-right: 25px;
}

.blog__details__comment .blog__details__comment__list .blog__details__comment__item .blog__details__comment__pic img {
    height: 90px;
    width: 90px;
    border-radius: 50%;
}

.blog__details__comment .blog__details__comment__list .blog__details__comment__item .blog__details__comment__text {
    position: relative;
    overflow: hidden;
}

.blog__details__comment .blog__details__comment__list .blog__details__comment__item .blog__details__comment__text h5 {
    font-size: 20px;
    color: #111111;
    font-weight: 700;
    margin-bottom: 15px;
}

.blog__details__comment .blog__details__comment__list .blog__details__comment__item .blog__details__comment__text p {
    font-size: 15px;
}

.blog__details__comment .blog__details__comment__list .blog__details__comment__item .blog__details__comment__text ul {
    position: absolute;
    right: 0;
    top: 0;
}

.blog__details__comment .blog__details__comment__list .blog__details__comment__item .blog__details__comment__text ul li {
    list-style: none;
    display: inline-block;
    font-size: 12px;
    color: #444444;
    margin-right: 24px;
}

.blog__details__comment .blog__details__comment__list .blog__details__comment__item .blog__details__comment__text ul li i {
    font-size: 14px;
    color: #296d8b;
    margin-right: 5px;
}

.blog__details__comment .blog__details__comment__list .blog__details__comment__item .blog__details__comment__text ul li:last-child {
    margin-right: 0;
}

.blog__details__comment .comment__btn {
    text-align: center;
}

/*---------------------
  Contact
-----------------------*/

.contact-section {
    padding-bottom: 0;
}


.full-height-section {
    min-height: 100vh;
}

.contact-container .full-height-section {
    min-height: 80vh;
}

.mid-height-section {
    min-height: 50vh;
}

.contact-icons {
    height: 40px;
    margin-bottom: 20px;
}

.full-height-section a {
    text-decoration: none;
    color: black;

}

.mid-height-section a {
    text-decoration: none;
    color: black;

}

h4.contact_subtitle {
    font-size: 26px;
    font-weight: bold;
}

.contact__text h3 {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.contact__text p {
    color: #111111;
    font-size: 15px;
    margin-bottom: 30px;
}

.contact__text ul li {
    list-style: none;
    position: relative;
    padding-left: 65px;
    margin-bottom: 30px;
}

.contact__text ul li span {
    height: 46px;
    width: 46px;
    background: #296d8b;
    line-height: 46px;
    text-align: center;
    border-radius: 10px;
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
}

.contact__text ul li h5 {
    font-size: 20px;
    color: #111111;
    font-weight: 700;
    margin-bottom: 5px;
}

.contact__text ul li p {
    font-size: 15px;
    color: #111111;
    margin-bottom: 0;
}

.contact__text .contact__social a {
    display: inline-block;
    font-size: 30px;
    color: #c4c4c4;
    margin-right: 26px;
}

.contact__text .contact__social a:last-child {
    margin-right: 0;
}

.contact__text .contact__social a.facebook {
    color: #3263af;
}

.contact__text .contact__social a.twitter {
    color: #40c4ff;
}

.contact__text .contact__social a.youtube {
    color: #ff0000;
}

.contact__text .contact__social a.instagram {
    color: #b309d7;
}

.map {
    height: 515px;
}

.map iframe {
    width: 100%;
}

.contact-form h3 {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.contact-form form .input-list {
    margin-right: -20px;
    overflow: hidden;
}

.contact-form form .input-list input {
    font-size: 14px;
    color: #444444;
    width: calc(33.33% - 23px);
    height: 50px;
    padding-left: 20px;
    border: 1px solid #e1e1e1;
    margin-bottom: 23px;
    border-radius: 10px;
    margin-right: 20px;
}

.contact-form form .input-list input::-webkit-input-placeholder {
    color: #444444;
}

.contact-form form .input-list input::-moz-placeholder {
    color: #444444;
}

.contact-form form .input-list input:-ms-input-placeholder {
    color: #444444;
}

.contact-form form .input-list input::-ms-input-placeholder {
    color: #444444;
}

.contact-form form .input-list input::placeholder {
    color: #444444;
}

.contact-form form textarea {
    font-size: 14px;
    color: #444444;
    width: 100%;
    height: 130px;
    padding-left: 20px;
    border: 1px solid #e1e1e1;
    margin-bottom: 17px;
    border-radius: 10px;
    resize: none;
    padding-top: 12px;
}

.contact-form form textarea::-webkit-input-placeholder {
    color: #444444;
}

.contact-form form textarea::-moz-placeholder {
    color: #444444;
}

.contact-form form textarea:-ms-input-placeholder {
    color: #444444;
}

.contact-form form textarea::-ms-input-placeholder {
    color: #444444;
}

.contact-form form textarea::placeholder {
    color: #444444;
}

/*---------------------
  404
-----------------------*/

.text__404 {
    text-align: center;
}

.text__404 h3 {
    color: #111111;
    font-weight: 700;
    margin-top: 45px;
    margin-bottom: 13px;
}

.text__404 p {
    font-weight: 500;
    margin-bottom: 35px;
}

.text__404 form {
    width: 500px;
    position: relative;
    margin: 0 auto;
}

.text__404 form input {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    padding-left: 30px;
    height: 50px;
    border: none;
    background: #296d8b;
    color: #ffffff;
    border-radius: 50px;
}

.text__404 form input::-webkit-input-placeholder {
    color: #ffffff;
}

.text__404 form input::-moz-placeholder {
    color: #ffffff;
}

.text__404 form input:-ms-input-placeholder {
    color: #ffffff;
}

.text__404 form input::-ms-input-placeholder {
    color: #ffffff;
}

.text__404 form input::placeholder {
    color: #ffffff;
}

.text__404 form button {
    font-size: 16px;
    color: #ffffff;
    background: transparent;
    border: none;
    position: absolute;
    right: 30px;
    top: 0;
    height: 50px;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1340px;
    }
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .register__text .register__result ul li {
        margin-right: 30px;
    }

    .about__text .about__achievement .about__achieve__item {
        margin-right: 60px;
    }

    .blog__details__comment .blog__details__comment__list .blog__details__comment__item.blog__details__comment__reply {
        margin-left: 0;
    }

    .blog__item .blog__text ul li {
        margin-right: 5px;
    }
}

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

    h4.contact_subtitle {
        font-size: 22px;
        font-weight: bold;
    }

    .register__text .register__result ul li {
        margin-right: 30px;
    }

    .about__text .about__achievement .about__achieve__item {
        margin-right: 60px;
    }

    .blog__details__comment .blog__details__comment__list .blog__details__comment__item.blog__details__comment__reply {
        margin-left: 0;
    }

    .blog__item .blog__text ul li {
        margin-right: 5px;
    }
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .register__text .register__result ul li {
        margin-right: 50px;
    }

    .work__item {
        margin-bottom: 30px;
    }

    .plan__text {
        padding-top: 40px;
    }

    .footer__text {
        padding-top: 240px;
    }

    .about__text {
        padding-top: 40px;
    }

    .footer__top-call {
        margin-bottom: 30px;
    }

    .footer__top-auth {
        padding-left: 0;
    }

    .question__accordin {
        margin-bottom: 20px;
    }

    .hero__item {
        height: auto;
        padding-bottom: 100px;
        padding-top: 100px;
    }

    .header__menu ul li {
        margin-right: 20px;
    }

    .header__info-left ul li {
        margin-right: 5px;
    }

    .header__info-right ul li {
        margin-right: 10px;
    }

    .team__item {
        text-align: center;
    }

    .team__item .team__pic {
        float: none;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .blog__hero__text {
        padding-top: 90px;
    }

    .blog__details__comment .blog__details__comment__list .blog__details__comment__item.blog__details__comment__reply {
        margin-left: 50px;
    }

    .blog-hero-section {
        height: 640px;
    }

    .contact__text {
        margin-bottom: 30px;
    }

    .blog__sidebar {
        padding-top: 50px;
    }

    .blog-hero-section {
        height: auto;
    }

    .blog-hero-section .blog__hero__pic {
        position: relative;
        width: 100%;
        height: 640px;
    }

    .blog__hero__text {
        padding-bottom: 40px;
    }


}

/* Wide Mobile = 480px */

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

    .contact-icons {
        height: 34px;
        margin-bottom: 20px;
    }

    .header__info {
        display: none;
    }

    h4.contact_subtitle {
        font-size: 22px;
        font-weight: bold;
    }

    .header__menu {
        display: none;
    }

    .header-section .container {
        position: relative;
    }

    .offcanvas__menu__overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 98;
        visibility: hidden;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .offcanvas__menu__overlay.active {
        visibility: visible;
    }

    .canvas__open {
        display: block;
        font-size: 20px;
        color: #ffffff;
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #ffffff;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 30px;
    }

    .offcanvas__menu__wrapper {
        display: block;
        width: 300px;
        position: fixed;
        left: -300px;
        top: 0;
        background: #111111;
        z-index: 999;
        height: 100%;
        overflow-y: auto;
        padding-left: 30px;
        padding-bottom: 30px;
        padding-top: 80px;
        padding-right: 30px;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .offcanvas__menu__wrapper.show__offcanvas__menu {
        opacity: 1;
        left: 0;
    }

    .offcanvas__menu__wrapper .canvas__close {
        font-size: 30px;
        color: #ffffff;
        position: absolute;
        right: 30px;
        top: 20px;
        cursor: pointer;
    }

    .offcanvas__menu__wrapper .offcanvas__logo {
        margin-bottom: 30px;
    }

    .offcanvas__menu__wrapper .offcanvas__menu {
        display: none;
    }

    .offcanvas__menu__wrapper .slicknav_btn {
        display: none;
    }

    .offcanvas__menu__wrapper .slicknav_nav .slicknav_item a {
        border-bottom: none !important;
    }

    .offcanvas__menu__wrapper .slicknav_nav {
        display: block !important;
    }

    .offcanvas__menu__wrapper .slicknav_menu {
        background: transparent;
        padding: 0;
        margin-bottom: 30px;
    }

    .offcanvas__menu__wrapper .slicknav_nav ul {
        margin: 0;
    }

    .offcanvas__menu__wrapper .slicknav_nav a {
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        margin: 0;
        border-bottom: 1px solid #e1e1e1;
    }

    .offcanvas__menu__wrapper .slicknav_nav a:hover {
        border-radius: 0;
        background: transparent;
        color: #296d8b;
    }

    .offcanvas__menu__wrapper .slicknav_nav .slicknav_row,
    .offcanvas__menu__wrapper .slicknav_nav a {
        padding: 8px 0;
    }

    .offcanvas__menu__wrapper .offcanvas__info ul li {
        font-size: 16px;
        color: #ffffff;
        list-style: none;
        margin-bottom: 10px;
    }

    .offcanvas__menu__wrapper .offcanvas__info ul li span {
        height: 30px;
        width: 30px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        margin-right: 5px;
    }

    .offcanvas__menu__wrapper .offcanvas__auth {
        margin-bottom: 20px;
    }

    .offcanvas__menu__wrapper .offcanvas__auth ul li {
        list-style: none;
        margin-bottom: 10px;
    }

    .offcanvas__menu__wrapper .offcanvas__auth ul li a {
        font-size: 16px;
        color: #ffffff;
        display: block;
    }

    .offcanvas__menu__wrapper .offcanvas__auth ul li a span {
        height: 30px;
        width: 30px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        margin-right: 5px;
    }

    .hero__item {
        height: auto;
        padding-bottom: 100px;
    }

    .register__text .register__result ul li {
        margin-right: 10px;
    }

    .pricing__swipe-btn {
        float: none;
        margin-bottom: 40px;
    }

    .work__item {
        margin-bottom: 30px;
    }

    .plan__text {
        padding-top: 40px;
    }

    .footer__top-auth {
        padding-left: 0;
    }

    .footer__top-call {
        margin-bottom: 30px;
    }

    .about__text {
        padding-top: 40px;
    }

    .about__text .about__achievement .about__achieve__item {
        margin-right: 45px;
    }

    .team__btn {
        text-align: left;
        margin-bottom: 40px;
    }

    .team__item {
        text-align: center;
    }

    .team__item .team__pic {
        float: none;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .blog__hero__text {
        padding-top: 90px;
    }

    .hosting__text .nav-tabs .nav-item {
        width: 33.33%;
    }

    .hosting__feature__table {
        overflow-x: auto;
    }

    .question__accordin {
        margin-bottom: 20px;
    }

    .blog__sidebar {
        padding-top: 50px;
    }

    .blog__details__item .blog__details__item__pic {
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .blog__details__comment .blog__details__comment__list .blog__details__comment__item.blog__details__comment__reply {
        margin-left: 0;
    }

    .blog__details__comment .blog__details__comment__list .blog__details__comment__item .blog__details__comment__text ul {
        position: relative;
        margin-bottom: 20px;
    }

    .footer__text {
        padding-top: 210px;
    }

    .blog-hero-section {
        height: auto;
    }

    .blog-hero-section .blog__hero__pic {
        position: relative;
        width: 100%;
        height: 640px;
    }

    .blog__hero__text {
        padding-bottom: 40px;
    }

    .blog__details__option .blog__details__option__item.blog__details__option__item--next {
        padding-top: 40px;
    }

    .text__404 form {
        width: 100%;
    }

    .contact__text {
        margin-bottom: 30px;
    }

    .contact-form form .input-list {
        margin-right: 0;
        overflow: visible;
    }

    .contact-form form .input-list input {
        width: 100%;
        margin-right: 0;
    }
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
    .register__text .register__result ul li {
        margin-bottom: 10px;
    }

    .team__item .team__pic {
        float: none;
        margin-right: 0;
    }

    .team__item .team__text {
        overflow: visible;
        padding-top: 30px;
    }

    .hosting__text .nav-tabs .nav-item {
        width: 50%;
    }

    .blog__details__profile .blog__details__profile__pic {
        float: none;
        margin-right: 0;
    }

    .blog__details__profile .blog__details__profile__text {
        overflow: visible;
        padding-top: 30px;
    }

    .blog__details__comment .blog__details__comment__list .blog__details__comment__item .blog__details__comment__pic {
        float: none;
        margin-right: 0;
    }

    .blog__details__comment .blog__details__comment__list .blog__details__comment__item .blog__details__comment__text {
        overflow: visible;
        padding-top: 30px;
    }

    .blog__details__comment {
        padding-left: 30px;
        padding-right: 30px;
    }

    .contact__text {
        margin-bottom: 30px;
    }

    .contact__text ul li p {
        font-size: 13px;
    }

    .register__text .register__form form span:before {
        left: -5px;
    }

    .register__text .register__form form span {
        right: 135px;
    }

    .register__text .register__form form span:after {
        right: -11px;
    }

    .load-more .primary-btn {
        padding: 14px 35px 12px;
    }
}

.blur-anim {
    color: #000;
    opacity: 0;
}

.blur-p .blur-anim {

    animation: blur 10s ease-in forwards;
    -webkit-animation: blur 10s ease-out forwards;
}

.blur-p .blur-anim:nth-child(1) {
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
}

.blur-p .blur-anim:nth-child(2) {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

.blur-p .blur-anim:nth-child(3) {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

.blur-p .blur-anim:nth-child(4) {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

.blur-p .blur-anim:nth-child(5) {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.blur-p .blur-anim:nth-child(6) {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.blur-p .blur-anim:nth-child(7) {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}

@keyframes blur {
    0% {
        text-shadow: 0 0 100px #000;
        opacity: 0;
    }
    5% {
        text-shadow: 0 0 90px #000;
    }
    15% {
        opacity: 1;
    }
    20% {
        text-shadow: 0 0 0px #000;
    }
    80% {
        text-shadow: 0 0 0px #000;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blur {
    0% {
        text-shadow: 0 0 100px #000;
        opacity: 0;
    }
    5% {
        text-shadow: 0 0 90px #000;
    }
    15% {
        opacity: 1;
    }
    20% {
        text-shadow: 0 0 0px #000;
    }
    80% {
        text-shadow: 0 0 0px #000;
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}


.history-video-area .video-bg {
    position: relative;
    z-index: 1
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .agriculture img{
        width:35%;
    }
    .agriculture h4{
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .history-video-area .video-bg {
        margin-bottom: 80px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .history-video-area .video-bg {
        margin-bottom: 50px
    }
}

@media (max-width: 767px) {
    .history-video-area .video-bg {
        margin-bottom: 50px
    }
}

.history-video-area .video-bg img {
    width: 100%
}

.history-video-area .video-bg .video-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    transform: translateY(-50%)
}

.history-video-area .video-bg .video-icon a {
    background: #fff;
    color: #c68b55;
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
    line-height: 80px;
    border-radius: 50%
}

.history-video-area .video-bg .video-icon a.btn-icon {
    position: relative
}

.history-video-area .video-bg .video-icon a.btn-icon::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 1px solid #c68b55;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite
}

@-webkit-keyframes btnIconRipple {
    0% {
        border-width: 4px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        border-width: 1px;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    80% {
        border-width: 1px;
        -webkit-transform: scale(1.9);
        transform: scale(1.9)
    }
    100% {
        opacity: 0
    }
}

.history-video-area .video-bg .video-icon a.btn-icon:hover {
    background: #234249;
    color: #fff
}

.history-video-area .video-history-cap {
    background: #296d8b;
    padding: 60px 70px 60px 161px;
    position: relative;
    margin-left: -130px;
    margin-top: -62px;
    z-index: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .history-video-area .video-history-cap {
        padding: 42px 34px 34px 131px;
        margin-left: -106px;
        margin-top: -41px
    }
}

@media (max-width: 767px) {
    .history-video-area .video-history-cap {
        margin-left: 0px;
        padding: 50px 16px 50px 16px;
        margin-top: -30px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .history-video-area .video-history-cap {
        margin-left: 0px;
        padding: 50px 20px 50px 25px;
        margin-top: -46px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .history-video-area .video-history-cap {
        margin-left: 0px;
        padding: 50px 48px 50px 59px
    }
}

.history-video-area .video-history-cap h3 {
    color: #FFF;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 28px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .history-video-area .video-history-cap h3 {
        margin-bottom: 18px
    }
}

@media (max-width: 767px) {
    .history-video-area .video-history-cap h3 {
        font-size: 42px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .history-video-area .video-history-cap h3 {
        font-size: 42px
    }
}

.history-video-area .video-history-cap p {
    color: #fafafa;
    font-size: 16px;
    margin-bottom: 42px
}

.history-video-area .video-history-cap a {
    color: #fafafa;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.3);
    margin-bottom: 42px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .history-video-area .video-history-cap p {
        margin-bottom: 28px
    }
}


.section-tittle02 {
    position: relative;
    z-index: 0;
    top: -27px
}

@media (max-width: 767px) {
    .section-tittle02 {
        bottom: -9px
    }

    h2 {
        font-size: 34px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle02 {
        bottom: -16px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-tittle02 {
        bottom: -33px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-tittle02 {
        bottom: -44px
    }
}

.section-tittle02 h2 {
    font-size: 165px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #28241d;
    -webkit-text-fill-color: transparent;
    margin: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif
}

@media (max-width: 767px) {
    .section-tittle02 h2 {
        font-size: 128px;
        position: relative;
        top: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle02 h2 {
        font-size: 69px;
        text-align: center
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-tittle02 h2 {
        font-size: 92px;
        text-align: center
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-tittle02 h2 {
        font-size: 126px;
        text-align: center
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .section-tittle02 h2 {
        font-size: 123px
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1500px) {
    .section-tittle02 h2 {
        font-size: 123px
    }
}

@media only screen and (min-width: 1501px) and (max-width: 1750px) {
    .section-tittle02 h2 {
        font-size: 127px
    }
}

.value-area {
    display: flex;
    align-items: center;

}

.margin-80 {
    margin-top: 80px;
}

.margin-120 {
    margin-top: 120px;
}

.w-md-80 {
    width: 80%;
}

@media (max-width: 767px) {
    .value-area {
        display: block
    }

    .w-md-80 {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .value-area {
        display: block
    }
}

.value-area.black-back {
    background: #000;
}

.value-area.grey-back {
    background: #f2f2f2;
}

.value-area .tailor-details {
    width: 70%;
    padding: 60px;

}


@media (max-width: 767px) {
    .margin-sm-120 {
        margin-top: 120px;
    }

    .value-area .tailor-details {
        width: 100%;
        padding: 30px;
        padding-bottom: 0px;
    }

    h4 {
        font-size: 21px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .value-area .tailor-details {
        width: 100%;
        padding: 30px;
        padding-bottom: 70px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .value-area .tailor-details {
        padding: 0 10px
    }
}

.value-area .tailor-details span {
    font-size: 35px;
    margin-bottom: 22px;
    font-family: "Great Vibes", cursive;
    color: #fff;
    display: block
}

.value-area .tailor-details h3 {
    font-size: 60px;
    display: block;
    font-weight: 600;
    margin-bottom: 25px
}

@media (max-width: 767px) {
    .value-area .tailor-details h3 {
        font-size: 40px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .value-area .tailor-details h3 {
        font-size: 40px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .value-area .tailor-details h3 {
        font-size: 40px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .value-area .tailor-details h3 {
        font-size: 55px
    }
}

.value-area .tailor-details p {
    margin-bottom: 19px;
    font-size: 24px;
    line-height: 1.2em;
}

@media (max-width: 767px) {
    .value-area .tailor-details p {
        font-size: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .value-area .tailor-details p {

    }
}

.value-area .tailor-details ul {
    margin-bottom: 29px
}

.value-area .tailor-details ul li {
    color: #fff;
    margin-bottom: 8px
}

@media (max-width: 767px) {
    .value-area .tailor-details ul li {
        font-size: 15px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .value-area .tailor-details ul li {
        font-size: 15px
    }
}

.value-area .tailor-details .visit-social a {
    color: #cfb083;
    padding: 0 6px;
    font-size: 14px
}

.value-area .tailor-details .visit-social a:hover {
    color: #fff
}

.value-area .sub-value {
    display: flex;
    justify-content: center;
    align-items: end;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    width: 50%;
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 500px;
    background-size: cover;
    background-position: center;
}


.value-area .sub-value-2 {
    display: flex;
    justify-content: center;
    align-items: end;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 600px;
    width: 50%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}


#mission {
    background-image: url(../img/mission2.jpg);
}

#vision {
    background-image: url(../img/vision2.jpg);
}

#values {
    background-image: url(../img/ourvalues.jpg);
}

@media (max-width: 767px) {
    .value-area .sub-value {
        width: 100%;
        height: 400px;
        background-size: cover
    }

    .value-area .sub-value-2 {
        width: 100%;
        height: 400px;
    }

}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .value-area .sub-value {
        width: 100%;
        height: 500px;
        background-size: cover
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .value-area .sub-value {
        width: 50%;
        height: 500px;
        background-size: cover
    }
}

.value-area .offers {
    background: rgba(198, 161, 110, 0.6);
    display: inline-block;
    padding: 50px 47px;
    margin-bottom: 35px
}

.d-md-none {
    display: none;
}

.d-md-block {
    display: flex;
}

.automotive-right {
    position: absolute;
    bottom: 80px;
    right: 0px;
    width: 700px;
}

.image-right {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 800px;
}

.image-left {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 800px;
}

.arome_color {
    color: #D3B59B;
}

.arome_background {
    background: #D3B59B;
}

.car_title {
    font-weight: 700;
    font-size: 130px;
    color: #444444;
    margin-top: 190px;
}

#wheelers {
    font-size: 70px;
}

.car_description {
    font-size: 23px;
    margin-top: 180px;
    margin-bottom: 80px;
    line-height: 1.2em;
}

.w-md-50 {
    width: 50% !important;
}

.real_estate_title {
    font-weight: 700;
    line-height: 130px;
    font-size: 90px;
    color: #FFFFFF;
    margin-top: 100px;
}

.real_estate_subtitle {
    font-weight: 700;
    font-size: 30px;
    color: #FFFFFF;
}

.real_estate_description {
    font-weight: normal;
    font-size: 22px;
    color: #FFFFFF;
    margin-top: 100px;
}

.real_estate_subdescription {
    font-weight: normal;
    font-size: 22px;
    color: #FFFFFF;
    margin-top: 30px;
}

.visit-website-btn {
    background: rgba(0, 0, 0, 0.6);
    padding: 8px 16px;
    display: inline-block;
    color: white;
    margin-top: 16px;
    font-size: 17px;
}

.ford-color {
    color: #0E4898 !important;
}

.side_logos {
    width: 15%;
    display: inline-block;
    text-align: center;
}

.main_section_info {
    width: 80%;
    margin-left: 4%;
    display: inline-block;
    z-index: 3;
    position: relative;
}

.black-text {
    color: black;
}

.section_title {
    font-size: 70px;
}

.big_section_title {
    font-size: 90px;
}



@media (max-width: 1400px) {

    .automotive-right {
        bottom: 120px;
        width: 500px;
    }

    .image-right {
        width: 600px;
        bottom: 120px;
    }

    .image-left {
        width: 600px;
        bottom: 120px;
    }

}

@media (max-width: 1100px) {

    .car_title {
        font-size: 100px;
        top: 100px;
    }

    #wheelers {
        font-size: 70px;
    }

    .car_description {
        top: 150px;
    }

    .image-right {
        width: 400px;
        bottom: 120px;
    }

    .automotive-right {
        bottom: 120px;
        width: 400px;
    }

    .image-left {
        width: 400px;
        bottom: 120px;
    }

    .side_logos {
        width: 100%;
        display: inline-block;
    }

    .main_section_info {
        width: 100%;
        display: inline-block;
    }

}

@media (max-width: 767px) {
    .side_logos{
        text-align: center;
    }
    .side_logos .logo{
        width:auto;
        max-width: 100%;
        height:90px;
        display: inline-block;
        text-align: center;
        margin: auto;
    }

    h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .section_title {
        font-size: 50px;
        line-height: 1.3em;
    }

    .big_section_title {
        font-size: 50px;
    }


    .real_estate_title {
        font-size: 70px;
        margin-top: 70px;
        line-height: 70px;
    }

    .real_estate_description {
        font-size: 20px;
    }

    .car_title {
        font-weight: 700;
        font-size: 64px;
        color: #444444;
        position: relative;
        top: 0px;
        margin-top: 150px;
    }

    #wheelers {
        font-size: 32px;
    }

    .car_description {
        font-size: 20px;
        position: relative;
        top: 0px;
        line-height: 1.2em;
        margin-top: 50px;
    }

    .value-area .offers {
        padding: 24px 35px
    }

    .d-sm-none {
        display: none !important;
    }

    .d-sm-block {
        display: block;
    }

    .d-sm-flex {
        display: flex;
    }

    .image-right {
        position: relative;
        width: 100%;
        bottom: 0px;
    }

    .automotive-right {
        position: relative;
        width: 100%;
        bottom: 0px;
    }

    .image-left {
        position: relative;
        width: 100%;
        bottom: 0px;
    }

    .w-md-50 {
        width: inherit !important;
    }

}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .value-area .offers {
        padding: 24px 35px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .value-area .offers {
        padding: 24px 35px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .value-area .offers {
        padding: 34px 47px 38px 47px
    }
}

.value-area .offers h3 {
    color: #fff;
    font-size: 95px
}

@media (max-width: 767px) {
    .value-area .offers h3 {
        font-size: 57px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .value-area .offers h3 {
        font-size: 57px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .value-area .offers h3 {
        font-size: 57px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .value-area .offers h3 {
        font-size: 75px
    }
}

.pt-6 {
    padding-top: 6em;
}

.pb-6 {
    padding-bottom: 6em;
}

.overlay {
    background-image: url(../img/wow.gif);
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    opacity: 0.3;
    background-repeat: no-repeat;
    position: absolute;
}

.mid-padding {
    padding-top: 3.3em;
    padding-bottom: 3.3em;
}

.sm-padding {
    padding-top: 2.9em;
    padding-bottom: 2.9em;
}

.footer-area {
    display: flex;
    align-items: end;
    justify-content: end;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    background-image: url(../img/team-contact.jpg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: left bottom
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .footer-area {
        background-size: 70%
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .footer-area {
        background-size: 80%
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .footer-area {
        background-size: 80%
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1500px) {
    .footer-area {
        background-size: 80%
    }
}

@media only screen and (min-width: 1501px) and (max-width: 1750px) {
    .footer-area {
        background-size: 63%
    }
}

@media (max-width: 1199px) {
    .footer-area {
        background-image: none
    }
}

.footer-area .footer-caption {
    width: 68%;
    background: linear-gradient(
            45deg, black, rgba(0, 0, 0, 0.95));
    padding: 50px 260px 50px 100px;
    margin-top: 150px
}

@media (max-width: 767px) {
    .footer-area .footer-caption.footer-caption2 {
        margin-top: 0px
    }
}

@media (max-width: 767px) {

    .pt-6 {
        padding-top: 3em;
    }

    .pb-6 {
        padding-bottom: 3em;
    }


    .footer-area .footer-caption {
        padding: 50px 15px 40px 15px;
        margin-top: 0px !important;;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-area .footer-caption {
        padding: 50px 15px 40px 15px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-caption {
        padding: 50px 15px 40px 15px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .footer-area .footer-caption {
        padding: 50px 60px 50px 100px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-caption {
        padding: 50px 60px 50px 100px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-area .footer-caption {
        padding: 50px 100px 50px 100px
    }
}

@media (max-width: 1199px) {
    .footer-area .footer-caption {
        width: 100%
    }
}

.footer-area .footer-caption .footer-tittle h3 {
    font-size: 40px;
    display: block;
    color: #fff;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 55px;
    padding-bottom: 55px;
    border-bottom: 1px solid #fff
}

@media (max-width: 767px) {
    .footer-area .footer-caption .footer-tittle h3 {
        font-size: 31px;
        line-height: 1.2;
        margin-bottom: 40px;
        padding-bottom: 42px
    }
}

.footer-area .footer-caption .footer-menu .single-menu {
    color: #fff;
    display: flex;
    justify-content: space-between
}

@media (max-width: 767px) {
    .footer-area .footer-caption .footer-menu .single-menu {
        display: block
    }
}

.footer-area .footer-caption .footer-menu .single-menu .single-menu1 {
    width: 36%
}

@media (max-width: 767px) {
    .footer-area .footer-caption .footer-menu .single-menu .single-menu1 {
        width: 100%
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-area .footer-caption .footer-menu .single-menu .single-menu1 {
        width: 62%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-caption .footer-menu .single-menu .single-menu1 {
        width: 45%
    }
}

.footer-area .footer-caption .footer-menu .single-menu .single-menu2 {
    width: 25%
}

@media (max-width: 767px) {
    .footer-area .footer-caption .footer-menu .single-menu .single-menu2 {
        width: 50%
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-area .footer-caption .footer-menu .single-menu .single-menu2 {
        width: 50%
    }
}

.footer-area .footer-caption .footer-menu .single-menu .single-menu3 {
    width: 25%
}

@media (max-width: 767px) {
    .footer-area .footer-caption .footer-menu .single-menu .single-menu3 {
        width: 50%
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-area .footer-caption .footer-menu .single-menu .single-menu3 {
        width: 50%
    }
}

.footer-area .footer-caption .footer-menu .single-menu .single-footer-caption .footer-tittle h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 29px;
    font-weight: 400;
    text-transform: capitalize
}

.footer-area .footer-caption .footer-menu .single-menu .single-footer-caption .footer-tittle .footer-pera p {
    color: #fff
}

.footer-area .footer-caption .footer-menu .single-menu .single-footer-caption .footer-tittle .footer-pera a {
    color: #fff
}

.footer-area .footer-caption .footer-menu .single-menu .single-footer-caption .footer-tittle ul li {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    margin-bottom: 7px;
    font-size: 16px
}

.footer-area .footer-caption .footer-menu .single-menu .single-footer-caption .footer-tittle ul li:hover {
    padding-left: 5px
}

.footer-area .footer-caption .footer-menu .single-menu .single-footer-caption .footer-social a {
    color: #fff;
    padding: 0 6px;
    font-size: 14px
}

.footer-area .footer-caption .footer-menu .single-menu .single-footer-caption .footer-social a:hover {
    color: #0b1416
}

.footer-area .footer-caption .copyright p {
    color: #fff
}

.footer-area .footer-caption .copyright p a:hover {
    color: #0b1416
}


.owl-carousel .owl-item {
    min-height: 100vh;
}

.hero__item {
    min-height: 100vh;
}