/*
Theme Name: SmartReach
Theme URI: http://www.readyedgetechnologies.com/
Description:  
Version: 3.0
Author: Tejinder Singh
Author URI: http://www.readyedgetechnologies.com/
*/

@charset "utf-8";
/* CSS Document */



* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

.clear {
	clear: both;
}

body {
	color: #363636;
	font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
}

p {
    color: #363636;
	font-family: 'Nunito Sans', sans-serif;
    font-size:16px;
    line-height: 24px;
    margin-bottom: 30px;
}



/**** banner ****/

.banner{
    width: 100%;
	/*background:url(images/banner.jpg) no-repeat top center;*/
	height:733px;
	background-size:cover;
	margin-bottom:100px;
}

.header {
	width: 100%;
	margin-bottom: 30px;
	
}
.home .header {
    position: absolute;
    top: 0;
}

.header_wrapper {
    margin: 0px auto;
    width: 1160px;
}

.header_mid {
    width: 100%;
    float: left;
    border-bottom: 1px solid #969696;
    padding: 59px 0 30px;
}
.header-inner .menu li a {
    color: #000;
}
.logo {
    width: 194px;
    float: left;
    text-align: center;
}

.top_nav {
    float: right;
    margin: 20px 0 0;
    padding: 0;
    width: 727px;
}

.top_nav ul li {
    font-family: 'Economica', sans-serif;
    font-size: 15px;
    list-style: outside none none;
    text-decoration: none;
	text-transform:uppercase;
	float:left;
	margin:0 28px;
}

.top_nav ul li a {
    color: #fff;
    display: block;
    padding: 1px 2px;
    text-decoration: none;
}

.top_nav li a:hover {
	color:#fff;
	background:#000;
	transition: all .75s cubic-bezier(.55,0,.1,1);
}

.banner_mid_sec {
	width: 100%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 300px;
}

.banner_mid_sec_wrapper {
    margin: 0px auto;
    width: 720px;
}

.banner_mid_sec_mid {
    width: 100%;
    float: left;
}

.banner_mid_sec_mid1 {
    width: 100%;
    float: left;
    font-size: 65px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 80px;
    margin-bottom: 18px;
}

.banner_mid_sec_mid2 {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.banner_btn {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    background: #fff;
    padding: 16px 48px;
    color: #000;
    letter-spacing: -0.5px;
}

.banner_btn:hover {
    background: #000;
    color: #fff;
}

/**** banner ****/


/**** wrapper ****/


.wrapper {
    width: 100%;
}

.wrapper_wrapper {
    margin: 0px auto;
    width: 1160px;
}

.wrapper_mid {
    width: 100%;
    float: left;
}

.content_box_sec {
    width: 100%;
    float: left;
    margin-bottom: 100px;
    margin-top: 40px;
}

h1{
	color:#000;
	font-family: 'Nunito Sans', sans-serif;
	font-size:35px;
	text-transform:uppercase;
	letter-spacing:-0.5px;
	font-weight:900;
	margin-bottom:50px;
}

.content_box_sec_inner{
    width: 100%;
    float: left;
}

.content_box_sec_inner_left {
    width: 560px;
    float: left;
    margin-left: 20px;
}
.content_box_sec_inner_right{
	width:560px;
	float:right;
}

.content_box_sec_inner_img{
    width: 100%;
    float: left;
}

.content_box_sec_inner_img img{
	width:100%;
}

.content_box_sec_inner_mid{
    width: 100%;
    float: left;
	background:#efefef;
    min-height: 290px;
}

.content_box_sec_inner_mid_wrapper{
    width: 500px;
    margin: 32px auto;
}

.content_box_sec_inner_mid_wrapper_mid {
    width: 100%;
    float: left;
}

.content_box_sec_inner_mid_wrapper_mid_inner {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.content_Btns {
    background: #fff;
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    font-weight: 900;
    border-right: 29px solid #000;
    border-bottom: 11px solid #000;
    float: left;
    margin-bottom: 20px;
    margin-right: 22px;
    padding: 14px;
}

.content_Btns:hover {
    background: #000;
    color: #fff;
	transition: color .75s cubic-bezier(.55,0,.1,1);
}

h3{
	color:#000;
	font-family: 'Nunito Sans', sans-serif;
	font-size:29px;
	text-transform:uppercase;
	letter-spacing:-0.5px;
	font-weight:900;
}

.update_sec {
    width: 100%;
    float: left;
    margin-bottom: 80px;
}

.update_sec_left{
	width:500px;
	float:left;
}

h2 {
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    font-weight: 900;
    margin-bottom: 80px;
}

.update_sec_right {
    width: 290px;
    float: right;
    border: 1px solid #000;
    padding: 12px 25px;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 18px;
}

.pull-right {
    font-size: 23px;
}

.update_sec_right:hover {
    color: #fff;
	background:#000;
	transition: color .75s cubic-bezier(.55,0,.1,1);
}

.update_sec_box_main{
	/*width:100%;*/
	float:left;
}

.update_sec_box {
    width: 260px;
    float: left;
    /*margin-right: 40px;*/
    margin-right:30px;
}

.update_sec_box_img{
	width:100%;
	float:left;
}

/*.update_sec_box_inner {
    width: 81%;
    float: left;
    padding: 25px;
    background: #efefef;
    min-height: 110px;
}*/
.update_sec_box_inner {
    width: 81%;
    float: left;
    padding: 24px;
    background: #efefef;
    min-height: 110px;
}

.update_sec_box_inner h2 {
    font-size: 17px;
    text-transform: none;
    margin-bottom: 20px;
}

.update_text {
    font-family: 'Economica', sans-serif;
    text-transform: uppercase;
    background: url(images/justify.jpg) no-repeat left center;
    padding-left: 20px;
    font-size: 15px;
	color:#000;
}

.update_sec_box_inner h2:hover {
    text-decoration: underline;
}

.right_none{
	margin:0 ;
}

.insta_sec {
    width: 100%;
    float: left;
    background: #000;
    margin-top: 25px;
}

.insta_sec_wrapper {
    width: 960px;
    margin: 90px auto;
    text-align: center;
}

.insta_sec h3 {
    color: #fff;
    font-size: 80px;
}

.insta_sec p {
    color: #fff;
    font-size: 18px;
}

.insta_sec_mid{
	width:100%;
	float:left;
}

.input_form {
    background: #fff;
    border: none;
    width: 570px;
    padding: 14px 19px;
    float: left;
    font-family: 'Economica', sans-serif;
    letter-spacing: 3px;
    font-size: 22px;
}

.sign_Btn {
    background: #fff;
    color: #000;
    float: right;
    padding: 15px 25px 16px;
    border: none;
    width: 320px;
    text-align: left;
    font-size: 16px;
	cursor:pointer;
    font-weight: 900;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
}

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

.sign_Btn:hover {
    background: #000;
    color: #fff;
	transition: color .75s cubic-bezier(.55,0,.1,1);
}

.insta_img_sec_main{
	width:100%;
	float:left;
}

.insta_img_sec {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.insta_img_sec_img {
    width: 260px;
    float: left;
    margin-right: 40px;
}

.margin_none{
	margin:0;
}


/**** wrapper ****/



/**** footer ****/


.footer {
    width: 100%;
    text-align: center;
    margin-bottom: 70px;
}

.footer_wrapper {
    margin: 0px auto;
    width: 345px;
}

.footer_mid {
    width: 100%;
    float: left;
}

.social_media{
    width: 100%;
    float: left;
    font-size: 32px !important;
	margin-bottom:25px;
}

.privacy_sec {
    width: 100%;
    float: left;
    text-align: center;
    color: #000;
    font-size: 18px;
}

.facebook_btn {
    background: #000;
    padding: 10px 10px;
    color: #fff;
    margin: 0 6px;
}

.facebook_btn:hover {
    background: #3b5998;
}

.instagram_btn {
    background: #000;
    padding: 10px 10px;
    color: #fff;
    margin: 0 6px;
}

.instagram_btn:hover {
    background:rgb(138, 58, 185);
}

.youtube_btn {
    background: #000;
    padding: 10px 10px;
    color: #fff;
    margin: 0 6px;
}

.youtube_btn:hover {
    background: rgb(255, 0, 0);
}

.linkedin_btn {
    background: #000;
    padding: 10px 10px;
    color: #fff;
    margin: 0 6px;
}

.linkedin_btn:hover {
    background: rgb(0, 119, 181);
}

.twitter_btn {
    background: #000;
    padding: 10px 10px;
    color: #fff;
    margin: 0 6px;
}

.twitter_btn:hover {
    background: rgb(29, 161, 242);
}


/**** footer ****/


.play_Btn {
    position: fixed;
    right: 0;
    bottom: 0;
}

.nav_top{
	display:none;
}


/**** who_we_are ****/


.top_nav2 {
    float: right;
    margin: 20px 0 0;
    padding: 0;
    width: 727px;
}

.top_nav2 ul li {
    font-family: 'Economica', sans-serif;
    font-size: 15px;
    list-style: outside none none;
    text-decoration: none;
	text-transform:uppercase;
	float:left;
	margin:0 28px;
}

.top_nav2 ul li a {
    color: #000;
    display: block;
    padding: 1px 2px;
    text-decoration: none;
}

.top_nav2 li a:hover {
	color:#fff;
	background:#000;
	transition: all .75s cubic-bezier(.55,0,.1,1);
}

.header_mid2 {
    width: 100%;
    float: left;
    border-bottom: 1px solid #000;
    padding: 59px 0 30px;
    margin-bottom: 40px;
}

.title1 {
    font-size: 58px;
}

.who_sec_inner {
    width: 100%;
    float: left;
    /*margin-bottom: 40px;*/
}

.who_sec_inner_box {
    width: 260px;
    float: left;
    margin-right: 40px;
}

.who_sec_inner_box_img{
    width: 100%;
    float: left;
}

.who_sec_inner_box_inner{
    width: 100%;
    float: left;
	background:#efefef;
}

.who_sec_inner_box_inner:hover{
	background: linear-gradient(180deg,#4bf6d7 50%,#4bf6d7 0);
}

.who_sec_inner_box_inner_wrapper {
    width: 220px;
    margin: 20px auto;
}

.who_sec_inner_box_inner h3 {
    font-size: 19px;
	margin-bottom:5px;
}

.who_sec_inner_box_inner h4 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 900;
    color: #777;
}

.who_sec_inner_box_inner h3:hover {
	color:#fff;
	text-decoration:underline;
}

.title2 {
    font-size: 30px;
    margin: 0 0 40px;
}

.no_margin{
	margin:0;
}


/**** who_we_are ****/



/**** what_we_do ****/



.who_sec {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.nav_top2 {
    display: none;
}

.what_sec_right {
    width: 400px;
    float: right;
    text-align: right;
    margin-top: 14px;
}

.what_sec_left {
    width: 500px;
    float: left;
}

.what_sec {
    width: 100%;
    float: left;
    /*margin-bottom: 50px;*/
    margin-bottom: 0px;
}

.what_test_sec{
    width: 100%;
    float: left;
    margin-bottom: 80px;
}

.what_btn {
    float: left;
    border: 1px solid #000;
    padding: 12px 25px;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 18px;
}

.what_btn:hover {
    color: #fff;
    background: #000;
	transition: color .75s cubic-bezier(.55,0,.1,1);
}

.what_test_sec h3 {
    margin-bottom: 30px;
}

.services {
    width: 100%;
    padding: 100px 0 50px;
    background: #efefef;
    margin-bottom: 100px;
}

.services_wrapper {
    margin: 0px auto;
    width: 1160px;
}

.services_mid {
    width: 100%;
    float: left;
}

.services_box {
    width: 260px;
    float: left;
    margin-right: 35px;
    min-height: 130px;
}

.services_box_left {
    width: 48px;
    float: left;
}

.services_box_left img{
	width:100%;
}

.services_box_right {
    width: 190px;
    float: right;
    font-weight: 900;
    font-size: 19px;
    text-transform: uppercase;
    color: #000;
}

.services_mid_inner {
    width: 100%;
    float: left;
    /*margin-bottom: 70px;*/
}
.work_sec_inner > div {
    margin-bottom: 70px;
}

.no_margin2 {
    margin: 0;
}

/**** what_we_do ****/



/**** work ****/


.work_sec_inner {
    width: 100%;
    float: left;
    margin-bottom: 70px;
}

.work_sec_inner_left {
    width: 560px;
    float: left;
    margin-left: 10px;
}

.work_sec_inner_right {
    width: 560px;
    float: right;
    margin-left: 10px;
}

.work_box_sec_inner_img {
    width: 100%;
    float: left;
	background:url(images/work1.jpg) no-repeat center center;
	height:448px;
	cursor:pointer;
}

.img-hover-zoom {
    overflow: hidden;
    width: 100%;
}

.img-hover-zoom img {
    transition: transform .5s ease;
    width: 100%;
}

.img-hover-zoom:hover img {
  transform: scale(1.5);
}

.work_box_sec_inner_img img {
    width: 100%;
}

.work_box_sec_inner_mid {
    width: 100%;
    float: left;
    background: #efefef;
    min-height: 290px;
}

.work_box_sec_inner_mid_wrapper {
    width: 500px;
    margin: 32px auto;
}

.work_box_sec_inner_mid_wrapper_mid {
    width: 100%;
    float: left;
}

.work_box_sec_inner_mid_wrapper_mid_inner {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.work_Btns {
    background: #fff;
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    font-weight: 900;
    float: left;
    margin-bottom: 20px;
    margin-right: 22px;
    padding: 14px;
}

.custom_left {
    width: 130px;
    float: left;
    color: #000;
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 10px;
}

.custom_right {
	width: 250px;
	float: right;
	color: #000;
	font-weight: 900;
	font-size: 13px;
	text-transform: uppercase;
	padding: 13px 9px;
	border: 1px solid #000;
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(images/right_select.png) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-position: 97% 20px;
}

.what_sec_left2 {
    width: 500px;
    float: left;
}

.what_sec_right2 {
    width: 400px;
    float: right;
    text-align: right;
    margin-top: 14px;
}







/**** work ****/



/**** clients ****/


.clients_sec {
    width: 100%;
    float: left;
    margin-bottom: 70px;
}

.clients_sec_box {
    width: 300px;
    float: left;
    margin-right: 130px;
}

.no_margin3 {
    margin: 0;
}

.career_img{
	width:100%;
	float:left;
	text-align:center;
	margin-bottom:50px;
}

.career_img img{
	width:100%;
}

.career_wrapper{
	width:800px;
	margin:0 auto;
	text-align:center;
}

.career{
	width:100%;
	float:left;
}

.career p {
    font-size: 20px;
    color: #000;
    line-height: 34px;
}



/**** clients ****/


/**** contact ****/

.insta_sec_contact {
    width: 100%;
    float: left;
    background: #000;
    margin: 25px 0 80px;
}

.insta_sec_contact h3 {
    color: #fff;
    font-size: 80px;
}

.insta_sec_contact p {
    color: #fff;
    font-size: 18px;
}

.contact_btns {
    width: 1099px;
    float: left;
    border: 1px solid #000;
    padding: 14px 29px;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 22px;
	margin-bottom:15px;
}

.contact_btns:hover {
    color: #fff;
    background: #000;
}

.contact_btns_main{
	width:100%;
	float:left;
	margin-bottom:25px;
}

.phone {
    background: #000;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 24px;
    float: left;
    margin-top: 25px;
    padding: 10px 25px;
}

.phone:hover {
    background: #fff;
    color: #000;
}

.contact_sec_inner {
    width: 100%;
    float: left;
    margin-bottom: 70px;
}

.contact_sec_inner_left {
    width: 560px;
    float: left;
}

.contact_sec_inner_right {
    width: 560px;
    float: right;
}

.contact_box_sec_inner_img {
    width: 100%;
    float: left;
}

.contact_box_sec_inner_img img {
    width: 100%;
}

.contact_box_sec_inner_mid {
    width: 100%;
    float: left;
    background: #efefef;
}

.contact_box_sec_inner_mid_wrapper {
    width: 500px;
    margin: 32px auto;
}

.contact_box_sec_inner_mid_wrapper_mid {
    width: 100%;
    float: left;
}

.contact_box_sec_inner_mid_wrapper_mid h3 a {
    color: #000;
}

.contact_box_sec_inner_mid_wrapper_mid h3 a:hover {
	text-decoration:underline;
}


/**** contact ****/


/**** blog ****/


.blog_sec{
	width:100%;
	float:left;
	/*margin-bottom:60px;*/
}


.blog_sec_box {
    width: 360px;
    float: left;
    margin: 0 11px;
}

.blog_sec_box_img {
    width: 100%;
    float: left;
}

.blog_sec_box_img img{
    width: 100%;
}

.blog_sec_box_inner {
    width: 100%;
    float: left;
    background: #efefef;
}

.blog_sec_box_inner h2:hover {
    text-decoration: underline;
}

.blog_sec_box_inner h2 {
    font-size: 17px;
    text-transform: none;
    margin-bottom: 20px;
    min-height: 55px;
}

.blog_sec_box_inner_wrapper {
    width: 300px;
    margin: 20px auto;
}

.blog_sec_main{
    width: 100%;
    float: left;
}

.no_margin4 {
    margin: 0;
}

.blog_text {
    font-family: 'Economica', sans-serif;
    text-transform: uppercase;
    background: url(images/justify.jpg) no-repeat left center;
    padding-left: 20px;
    font-size: 15px;
    color: #000;
}

.load_btn {
    width: 100%;
    float: left;
    border: 1px solid #eee;
    padding: 14px 0;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: -0.5px;
    margin-bottom: 75px;
}

.load_btn:hover {
    color: #fff;
	background:#000;
}

.featured_video_sec{
	width:100%;
	float:left;
}

.featured_video_sec_inner {
    width: 100%;
    float: left;
    margin-bottom: 80px;
}

.featured_video_sec_inner_left {
    width: 560px;
    float: left;
}

.featured_video_sec_inner_img{
    width: 100%;
    float: left;
}

.featured_video_sec_inner_img img{
    width: 100%;
}

.featured_video_sec_inner_mid {
    width: 100%;
    float: left;
    background: #efefef;
}

.featured_video_sec_inner_right {
    width: 560px;
    float: right;
}

.featured_video_sec_inner_mid_wrapper_mid_left{
	width:330px;
	float:left;
}

.featured_video_sec_inner_mid_wrapper_mid_left h3 {
    text-transform: none;
    font-size: 28px;
}

.featured_video_sec_inner_mid_wrapper_mid_right {
    width: 130px;
    float: right;
    text-align: center;
    color: #000;
    margin-top: 25px;
}

.blog_icons2 {
    color: #000;
    font-size: 21px !important;
    margin: 0 10px;
}

.blog_icons2:hover {
    color:#0F0;
}

.blog_icons3 {
    color: #000;
    font-size: 21px !important;
    margin: 0 10px;
}

.blog_icons3:hover {
    color:#3b5998;
}

.blog_icons4 {
    color: #000;
    font-size: 21px !important;
    margin: 0 10px;
}

.blog_icons4:hover {
    color:#1da1f2;
}

.content_box_sec_inner_mid_wrapper_mid_left a:hover {
	text-decoration:underline;
	color:#000;
}

.featured_video_sec_inner_mid_wrapper {
    width: 500px;
    margin: 32px auto;
}

.featured_video_sec_inner_mid_wrapper_mid {
    width: 100%;
    float: left;
}

/***23augstart**/

.update_sec_box_img img {
    width: 260px;
    height: 130px;
}
/**what we do**/
.page-template-what-we-do .title1 {
    margin-bottom: 0px;
}

.services_box:nth-child(9) {
    margin-top: 10px;
}
/***who we are**/
.who_sec_inner_box:nth-child(4),:nth-child(8),:nth-child(12){
    margin-right: 0px;
}
.who_sec_inner > div {
	margin-bottom: 40px;
}
/**clients**/
.clients_sec_box:nth-child(3),  :nth-child(9) {
    margin-right: 0px;
}
.clients_sec_box:nth-child(6){
	 margin-right: 0px;
}
.clients_sec_box:nth-child(9){
float: right;
}

.clients_sec_box img{
    width: 100%;
}
/***accordian css***/
	.content p {
	text-align: left;
}
.content ul {
	text-align: left;
}
.content li {
	list-style: inherit;
	margin-bottom: 5px;
}
button:not(.active) .icon {
	transform: scale(.75) rotate(-90deg);
}
.icon {
	position: absolute;
	right: 0;
	margin-right: 14px;
	top: 33px;
	transform: scale(.75);
	line-height: 4.4rem;
	transition: all 1s cubic-bezier(.55,0,.1,1);
}
.accordion {
	background-color: #fff;
	color: #000;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	outline: none;
	transition: 0.4s;
	margin-bottom: 15px;
	border: 1px solid #eee;
	font-weight: bold;
	font-size: 25px;
	text-transform: uppercase;
	position:relative;
	text-align: left;
}
.panel {
	background: #efefef;
	padding: 40px 40px;
	overflow: hidden;
	  display: none;

}
.content strong {
	text-align: left;
	width: 100%;
	float: left;
	font-size: 24px;
	margin-bottom: 15px;
    margin-top: 15px;
}
/**end**/
/**slider--revolution**/
.content-section {
    letter-spacing: 1px !important;
}
.rev-btn:hover {
    background: #000;
    color: #fff;
    background: #000 !important;
    color: #ffff !important;
    
}
.rev-btn {
background: #fff !important;

    
}

#slide-5-layer-1 {
	font-family: 'Nunito Sans', sans-serif !important;
}
.error404 .page-inner-sec {
	margin-bottom: 30px;
}
.error404 .page-title {
	font-size: 35px;
	font-weight: bold;
}
.error404  input {
	background: transparent;
	padding: 10px 20px;
	line-height: 20px;
	border: 1px solid #bebebe;
    cursor: pointer;
}
.archive input {
    background: transparent;
    padding: 10px 20px;
    line-height: 20px;
    border: 1px solid #bebebe;
    cursor: pointer;
}
.error404 .searchform #searchsubmit:hover {
	background: #000;
	color: #fff;
}
.archive .searchform #searchsubmit:hover {
    background: #000;
    color: #fff;
}
.blog_sec_box_inner{
    margin-bottom: 60px;}

.hidden {
    display: none;
}
/**arvhive**/

.archive .searchform {
    text-align: center;
    margin-bottom: 29px;
}
.archive .center {
    text-align: center;
    margin-bottom: 30px;
}
.post-block {
    width: 100%;
    float: left;
}
.product-block {
    width: 30%;
    float: left;
}
.post-content {
    width: 70%;
    float: right;
    margin-bottom: 40px;
}
.post-content h2 {
    margin-bottom: 30px;
    font-size: 24px;
    text-transform: capitalize;
}
.learn_btn1 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    background: #000;
    padding: 10px 20px;
    color: #fff;
}
.learn_btn1:hover {
    background: #ffff;
    color: #000;
    border: 1px solid #000;
}
/**end**/

/**single**/
.single-work h2 {
    margin-bottom: 10px;
}
.single-work .title-sec {
    display: none;
}
.single-work .entry {
    text-align: center;
}
.single .wp-block-image .alignleft {
    float: none;
    margin-right: 1em;
}
/**mailport**/
.insta_sec_mid .mailpoet_text {
    background: #fff;
    border: none !important;
    width: 570px !important;
    padding: 14px 19px !important;
    float: left;
    font-family: 'Economica', sans-serif !important;
    letter-spacing: 3px !important;
    font-size: 22px !important;
}
.insta_sec_mid .mailpoet_submit {
    background: #fff !important;
    color: #000 !important;
    float: right !important;
    padding: 15px 25px 16px !important;
    border: none !important;
    width: 320px !important;
    text-align: left !important;
    cursor: pointer;
    font-weight: 900;
    font-family: 'Nunito Sans', sans-serif !important;
    text-transform: uppercase !important;
    font-size: 16px;
}
.insta_sec_mid .mailpoet_submit:hover {
    background: #000 !important;
    color: #fff !important;
    transition: color .75s cubic-bezier(.55,0,.1,1) !important;
}
/**page--privacy**/
.entry-content h2 {
    margin-bottom: 15px;
}
.entry-content ul li {
    list-style: inside;
    margin-bottom: 10px;
    line-height: 25px;
}
#slide-5-layer-2 {
    font-family: 'Nunito Sans', sans-serif !important;
}
/**** blog ****/
