/* GENERAL STYLES */

html{
    direction: rtl;
}

body{
    background-color: #f5f8fa;
    font-family: 'Changa', sans-serif;
}
body.home{@
    overflow-x: hidden;
}
::selection {
    color: #fff;
    background:#2d3e50;
}
::marker{
    color: transparent;
}

/* CUSTOM STYLES*/
.ads-container{
    text-align: center;
    padding: 5px;
    margin: 10px 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #efe6e6
}
.line-after:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 50%;
    height: 3px;
    background-color:#2d3e50;
}
.line-after:before{
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 50%;
    height: 3px;
    background-color:#00A4BD;
}

.blue-background{
    background-color:#00A4BD;
    color: #333;
}

.col-md-6{
    padding-right: 0;
}

.single-websites .crunchify-social,
.single-courses .crunchify-social,
.single-languages .crunchify-social,
.page-id-2319 .crunchify-social{
    display: none;
}

.wp-block-search__label{
    font-size: 30px;
}

/* PAGE NOT FOUND */
.page-not-found img{
	margin-top: 50px;
	margin-bottom: 30px;	
	width: 600px;
	height: auto;
}

.page-not-found h3{
	font-size: 55px;
	color: #777;
	font-weight: bold
}

.page-not-found p{
	margin: 20px 0;
	font-size: 30px;	
	color: #777;	
}

/* HEADER STYLES */
.navbar {
    padding: 0px;
    background-color: #fff;
    border-bottom: 2px solid #f6f9f9
}


.navbar .navbar-wrapper .navbar-brand img{
    width: 150px;
    height: 70px;
}
.navbar-collapse .navbar-nav{
    padding-left: 4%;
}
.navbar-collapse .navbar-nav .nav-link{
    font-size: 18px;
    margin: 0 10px;
    color:#fff;
    font-weight: 500;
}
.home .navbar-collapse .navbar-nav .nav-link{
    color:#fff;
    text-shadow: 1px 2px 1px #2d3e50;
}

.navbar-collapse .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show {
    color:#ff7a59;
}
.navbar-expand-lg .navbar-nav li:last-of-type a {
    background-color:#00A4BD ;
    color:#f7f1f1;
    padding: 6px 32px;
    border-radius: 20px;
    margin-left: 30px;
    border-bottom: 6px solid #0e7f90;
}
.navbar-collapse .navbar-nav .nav-link:last-of-type a:hover{
    color: #ff7a59;
}

/* HOME PAGE */
.background-cover{width: 100%;background: url('../../images/cover.svg');background-position: center;background-attachment: fixed;background-repeat: no-repeat;background-size: cover;}
.background-cover{
    min-height: 100%;
    position: relative;
}
.navbar{width: 100%;background-color: #2d3e50;}

.home-cover {
    padding: 110px 0;
}
.home-cover .home-cover-left{
    text-align: right;
}
.home-cover .home-cover-left .home-title{
    padding: 50px 0;
    color:#eff2f5;
    line-height: 1.5;
    text-shadow: 1px 2px 1px #2d3e50;
    font-size: 39px;
}
.home-cover .home-cover-left span{
    color:#2d3e50;
    padding: 0 0 0 20px;
}
.home-cover .home-cover-left a{
    background-color: #f7f1f1;
    color: #2d3e50;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 20px;
    border-bottom: 6px solid #727575d1;
    text-shadow: 1px 2px 1px #98aec5;
    font-size: 23px;
    margin: 0 10px;
}
.home-cover .home-cover-left a:last-of-type{
    background-color:#2d3e50;
    border-bottom: 6px solid #060838f5;
    color:#fff;
}
.home-cover .home-cover-right img{
    width: 630px;
    height: 100%;
}

/* SOCIAL MEDIA */
.social-media{
    text-align: center;
    background-color: #2d3e50;
    padding-bottom: 20px;
    border-bottom: 7px solid #021931;
    overflow: hidden;
}
.social-media .social-media-icons i{
    font-size: 50px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}
.social-media .social-media-icons i:hover{
    transform: scale(0.9);
}


/* BLOG PAGE */
.blog-page{
    padding: 50px 0;
}
.blog-page .blog-info .blog-info-title span{
    position: relative;
    color: #607373;
    letter-spacing: 2.3px;
    padding-bottom: 10px
}
.blog-page .blog-info .blog-info-desc{
    
    margin: 70px 0 20px 0;
    background-color: #fff;
}

.blog-page .blog-info .blog-info-desc .icon i{
    font-size: 75px;
    color: #fff;
    padding-top: 12px;
}
.blog-page .blog-info .blog-info-desc .desc{
    font-size: 1.25rem;
    font-weight: 400;
    padding: 15px;
    text-align: right;
}
.blog-page .blog-posts {
    margin: 25px 0;
}
.blog-page .blog-posts .blog-post {
    margin: 25px 0px;
    box-shadow: 6px 10px 13px #1b161624;
}
.blog-page .blog-posts .blog-post .blog-img{
    width: 100%;
    height: 350px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.blog-page .blog-posts .blog-post .blog-img img{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    transition: all .5s ease-in-out;
}
.blog-page .blog-posts .blog-post .blog-img:hover img,
.blog-page .blog-posts .blog-post .blog-img:focus img {
    transform: scale(1.3) rotate(10deg);
}
.blog-page .blog-posts .blog-post .blog-img:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00ddff42;
    
}
.blog-page .blog-posts .blog-post .blog-img .blog-post-category{
    color:#fff;
    padding: 10px;
    position: absolute;
    left: 15px;
    top: 30px;
    background-color:#2d3e50;
    border-radius: 20px;
    font-weight: 600;
}
.blog-page .blog-posts .blog-post .blog-img .blog-post-category a{
    color:#fff;
}

.blog-page .blog-posts .blog-post .post-title{
    background-color: #fff;
    padding: 0 10px 10px;
    text-align: center;
    border-bottom: 8px solid #2d3e50;

}
.blog-page .blog-posts .blog-post .post-title a{
    color: #303035e0;
    font-size: 26px;
}

.blog-page .blog-sidebar{
    background-color: #fff;
    box-shadow: -6px 10px 13px #1b161624;
    height: 2000px;
    margin: 40px 15px 40px 20px;
    text-align: center;
}
.blog-page .blog-sidebar h4{
    background-color:#00A4BD;
    padding: 10px;
    color: #fff;
}
.blog-page .blog-pagination .navigation .nav-links a,.blog-page .blog-pagination .navigation .nav-links span{
    background-color:#00A4BD;
    color:#FFF;
    padding: 10px 30px;
    border-radius: 20px;
}
.blog-page .blog-pagination .navigation .nav-links span{
    background-color: #ff7a59;
}
.blog-page .blog-pagination .screen-reader-text{
    display: none;
}

.bottom-widget{
    margin: 75px 0 20px 0;
    background-color: #00a4bd;
    box-shadow: 3px 3px 6px #d6cece, -3px -3px 6px #d6cece;
    border: 3px solid #2d3e50;
}

.bottom-widget .bottom-widget-title{
    background-color:#2d3e50;
    color: #fff;
    padding: 10px;
    margin-bottom: 30px;
}
.bottom-widget .bottom-widget-content{
    display: flex;
    padding: 20px;
}
.bottom-widget .bottom-widget-content .bottom-sidebar-widget{
    margin: 5px;
    width: 33.33333%;
    background-color:#47b5c5;
    padding: 10px;
}
.bottom-widget .bottom-widget-content .bottom-sidebar-widget:last-of-type{
    border: none;
}
.bottom-widget .bottom-widget-content .bottom-sidebar-widget ul{
    list-style: none;
    text-align: right;
}
.bottom-widget .bottom-widget-content .bottom-sidebar-widget ul li a{
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.bottom-widget .bottom-widget-content .bottom-sidebar-widget ul li a:hover{
    padding-left: 8px;
    color: #2d3e50;
}

.bottom-widget .bottom-widget-content .bottom-sidebar-widget .bottom-sidebar-title{
    display: inline-block;
    padding: 8px;
    background-color:#f7f1f1;
    border-radius: 30px;
    margin: 15px 0;
    color: #2d3e50;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 6px solid #b9c8ca;
}

/* BREADCRUMB */
.breadcrumb{
    background-color: #fff;
    margin: 10px 0;
    font-size: 20px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.24);
}
.breadcrumb a{
    color:#00A4BD;
}

/* SINGLE POST */
.single-posts-page{
    margin: 80px 0;
    text-align: right
}
.single-posts-page .main-post{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.24);
}
.single-posts-page .main-post .above-main-post{
    background-color:#00A4BD;
    padding: 10px;
    color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.single-posts-page .main-post .above-main-post span a{
    color: #fff;
}
.single-posts-page .main-post .above-main-post i{
    color:#2d3e50;
    padding: 0 5px;
}
.single-posts-page .main-post .post-title{
    font-size: 30px;
    padding: 8px;
    color: #353030c7;
}
.single-posts-page .main-post .post-image img{
    width: 100%;
    height: 500px;
}
.single-posts-page .main-post .post-content{
    padding: 15px;
    font-size: 20px;
    line-height: 1.6;
}
.single-posts-page .main-post .tag-list span{
    background-color:#00A4BD;
    color: #fff;
    padding: 8px;
    border-radius: 10px;
    margin-left: 15px;
    font-weight: 600;
}
.single-posts-page .main-post .tag-list{
    padding: 0 15px;
}
.single-posts-page .main-post .tag-list p {
    display: inline-block;
    margin-left: 15px;
}
.single-posts-page .main-post .tag-list p a{
    background-color:  #ff7a59;
    color:#fff;
    padding: 8px;
    display: inline-block;
    border-radius: 10px;
    font-weight: 600;
}

/* SHRING BUTTONS */
.crunchify-link {
    padding: 2px 8px 4px 8px;
    color: white;
    font-size: 12px;
    border-radius: 2px;
    margin-right: 2px;
    cursor: pointer;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    margin-top: 2px;
    display: inline-block;
    text-decoration: none;
}
.crunchify-link:hover,.crunchify-link:active {
    color: white;
}

.crunchify-twitter {
    background: #00aced;
}

.crunchify-twitter:hover,.crunchify-twitter:active {
    background: #0084b4;
}

.crunchify-facebook {
    background: #3B5997;
}

.crunchify-facebook:hover,.crunchify-facebook:active {
    background: #2d4372;
}

.crunchify-buffer {
    background: #444;
}

.crunchify-buffer:hover,.crunchify-buffer:active {
    background: #222;
}

.crunchify-pinterest {
    background: #bd081c;
}

.crunchify-pinterest:hover,.crunchify-pinterest:active {
    background: #bd081c;
}

.crunchify-linkedin {
    background: #0074A1;
}

.crunchify-linkedin:hover,.crunchify-linkedin:active {
    background: #006288;
}

.crunchify-social {
    margin: 20px 0px 25px 0px;
    font-size: 12px;
    text-align: center;
}
.crunchify-social h5 {
    display: inline-block;
    margin: 2px 8px 0 8px;
    background-color: rgb(228, 233, 224);
    padding: 5px;
    border: 2px solid;
    border-radius: 5px;
}
.crunchify-social a {
    font-size: 20px;
    border-radius: 5px;
}

/* POST NAVIGATION */
.post-navigation{
    background-color: #fff;
    margin: 5px 0;
    border-radius: 8px;
    padding: 5px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.24);
    overflow: hidden;
    color: #fff;
}
.post-navigation a{
    font-size: 18px;
    width: 40%;
    color: black;
}
.post-navigation a:first-of-type{
    float: left;

}
.post-navigation a:last-of-type{
    float: right;
}

.page-template-default .post-navigation{
    display: none;
}

/* SINGLE PAGE OTHER POSTS */
.other-posts{
    margin: 50px 0;
}
.other-posts .read-also-title{
	color: #fff;
	border: 2px solid#00A4BD;
	padding: 10px;	
	border-radius: 30px;	
	background-color:#00A4BD;
	display: block;
	font-size: 20px;
	text-align: center;
	transition: all .3s ease-in-out
}

.other-posts .post-content .fa-book{
	padding-right: 10px ;
	color: #8d84a0 ;
	font-size: 20px;

}

.other-posts .read-also{
	padding-right: 0;
	margin-top: 15px;
}

.other-posts .read-also li {
	border: 1px solid#2d3e50;
	border-radius: 20px;
	padding: 5px;
	margin: 8px 0;
    font-weight: normal;
    background-color: #fff;
    
}

.other-posts .read-also li a,
.other-posts .read-also li a i{
    color: #2d3e50;
    padding: 0 5px;
}

.other-posts .read-also li a{
	text-decoration: none;
    transition: all .3s ease-in-out;
    font-size: 20px;
}

.other-posts .read-also li a:hover {
    padding-left: 20px;
}

/* MAIN SIDEBAR */
.main-post-sidebar .main-sidebar-widget-content ul{
    background-color: #fff;
    border-top: 2px solid#00A4BD;
    margin-bottom: 40px;
    margin-top: 8px;
    padding: 8px 30px;
    list-style-type: circle;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.24);
}
.main-post-sidebar .main-sidebar-widget-content{
    margin-bottom: 30px;
    border: 0;
    background-image: url('../../images/sidebar.svg');
    background-repeat: no-repeat;
    display: block;
    position: relative;
    text-align: left;
}
.main-post-sidebar .main-sidebar-widget-content ul li a{
    color: #000;
}
.main-post-sidebar .main-sidebar-widget-content .main-sidebar-widget-title{
    background-color: #00A4BD;
    padding: 6px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin:4px 0 0 7px;
    display: inline-block;
    width: 80%;
    position: relative;
}


.main-post-sidebar .main-sidebar-widget-content img{
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.main-post-sidebar .main-sidebar-widget-content .tagcloud{
    background-color: #fff;
    padding: 5px;
    margin: 8px 0;
    border-top: 2px solid#2d3e50;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.24);
}
.main-post-sidebar .main-sidebar-widget-content .tagcloud a{
    font-size: 16px!important;
    background-color:  #ff7a59;
    color:#fff;
    padding: 5px;
    border-radius: 13px;
    margin: 5px;
    display: inline-block;
}

/* CATEGORY PAGE */
.category-page .category-description{
    font-size: 25px;
    padding: 5px;
}
.category-page .category-header{
    margin: 80px 0;
}
.category-page .category-header .category-header-title{
    background-color: #00A4BD;
    padding: 10px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.category-page .category-posts{
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.24);
    margin: 20px 0;
}
.category-page .category-posts .post-title a{
    color: #000;
    padding: 20px;
    font-size: 27px;
}
.category-page .category-posts .category-imgs img{
    max-width: 100%;
    height: 300px;
}

/* DEFAULT PAGE */
.page .page-title{
    background-color:#00A4BD;
    text-align: center;
    color: #fff;
    padding: 8px;
}

/* COURSES PAGE */
.courses-page .courses-page-header,
.websites-page .websites-page-header{
    margin: 50px 0;
}
.courses-page .courses-page-header .courses-page-title,
.websites-page .websites-page-header .websites-page-title{
    display: inline-block;
    position: relative;
    font-size: 45px;
    color: #545451;
    text-transform: uppercase;
    padding-bottom: 10px
}
.courses-page .courses-page-header .courses-page-desc,
.websites-page .websites-page-header .websites-page-desc{
    text-transform: capitalize;
    font-size: 25px;
    padding: 15px 0;
    color: #615757;
}
.courses-page .courses-page-body .courses-content .course-logo{
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.24);
    transition: all 0.3s ease-in-out;
    border-top: 10px solid#00a4bd;
}
.courses-page .courses-page-body .courses-content .course-logo:hover{
    transform: translateY(-10px);
}
.courses-page .courses-page-body .courses-content .course-logo  img{
    width: 80%;
    height: auto;
}
.courses-page .courses-page-body .courses-content .course-summary{
    text-align: center;
    background-color:#2d3e50;
    padding: 5px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.24);
}
.courses-page .courses-page-body .courses-content .course-summary .course-title a{
    font-size: 25px;
    color: #fff;
}

/* WEBSITES PAGE */
.websites-page-body .main-post{
    margin: 50px 0;
    overflow: hidden;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    box-shadow:0 0 5px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.24);
    text-align: right
}
.websites-page-body .main-post h2{
    background-color:#00A4BD;
    margin: 0;
    padding: 15px
}
.websites-page-body .main-post h2 a{
    color: #fff;
    font-size: 32px;
   
}
.websites-page-body .main-post h2 i{
    color: #fff;
    position: absolute;
    left: 25px;font-size: 40px
}
.websites-page-body .main-post .website-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    text-align: center;
    line-height: 200px;
    background-color:#00a4bd1c
}
.websites-page-body .main-post .website-img img{
    width: 60%;
    height: 60%
}
.websites-page-body .website-details{
    padding-right: 25px;
}
.websites-page-body .website-details p{
    font-size: 18px;
    margin: 0 0 5px 0;
    color:#2d3e50
}
.websites-page-body .website-details span{
    background-color:#00A4BD;
    padding: 8px;
    font-size: 16px;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px
}
.websites-page-body .website-details a{
    position: absolute;
    left: 38%;
    bottom: 20px;
    background-color:#00A4BD;
    color: #fff;
    border-radius: 30px;
    overflow: hidden;
    font-size: 20px;
    padding: 0 0 0 10px
}
.websites-page-body .website-details a i{
    padding: 15px;
    background-color:#2d3e50;
    border-radius: 50%;
    color:#fff;
    font-size: 20px
}

/* SINGLE POST */
.single-posts{
    margin:125px 0 80px 0
}
.single-posts .single-main-post .post-content{
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.24);
}
.single-posts .single-main-post .website-content h1,
.single-posts .single-main-post .course-content h1,
.single-posts .single-main-post .language-content h1{
    background-color: #00a4bd;
    padding: 10px;
    text-align: center;
    color: #fff;
    margin: 0;
}
.single-posts .single-main-post .go-to-link{
    background-color: #2d3e50;
    padding: 15px;
}
.single-posts .single-main-post .go-to-link a{
    color: #fff;
    font-size: 25px;
}
.single-posts .post-pagination{
    text-align: center;
    margin: 50px 0;
}

.single-posts .post-pagination a{
    background-color: #2d3e50;
    color: #fff;
    padding: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 10px
}
.single-posts .post-pagination span{
    background-color: #00a4bd;
    color: #fff;
    padding: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0 15px
}

/* SUBSCRIBE PAGE */
.subscribe-page{
    text-align: center;
    margin: 90px 0;
}
.subscribe-page .subscribe-page-title,
.tools-page .tools-page-header-title{
    background-color: #ff7a59;
    display: inline-block;
    padding: 8px 20px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    color: #fff;
    border-bottom: 6px solid #e06649;
    margin-bottom: 40px;
    font-size: 33px;
}
.subscribe-page .subscribe-page-desc,
.tools-page .tools-page-header-desc{
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 60px;
    text-shadow: 1px 1px 0px #2d3e50;
}
.subscribe-page .subscribe-page-icons{
    background-color: #00a4bd;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
}
.subscribe-page .subscribe-page-icons i{
    display: block;
    font-size: 60px;
    color: white;
    text-shadow: 1px 1px 1px #2d3e50;
}
.subscribe-page .subscribe-page-icons span{
    font-size: 27px;
    color: white;
    text-shadow: 1px 1px 1px #2d3e50;
    text-transform: capitalize;
}
.subscribe-page .newsletter{
    margin: 100px 0;
    padding: 50px;
    border: 3px solid #021931;
    background-color: #fff
}

/* SITEMAP PAGE */
.sitemap-page .sitemap-content{
    margin: 135px 0 100px 0;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.24);
    text-align: right;
}
.sitemap-page .sitemap-content .sitemap-page-title{
    text-align: center;
    background-color:  #e06649;
    padding: 5px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px  #2d3e50;
    margin-bottom: 70px;
}
.sitemap-page .sitemap-content span{
    font-size: 20px;
    padding: 4px 17px;
    border: 3px solid #e06649;
    border-radius: 50%;
    background-color: #2d3e50;
    font-weight: bold;
    color: #ffffff;
    position: relative;
}
.sitemap-page .sitemap-content .sitemap-content-title{
    background-color: #00a4bd;
    display: inline-block;
    padding: 8px 15px;
    border-bottom: 6px solid #0e7f90;
    margin-top: -8px;
    border-radius: 15px;
    color: #fff;
    margin-bottom: 20px;
}
.sitemap-page .sitemap-content .sitemap-content-body{
    margin-bottom: 40px;
}
.sitemap-page .sitemap-content .sitemap-content-body h3 a{
    font-size: 20px;
    color: #2d3e50;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.sitemap-page .sitemap-content .sitemap-content-body h3 a:before{
    content:'';
    position: absolute;
    background-color: #fff;
    width: 10px;
    height: 10px;
    border: 2px solid #2d3e50;
    border-radius: 50%;
    right: -20px;
    top: 40%;
}

.sitemap-page .sitemap-content .sitemap-content-body h3 a:hover{
    padding-left: 20px;
}

/* MY TOOLS PAGE */
.tools-page{
    margin: 100px 0;
}
.tools-page .post-content{
    background-color: #fff;
    padding: 10px;
    border-top: 6px solid #00a4bd;
    border-bottom: 6px solid #00a4bd;
    font-size: 22px;
    box-shadow:  0 0 5px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.24);
}
.tools-page .post-content img{
    max-width: 300px;
    max-height: 300px;
}

/* SEARCH PAGE */
.search-page{
    margin: 100px 0;
}
.search-page .search-result-title{
    background-color: #ff7a59;
    padding: 8px;
    text-align: center;
    color: #fff;
}
.search-page .page-body .page-title a{
    background-color: #fff;
    padding: 8px;
    margin: 20px 0;
    color: #2d3e50;
    font-size: 23px;
    display: block;
    box-shadow:  0 0 5px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.24);
}

/* ABOUT US SECTION */
.about-us{
    padding: 90px 0 40px;
    background-color: #fff;
}
.about-us .about-us-title,
.languages .languages-title,
.latest-articles .latest-articles-title{
    color: #141517;
    font-size: 42px;
    display: inline-block;
    margin-bottom: 80px;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #04040429;
}
.about-us .about-us-title span,
.languages .languages-title span,
.latest-articles .latest-articles-title span{
    padding: 3px 8px;
    background-color: #00a4bd;
    color: #fff;
    border-radius: 10px;
    border-bottom: 6px solid #0e7f90;
    font-size: 22px;
    margin: 0 10px;
}

.about-us .about-us-desc .about-us-icons i{
    display: inline-block;
    font-size: 55px;
    background-color:#2d3e50;
    color: #f5f8fa;
    border-radius: 50%;
    padding: 21px 14px;
    transition: all 0.3s ease-in-out;
}

.about-us .about-us-desc .about-us-icons i:hover{
    transform: rotate(360deg);
}

.about-us .about-us-desc .about-us-icons span{
    font-size: 20px;
    display: block;
    background-color: #f5f8fa;
    margin: 10px 0;
    padding: 5px;
    text-transform: capitalize;
    color: #2d3e50;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.12), 0 1px 3px 0 rgba(0,0,0,.24);
    border-bottom: 7px solid #2d3e50;
}
.moocsdeals-search{
    margin: 50px 200px;
}
.moocsdeals-search .search-input{
    width: 30%;
    padding: 5px;
    border: 2px solid #00a4bd;
    border-radius: 30px;
    background-color: #f5f8fa;
}

.moocsdeals-search .submit-input{
    background-color: #00a4bd;
    border-radius: 30px;
    border: none;
}

/* MAIN NEWSLETTER */
.main-newsletter{
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.12), 0 1px 3px 0 rgba(0,0,0,.24);
    padding: 50px 0;
    text-align: center;
}

.main-newsletter .main-newsletter-title{
    padding: 8px;
    background-color: #00a4bd;
    color: #fff;
    border-radius: 10px;
    border-bottom: 6px solid #0e7f90;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    display: inline-block;
}
.main-newsletter .main-newsletter-desc{
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.6;
    text-transform: capitalize;
}
.main-newsletter .main-newsletter-widget{
    margin:0 30px;
    border: 3px solid  #00a4bd;
    border-radius:8px ;
    background-position: center;
    text-align: center;
    padding: 10px;
    height: 210px;
}

/* ONLINE COURSES SECTION */
.moocs-platforms{
    /* background-color: #2d3e50; */
    background: url('../../images/moocs-platforms-cover2.svg');
    /* background-position: center; */
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 8px solid #1a2b3e;
    border-top: 8px solid #1a2b3e;
    padding-bottom: 50px;
    width: 100%;
}
.moocs-platforms .moocs-platforms-title{
    margin: 50px 0 30px 0;
    color: #fff;
    background-color: #00a4bd;
    display: inline-block;
    padding: 8px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    text-transform: uppercase;
    border-bottom: 6px solid #0e7f90;
}
.moocs-platforms .moocs-platforms-desc{
    color:#fff;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.moocs-platforms ul{
    margin-top: 40px;
    text-align: left;
    list-style: none;
    text-transform: uppercase;
    color: #2d3e50;
}
.moocs-platforms ul li{
    display: inline-block;
    background-color:  #00a4bd;
    color: #fff;
    padding: 5px 10px;
    margin: 8px 10px;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}
.moocs-platforms ul li:hover,
.moocs-platforms ul li:last-of-type{
    
    background-color:#fff;
    color: #2d3e50;
}
.moocs-platforms .moocs-platforms-go img{
    display: block;
    width: 550px;
    height: 230px;
    margin-bottom: 20px;
}
.moocs-platforms .moocs-platforms-go a{
    background-color: #fff;
    color: #2d3e50;
    padding: 6px;
    border-radius: 30px;
    border-bottom: 7px solid #00a4bd;
    font-size: 20px;
}

/* LANGUAGES SECTION */
.languages{
    margin: 50px 0 100px
}
.languages .language-content{
    background-color: #fff;
    margin: 15px 0;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.12), 0 1px 3px 0 rgba(0,0,0,.24);
}
.languages .language-content .language-title{
    background-color: #2d3e50;
    padding: 8px;
}
.languages .language-content .language-title a{
    color: #fff;
}
.languages .language-content .language-image{
    padding: 10px;
}
.languages .language-content .language-image img{
    width: 180px;
    height: 150px;
    transition: all 0.3s ease-in-out;
}
.languages .language-content .language-image img:hover{
    transform: rotate(360deg);
}

/* ONLINE COURSES SECTION */
.online-courses{
    background-color: #00a4bd;
    color: #fff;
    border-top: 8px solid #2d3e50;
    position: relative;
}
.online-courses i{
    content:'';
    position: absolute;
    right: 50px;
    top: 0;
    width: 55px;
    height: 60px;
    background-color: #2d3e50;
    text-align: center;
    font-size: 36px;
    padding-top: 7px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom: 5px solid #f5f8fa;
}
.online-courses img{
    width: 300px;
    height: 300px;
}
.online-courses .online-courses-title{
    display: block;
    text-align: center;
    margin: 45px 0 30px;
    text-transform: uppercase;
    color:#f7f1f1;
    font-size: 43px;
    text-shadow: 1px 1px 2px #0e0e0e;

}
.online-courses .online-courses-title span{
    background-color: #2d3e50;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 22px;
    color:#f7f1f1;
}

.online-courses ul{
    margin-top: 50px;
}
.online-courses ul li p{
    display: inline-block;
    background-color: #f7f1f1;
    color: #2d3e50;
    padding: 3px 8px;
    border-radius: 7px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    margin-right: 10px
}
.online-courses ul li p:hover{
    transform: translateY(-8px);
}
.online-courses ul li span{
    display: inline-block;
    background-color: #2d3e50;
    padding: 3px 13px;
    border-radius: 50%;
    margin-right: 10px;
}
.online-courses .courses-page-link{
    display: block;
    text-align: center;
    background-color: #2d3e50;
    padding: 10px 20px;
    color: #fff;
    font-size: 25px;
    border-bottom: 7px solid #132c46;
}

.online-courses .row{
	margin-left:0;
}

/* LATEST ARTICLES SECTION */
.latest-articles{
    background-color: #fff;
    padding: 60px 0
}
.latest-articles .latest-articles-content{
    background-color: #f5f8fa;
    padding: 5px;
    border-top: 10px solid #2d3e50;
    margin-bottom: 40px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.24);

}
.latest-articles .latest-articles-content a{
    color: #2d3e50;
    text-decoration: none;
   
}
.latest-articles .latest-articles-content .latest-articles-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.latest-articles .latest-articles-content .latest-articles-image img{
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
    transition: all .5s ease-in-out;
    overflow: hidden;
}
.latest-articles .latest-articles-content .latest-articles-image img:hover{
    transform: scale(1.3) rotate(10deg);
}
.latest-articles .latest-articles-content .latest-articles-post-title{
    font-size: 20px;
}
.latest-articles .blog-page-link{
    display: inline-block;
}
.latest-articles .blog-page-link{
    background-color: #00a4bd;
    color: #fff;
    padding: 3px 10px;
    border-radius: 8px;
    font-size: 22px;
    border-bottom: 5px solid #0e7f90;
}

/* I WANT TO WIDGET */
.i-want-to{
    text-align: center;
    background-color: #fff;
    padding: 10px;
    box-shadow: 1px 1px 5px #ded7d7;
    border-radius: 8px;
    margin: 30px 0;
}
.i-want-to a{
    color: #fff;
    font-size: 16px;
    background-color: #00a4bd;
    padding: 4px 8px;
    border-radius: 30px;
    margin: 10px 0;
    border-right: 8px solid #2d3e50;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}
.i-want-to .i-want-to-title{
    padding-bottom: 12px;
}
.i-want-to a:hover{
    background-color: #e06649;
}

/* FOOTER */
.footer{
    text-align: center;
    background-color:#2d3e50;
    padding-top: 20px;
    color: #fff;
    margin-top:50px
}

.footer .footer-middle li.widget_media_image{
    margin-top: 30px;
    border: 8px solid#f7f1f1;
}
.footer .footer-middle img{
    width: 320px;
    height: 200px;
}
.footer .footer-left h2,
.footer .footer-right h2{
    background-color: #f7f1f1;
    color:#2d3e50;
    padding: 5px;
    border-bottom: 8px solid #dec7c7;
    border-radius: 8px;
    font-size: 25px;
}
.footer .footer-left ul,
.footer .footer-right ul{
    padding: 0;
}
.footer .footer-left li.page_item,
.footer .footer-right li.cat-item{
    display: inline-block;
    background-color: #00a4bd;
    padding: 3px;
    border-radius: 10px;
    margin: 10px;
    transition: all 0.3s ease-in-out;
}
.footer .footer-left li.page_item:hover,
.footer .footer-right li.cat-item:hover{
    transform: translateY(-5px);
}
.footer .footer-left li.page_item a,
.footer .footer-right li.cat-item a{
    color: #fff;
    padding: 5px;
    font-size: 15px;
}
.footer .contact-us{
    padding: 5px 15px;
    margin-top: 20px;
    display: inline-block;
    background-color: #f7f1f1;
    color: #2d3e50;
    border-radius: 10px;
    border-bottom: 6px solid #00a4bd;
}
.footer .footer-copy-right{
    margin-top: 50px;
    background-color: #00a4bd;
    padding: 20px;
    border-top: 8px solid #0e7f90;
}














/* RESPONSIVE */
@media (max-width: 768px) {
    /* BOTTOM WIDGET */
	.background-cover{background: none;background-color: #00A4BD;}
    .bottom-widget .bottom-widget-content{
        display: block;
        padding: 20px;
    }
    .bottom-widget .bottom-widget-content .bottom-sidebar-widget{
        margin: 30px 0px;
        width: 100%;
        display: grid;
    }
    .websites-page-body .main-post h2 a{
        font-size: 18px;
    }
	.websites-page-body .main-post h2 i{
        font-size: 23px;
    }
	.websites-page-body .course-details a{
        bottom: 15px;
        font-size: 15px;
        padding: 8px 8px 8px 0;
    }
	.websites-page-body .main-post h2 a{
        font-size: 20px;
    }
	.websites-page-body .main-post h2 i{
        left: 18px;
        font-size: 30px;
    }
    .navbar-toggler-icon{
        background-color: #fff;
        border-radius: 5px;
        font-size: 25px;
    }
    .navbar-collapse .navbar-nav{
        text-align: center;
        padding: 0;
    }
    .home-cover {
        padding: 50px 0;
    }
    .home-cover .home-cover-left .home-title{
        padding: 0;
        font-size: 25px;
        text-align: center;
        margin-bottom: 40px;
    }
    .home-cover .home-cover-right img,
    .moocs-platforms .moocs-platforms-go img{
        display: none;
    }
    .home-cover .home-cover-left a{
        text-align: center;
        font-size: 16px;
        margin: 25px;
        display: block;
    }

    .social-media .social-media-icons i{
        margin-bottom: 15px;
        padding-bottom: 5px;
    }
    .about-us-icons{
        margin-bottom: 50px;
    }
    .moocsdeals-search{
        margin: 50px;
    }
    .moocsdeals-search .search-input{
        width: 90%;
        margin-bottom: 10px;
    }
    .about-us{
        padding: 10px 0 17px;
    }
    .main-newsletter .main-newsletter-title,
    .moocs-platforms .moocs-platforms-title{
        text-align: center;
        font-size: 20px;
        display: block;
    }
    .main-newsletter .main-newsletter-desc,
    .moocs-platforms .moocs-platforms-desc{
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 18px;
    }
    .moocs-platforms{
        background-color: #2d3e50;
        background-image: none;
    }
    .moocs-platforms ul{
        margin: 0;
        text-align: center;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .about-us .about-us-title, .languages .languages-title, .latest-articles .latest-articles-title{
        font-size: 30px;
        margin-top: 30px;
    }
    .about-us .about-us-title span, .languages .languages-title span, .latest-articles .latest-articles-title span{font-size: 15px;margin-right: 5px;}
    .online-courses .online-courses-title{
        font-size: 25px;
        margin-top: 85px;
    }
    .online-courses i{
        width: 50px;
        height: 50px;
        font-size: 28px;
    }
    .online-courses img {
        width: 220px;
        height: 230px;
    }
    .online-courses ul li p{
        font-size: 14px;
    }
    .online-courses ul li span{
        margin-left: 25px;
        font-size: 15px;
    }
    .i-want-to a{
        display: block;
        font-size: 23px;
    }
    .bottom-widget .bottom-widget-content .bottom-sidebar-widget .bottom-sidebar-title{
        margin: 15px;
    }
    .subscribe-page .subscribe-page-desc, .tools-page .tools-page-header-desc,
    .courses-page .courses-page-header .courses-page-desc, .websites-page .websites-page-header .websites-page-desc,.category-page .category-posts .post-title a{
        font-size: 19px;
    }
    .subscribe-page .subscribe-page-title, .tools-page .tools-page-header-title,
    .sitemap-page .sitemap-content .sitemap-page-title,.single-posts-page .main-post .post-title{
        font-size: 25px;
    }
    .sitemap-page .sitemap-content .sitemap-content-title{
        font-size: 20px;
        display: block;
        margin: 20px;
    }
    .sitemap-page .sitemap-content .sitemap-content-body h3 a{
        font-size: 18px;
        margin: 10px 40px;
        text-align: center;
        display: block;
    }
    .sitemap-page .sitemap-content span{
        font-size: 18px;
        padding: 11px 20px;
    }
    .blog-page .blog-posts .blog-post{
        text-align: center;
        margin: 25px;
    }
    .blog-page .blog-posts .blog-post .blog-img{
        height: 300px;
    }
    .blog-page .blog-pagination .navigation .nav-links a, .blog-page .blog-pagination .navigation .nav-links span{
        display: block;
        margin: 17px 50px;
        text-align: center;
        width: 100%;
    }
    .courses-page .courses-page-header .courses-page-title, .websites-page .websites-page-header .websites-page-title,.single-posts .single-main-post .website-content h1, .single-posts .single-main-post .course-content h1, .single-posts .single-main-post .language-content h1,.page-not-found h3{
        font-size: 30px;
    }
    .websites-page-body .main-post h2{
        text-align: center;
    }
    .websites-page-body .main-post h2 i {
        text-align: right;
    }
    .websites-page-body .website-details p{
        font-size: 19px;
        padding: 10px;
        margin-bottom: 50px;
    }
    .courses-page .courses-content,
    .subscribe-page .subscribe-page-icons{
        margin-bottom: 40px;
    }
    .breadcrumb,
    .post-data,.single-posts-page .main-post .above-main-post span a,
    .crunchify-social a,.crunchify-social h5,.other-posts .read-also li a,
    .category-page .category-description{
        font-size: 15px;
    }
    .single-posts-page .main-post .post-image img,
    .category-page .category-posts .category-imgs img{
        height: 250px;
    }
    .category-page .blog-info-title span{
        display: none;
    }
    .blog-page .blog-info .blog-info-desc{
        margin: 30px 0 0 0;
        padding: 0 15px;
    }
    .blog-page .blog-info .blog-info-desc .icon i{
        padding: 20px 0;
        font-size: 50px;
    }
    .page-not-found img{
        width: 80%;
    }




}
