/*-----------------------------------------------------------------
Main Style Stylesheet
Template Name  : Weba - Personal Portfolio HTML Template
Author         : NourEgy
Version        : 1.0
Primary Use    : Portfolio, Personal
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
Table Of Index
--------------------------------
1. Reset css
2. Style Css
    1- Loading Screen
    2- Navigation
    3- Home
    4- About
    5- Service
    6- Statistics
    7- Protfolio
    8- Resume
    9- Blog
    10- Instagram
    10- Contact Me
    11- Footer
-----------------------------------------------------------------*/
/*----------------------------------------------------------------
					Start Default Settings
----------------------------------------------------------------*/

/*========== All Transition Settings ==========*/
* {

    -webkit-transition: 0.4s ease-in-out;
       -moz-transition: 0.4s ease-in-out;
        -ms-transition: 0.4s ease-in-out;
         -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
}
i {
    -webkit-transition: color 0.2s ease-in-out;
       -moz-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out;
         -o-transition: color 0.2s ease-in-out;
            transition: color 0.2s ease-in-out;
}
/*========== Block Settings ==========*/
img {
    max-width: 100%;
    height: auto;
}
iframe {
    width: 100%;
    border: none;
}
a,
a:hover,
a:focus,
a:active,
button:focus {
    text-decoration: none;
    border: none;
    outline: 0;
    color: #FFF;
}
ul
ol,
li{
    list-style: none;
    margin: 0;
    padding: 0;
}
select:focus,
select:active {
    box-shadow: none;
    border: 0;
    outline: 0
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="subject"]:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
    border: 1px solid #27aabb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="subject"],
textarea {
    background: #f9f9f9;
    width: 100%;
    outline: 0;
    border-radius: 5px;
    padding: 13px 20px;
    resize: none;
    color: #020202;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #ececec;
}

textarea {
    height: 150px;
    padding-top: 20px;
}
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}
/*========== Typography Settings ==========*/
h1,h2,h3,h4,h5,h6 {
	margin: 0;
    padding: 0;
    line-height: 1;
}
h1 {
    font-size: 55px;
    font-weight: 700;
}
h2 {

    font-size: 40px;
    font-weight: 500;
}
h3 {
    font-weight: 500;
    font-size: 23px;
}

h4 {

    font-size: 23px;
    font-weight: 500;
}

h5 {
    font-size: 20px;
    font-weight: 500;
}
p {
    line-height: 28px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    color: #9b9b9b;
}
.empty-btn {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    display: inline-block;
}
.empty-btn:hover {
    border: 1px solid rgba(255, 255, 255, 0.5);
}
/*========== Spacing CSS ==========*/
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.pt-70 {
    padding-top: 70px;
}
.pb-70 {
    padding-bottom: 70px;
}
.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.pt-40 {
    padding-top: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}
.no-padding {
    padding: 0;
}
.mt-100 {
    margin-top: 100px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-70 {
    margin-bottom: 70px
}
.mt-50 {
    margin-top: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-30 {
    margin-top: 30px;
}
.mr-30 {
    margin-right: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.ml-30 {
    margin-left: 30px;
}
.mt-25 {
    margin-top: 25px;
}
.mr-25 {
    margin-right: 25px;
}
.mb-25 {
    margin-bottom: 25px;
}
.ml-25 {
    margin-left: 25px;
}
.mt-20 {
    margin-top: 20px;
}
.mr-20 {
    margin-right: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.ml-20 {
    margin-left: 20px;
}
/*========= Alignment CSS ==========*/
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}


/*========== My Classes ==========*/
.section-title {
    margin-bottom: 60px;
}

.section-title h2,
.section-title-left h2 {
    color: #27aabb;
    display: block;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 0.3px;
    font-size: 20px;
    line-height: 0.75;
    margin: 0;
}
.section-title h3,
.section-title-left h3 {
    color: #17223e;
    text-transform: capitalize;
    font-size: 50px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 30px;
}
.section-title p {
    color: #9e9e9e;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.section-title-left {
    margin-bottom: 50px;
}
.display-table {
    width: 100%;
    height: 100%;
    display: table;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.btn-one {
    cursor: pointer;
    -webkit-box-shadow: -5px 10px 30px -5px rgba(0, 0, 0, 0.2);
    box-shadow: -5px 10px 30px -5px rgba(0, 0, 0, 0.2);
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: 2;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    line-height: 51px;
    width: 170px;
    height: 51px;
    letter-spacing: 0.26px;
    background: #27aabb;
    color: #ffffff;
}
.btn-one:hover{
    background: #1c98a8;
    color: #fff;
}




.cover-background {
    position: relative !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 100%;
    width: 100%;
}
.bg-image {
    background-image: url(https://picsum.photos/id/1/1920/900);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    width: 100%;
    position: relative;
}
.overlay {
    background: linear-gradient(45deg, rgba(34, 35, 62, 0.8) 0%, hsla(238, 29%, 19%, 0.9) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.white-color {
    color: #FFF!important;
}
.gray-color {
    color: #eee !important;
}
body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 25px;
}


/*----------------------------------------------------------------
					End Default Settings
----------------------------------------------------------------*/  


/*----------------------------------------------------------------
					Start Theme Preview Index
----------------------------------------------------------------*/ 
.header-area {
    padding: 100px 0;
    background: #17223e;
}

.header-area h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1.2;
    font-size: 50px;
    margin-bottom: 20px;
    white-space: nowrap;
}

.header-area p {
    text-transform: capitalize;
    font-size: 24px;
    color: #f8f8f8;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 35px;
    font-family: 'Open Sans', sans-serif;
}
/* Start Demos */
.demos {
    padding: 100px 0 50px 0;
    background: #f8f8f8;
    text-align: center;
}


.footer-content {
    padding: 25px 0;
    background: #fff;
}

.product {
    border: 1px solid #f3f2f2;
    margin-bottom: 50px;
    overflow: hidden;
    padding: 7px;
    background: #fff;
    transition: all .5s;
}
.product:hover {
    box-shadow: 0 0 4px rgba(64, 71, 86, 0.17), 0px 4px 16px rgba(39, 170, 187, 0.33)
}
.title {
    color: #17223e;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
}
.title:hover {
    color: #27aabb;
}

/*footer index*/ 
.footer-area {
    background: #17223e;
    padding: 50px 0;
}
.footer-area .copyright {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1.7px;
    line-height: 28px;
    padding-top: 20px;
}
.footer-area .copyright a {
    color: #27aabb;
}

/*----------------------------------------------------------------
					End Theme Preview Index
----------------------------------------------------------------*/ 


/*----------------------------------------------------------------
					   Start Navbar
----------------------------------------------------------------*/
.navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.fixed-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-brand  {
    z-index: 999;
}
.navbar-brand img {
    //width: 140px;   
}
.fixed-top .navbar-brand .logo-2 {
    display: none;
}
.nav-fixed .navbar-brand .logo-1 {
    display: none;
}
.navbar-nav {
    margin-right: auto !important;
    margin-left: auto !important;
}
.navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 30px 0;
    font-family: 'Open Sans', sans-serif;
    margin: 0 20px 0 5px;
    position: relative;
    text-transform: uppercase;
}
.navbar-nav .nav-item .nav-link:before {
    position: absolute;
    content: '';
    width: 100%;
    display: table;
    height: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    bottom: 25px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #27aabb !important;
    opacity: 0;
}
.fixed-top .navbar-nav .active>.nav-link:before,
.fixed-top .navbar-nav .nav-link.active:before,
.fixed-top .navbar-nav .nav-link.show:before,
.fixed-top .navbar-nav .show>.nav-link:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    color: #27aabb !important;
    background-color: transparent;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #27aabb;
    background-color: transparent;
}
.nav-fixed .navbar-nav .active>.nav-link,
.nav-fixed .navbar-nav .nav-link.active,
.nav-fixed .navbar-nav .nav-link.show,
.nav-fixed .navbar-nav .show>.nav-link
{
    color: #27aabb !important;
    background-color: transparent;
    
}
.nav-fixed .navbar-nav .active>.nav-link:before,
.nav-fixed .navbar-nav .nav-link.active:before,
.nav-fixed .navbar-nav .nav-link.show:before,
.nav-fixed .navbar-nav .show>.nav-link:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    color: #27aabb !important;
    background-color: transparent;
}

.fixed-top .navbar-nav .active>.nav-link { 
    color: #FFF !important;
}
.nav-fixed  {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    border-bottom: 1px solid #EEE; 
    width: 100%;
}
.fixed-top .navbar-nav .active>.nav-link,
.fixed-top  .navbar-nav .nav-link.active,
.fixed-top .navbar-nav .nav-link.show,
.fixed-top  .navbar-nav .show>.nav-link
{
    color: #ffffff !important;
}

.nav-fixed .navbar-nav .nav-item .nav-link {
    color: #17223e;  
}
.navbar-toggler-icon {
    width: 1em;
    height: 1em;
}
.navbar-light .navbar-toggler {
    background-color: transparent;
    border: none;
    padding-top: 10px;
}
.navbar-toggler-icon {
    background-image: none !important;
    height: 3px;
    margin-bottom: 3px;
    display: block;
    background: #17223e;
}
.nav-fixed .navbar-toggler-icon {
    background: #17223e !important;
}

.social-media-nav {
    padding-top: 20px;
    padding-left: 0;
}
.fixed-top .social-media-nav li {
    display: inline-block;
    padding-left: 15px;
    font-size: 16px;
    color: #FFF;
    position: relative;
}
.fixed-top .social-media-nav li a {
    color: #fff !important;
    transition: .1s;
}
.fixed-top .social-media-nav li a:hover {
    color: #27aabb !important;
    transition: .1s;
}
.nav-fixed .social-media-nav li {
    display: inline-block;
    padding-left: 15px;
    font-size: 16px;
    position: relative;
}
.nav-fixed .social-media-nav li a  {
    color: #17223e !important;
    transition: .1s;
}
.nav-fixed .social-media-nav li a:hover {
    color: #27aabb !important;
    transition: .1s;
}

/*----------------------------------------------------------------
					   End Navbar
----------------------------------------------------------------*/


/*----------------------------------------------------------------
					Start Section Header  
----------------------------------------------------------------*/
.home {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    height: 100vh;
    min-height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 222;
}
/*-----------  Header 01-Home  -----------*/
.header {
    background-image: url(https://picsum.photos/id/184/1920/700);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    height: 100vh;
    min-height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 222;
}

.home .overlay {
    background: linear-gradient(45deg, rgba(34, 35, 62, 0.5) 0%, hsla(238, 29%, 19%, 0.7) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    height: 100vh;
}
.info-header {
    height: 100vh;
    min-height: 100%
}
.info-header h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1.2;
    font-size: 70px;
    margin-bottom: 20px;
    white-space: nowrap;
    
}
.info-header h1 span {
    display: block;
}
.text-header {
    text-transform: capitalize;
    font-size: 18px;
    color: #f8f8f8;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 35px;
    font-family: 'Open Sans', sans-serif;
}
.banner {
    position: relative;
    z-index: 33;
}
.info-header .play-video div.play {
    background: transparent;
    border: 3px solid #FFF;
    width: 55px;
    height: 55px;
    line-height: 50px;
    border-radius: 50px;
    position: relative;
    font-size: 16px;
    display: inline-block;
    top: 3px;
    text-align: center;
    color: #ffffff;
    margin-right: 5px;
    margin-left: 15px;

}

.play-video span {
    font-weight: 700;
}
.info-header .play-video:hover {
    color: #27aabb;

}
.info-header .play-video:hover div.play  {
    color: #27aabb;
    border: 3px solid #27aabb;
    
}
.banner-btn .btn-one {
    background: #27aabb;
    color: #fff;
}
.banner-btn .btn-one:hover {
    background: #fff;
    color: #27aabb;
    border: none;

}


.text-left {
    text-align: left !important;
}
text-right {
    text-align: right !important;
}

/*----------------------------------------------------------------
					End Section  Header 
----------------------------------------------------------------*/

/*----------------------------------------------------------------


/*----------------------------------------------------------------
                        Start Section Blog
----------------------------------------------------------------*/

.blog {
    background-color: #ffffff;
}
.blog-item {
    margin-bottom: 30px;
}
.blog-img {
    overflow: hidden;
}

.blog-item:hover a img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.blog-img {
    position: relative;
}
.blog-info {
    background: #fff;
    padding: px 35px;
    z-index: 1;
    position: relative;
    border: 1px solid #EEE;

}
.blog-item:hover blog-info {
    border: 1px solid transparent;
}
.date {
    padding-left: 0;
}
.date li {
    display: inline-block;
    padding-right: 15px;
}
.date li a {
    color: #27aabb;
}
.date li a:hover {
    color: #27aabb;
}
.date li span {
    padding-right: 5px;
}

.blog-info .title-post a h5 {
    display: block;
    color: #17223e;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 18px;
    text-transform: uppercase;
    margin-top: 20px; 
}
.blog-item a h5:hover {
    color: #27aabb;
}

.blog-info .post-text  {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f1f1f1;
    letter-spacing: 0.3px
}
.blog-info .post-text p {
    margin-bottom: 0;
}
.blog-info .date {
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 12px;
    margin: 0 0 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.author img {
    float: left;
    height: 35px;
    width: 35px;
    margin-right: 15px;
    border-radius: 50%;
    border: 2px solid #27aabb;
}
.author .inner-author {
    padding-top: 5px;
    font-weight: 600;
    overflow: hidden;
}
.author .inner-author a {
    color: #27aabb;
    font-weight: 700;
}
.author .inner-author a:hover {
    color: #1d9dad;
}
/*----------------------------------------------------------------
                        End Section Blog 
----------------------------------------------------------------*/

/*----------------------------------------------------------------
                        Start Footer
----------------------------------------------------------------*/
footer {
    //background-image: url(../images/background/bg-footer.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    position: relative;

    
}
footer .overlay {
    background: linear-gradient(45deg, rgba(34, 35, 62, 0.97) 0%, hsla(238, 29%, 19%, 0.97) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer h2 {
    margin-bottom: 30px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}
.footer-row {
    margin-bottom: 20px;
}



.footer-bar {
    z-index: 3;
    position: relative;
    background: #21223a;
}

footer .copyright {
    font-weight: 500;
    font-size: 14px;
    color: #f4f7fd;
    letter-spacing: 1.7px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
footer .copyright a {
    color: #27aabb;
    font-weight: 700;
}

/* Scroll Top */
.scroll-up {
    position: fixed;
    bottom: 70px;
    right: 20px;
    background: #27aabb;
    color: #FFF;
    width: 35px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    z-index: 10; 
    display: none;
}

.scroll-up:hover {
    background: #1c98a8;
}

/*----------------------------------------------------------------
                        End Footer
----------------------------------------------------------------*/

/*----------------------------------------------------------------
                        Start Blog Pages
----------------------------------------------------------------*/
.breadcrumb-area {
    padding-top: 250px;
    padding-bottom: 150px;
    background-image: url(https://picsum.photos/id/478/1920/600);
    position: relative;
    z-index: 0;
    background-size: cover;
    background-position: center;
}
.breadcrumb-area .overlay {
    background: linear-gradient(45deg, rgba(34, 35, 62, 0.5) 0%, hsla(238, 29%, 19%, 0.7) 100%);
}
.breadcrumb-area h1 {
    color: #FFF;
    text-transform: capitalize;
    font-size: 50px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 30px;
}
.breadcrumb-area ul {
    padding-left: 0;
}
.breadcrumb-area .page-list li {
    display: inline-block;
    position: relative;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #eee;
}
.breadcrumb-area .page-list li:first-child a {
    padding-left: 0;
}
.breadcrumb-area .page-list li:first-child a:hover {
    color: #27aabb;
}

.blog-area {
    background: #f8f8f8;
}
.blog-pagination {
    margin-top: 20px;
    margin-bottom: 50px;
}
.blog-pagination .pagination li {
    margin-right: 10px;
}
.blog-pagination .pagination li a.page-link {
    background-color: transparent;
    font-size: 20px;
    color: #9b9b9b;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    display: block;
    border: 2px solid #EEE;
}
.pagination li a.page-link.active,
.pagination li a.page-link:hover {
    background: #27aabb;
    border: 2px solid #27aabb;
    color: #FFF;
}





.widget-profile {
    padding: 30px;
    background: #FFF;
}
.widget-profile h4 {
    line-height: 20px;
    text-transform: uppercase;
    color: #17223e;
    font-weight: 700;
    font-size: 18px;
}

.widget-profile span {
    font-weight: 600;
    line-height: 20px;
    color: #27aabb;
    display: block;
    font-size: 14px;
    margin: 5px 0 10px;
    
}
.widget-profile p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 26px;
}

.footer-profile {
    text-align: center;
    background: #FFF;
    border-top: 1px solid #EEE;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
}

.footer-profile li  {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
.footer-profile li a {
    font-size: 16px;
    color: #9b9b9b;
    opacity: .8;
}
.footer-profile li a:hover {
    color: #27aabb;
    transition: .1s;
    opacity: 1;
}


.widget-newsletter {
    background: #FFF;
}
.title-widget {
    padding: 20px 30px;
    background: #f9fffe;
    border-bottom: 1px solid #f2f3f3;
}
.title-widget h4 {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 13px;
    color: #17223e;
}
.widget-newsletter {
    padding: 30px;
}

.widget-newsletter p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 26px;
}


.newsletter  {
    
}
.form-group {
    position: relative;
}
.widget-newsletter input[type="email"],
.widget-search input[type="text"] {
    background: #f9fffe;
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 13px 50px 13px 15px;
    border: 1px solid rgba(39, 170, 187, 0.19);
    border-radius: 5px;
    color: #17223e;
}
.widget-newsletter .btn-newsletter,
.widget-search .btn-search {
    padding: 0;
    box-shadow: none;
    position: absolute;
    cursor: pointer;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    background: #27aabb;
    border-radius: 0px 5px 5px 0px;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-top: 1px solid rgba(255,255,255,0.09);
    border-right: 1px solid rgba(255,255,255,0.09);
    border-bottom: 1px solid rgba(255,255,255,0.09);
    border-left: none;
}
.blog-news {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.blog-img {
    width: 100px;
}

.blog-img img {
    width: 100px;
}

.blog-title {
    padding: 0 0 0 15px;
}

.blog-title a {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    transition: all .3s;
}

.blog-title a:hover {
    color: #FF6F61;
}
.widget-posts {
    padding: 30px;
    background: #FFF;
    
}
.widget-posts .inner-text h6 {
    color: #17223e;
}
.widget-posts .lastet-posts {
    border-bottom: 1px solid #f1f1f1;
}
.widget-posts .lastet-posts:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.widget-posts .inner-text h6:hover {
    color: #27aabb;
}
.categories-list {
    background: #FFF;
    padding-left: 0;
}

.categories-list li a {
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 30px;
    display: block;
    line-height: 15px;
    text-transform: uppercase;
    color: #9b9b9b;
    
}
.categories-list li a i {
    opacity: 0.5;
    padding-right: 5px;
}
.categories-list li a:hover {
    color: #27aabb;
}


.tags-list {
    padding: 30px;
    background: #FFF;
}
.tags-list li {
    display: inline-block;
}
.tags-list li a {
    display: inline-block;
    border: 1px solid rgba(165, 162, 162, 0.07);
    background: #f8f8f8;
    font-size: 14px;
    padding: 9px 10px;
    font-weight: 500;
    line-height: 1;
    color: #9b9b9b;
    margin-right: 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.tags-list li a:hover {
    background: #27aabb;
    color: #FFF;
}


.widget-search {
    padding: 30px; 
    background: #FFF;
}


/* Start Single Blog */
.single-blog .blog-info {
    border: none;
}
.single-blog .blog-img img {
    width: 100%;
}
.single-blog .post-text p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 28px;
}
.single-blog .post-text p:last-child {
    margin-bottom: 0;
}
.author {
    overflow: hidden;
}

.person {
        padding-left: 120px;
}
.person h5 {
    display: block;
    color: #17223e;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-transform: capitalize;
    margin-bottom: 5px;
}


.person .time {
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 12px;
    margin: 0 0 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.person p {
    margin-bottom: 10px;
}
.person a {
    color: #27aabb;
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.person a:hover {
    color: #17223e;
}


.title-add {
    padding: 20px 30px;
    background: #f9fffe;
    border-bottom: 1px solid #f2f3f3;
}
.title-add h4 {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 13px;
    color: #17223e;
}

