

html,
body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    ;
}

/*a:focus {
    outline: 0px solid
}

img {
    max-width: 100%;
    height: auto
  
}

p {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 31px;
    color: #414142;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
}

a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

a:hover {
    color: #FF6600;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0 none;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.container {
    max-width: 1200px;
}

.margin-btm {
    margin-bottom: 30px
}



.section-title h4 {
    font-size: 18px;
    text-transform: uppercase
}

.section-title h2 {
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #414142;
    padding-bottom: 20px
}*/

/*=============== #1.2 Section button ============*/




/*============= #1.16 Blog Section ==============*/

/*.latest-blog-area {
    padding: 90px 0;
    background-image: url(./img/./blog-bg.jpg);
}*/

.blog-heading {
    text-align: center;
    display: inline-block;
    margin: auto
}

.blog-heading h2 {
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FF6600;
}

.blog-heading h4 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #FF6600;
    font-size: 18px;
    margin-bottom: 80px
}

.blog-heading h4::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background-color: #fff;
    left: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.single-blog {
    background-color: #fff;
    overflow: hidden;
}

.single-blog .blog-image img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-image {
    position: relative;
    overflow: hidden
}

.blog-image img {
    -webkit-transition: .7s;
    transition: .7s;
    width: 100%
}

.blog-tag {
    position: absolute;
    top: 15px;
    right: 0;
}

.blog-tag span {
    background-color: #6b6fff;
    padding: 8px 18px;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    display: block;
    text-align: center
}

.blog-content {
    padding: 20px 20px 25px 20px
}

.blog-content-heading {
    display: inline-block;
    width: 70%
}

.blog-date {
    display: inline-block;
    width: 28%
}

.blog-content-heading h4,
.blog-content-heading h4 > a {
    font-size: 18px;
    color: #414142;
    text-transform: uppercase;
    font-weight: 700;
}

.blog-date span {
    font-size: 14px;
    color: #686868;
    text-transform: capitalize;
    text-align: right;
    display: block
}

.blog-content p {
    font-size: 15.5px;
    line-height: 26px;
    margin-bottom: 0;
}

.blog-readmore-btn {
    text-transform: capitalize;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: black;
    position: relative;
    margin-top: 10px
}

.blog-readmore-btn::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background-color: #6b6fff;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
    bottom: -5px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.blog-readmore-btn:hover:before {
    width: 50px;
    opacity: 1;
    visibility: visible;

}

/*========== #1.17 Contact Section ==============*/

.contact {
    height: 65vh;
    background-image: url('img/./about-page-bg.jpg');
}

.contact-area {
    padding: 90px 0;
}

.contact-content {
    padding-right: 30px
}

.contact-icon {
    text-align: right;
    margin-bottom: -40px
}

.contact-box {
    padding: 15px;
}

.form-d {
    background-color: #E1E1FF;
    border: 15px solid #EFEFFF;
    padding: 30px;
    margin-top: 60px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 80px
}
.form-d2 {
    margin-top: 0px;
    margin-bottom: 0px
}

.form-d:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 15px 15px 0px #edeaea;
    box-shadow: 0px 15px 15px 0px #edeaea;
}

.form-d input[type="text"],
textarea {
    width: 100%;
    padding: 12px;
    border: none;
    margin-top: 6px;
    margin-bottom: 35px;
    resize: vertical;
    background: transparent;
    border-bottom: 2px solid #D4D4FF;
    -webkit-transition: .5s;
    transition: .5s
}

.form-d input[type="text"]:focus {
    border-bottom: 2px solid #7e7ef2;
    padding: 12px 0 12px 15px
}

.form-d input[type="email"]:focus {
    border-bottom: 2px solid #7e7ef2;
    padding: 12px 0 12px 15px
}

.form-d textarea:focus {
    border-bottom: 2px solid #7e7ef2;
    padding: 12px 0 12px 15px
}

.form-d input[type="email"] {
    width: 100%;
    padding: 12px;
    border: none;
    margin-top: 6px;
    margin-bottom: 35px;
    resize: vertical;
    background: transparent;
    border-bottom: 2px solid #D4D4FF;
    -webkit-transition: .5s;
    transition: .5s
}

.form-d input[type=submit] {
    background-color: #FF6600;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 0;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 14px;
    font-weight: 700;
    width: 150px;
    text-align: center;
    -webkit-box-shadow: 0 5px 16px #bababa;
    box-shadow: 0 5px 16px #bababa;
    border: 1px solid transparent;
    margin: auto;
    display: block;
    margin-top: 20px
}

.form-d input[type=submit]:hover {
    border: 1px solid #FF6600;
    color: #FF6600;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 16px transparent;
    box-shadow: 0 5px 16px transparent;
    cursor: pointer
}


/*============================= #4.0 Blog Page =========================*/

/*========== #4.1 Header area ==========*/

.blog-header-area {
    background-image: url(./img/blog/blog-header.jpg);
    height: 65vh;
    width: 100%;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
}

.blog-header-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 56, 152, 0.9)), color-stop(rgba(40, 42, 85, 0.8)), to(rgba(21, 27, 51, 0.8)));
    background-image: linear-gradient(to bottom, rgba(53, 56, 152, 0.9), rgba(40, 42, 85, 0.8), rgba(21, 27, 51, 0.8))
}

.blog-area {
    padding: 90px 0;
}

/*========== #4.2 Blog filter ==========*/

.blog-filter {
    margin: 50px 0;
    list-style: none;
}

.blog-filter li {
    display: inline-block;
    margin: 8px 8px;
}

.blog-filter li a {
    font-size: 14px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #6b6fff;
    font-weight: 600;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid transparent
}

.blog-filter li a:hover {
    color: #6b6fff;
    border: 1px solid #6b6fff;
}

.blog-filter li.active a {
    padding: 10px 20px;
    color: #fff;
    background: #6b6fff;
    -webkit-transition: .5s;
    transition: .5s
}

/*========== #4.3 Blog grid ==============*/

.blog-grid .blog-item {
    float: left;
}

.blog-grid .blog-item a:focus {
    outline: none;
}

.main-blog-content {
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	padding: 30px;
	margin: 0 40px;
	bottom: 100px;
	border: 1px solid #f0f8ff;
	text-align: left;
	-webkit-box-shadow: 0 8px 7px -2px #eff0f0;
	box-shadow: 0 8px 7px -2px #eff0f0;
}
/*======= #4.4 Blog Pagination =========*/

.center {
    text-align: center;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 25px;
    margin: 0 4px;
    border: 1px solid transparent
}

.pagination a.active {
    background-color: #6b6fff;
    color: white;
    border: 1px solid #6b6fff;
}

.pagination a:hover:not(.active) {
    color: #6b6fff;
    border: 1px solid #6b6fff;
}

/*================================ #5.0 Single Blog Page ==============================*/

/*=========== #5.1 Single blog header img ===================*/

.single-blog-header-area {
    background-image: url(./img/blog/blog-header.jpg);
    height: 65vh;
    width: 100%;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 85%);
}

.single-blog-header-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 56, 152, 0.9)), color-stop(rgba(40, 42, 85, 0.8)), to(rgba(21, 27, 51, 0.8)));
    background-image: linear-gradient(to bottom, rgba(53, 56, 152, 0.9), rgba(40, 42, 85, 0.8), rgba(21, 27, 51, 0.8))
}

.single-blog-area {
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    padding: 30px;
    bottom: 100px;
    border: 1px solid aliceblue;
    text-align: left;
    -webkit-box-shadow: 0 8px 7px -2px #eff0f0;
    box-shadow: 0 8px 7px -2px #eff0f0;
}

.single-blog-area p {
    font-size: 15.5px;
    line-height: 28px
}.single-blog-title {
    padding: 25px 0;
    font-size: 30px
}

.single-blog-content img {
    padding: 15px 0;
}

/*============= #5.2 Sidebar ===============*/
.post-share {
    display: block;
    margin-top: 20px;
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 20px;
    margin-bottom: 20px;

}

.post-share a i {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 22px;
    text-align: center;
    margin-right: 3px
}

.share1,
.share2,
.share3,
.share4 {
    display: inline-block
}

.sidebar-title p {
    text-transform: capitalize;
    font-size: 19px;
    margin-bottom: 0
}

.sidebar-title span {
    display: block;
    margin-bottom: 15px;
    font-size: 15px
}

.share1 a i {
    background-color: #1da1f2;
    color: #fff
}

.share2 a i {
    background-color: #4267b2;
    color: #fff
}

.share3 a i {
    background-color: #ff4500;
    color: #fff
}

.share4 a i {
    background-color: #e60023;
    color: #fff
}

#inlineFormInputGroupUsername {
    border: 1px solid #ebebeb;
}

.form-control:focus {
    -webkit-box-shadow: 0 0 0 .2rem transparent;
    box-shadow: 0 0 0 .2rem transparent;
}

.input-group-text {
    background-color: #6B6FFF;
    color: #fff;
    cursor: pointer
}

.sidebar-block ol {
    margin-top: 10px
}

.sidebar-block ol li {
    margin-bottom: 5px;
}

.sidebar-block {
    border-bottom: 2px solid #f5f5f5;
    padding: 25px 0;
}

.sidebar-block ol li a {
    color: #212121;
    font-size: 15px;
    text-transform: capitalize;
}

.sidebar-block ol li a:hover {
    color: #6B6FFF;
}

.sidebar-block ol li:last-child {
    margin-bottom: 0px;
}

.latest-post {
    border-bottom: 2px solid #f5f5f5;
    padding: 25px 0;
}

.latest-post ol {
    margin-top: 10px;
    margin-bottom: 0
}

.latest-post ol li a {
    color: #212121;
    font-size: 15px;
    text-transform: capitalize;
}

.latest-post ol li a:hover {
    color: #6B6FFF;
}

.latest-post ol li a:last-child {
    margin: 0px;
}

.latest-post ol li .rpost-img {
    float: left;
    margin-right: 15px;
    width: 75px;
    height: 75px
}

.latest-post ol li h5 {
    line-height: 22px;
    margin-bottom: 3px;
    font-size: 15px
}

.latest-post ol li {
    clear: both;
    padding: 3px 0px;
}

.latest-post p.text-muted {
    font-size: 12px;
    margin-bottom: 5px;
}

.advertise-block {
    padding: 25px 0;
    border-bottom: 2px solid #f5f5f5;
}

.advertise-block a img {
    margin-top: 10px;
}

.tag-block {
    padding: 25px 0;
}

.tagcloud {
    margin-top: 10px;
}

.tag-block .tagcloud a {
    border: 1px solid #e1e1e1;
    display: inline-block;
    color: #212121;
    font-size: 12px !important;
    line-height: 1.4em !important;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 6px 17px;
    text-decoration: none;
    letter-spacing: 0.05em;
}

.tag-block .tagcloud a:hover {
    color: white;
    background-color: #6B6FFF;
}

.top-header {
    padding: 25px 0;
}


.related-post-title {
    padding: 10px 0;
}

.related-blog-content {
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    padding: 30px;
    margin: 0 40px;
    bottom: 120px;
    border: 1px solid aliceblue;
    text-align: left;
    -webkit-box-shadow: 0 8px 7px -2px #eff0f0;
    box-shadow: 0 8px 7px -2px #eff0f0;
}

/*============= #5.3 Comments ===============*/

#comments {
    padding: 20px 0px;
    background-color: #fff;
    margin-bottom: 10px
}

#comments a {
    color: inherit
}

#comments #comments-title {
    margin-top: 0;
    margin-bottom: 15px;
    color: #3e3e3e;
    text-transform: capitalize;
    font-size: 25px;
}

#comments .commentlist {
    margin: 0;
    padding: 0;
    list-style: none
}

#comments .commentlist > .comment .comment-box {
    border-bottom: 2px solid #f7f9f9
}

#comments .commentlist > .comment:last-child .comment-box {
    border-bottom: 0
}

#comments .commentlist .comment-author {
    float: left;
    width: 60px;
    overflow: hidden;
    border-radius: 50%
}

#comments .commentlist .comment-body {
    margin-left: 85px
}

#comments .commentlist .comment-body p {
    margin-top: 10px;
    font-size: 16px;
}

#comments .commentlist .children {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 85px
}

#comments .commentlist .children .children {
    margin-left: 30px
}

.commentator a {
    text-transform: capitalize;
    font-weight: 700;
    cursor: default
}

#comments .comment-meta {
    font-size: 12px;
    color: #696969;
    margin-top: 3px
}

#comments .comment-box {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

#comments .comment-abs {
    position: absolute;
    display: inline-block;
    font-size: 0;
    top: 30px;
    right: 0
}

#comments .comment-abs a {
    display: inline-block;
    margin: 4px;
    font-size: 10px;
    text-transform: uppercase;
    color: #848484;
    border: 1px solid #eee;
    padding: 5px 8px;
    letter-spacing: .03em
}

#comments .comment-abs a:hover {
    border-color: #6B6FFF;
    background-color: #6B6FFF;
    color: #fff
}

.comment-reply-form h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #3e3e3e;
    text-transform: capitalize;
    font-size: 25px;
}

.form-control:focus {
    color: #495057;
    border-color: #D4D4FF;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem transparent;
    box-shadow: 0 0 0 .2rem transparent;
}

.form-control {
    border-radius: 0;
    border-color: #D4D4FF;
}

#post-comment {
    background-color: #6B6FFF;
    color: #fff;
    border-radius: 0;
}

#post-comment:focus {
    -webkit-box-shadow: 0 0 0 .2rem transparent;
    box-shadow: 0 0 0 .2rem transparent;
}

/*================== #6.0 Contact Us Page ==================*/

.contact-section {
    padding: 90px 0;
    background-image: url('img/./contact-form-bg.png');
    background-repeat: repeat;
    background-position: center;
    background-size: cover
}

.mg-bottom-0 {
    margin-bottom: 0 !important;
}

.primary-contact .address {
    margin: 20px 0 15px;
}

.primary-contact .website {
    margin-bottom: 40px;
}

a.launch-map i {
    margin-left: 15px;
    color: #FF6600;
    -webkit-transition: .5s;
    transition: .5s
}

a.launch-map {
    background-color: #fff;
    text-decoration: none;
    color: #FF6600 !important;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 0;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 14px;
    font-weight: 700;
    width: 150px;
    text-align: center;
    -webkit-box-shadow: 0 5px 16px transparent;
    box-shadow: 0 5px 16px transparent;
    border: 1px solid #FF6600;
    cursor: pointer
}

a.launch-map:hover {
    color: #fff !important;
    background-color: #FF6600
}

a.launch-map:hover i {
    color: #fff !important;
}

/*============ #6.1 Contact form =================*/

.contact-form .input {
    width: 100%;
    border: none;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(90, 144, 227, 0.2);
    box-shadow: 1px 1px 10px 0px rgba(90, 144, 227, 0.2);
    padding-left: 18px;
}

.contact-form .name-email {
    height: 45px;
}

.contact-form .help-block.with-errors {
    position: absolute;
    top: 100%;
    left: 0;
}

.contact-form .form-group {
    margin-bottom: 35px;
}

.contact-form .message {
    padding-top: 30px;
    resize: none;
}

.modal-content {
    margin-top: 30%;
    padding-right: 0
}

.form-c {
    margin: 0;
    background-color: #fff;
    border: 10px solid #eeeefe;
}

.contact-us-heading h2 {
    font-weight: 900;
    font-size: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FF6600;
    margin-top: 10px
}

.form-c input[type="submit"] {
    display: inline-block;
}

.form-c input[type="text"],
textarea {
    margin-top: 0;
    margin-bottom: 20px;
}

/*======= #7.0 404 Error Page =========*/
.error-page-header {
    background-color: #6B6FFF;
    top: 0
}

.error-page {
    background-image: url(./img/404.jpg);
    height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
}

.is-animate {
    position: absolute;
    bottom: 25%;
    left: 49.5%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*============= #7.1 Default Text =============*/
.defult-text {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    text-align: center
}

.defult-text h1 {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 400;
    color: #9590e5;
}

.defult-text a {
    border: 1px solid #6b6fff;
    color: #6b6fff;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-transition: .5s;
    transition: .5s
}

.defult-text a:hover {
    background-color: #6b6fff;
    color: #fff
}

/*============= #7.2 404 Animation =============*/
.is-animate div {
    display: inline-block;
}

.is-animate span {
    font-size: 120px;
    font-weight: 900;
    color: #9590e5
}

.is-animate.style1 > div {
    -webkit-animation-name: style1;
    animation-name: style1;
}

.is-animate > div {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.is-animate > div:nth-child(1) {
    -webkit-animation-delay: 0.0s;
    animation-delay: 0.0s
}

.is-animate > div:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s
}

.is-animate > div:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

/*======= #8.0 Coming Soon Page =========*/
.coming-soon-area {
    background-image: url('img/./coming-soon.jpg');
    height: 100vh;
    width: 100%;
    position: relative
}

/*======= #8.1 Dot Background =========*/
.coming-soon-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-image: url('img/./pattern.png')
}

.coming-soon-text h1 {
    text-transform: uppercase;
    color: #e0e0e0;
    text-align: center;
    font-weight: 400;
    font-size: 31px;
    margin-bottom: 40px;
    margin-top: 10px
}

.coming-soon-text {
    position: absolute;
    top: 48%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.coming-soon-text a img {
    width: 250px
}

/*======= #8.2 Count Down =========*/
ul.countdown li {
    display: inline-block;
    width: 80px;
    height: 75px;
    background-color: #6A6EFF;
    margin-right: 15px;
    line-height: 75px;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: "Open Sans"
}
ul.countdown li:first-child{margin-left: 0}
ul.countdown li p {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 5px
}

/*======= #8.3 Coming Soon Social =========*/
.coming-share {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    text-align: center
}

.coming-share a {
    color: #fff;
    margin-left: 10px;
    font-size: 25px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-transform: uppercase;
}

.coming-share span {
	font-size: 19px;
	display: block;
	margin-bottom: 5px;
}

.coming-share a:first-child {
    margin-left: 0
}

 .main-menu ul li ul.dropdown {
            position: absolute;
            right: -50px;
            width: 220px;
            background-color: #222;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: .5s;
            transition: .5s;
            padding: 8px
        }

        .main-menu ul li ul.dropdown li {
            display: block;
            float: inherit;
            text-align: left;
            position: relative;
            border-bottom: 0.5px solid rgba(239, 239, 239, 0.57);
        }

        .main-menu ul li ul.dropdown li:last-child {
            border-bottom: none
        }

        .main-menu ul li ul.dropdown li a {
            padding: 13px 0px;
            -webkit-transition: .5s;
            transition: .5s;
            color: #fff;
            font-size: 13.5px

        }

        .main-menu ul li:hover ul.dropdown {
            top: 106%;
            opacity: 1;
            visibility: visible
        }

        .main-menu ul li ul.dropdown li a:hover {
            color: rgba(255, 174, 58, 0.8705882352941177);
        }

        .main-menu ul li ul.dropdown ul.dropdown {
            position: absolute;
            left: 120%;
            top: 0;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: .6s;
            transition: .6s
        }

        .main-menu ul li ul.dropdown li:hover > ul.dropdown {
            opacity: 1;
            visibility: visible;
            left: 106%
        }
        .abc{
    text-align: justify;
    margin: auto;
    padding-bottom: 15px;

    margin: 0 0 15px;
    font-size: 17px;
    line-height: 38px;
    color: #414142;
        }
   .acb{
    margin-left: 4px;
    margin-right: 7px;
   }
.top-bar{  padding: 8px 0px;}
.top-bar ul{  list-style: none;   margin-bottom: 0px; padding-left: 0px; text-align: center;}
.top-bar ul li{  display: inline-block;}.top-bar ul li a{  }
.top-social-media .fa{    margin-right: 10px;    width: 25px;    height: 25px;    border: 1px solid #192c45;    border-radius: 30px;    line-height: 25px;    text-align: center;}
.top-mail-contact .fa, .top-phone .fa{    margin-right: 10px;    text-align: center;    font-size: 18px;    line-height: 25px; }
.top-phone{    text-align: center;}.top-mail-contact{   text-align: center;}



  
/*=====================================
=======================================
THE END
=======================================
=====================================*/