@import url(../css/fn-icon/style.css);
@import url(../css/bootstrap.min.css);
@import url(../css/animate.css);
@import url(../font-awesome/css/font-awesome.min.css);
@import url(../css/lightbox.css);
@import url("https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900&display=swap");
body {
    font-family: 'Open Sans', sans-serif;
}

.content {
    min-height: 100vh;
}

@media (max-width: 855px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

img {
    width: 100%;
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url("../fonts/open-sans/OpenSans-bold.ttf"), url("../fonts/open-sans/OpenSans-BoldItalic.ttf"), url("../fonts/open-sans/OpenSans-ExtraBoldItalic.ttf"), url("../fonts/open-sans/OpenSans-Italic.ttf"), url("../fonts/open-sans/OpenSans-Light.ttf"), url("../fonts/open-sans/OpenSans-LightItalic.ttf"), url("../fonts/open-sans/OpenSans-Regular.ttf"), url("../fonts/open-sans/OpenSans-Semibold.ttf"), url("../fonts/open-sans/OpenSans-SemiboldItalic.ttf");
}

header {
    background-color: #fff;
    position: relative;
    z-index: 9;
    box-shadow: 0px 1px 10px #848b92bd;
}

@media screen and (min-width: 992px) {
    header .header_fixed {
        position: fixed;
    }
}

header .header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation-name: fadeInDown;
    animation-duration: 200ms;
    z-index: 9;
    box-shadow: 0px 1px 34px #796363;
    background-color: #fff;
    box-shadow: 0px 7px 10px #dfd8d8;
}

header::before {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    content: '';
    box-shadow: 0px 5px 20px red;
}

.no_resize {
    resize: none;
}

.my__tooltip {
    position: relative;
    display: inline-block;
}

.my__tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #f9b43e;
    color: #5a44d2;
    text-align: center;
    border-radius: 6px;
    margin: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    padding: 15px;
    box-shadow: 0px 4px 27px #5a44d24a;
}

.my__tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border-width: 12px;
    border-style: solid;
    border-color: #f9b43e transparent transparent transparent;
}

.my__tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.particles-js-canvas-el {
    position: absolute;
}

.header__list {
    padding: 10px 0px 0 0;
    font-family: 'Nunito', sans-serif;
}

.header__list ul {
    padding: 0;
}

@media (max-width: 768px) {
    .header__list ul {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .header__list ul {
        padding: 10px;
    }
}

.header__list ul li {
    list-style: none;
    margin-right: 15px;
    display: inline-flex;
}

.header__list ul li a {
    text-decoration: none;
    color: #007bff;
}

@media (max-width: 768px) {
    .header__list ul li a {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .header__list ul li {
        margin-right: 10px;
    }
}

@media (min-width: 767px) {
    .header__list ul {
        display: flex;
    }
    .header__list ul li {
        display: inline-block;
    }
}

.nav__button {
    background: none;
    border: none;
    outline: none;
    padding: 0px 10px;
    border-radius: 0;
}

.nav__button:active,
.nav__button:focus {
    box-shadow: none;
}

.nav__button::after {
    color: #037c12;
    content: "\f0c9";
    font-family: 'FontAwesome';
    transition-property: all .2s linear 0s;
    font-size: 27px;
}

.header {
    background: #fcfbfb;
}

.header ul {
    padding: 0;
    display: flex;
    align-content: center;
    margin-bottom: 0;
    width: 100%;
}

.header ul li {
    list-style: none;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: flex-end;
}

.header ul .menu_child {
    width: 100%;
}

@media (max-width: 992px) {
    .header ul .menu_child {
        justify-content: flex-end;
        text-align: right;
    }
}

.header ul .navbar-expand-md {
    padding: 0;
}

.header ul .navbar-expand-md .nav .nav-item a {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
}

.header ul .navbar-expand-md .main__menu {
    position: relative;
}

.header ul .navbar-expand-md .main__menu .dropdown__menu {
    position: absolute;
    top: 100%;
    left: 0;
    transition: 300ms ease all;
    display: initial;
    transform-origin: 50% 0;
    transform: scaleY(0);
}

.header ul .navbar-expand-md .main__menu .dropdown__menu .menu__wrapper {
    position: relative;
    margin-top: 15px;
    background: white;
    border-top: 5px solid #fec96d;
    width: 250px;
    flex-wrap: wrap;
    box-shadow: 0px 5px 27px #ede8f1a8;
}

.header ul .navbar-expand-md .main__menu .dropdown__menu .menu__wrapper .dropdown-item {
    padding: 15px;
    border-bottom: 1px solid #e2e3e4;
}

@media (max-width: 992px) {
    .header ul .navbar-expand-md .main__menu .dropdown__menu {
        position: relative;
    }
    .header ul .navbar-expand-md .main__menu .dropdown__menu .menu__wrapper {
        width: 80%;
    }
}

.header ul .navbar-expand-md .main__menu .dropdown__menu .menu__wrapper::before {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    width: 0%;
    content: '';
    height: 5px;
    display: block;
    background-color: #007bff;
    transition: 600ms ease all;
}

.header ul .navbar-expand-md .main__menu:hover>.dropdown__menu {
    transition: 300ms ease all;
    transform: scaleY(1);
}

.header ul .navbar-expand-md .main__menu:hover>.dropdown__menu>.menu__wrapper::before {
    width: 100%;
    transition: 600ms ease all;
}

.header ul .navbar-expand-md .main__menu::after {
    position: relative;
    right: 0;
    bottom: 0;
    content: '\f107';
    display: block;
    font-family: 'FontAwesome';
    font-weight: 600;
    transition: all .25s ease;
    font-size: 15px;
    color: #007bff;
}

.header a img {
    max-width: 250px;
}

@media (max-width: 768px) {
    .header a img {
        max-width: 100%;
    }
}

.menu-close {
    float: right;
    position: relative;
    z-index: 1;
    background: none;
    border: none;
    width: 37px;
    height: 35px;
    transform: rotate(-180deg);
    display: block;
}

.menu-close::before {
    position: absolute;
    content: '';
    right: 18px;
    top: 5px;
    width: 2px;
    height: 25px;
    background-color: red;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-close::after {
    position: absolute;
    content: '';
    right: 18px;
    top: 5px;
    width: 2px;
    height: 25px;
    background-color: red;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (min-width: 992px) {
    .menu-close,
    .nav__button {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .header ul {
        padding: 0px 10px;
    }
    .header ul li .navbar-expand-md {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 5;
        right: -100%;
        height: 100%;
        transition: 500ms;
        overflow-x: scroll;
        background-color: white;
        display: block;
        flex-wrap: nowrap;
        text-align: left;
    }
    .header ul li .navbar-expand-md ul {
        display: block;
        padding: 15px 0 15px 40px;
    }
    .header ul li .navbar-expand-md ul li {
        display: block;
        justify-content: start;
        align-items: start;
    }
    .header ul li .navbar-expand-md ul .main__menu::after {
        position: absolute;
        top: 0;
        padding-right: 30px;
    }
    .header ul li .navbar-expand-md ul .main__menu .hide_me {
        display: none;
    }
    .header ul li .show__menu {
        right: 0;
        transition: 800ms;
    }
}

.profile__section {
    padding: 70px 0;
    font-family: 'Nunito', sans-serif;
}

.profile__section h1 {
    font-size: 35px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 5px;
}

.profile__section h1::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 30%;
    height: 3px;
    background: #EFB311;
    z-index: 1;
}

.videos {
    padding: 70px 0;
    font-family: 'Nunito', sans-serif;
}

.videos h1 {
    font-size: 35px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 5px;
}

.videos h1::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 30%;
    height: 3px;
    background: #EFB311;
    z-index: 1;
}

.videos .video__wrapper {
    position: relative;
    padding: 17px 0;
    margin: 10px 0 80px;
}

.videos .video__wrapper .video__image {
    position: relative;
}

.videos .video__wrapper .video__image a {
    overflow-wrap: break-word;
    color: white;
}

.videos .video__wrapper .video__image img {
    width: 100%;
    height: auto;
}

.videos .video__wrapper .video__image .play_button {
    position: absolute;
    align-content: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    display: flex;
}

.videos .video__wrapper .video__image .play_button .play_background {
    padding: 12px 25px;
    background-color: #0000008f;
    border-radius: 12px;
}

.videos .video__wrapper .video__image .play_button .play_background .play_button i.fa {
    font-size: 25px;
    color: white;
}

.videos .video__wrapper .video__image:hover .play_background {
    background-color: red;
}

.videos .video__wrapper .video__title {
    padding: 20px 0;
}

.videos .video__wrapper .video__title p {
    font-size: 13px;
}

.videos .video__wrapper .video__title h3 {
    font-size: 18px;
    font-weight: 400;
    text-shadow: 0px 1px 2px #c32626;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 0px;
}

.videos .video__wrapper .video__title h3::before {
    position: absolute;
    height: 2px;
    width: 30%;
    background-color: #007bff;
    display: block;
    bottom: 0;
    left: 0;
    content: "";
}

.videos .video__wrapper .more {
    display: flex;
    margin-top: 20px;
    min-height: 35px;
}

.videos .video__wrapper .more a {
    display: none;
    opacity: 0;
    text-decoration: none;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    text-align: right;
    background-color: #EFB311;
    padding: 5px 15px;
    border: 1px solid #EFB311;
    margin-left: 5px;
    transition: .5s ease-out;
}

.videos .video__wrapper .more .plus_icon {
    position: relative;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px solid #EFB311;
    cursor: pointer;
}

.videos .video__wrapper .more .plus_icon::before {
    position: absolute;
    left: 2px;
    top: 48%;
    content: '';
    height: 2px;
    width: 88%;
    z-index: 1;
    background-color: #EFB311;
}

.videos .video__wrapper .more .plus_icon::after {
    position: absolute;
    left: 48%;
    top: 2px;
    content: '';
    height: 88%;
    width: 2px;
    z-index: 1;
    background-color: #EFB311;
}

.videos .video__wrapper .more a:hover {
    background-color: transparent;
    border: 1px solid #EFB311;
    color: #007bff;
    transition: .5s ease-out;
}

.videos .video__wrapper .more:hover a {
    display: block;
    opacity: 1;
    transition: .5s ease-out;
}

.intro {
    padding: 20px 0;
}

.intro h1 {
    font-size: 30px;
    color: #5a44d2;
    font-family: 'Nunito', sans-serif;
}

@media (min-width: 992px) {
    .intro h1 {
        padding-top: 90px;
        line-height: 46px;
    }
}

.intro img {
    width: 100%;
}

.intro p {
    padding-top: 30px;
    font-size: 27px;
}

.intro ul {
    padding-left: 0;
    margin-bottom: 0;
}

.intro ul li {
    list-style: none;
    line-height: 43px;
    text-shadow: 0px 0.5px 0.5px #705bdb;
    position: relative;
    padding-left: 15px;
}

.intro ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '\f101';
    font-family: 'FontAwesome';
}

.home_slider {
    width: 100%;
}

.home_slider .homeflexSlider {
    width: 100%;
    overflow: hidden;
}

.home_slider .homeflexSlider ul.slides {
    padding-left: 0;
    margin-bottom: 0;
    height: 100%;
}

.home_slider .homeflexSlider ul.slides li {
    position: relative;
}

.home_slider .homeflexSlider ul.slides li .item {
    position: relative;
    background-position: center;
    height: 100%;
    width: 100%;
    transition: transform 4s ease-in-out;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;
}

.home_slider .homeflexSlider ul.slides li .item img {
    width: 100%;
    object-fit: cover;
}

.home_slider .homeflexSlider ul.slides li .item .caption {
    position: absolute;
    left: 25%;
    right: 25%;
    bottom: 15%;
    z-index: 55;
    overflow-wrap: break-word;
}

.home_slider .homeflexSlider ul.slides li .item .caption p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    color: white;
    font-weight: 700;
    text-shadow: 0px 1px 5px #5a42d3;
}

.home_slider .homeflexSlider ul.slides li::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: '';
    width: 0%;
    height: 5px;
    background-color: red;
    transition: 12000ms;
    z-index: 99;
    display: block;
}

.home_slider .homeflexSlider ul.slides li.flex-active-slide .item {
    transform: scale3d(1.2, 1.2, 1.2);
    transition: 25s;
}

.home_slider .homeflexSlider ul.slides li.flex-active-slide .item .caption {
    animation: slideInLeft;
    animation-duration: 5s;
}

.home_slider .homeflexSlider ul.slides li.flex-active-slide::before {
    width: 100%;
    transition: 12000ms;
}

.hire_me {
    padding: 90px 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    text-align: center;
}

@media (max-width: 768px) {
    .hire_me {
        padding: 30px 0;
    }
}

.hire_me .quatations {
    font-size: 40px;
    color: #5a44d2;
    font-family: 'Nunito', sans-serif;
}

@media (max-width: 768px) {
    .hire_me .quatations {
        font-size: 20px;
    }
}

.hire_me .hire__button {
    display: inline-block;
    color: #fff;
    background: #EFB311;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    border: 2px solid #EFB311;
    border-radius: 30px;
    text-align: center;
    padding: 18px 48px;
    transition: all 0.4s ease;
    text-decoration: none;
}

.hire_me .hire__button:hover {
    border-color: #fff;
    color: #efb311;
    background: #222222;
    border-color: #222222;
}

.about__me {
    font-family: 'Raleway', sans-serif;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    padding: 70px 0;
}

.about__me ul {
    padding-left: 0;
}

.about__me ul li {
    list-style: none;
}

.about__me .text_blue {
    color: #5a44d2;
    font-size: 38px;
    line-height: 1em;
    font-weight: 600;
}

.about__me .__me {
    font-size: 30px;
    color: #FFA000;
    text-transform: capitalize;
    font-weight: 600;
}

.about__me p {
    color: #848484;
    margin-top: 15px;
}

.about__me .line {
    display: block;
    width: 50px;
    height: 1px;
    background: #EFB311;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}

.about__me .about-content {
    margin-top: 40px;
    padding-top: 65px;
    padding-left: 60px;
    padding-bottom: 110px;
    position: relative;
    z-index: 1;
    background: url(../images/about-content-bg.png) 0px 0px/100% 100% no-repeat transparent;
}

.about__me .about-content .hire__button {
    display: inline-block;
    color: #fff;
    background: #EFB311;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    border: 2px solid #EFB311;
    border-radius: 30px;
    text-align: center;
    padding: 18px 48px;
    transition: all 0.4s ease;
    text-decoration: none;
}

.about__me .about-content .hire__button:hover {
    border-color: #fff;
    color: #efb311;
    background: #222222;
    border-color: #222222;
}

.slogan_section {
    width: 100%;
    height: 100%;
    background-attachment: fixed !important;
    background-size: cover !important;
    padding: 80px 0;
    position: relative;
}

.slogan_section p {
    font-size: 15px;
    color: white;
    font-style: italic;
}

.slogan_section h2 {
    color: #fff;
    margin: 0;
    font-weight: bold;
    font-size: 44px;
    margin-top: 15px;
    margin-bottom: 40px;
    font-family: 'Raleway', sans-serif;
}

.slogan_section .hire__button {
    display: inline-block;
    color: #fff;
    background: #EFB311;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    border: 2px solid #EFB311;
    border-radius: 30px;
    text-align: center;
    padding: 18px 48px;
    transition: all 0.4s ease;
}

.slogan_section .hire__button:hover {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

.slogan_section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(13, 57, 90, 0.9);
}

.my__skills {
    padding: 70px 0;
}

.my__skills .row {
    margin-bottom: 30px;
}

.my__skills img {
    max-width: 90%;
    width: 70%;
    margin-top: 50px;
}

.my__skills .skill_container {
    padding: 15px;
    height: 100%;
}

.my__skills .skill_container h3 {
    font-size: 20px;
    color: #007bff;
    padding-bottom: 10px;
    position: relative;
}

.my__skills .skill_container h3::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40%;
    height: 1px;
    background-color: #007bff;
    content: '';
    z-index: 1;
}

.my__skills .skill_container h4 {
    font-size: 17px;
    margin-top: 10px;
}

.my__skills .skill_container P {
    font-size: 15px;
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 0;
    line-height: 30px;
}

.my__skills .skill_container ul {
    padding-left: 0;
    padding-top: 35px;
}

.my__skills .skill_container ul li {
    list-style: none;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0 10px 60px;
    color: #007bff;
    font-family: 'Nunito', sans-serif;
}

.my__skills .skill_container ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
}

.my__skills .first ul li::before {
    background-image: url("../images/web-design.png");
}

.my__skills .second ul li::before {
    background-image: url("../images/web-development.png");
    height: 40px;
    width: 40px;
}

.my__skills .third ul li::before {
    background-image: url("../images/search-domain.png");
}

.my__skills .fourth ul li::before {
    background-image: url("../images/system-icon.png");
    height: 40px;
    width: 40px;
}

.my__skills .skill__div:hover .skill_container {
    transition: 200ms ease all;
    box-shadow: 0px 1px 20px rgba(182, 156, 156, 0.13);
}

@media (max-width: 992px) {
    .my__skills .col-lg-4.col-md-12.col-12 {
        margin-bottom: 20px;
    }
}

.home__blog {
    padding: 70px;
}

.port__folio {
    padding: 70px 0;
    font-family: 'Nunito', sans-serif;
}

.port__folio h1 {
    font-size: 35px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 5px;
}

.port__folio h1::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 30%;
    height: 3px;
    background: #EFB311;
    z-index: 1;
}

.port__folio .portfolio_wrapper {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 25px;
}

.port__folio .portfolio_wrapper img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.port__folio .portfolio_wrapper .text__block {
    background-color: #007bff;
    padding: 15px;
    color: white;
}

.port__folio .portfolio_wrapper .text__block h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
}

.port__folio .portfolio_wrapper .text__block p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.port__folio .portfolio_wrapper .text__block .more {
    text-align: right;
}

.port__folio .portfolio_wrapper .text__block .more a {
    text-decoration: none;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    text-align: right;
    background-color: #EFB311;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #EFB311;
}

.port__folio .portfolio_wrapper .text__block .more a:hover {
    background-color: transparent;
    border: 1px solid #EFB311;
}

.blogs {
    padding: 70px 0;
    font-family: 'Nunito', sans-serif;
}

.blogs h1 {
    font-size: 35px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 5px;
}

.blogs h1::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 30%;
    height: 3px;
    background: #EFB311;
    z-index: 1;
}

.blogs .blog_list_wrapper {
    overflow: hidden;
    margin-bottom: 25px;
}

.blogs .blog_list_wrapper img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.blogs .blog_list_wrapper .text__block {
    padding: 15px 0;
}

.blogs .blog_list_wrapper .text__block h4 {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.blogs .blog_list_wrapper .text__block h4 a {
    text-decoration: none;
}

.blogs .blog_list_wrapper .text__block h4::before {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #EFB311;
    height: 2px;
    width: 40%;
    z-index: 1;
    content: '';
}

.blogs .blog_list_wrapper .text__block p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.blogs .blog_list_wrapper .text__block .more {
    display: flex;
    margin-top: 20px;
    height: 35px;
}

.blogs .blog_list_wrapper .text__block .more a {
    display: none;
    opacity: 0;
    text-decoration: none;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    text-align: right;
    background-color: #EFB311;
    padding: 5px 15px;
    border: 1px solid #EFB311;
    margin-left: 5px;
    transition: .5s ease-out;
}

.blogs .blog_list_wrapper .text__block .more .plus_icon {
    position: relative;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px solid #EFB311;
    cursor: pointer;
}

.blogs .blog_list_wrapper .text__block .more .plus_icon::before {
    position: absolute;
    left: 2px;
    top: 48%;
    content: '';
    height: 2px;
    width: 88%;
    z-index: 1;
    background-color: #EFB311;
}

.blogs .blog_list_wrapper .text__block .more .plus_icon::after {
    position: absolute;
    left: 48%;
    top: 2px;
    content: '';
    height: 88%;
    width: 2px;
    z-index: 1;
    background-color: #EFB311;
}

.blogs .blog_list_wrapper .text__block .more a:hover {
    background-color: transparent;
    border: 1px solid #EFB311;
    color: #007bff;
    transition: .5s ease-out;
}

.blogs .blog_list_wrapper .text__block .more:hover a {
    display: block;
    opacity: 1;
    transition: .5s ease-out;
}

.blog_inner {
    padding: 70px 0;
    font-family: 'Nunito', sans-serif;
}

.blog_inner h1 {
    font-size: 35px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 5px;
}

.blog_inner h1::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 30%;
    height: 3px;
    background: #EFB311;
    z-index: 1;
}

.blog_inner .paragraph img {
    max-width: 100%;
}

.blog_inner .paragraph p {
    font-size: 18px;
    font-weight: 300;
    line-height: 33px;
}

.blog_inner .paragraph h4 {
    font-size: 25px;
    line-height: 38px;
    padding-top: 25px;
    position: relative;
}

.blog_inner .paragraph h4::before {
    position: absolute;
    left: 0;
    content: '';
    width: 40%;
    height: 1px;
    background-color: #007bff;
    bottom: 0;
}

.port__folio_detail {
    padding: 70px 0;
    font-family: 'Nunito', sans-serif;
}

.port__folio_detail h1 {
    font-size: 35px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 5px;
}

.port__folio_detail h1::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 30%;
    height: 3px;
    background: #EFB311;
    z-index: 1;
}

.port__folio_detail .paragraph img {
    max-width: 100%;
}

.port__folio_detail .paragraph p {
    font-size: 18px;
    font-weight: 300;
    line-height: 33px;
}

.port__folio_detail .paragraph h4 {
    font-size: 25px;
    line-height: 38px;
    padding-top: 25px;
    position: relative;
}

.port__folio_detail .paragraph h4::before {
    position: absolute;
    left: 0;
    content: '';
    width: 40%;
    height: 1px;
    background-color: #007bff;
    bottom: 0;
}

.right__content {
    font-family: 'Nunito', sans-serif;
}

.right__content h3 {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    background-color: #EFB311;
    padding: 10px 20px;
    margin-top: 20px;
    color: white;
}

.right__content h5 {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    color: #007bff;
}

.right__content h5 a {
    text-decoration: none;
}

.right__content h5::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '\f101';
    font-family: 'FontAwesome';
    font-size: 18px;
    z-index: 1;
}

.right__content h5::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: 1;
    margin-left: 20px;
    width: 0%;
    height: 1px;
    background-color: #007bff;
}

.right__content h5:hover> ::after {
    width: 100%;
}

.contact_us {
    font-family: 'Nunito', sans-serif;
}

.contact_us h1 {
    font-size: 35px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 5px;
}

.contact_us h1::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 30%;
    height: 3px;
    background: #EFB311;
    z-index: 1;
}

.contact_us .contact_us_form {
    width: calc(100% - 570px);
    float: left;
    position: relative;
}

@media only screen and (max-width: 1100px) {
    .contact_us .contact_us_form {
        float: left;
        width: 100%;
    }
}

.contact_us .contact_form {
    padding: 15px;
    position: absolute;
    top: 45%;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 18px 37.7px 15.3px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 18px 37.7px 15.3px rgba(0, 0, 0, 0.07);
    box-shadow: 0 18px 37.7px 15.3px rgba(0, 0, 0, 0.07);
}

@media only screen and (max-width: 1100px) {
    .contact_us .contact_form {
        padding: 50px 30px 20px;
        position: static;
        transform: inherit;
        width: 100%;
    }
}

.contact_us .contact_form input,
.contact_us .contact_form textarea {
    font-size: 13px;
}

.contact_us .contact_form ::placeholder {
    font-size: 13px;
}

.contact_us .contact_form label {
    margin-bottom: 0;
}

.contact_us .btn_send {
    width: 100%;
    height: 43px;
    border-radius: 40px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 12px;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.contact_us .btn_send:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.contact_us .contact_image {
    height: 100vh;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 570px;
    float: right;
    position: relative;
}

@media only screen and (max-width: 1100px) {
    .contact_us .contact_image {
        width: 100%;
    }
}

.contact_us .contact_image .contact__overlay {
    height: 100%;
    display: block;
    position: absolute;
    width: 100%;
    background: rgba(29, 29, 38, 0.7);
    top: 0;
    left: 0;
    z-index: 1;
}

.contact_us .contact_image .contact__detail {
    position: absolute;
    top: 50%;
    text-align: center;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.contact_us .contact_image .contact__detail img {
    max-width: 200px;
}

.contact_us .contact_image .contact__detail p {
    font-size: 15px;
    color: #fff;
    width: 82%;
    margin: 50px auto;
}

.scroltop {
    background-color: #efb311;
    position: fixed;
    right: 15px;
    bottom: 50px;
    z-index: 99;
    border-radius: 50%;
    animation-name: pulse;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    display: none;
    padding: 5px 10px;
    border: 1px solid #f4a340;
}

.scroltop span {
    color: white;
    font-size: 25px;
}

.scroltop:focus {
    box-shadow: none;
    outline: none;
}

footer {
    padding: 30px 0;
    background-color: #007bff;
    font-family: 'Nunito', sans-serif;
}

footer .footer {
    position: relative;
}

footer .footer .subscribe ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
}

@media (max-width: 768px) {
    footer .footer .subscribe ul {
        display: block;
    }
}

footer .footer .subscribe ul li {
    margin-right: 5px;
    list-style: none;
    display: inline-flex;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    footer .footer .subscribe ul li {
        display: block;
        margin-bottom: 10px;
        text-align: center;
        margin-right: 0;
    }
}

footer .footer .subscribe ul li input {
    border-radius: 0;
}

footer .footer .subscribe ul li input:active,
footer .footer .subscribe ul li input:focus {
    border: 1px solid #007bff;
    box-shadow: none;
    outline: none;
}

footer .footer .subscribe ul li button.btn__submit {
    border: 2px solid #efb311;
    padding: 5px 20px;
    background: #efb311;
    border-radius: 20px;
    transition: 300ms;
    font-weight: 600;
    text-transform: uppercase;
}

footer .footer .subscribe ul li button.btn__submit:hover {
    border: 2px solid #efb311;
    background: transparent;
    transition: 300ms;
}

footer .footer p {
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    color: white;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    footer .footer p {
        margin-top: 30px;
    }
}

footer .footer h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: white;
}


/*# sourceMappingURL=style.css.map */