body {
  font-family: 'AdorshoLipi', Arial, sans-serif !important;
}
.slider_cont_section h4 {
    color: #006;
    font-size: 35px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.slider_cont_section h3 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    margin: -25px 0 25px 0;
    padding: 0;
    line-height: normal;
}

.slider_cont_section p {
    font-size: 17px;
    line-height: 25px;
    padding-right: 15px;
    color: #19449b;
}

.button_section a {
    width: 180px;
    height: 55px;
    float: left;
    background: #000;
    text-align: center;
    line-height: 55px;
    color: #fff;
    margin-right: 30px;
    font-weight: 300;
    font-size: 16px;
}






.button-desing {
    width: 180px;
    height: 55px;
    float: left;
    background: #000;
    text-align: center;
    line-height: 55px;
    color: #fff;
    margin-right: 30px;
    font-weight: 300;
    font-size: 16px;
    transition: 0.5s;
    border: none;
}
.button-desing:hover,
.button-design:focus {
    background: #ff0000 !important;
    color: #fff;
    transition: 0.5s;
}

.button_section a:hover,
.button_section a:focus {
	background: #ff0000 !important;
    color: #fff;
}
.button-design {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}







a {
	color: #1f1f1f;
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.orange_color {
	color: #ff0000;
}

.heading h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 50px;
}

.blog_cont h4 {
    font-size: 22px;
    color: #2c2c2d;
    line-height: 40px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 20px 0;
}

.blog_cont h3 {
    font-size: 30px;
    color: #2c2c2d;
    line-height: 50px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 20px 0;
}

.blog_cont h5 {
    color: #79797a;
    font-weight: 500;
    margin-top: -10px;
    margin-bottom: 10px;
}

.center {
    display: flex;
    justify-content: center;
}

.blog_cont {
    padding-top: 30px;
}

.comment_form {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.comment_form input {
    width: 100%;
    height: 70px;
    border: solid #767575 1px;
    margin: 10px 0;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 400;
}

.comment_form textarea {
    width: 100%;
    height: 160px;
    border: solid #767575 1px;
    margin: 10px 0 0;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 400;
}

.comment_form button {
    background: #e91818;
    float: left;
    width: 290px;
    height: 70px;
    margin-top: -10px;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    border-radius: 90px;
}

.heading h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 0;
    padding: 0;
}

.reply_bt {
    width: 100px;
    background: #e71717;
    color: #fff;
    height: 25px;
    float: right;
    text-align: center;
    border-radius: 50px;
    margin: 22px 0;
}

.reply_bt:hover,
.reply_bt:focus {
	background: #111;
	color: #fff;
}

.contact_text h3 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: -5px 0 0 0;
}

.contact_text h4 {
    color: #db2828;
    font-size: 15px;
    font-weight: 500;
    margin-top: -5px;
}

.contact_text p {
    color: #827f7f;
    font-size: 16px;
    line-height: 21px;
}

.comment_blog_line {
    margin-top: 25px;
    padding: 0 15px;
}

.blog_cont_2 {
    padding: 40px;
    box-shadow: 0 0px 45px -31px #000;
    margin-bottom: 0;
    background: #fff;
}

.blog_cont_2 h3 {
    font-size: 38px;
    color: #141615;
    line-height: 50px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.sublittle {
    color: #79797a;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
}

/** footer **/

footer {
    background: #0f0824;
    min-height: 500px;
    padding: 90px 0;
}

.footer_links h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
    padding: 0;
}

.footer_links li a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.footer_links ol li {
    float: left;
    margin: 0 15px 15px 0;
}

.footer_links form {
    background: #fff;
    padding: 25px;
}

.footer_links form input {
    width: 100%;
    min-height: 35px;
    margin: 5px 0;
    border-radius: 50px;
    border: solid #b5b5b5 1px;
    font-size: 12px;
    font-weight: 500;
    padding: 0 10px;
}

.footer_links form textarea {
    width: 100%;
    min-height: 10px;
    margin: 5px 0;
    border-radius: 10px;
    border: solid #b5b5b5 1px;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 10px;
}

.footer_links .reply_bt {
    margin-bottom: 5px;
    margin-top: 10px;
}

.contact_information {
    margin-top: 50px;
    float: left;
    width: 100%;
}

.contact_information li {
    display: flex;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    line-height: 18px;
    margin: 10px 0;
    float: left;
    width: 100%;
}

.contact_information li span:nth-child(1) {
    margin-right: 15px;
}

ul.social_icon {
    float: left;
    margin-top: 20px;
}

ul.social_icon li {
    background: #fff;
    float: left;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 100px;
    margin-right: 10px;
}

ul.social_icon li a {
    color: #0f0824;
    font-size: 18px;
}

.cpy {
    text-align: center;
}

.cpy p {
    font-size: 14px;
    padding: 10px 0;
    font-weight: 400; 
}

.cpy p a:hover,
.cpy p a:focus {
	color: #e71717;
}



.About-bg {
	background-color: #f6f6f6f6;
}

.About-bg .aboutheading h3 { 
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    text-align:center;
    padding: 40px 0px;
    text-transform: uppercase; 
}

.Marketing-bg {
	background-color: #f6f6f6f6;
}

.Marketing-bg .Marketingheading h3 { 
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    text-align:center;
    padding: 40px 0px;
    text-transform: uppercase; 
}

.Blog-bg {
	background-color: #f6f6f6f6;
}

.Blog-bg .Blogheading h3 { 
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    text-align:center;
    padding: 40px 0px;
    text-transform: uppercase; 
}


.contact-bg {
	background-color: #f6f6f6f6;
}

.contact-bg .contactheading h3 { 
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    text-align:center;
    padding: 40px 0px;
    text-transform: uppercase; 
}

#map {
    height: 100%;
    min-height: 480px;
}

.wdt {height: 250px !important;}



.post-design {
    background: #F9F9FA;
    transition: 0.5s;
}
.post-design:hover{
    transform:scale(1.02);
    transition: 0.5s;
    background: #EEEFEF;
}



.post-image:hover {
	transform:scale(1.06);
	z-index:2;
    transition: 0.5s;
}
.post-image {
    transition: 0.5s;
    width: 400px;
    height:auto;
    padding: 4px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 3px 3px 4px #C9CACC;
}

.button-design-background {
    background: #000;
}
.search-input {
    border: none;
}
.notification {
    padding: 5px;
    transition: 0.5s;
}
.notification:hover {
    background: #2A3035;
    transition: 0.5s;
}
.message {
    padding: 5px;
    transition: 0.5s;
}
.message:hover {
    background: #2A3035;
    transition: 0.5s;
}



/* Start Chatbox css*/

body {
    background-color: #fff
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #eee
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.wrapper {
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
}

.main {
    background-color: #eee;
    width: 500px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 6px 0px 0px 0px
}

.scroll {
    overflow-y: scroll;
    scroll-behavior: smooth;
    height: 500px
}

.img1 {
    border-radius: 50%;
    background-color: #66BB6A
}

.name {
    font-size: 8px
}

.msg {
    background-color: #fff;
    font-size: 11px;
    padding: 5px;
    border-radius: 5px;
    font-weight: 500;
    color: #3e3c3c
}

.between {
    font-size: 8px;
    font-weight: 500;
    color: #a09e9e
}

.navbar {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.desing-for-reply-input {
    font-size: 12px;
    font-weight: 400;
    width: 230px;
    height: 30px;
    border: none
}

form-control:focus {
    box-shadow: none;
    overflow: hidden;
    border: none
}

.form-control:focus {
    box-shadow: none !important
}

.icon1 {
    color: #7C4DFF !important;
    font-size: 18px !important;
    cursor: pointer
}

.icon2 {
    color: #512DA8 !important;
    font-size: 18px !important;
    position: relative;
    left: 8px;
    padding: 0px;
    cursor: pointer
}

.icondiv {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    padding: 2px;
    position: relative;
    bottom: 1px
}
/* End Chatbox css*/

