

/*-------------------- 3.2 - Track Product Ends -------------------- */

/*-------------------- 3.3 - About Us Starts -------------------- */
.about-wrap {
    border-bottom: 1px solid #eaeaea;
    position: relative;
}
.title-1 {
    font-size: 16px;
}
.pb-100 {
    padding-bottom: 50px;
}
.pad-30 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.about-wrap:before {
    bottom: -3px;
    height: 5px;
    left: 15%;
    position: absolute;
    width: 70%;
}
.about-wrap .bg-text {
    top: 4%;
}
.about-us .feature {
    display: inline-block;
    margin-top: 35px;
    width: 100%;
}
.about-us .feature > li {
    display: inline-block;
    margin-bottom: 25px;
    width: 100%;
}
.feature .title-1 {
    margin: 0;
}
.feature img {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.feature-content {
    display: inline-block;
    vertical-align: middle;
    width: 85%;
}
.feature-content > p {
    margin: 5px 0 0;
    letter-spacing: 1px;
}

.about-2 .bg-text {
    top: 24%;
}
.feature-2 {
    border-bottom: 1px solid #eaeaea;
}
.feature-2::before {
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin-bottom: -1px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    width: 70%;
}
/*-------------------- 3.3 - About Us Ends -------------------- */

/*-------------------- 3.4 - Calculate Your Cost Starts -------------------- */
.calculate-form {
    display: inline-block;
    margin-top: 40px;
    width: 100%;
}
.calculate {
    position: relative;
}
.calculate .bg-text.right {    
    top: 8%;
}
.calculate-form .form-group {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.calculate-form .form-control.from {
    border-radius: 4px 0 0 4px;  
    font-size: 12px;
}
.calculate-form .form-control.to {
    border-radius: 0 4px 4px 0;  
    font-size: 12px;
}

.calculate-form label {
    margin-top: 14px;
}
.calculate-form .btn-1 {
    padding: 10px 25px;
    position: relative;
    text-align: left;
}
.calculate-form .btn-1.dark {
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 145px;
}
.calculate-form .bootstrap-select .btn {
    font-weight: 600;    
    font-size: 12px;
}
/*-------------------- 3.4 - Calculate Your Cost Ends -------------------- */

/*-------------------- 3.5 - Steps Starts -------------------- */
.steps-wrap {
    background-image: url("../img/background/step-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.steps-wrap .row div {
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
}
.steps-content {
    margin-left: 15px;
}
.steps-content .title-3 {
    color: #ffffff;
    font-weight: 900;
    margin-top: 20px;
}
.step-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

/*-------------------- 3.5 - Steps Ends -------------------- */

/*-------------------- 3.6 - Product Delivery Starts -------------------- */
.prod-delivery {
    position: relative;
}
.prod-delivery::before {
    border: 5px solid #f4f4f4;
    content: "";
    height: 50%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 30%;
    width: 36%;
    z-index: -1;
}
.delivery-img {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: -1;
}
.boxed .prod-delivery::before, .boxed .delivery-img {
    z-index: 0;
}
/*-------------------- 3.6 - Product Delivery Ends -------------------- */

/*-------------------- 3.7 - Testimonial Starts -------------------- */
.testimonial {
    background-image: url("../img/background/testimonial-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-position: center center;
}

.testimonial-img span {
    display: inline-block;
    font-size: 40px;
    margin-top: -15px;    
    position: relative;
    z-index: 2;

    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.testimonial-img > img {
    border: 4px solid;
    border-radius: 50%;
    z-index: -1;
}
.testimonial-img {
    border-radius: 50%;
    display: inline-block;
    height: 90px;
    margin-bottom: 40px;
    margin-top: 10px;
    position: relative;
    width: 90px;
}
.testimonial-img::before {
    background-color: #ffffff;
    border-radius: 50%;
    bottom: -18px;
    content: "";
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 40px;
    z-index: 1;
}
.owl-nav div {
    background-color: #444444;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
    width: 40px;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.owl-nav {
    bottom: 0;
    position: absolute;
    right: 0;
}

.owl-dots {
    bottom: 65px;
    left: 0;
    position: absolute;
    right: 0;
}
.owl-dot {
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    display: inline-block;
    height: 17px;
    line-height: normal;
    margin: 4px;
    vertical-align: middle;
    width: 17px;
}
.owl-dot > span {
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 13px;
    margin-top: -7px;
    vertical-align: middle;
    width: 13px;
    z-index: 1;
}
.owl-dot.active > span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;    
}
.no-pagination .owl-dots, .no-nav .owl-nav {
    display: none !important;
}

/*-------------------- 3.7 - Testimonial Ends -------------------- */

/*-------------------- 3.8 - Pricing & Plans Starts -------------------- */
/*-- Border Effects --*/
.pricing-box:after {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;    
    width: 0;    
    opacity:0;
}
.pricing-box:before {
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;    
    width: 0;    
    opacity:0;
}
.pricing-hover:before {
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;    
    width: 2px;
    opacity:0;
}
.pricing-hover:after {
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 0;    
    width: 2px;
    opacity:0;
}
.pricing-box:hover:before, .pricing-box:hover:after {
    width: 100%;    
    opacity:1;
}
.pricing-box:hover .pricing-hover:after, .pricing-box:hover .pricing-hover:before {
    height: 100%;    
    opacity:1;
}
.pricing-hover {
    position: static;
}
/*-- /.Border Effects --*/

.pricing-wrap {    
    position: relative;    
}
.pricing-wrap .bg-text {
    top: 13%;
}
.pricing-box {
    border: 2px solid #f4f4f4;    
    transition: all 1s ease 0s;
    position: relative;
}
.pricing-box .title-wrap {
    border-bottom: 5px solid #f4f4f4;
    padding: 15px 80px;
}
.pricing-box .title-wrap .btn-1 {
    border-radius: 50px;
    height: 40px;
    line-height: normal;
    margin: auto auto -35px;
    width: 200px;    
}
.price-content {
    padding: 55px 80px 0;
}
.price-content li {
    padding: 7px 0;
    font-weight: 900;
}
.pricing-box .order {
    padding: 10px 10px 23px;
    text-align: center;
}
.order {
    padding: 10px 10px 23px;
    position: relative;
    text-align: center;    
}
.order span {
    left: 0;
    margin: 1px auto;
    position: absolute;
    opacity: 0;
}
.order .title-1:hover {
    color: #222222;
}
.order .title-1 {
    display: block;
    padding: 0 80px;

    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
}
.pricing-box:hover .order .title-1 {
    transform: translateX(50px);    
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
}
.pricing-box:hover .order span {
    left: 13%;
    opacity: 1;
}

.pricing-2 .bg-text {
    top: -7%;
}
.price-content-2 {
    padding: 0 30px;
}
.price-content-2 ul {
    margin: 0;
}
.price-content-2 li {
    border-bottom: 1px solid #f4f4f4;
    padding: 18px 15%;
}
.order-2 .btn-round {
    display: inline-block;
    margin: 28px;
}
.pricing-box.active .btn-round {
    color: #ffffff;
}

/*-------------------- 3.8 - Pricing & Plans Ends -------------------- */

/*-------------------- 3.9 - Contact US Starts -------------------- */
.contact-wrap .bg-text {
    top: 11%;
}
.contact-wrap {
    background-image: url("../img/background/MAP.png");
    background-position: right center;
    background-repeat: no-repeat;
    position: relative;
}
.contact-detail p {
    text-transform: none;
    display: inline-block;
    margin-top: -2px;
    vertical-align: text-top;
    width: 65%;
}
.contact-detail li:last-child p {
    margin-bottom: 5px;
}
.contact-detail span {
    width: 31%;
    display: inline-block;
}
.contact-detail {
    margin: 35px 0 0;
}
.contact-detail > li {
    padding-top: 17px;
}

.contact-2 .contact-detail > li {
    padding-left: 25%;
}
.contact-2 .contact-detail span {    
    width: 35%;
}
.contact-2 .contact-detail p {
    width: 63%;
}
/*-------------------- 3.9 - Contact US Ends -------------------- */

/******************************* 
    3 - HOME CSS ENDS 
********************************/

/****************************************************** 
    4 - Components / Shortcodes / Widget STARTS
*******************************************************/

/*-------------------- 4.1 - Breadcrumbs Starts -------------------- */
.theme-breadcrumb {
    border-top: 1px solid #eaeaea;
}
.theme-breadcrumb .section-title {
    letter-spacing: 3px;
}
.breadcrumb-menubar {
    font-size: 12px;
    margin: 20px 0 0;
    letter-spacing: 1px;
    text-align: right;
    text-transform: uppercase;
}
.breadcrumb-menubar > li + li::before {
    color: #9f9f9f;
    content: "/";
    padding: 0 5px 0 0;
}
.breadcrumb-menubar li + li {
    padding-left: 0;
}
/*-------------------- 4.1 - Breadcrumbs Ends -------------------- */


/*-------------------- 4.2 - Pagination Starts -------------------- */
.pagintn {
    border: 1px solid #e7e8ec;
    display: inline-block;
    padding: 0;
    margin: 30px 0 0;
    vertical-align: middle;
}
.pagintn > li {
    float: left;
}
.pagintn li + li {
    border-left: 1px solid #e7e8ec;
}
.pagintn > li a {
    display: inline-block;    
    padding: 15px 22px;
    text-align: center;
    text-transform: uppercase;
}
.pagintn > li a:hover, .pagintn > li a:focus {
    color: #fff;
}

/*-------------------- 4.2 - Pagination Ends -------------------- */

/*-------------------- 4.3 - Rating stars Starts -------------------- */
.rating .star {
    cursor: pointer;     
}
.rating span.star::before{
    color: #ffd33b;
    content: "\f006";
    font-family: FontAwesome;
}
.rating span.star.half:before{
    color: #ffd33b;
    content: "\f123";
    font-family: FontAwesome;
}
.rating span.star.active::before, .rating span.star:hover::before, .rating span.star:hover span.star::before{
    color: #ffd33b;
    content: "\f005";
    font-family: FontAwesome;
}

/*-------------------- 4.3 - Rating stars Ends -------------------- */

/*-------------------- 4.4 - Blog post Starts -------------------- */
.post-img img{
    display: block;
    margin: auto;
}
.post-wrap p {
    font-size: 16px;
}
.post-readmore {
    display: block;
    text-align: right;
}
.post-readmore span{
    vertical-align: middle;
}
.post-footer {
    display: block;
    margin-top: 25px;
}
.post-tags,.post-categories {
    display: block;
}
.post-tags > a, .post-categories > a{
    display: inline-block;
}
/*---------------------- 4.4 Blog Post Ends ------------------------- */

/*--------------------- 4.5 Comments Starts ------------------------ */
.comments-box {
    padding: 0;
}
.comments-box ol{
    padding-left: 15px;
}
.comments-box li{
    list-style: none;
    display: inline-block;
    width: 100%;
}
.comment-body { 
    display: inline-block;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.comment-author {
    display: inline-block;
    margin-bottom: 8px;
}
.comment-author, .comment-content {
    padding-left: 80px;
}
.comment-author .says {
    display: none;
}
.comment-author .avatar {
    border-radius: 50%;
    height: 60px;
    left: 0;
    padding: 2px;
    position: absolute;
    top: 25px;
    width: 60px;
}
.comment-list {
    list-style: outside none none;
    padding: 0;
}
.comment-list .children {
    list-style: outside none none;
    margin-bottom: 10px;
    padding-left: 20px;
}
.comment-metadata {
    display: inline-block;
    margin-bottom: 8px;
    padding-left: 5px;
    width: auto;
}
.comment-body .reply {
    position: absolute;
    right: 0;
    top: 0;
}
.comment-author .fn {   
    font-weight: normal;
}
.comment-metadata .reply a {
    display: inline-block;
    float: right;
    text-align: right;
}
.comment-content { 
    border: 1px solid #e7e8ec;
    border-radius: 0;   
    display: inline-block;
    font-size: 15px;
    margin-left: 80px;
    padding: 10px;
    white-space: normal;
    width: 90%;
}
.reply-box {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}
.comment-respond .calculate-form label {
    margin-top: 0;
}

/*------------------------4.5 - Comments Ends------------------------ */

/*---------------------------4.6 - Widgets Starts-------------------- */
.widget-wrap {
    display: inline-block;
    width: 100%;
}
.widget-wrap .title-1{ 
    font-size: 16px;   
    margin: 0 0 20px;    
}
.widget-wrap ul {
    margin: 0;
    padding-left: 0;
}
.sidebar .form-group{
    margin-bottom: 5px;
}
.sidebar .form-control {
    background-color: #f5f5f5;
    border-color: #f5f6f7;
    color: #404040;
    height: 40px;
    padding: 6px 12px;
}
.sidebar .form-control:focus {    
    box-shadow: none;
    background-color: transparent;
}
.widget-wrap.categories li a{
    padding: 6px 0;
}
.widget-wrap li a {     
    display: block;   
    text-transform: capitalize;
    font-size: 14px;
}
.widget-wrap li a small {
    float: right;
}
.widget-wrap.flickr-feed li {
    float: left;
    margin: 0 8px 10px 0;
}
.widget-wrap.flickr-feed li a {
    border: 1px solid transparent;
    display: block;
    border-radius: 3px;
    overflow: hidden;
}
.tag-cloud li {
    float: left;
    margin: 0 10px 10px 0;
}
.widget-wrap.tag-cloud a{
    border: 1px solid #e7e8ec;
    display: inline-block;  
    line-height: normal;
    padding: 10px 15px;
}
.widget-wrap.tag-cloud a:hover,.widget-wrap.tag-cloud a:focus{
    color: #fff;
}

/*------------------4.6 Widgets Ends------------------- */

/*-------------------- 4.7 - Back to top button Starts -------------------- */
.to-top {    
    border-radius: 0;
    bottom: -150px;
    color: #ffffff;
    cursor: pointer;    
    font-size: 22px;
    height: 30px;    
    position: fixed;
    right: 3%;
    text-align: center;
    width: 30px;
    z-index: 999;
}
/*-------------------- 4.7 - Back to top button Ends -------------------- */

/*********************************************** 
4 - Components / Shortcodes / Widget ENDS 
************************************************/

/******************************* 
    5 - LOGIN POPUP AND 
        SEARCH POPUP CSS STARTS
********************************/
/*-------------------- 5.1 - Login Popup Starts -------------------- */
.login-wrap {
    display: inline-block;
    padding: 30px 45px;
    width: 100%;
}
.login-form .btn-1 {
    font-weight: 900;
    letter-spacing: 1px;
    width: 100%;
    height: 55px;
}
.close-btn {
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    opacity: 1;
    position: absolute;
    right: 0;
    top: -30px;
}
.modal-dialog {
    margin: 100px auto;
    width: 470px;
}
.modal-content {
    border-radius: 4px;
}
.login-form {
    border-top: 1px solid #eaeaea;
    display: inline-block;
    margin-top: 18px;
    padding-top: 30px;
    width: 100%;
}
.login-form .form-control {
    height: 55px;
}
.login-form::before {
    height: 1px;
    left: 25%;
    margin: auto;
    position: absolute;
    top: -1px;
    width: 50%;
}
.create-accnt {
    background-color: #222222;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: -1px;
    padding: 25px 20px 20px;
    text-align: center;
    width: 100%;
    margin-top: 25px;
}
/*-------------------- 5.1 - Login Popup Ends -------------------- */

/*-------------------- 5.2 - Search Popup Starts -------------------- */
.search-popup {
    background: rgba(255, 255, 255, 0.95);
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}
.search-popup > div {
    height: 100%;
    width: 100%;
    display: table;
    table-layout: fixed;
}
.popup-box-inner {
    display: table-cell;
    vertical-align: middle;
}
.close-search {
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: 1px solid #222222;
    color: #222222;
    font-size: 2rem;
    line-height: 4rem;
    width: 4rem;
    text-align: center;
    transition: color 250ms, border-color 250ms;
}
.close-search:hover {
    color: #999;
    border-color: #999;
}
.search-popup form {
    max-width: 70%;
    margin: 0 auto;
}
.search-popup .search-query {
    border: 0;
    background: transparent;
    color: #c7c7c7;    
    line-height: 5rem;
    border-bottom: 2px solid #e7e8ec;
    height: 6rem;
    font-style: italic;
    width: 100%;
    outline: invert none medium;
}

.search-popup .search-query:focus {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #262626;
}
/*-------------------- 5.2 - Search Popup Ends -------------------- */

/******************************* 
    5 - LOGIN POPUP AND 
        SEARCH POPUP CSS ENDS 
********************************/

/*********************************************** 
6 - PAGES STARTS 
************************************************/
/*-------------------- 6.1 - About Us Page  Starts -------------------- */
.about-page .about-wrap {
    border-bottom: 0;
}
.more-about {
    border: 1px solid #eaeaea;
    padding: 28px 35px 18px;
}
.more-about:before {
    margin: -1px auto auto;
    height: 1px;
    left: 0;    
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}
.about-page .about-wrap .bg-text {
    top: 1%;
}
/*-------------------- 6.1 - About Us Page Ends -------------------- */

/*-------------------- 6.2 - Tracking Page  Starts -------------------- */
.tracking-form .title-1 {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.tracking-form .font2-light {
    letter-spacing: 1px;
}
.tracking-form .form-control {
    height: 55px;    
    text-transform: none;
}
.tracking-form .btn-1 {
    height: 54px;
}
.tracking-form .form-group .btn-1 {
    width: 100%;
}
.prod-info {
    background-color: #222222;
}
.prod-info li {
    border-bottom: 1px solid #3e3e3e;
    padding: 21px 30px;
}
.prod-info .title-2 {
    display: inline-block;
    width: 38%;
}
.prod-info .fs-16 {
    display: inline-block;    
    width: 60%;
}
.prod-info li:last-child {
    border-bottom: 0 none;
}
.progress-wrap {    
    display: inline-block;
    position: relative;
    width: 100%; 
}
.progress-status {
    margin-bottom: 23px; 
}

.border-right {
    border-bottom: 5px dotted #efefef;
    position: absolute;
    right: 0;
    width: 37%;
    margin-right: 25px;
}
.border-left {
    border-top: 5px dotted #d5d5d5;
    margin-left: 25px;
    position: absolute;
    width: 55%;
}
.progress-wrap .dot {
    border-radius: 50%;
    height: 15px;    
    position: absolute;
    top: -5px;
    width: 15px;
}
.dot-left {
    left: 0;
    background-color: #222222;
}
.dot-right {
    background-color: #efefef;  
    right: 0;  
}
.progress-wrap .themeclr-border {
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 23px;
    left: 58%;
    position: absolute;
    top: -10px;
    width: 23px;
}
.progress-wrap .dot-center {
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
}
.progress-content p b {
    padding: 0 5px;
}

/*-------------------- 6.2 - Tracking Page Ends -------------------- */

/*-------------------- 6.3 - Contact Page  Starts -------------------- */
.contact-form::before {
    background-color: #e5e5e5;
    bottom: 0;
    content: "";
    height: 30%;
    left: -20%;
    margin: auto;
    position: absolute;
    top: 0;
    width: 1px;
}
.contact-page .contact-detail span {
    width: 40%;
}
.contact-page .contact-detail p {
    width: 58%;
}
.contact-map {
    position: relative;
}
.map .map-canvas {
    height: 500px;
}
#map-canvas { 
    height: 100%; 
    margin: 0px; 
    padding: 0px 
}
.map-indicator {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.marker-1 {
    left: 20%;
    position: absolute;
    top: 35%;
}
.marker-2 {
    position: absolute;
    right: 19%;
    top: 18%;
}
.marker-3 {
    left: 53%;
    position: absolute;
    top: 64%;
}
/*-------------------- 6.3 - Contact Page Ends -------------------- */

/*-------------------- 6.4 - Error Page  Starts -------------------- */
.error-wrap .section-title {
    font-size: 160px;
    line-height: 1.1;
}
.error-wrap .title-1 i {
    vertical-align: middle;
}

/*-------------------- 6.4 - Error Page Ends -------------------- */

/*-------------------- 6.5 - Comingsoon Page  Starts -------------------- */
.theme-countdown > span {
    color: #ffffff;
    font-size: 50px;
    margin-right: 6px;
}
.theme-countdown {
    text-transform: uppercase;
}
.theme-countdown > span + span {
    padding-left: 25px;
}
.countdown-wrap .social-icons {
    margin-left: 5px;
}

/*-------------------- 6.5 - Comingsoon Page Ends -------------------- */

/*********************************************** 
    6 - PAGES STARTS 
************************************************/

/******************************* 
    7 - FOOTER CSS STARTS 
********************************/
.footer-main {
    background-image: url(../img/pattern/footer-top-bg.png);
}
.footer-widget ul li a {
    font-size: 12px;
    text-transform: uppercase;
}
.footer-widget li {
    padding: 5px 0;
}
.footer-widget ul {
    margin: 25px 0 0;
}
.footer-widget .logo {
    margin-top: 60px;
}
.social-icons li a {
    border: 2px solid #656565;
    border-radius: 50%;
    color: #656565;
    display: inline-block;
    font-size: 14px;
    height: 35px;
    line-height: 32px;
    margin-right: 5px;
    text-align: center;
    width: 35px;
}
.social-icons li a:hover, .social-icons li a:focus {
    color: #ffffff;
}
.payment-icons > li {
    padding-right: 3px;
}
.footer-bottom {
    background-color: #222222;
    padding: 20px 0;
}
.footer-bottom p {
    margin: 0;
}

/******************************* 
    7 - FOOTER CSS STARTS 
********************************/


/*********************************************** 
    8 - Responsive STARTS 
************************************************/
@media (max-width:1200px) {
    .theme-container{
        padding-left: 15px;
        padding-right: 15px;
    }  
}
@media (min-width:768px) {
    /*---- Dropdown Style  Starts ---*/
    .theme-menu li .dropdown-menu {
        opacity: 0;    
        visibility: hidden;
        display: block;
        border-radius: 3px;

        transform: translateY(50px);
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);

        transition: transform 0.3s ease 0s;
        -webkit-transition: -webkit-transform 0.3s ease 0s;
        -ms-transition: -ms-transform 0.3s ease 0s;

        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
    }
    .theme-menu > li:hover > .dropdown-menu {
        opacity: 1;    
        visibility: visible;

        transform: translateY(0px);   
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
    }
    .theme-menu .dropdown-menu  li:hover > .dropdown-menu {
        opacity: 1;        
        visibility: visible;

        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
    }
    .theme-menu .dropdown-menu li .dropdown-menu{
        left: 100%;       
        top: 0;  
        margin-right: 25px;

        transform: translateX(-50px);
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
    }
    /*---- Dropdown Style Ends  ---*/


    /*-------------------- Header Style-2 Starts -------------------- */
    .header-style2 {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 11;
    }
    .header-style2 .menu-bar {
        background-color: rgba(0, 0, 0, 0);
    }
    /*-------------------- Header Style-2 Ends -------------------- */
}
@media (min-width:992px) and (max-width:1199px) {
    /*---- Home Starts  ---*/
    .feature-content {
        width: 80%;
    }
    .about-2 .bg-text {
        top: 10%;
    }

    .contact-2 .contact-detail span {
        width: 42%;
    }
    .contact-2 .contact-detail p {
        width: 55%;
    }
    /*---- Home Ends  ---*/
}
@media (min-width:768px) and (max-width:991px) {
    /*---- Header Starts ---*/
    .contact-num {
        margin: 0 135px 0 0;
    }
    .theme-menu > li {
        padding: 5px 15px;
    }
    .theme-menu > li:last-child {
        padding: 0;
    }

    .top-bar2 .navbar-logo {
        display: table;
        margin: auto auto 15px;
        text-align: center;
    }
    /*---- Header Ends  ---*/

    /*---- Home Starts ---*/  
    .prod-delivery::before {
        width: 60%;
    }

    .pricing-box {
        display: table;
        margin: auto auto 50px;
    }
    .pricing-wrap .bg-text {
        top: 4%;
    }
    .pricing-wrap .col-md-4:last-child .pricing-box {
        margin-bottom: 0;
    }

    .feature-content {
        width: 80%;
    }
    .feature-2 img {
        margin-right: 10px;
    }

    .about-2 .bg-text {
        top: 8%;
    }

    .contact-2 .contact-detail > li {
        padding-left: 20%;
    }
    /*---- Home Ends  ---*/

    /*---- Pages Starts ---*/    
    .more-about {   
        padding: 28px 15px 18px;
    }

    .contact-form::before {
        left: -10%;
    }
    .contact-page .contact-detail {
        margin: 0;
        padding: 0;
    }

    .prod-info li {
        padding: 15px 30px;
    }
    .prod-info .title-2 {
        width: 45%;
    }
    .prod-info .fs-16 {
        width: 54%;
    }

    .map .map-canvas {
        height: 400px;
    }
    /*---- Pages Ends  ---*/

    /*---- Comment Ends  ---*/
    .comment-author .avatar{
        top: 0;
    }
    .comment-metadata{
        padding-left: 80px;
        display: block;
    }
    .comment-content{
        margin: 15px 0 0 0;
        width: 100%;
    }
    /*---- Comment Ends  ---*/

    /*---- Footer Starts ---*/  
    .footer-widget:nth-child(-n+2) {
        margin-bottom: 30px;
    }
    /*---- Footer Ends  ---*/

}
@media (max-width:767px) {
    /*---------------- Global properties (body, common classes, structure etc) Starts ----------------------*/

    .wow{
        animation-name: none !important;
        visibility: visible !important;
    }

    .section-title { font-size: 24px; }
    .title-3 {font-size: 18px;}
    .post-title, .product-title, .widget-title{font-size: 18px;}
    .bg-text { font-size: 50px; } 

    .fs-16 { font-size: 14px; }
    .fs-20 { font-size: 16px; }
    .fs-26 { font-size: 20px; }
    .fs-36 { font-size: 30px; }
    .fs-48 { font-size: 24px; }
    .fs-50 { font-size: 36px; }

    .pad-120 {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .pb-120 { padding-bottom: 60px; }
    .pt-120 { padding-top: 60px; }
    .pt-100 { padding-top: 50px; }
    .pad-100 {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .pb-100 { padding-bottom: 50px; }
    .pad-80 {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .pb-80 { padding-bottom: 50px; }
    .pt-80 { padding-top: 50px; }
    .pad-10 {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .pt-10{ padding-top: 10px; }
    .pb-10{ padding-bottom: 10px; }
    .pad-50 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .pb-50{ padding-bottom: 30px; }    
    .pt-50{ padding-top: 30px; }    

    /*---------------- Global properties (body, common classes, structure etc) Ends ----------------------*/

    /*---- Header Starts ---*/    
    .contact-num {
        margin: 20px 120px 0 0;
        text-align: left;
    }
    .sign-in {
        top: auto;
        bottom: 0;        
    }
    .theme-menu { 
        float: left;
        //margin: 0;
        padding-top: 17px;
    }    
    .theme-menu li.open .dropdown-menu{
        display: block;
        padding-left: 20px;
    }
    .theme-menu > li:last-child {
        padding-left: 0;
    }
    .theme-menu .search, .header-style3 .theme-menu .search {
        margin: 20px 0 0 20px;
    }
    .menu-bar .navbar-collapse {
        box-shadow: none;
    }

    .header-style2 .menu-bar {
        background-color: #222222;
    }
    .header-style2 .theme-menu .dropdown-menu > li > a {
        color: #ffffff;
    }

    .top-bar2 .navbar-logo {
        display: table;
        margin: auto auto 15px;
        text-align: center;
    }
    .top-bar2 ul {        
        text-align: center;
    }
    .top-bar2 ul li { display: block; }
    .top-bar2 ul li + li {
        border-left: 0 none;
        margin: 25px 0 0;
        padding: 0;
    }
    .header-style3 .sign-in {    
        float: left;    
        width: 180px;
    }
    .header-style3 .navbar-toggle {
        margin: 6px 0 0;
    }
    .header-style3 .theme-menu .dropdown-menu > li > a:hover, .header-style3 .theme-menu .dropdown-menu > li > a:focus {
        color: #ffffff;
    }

    /*---- Header Ends  ---*/

    /*--- Home Starts --- */
    .track-prod {
        margin: 65px 15px 0;
    }

    .prod-delivery::before {
        width: 70%;
    }
    .delivery-img {
        bottom: 0;
        left: 15px;
        margin: auto;  
        right: 15px;
        top: 0;
        text-align: center;
    }

    .feature-2 .col-sm-4:nth-child(-n+2) {
        margin-bottom: 25px;
    }
    .feature-content {
        width: 80%;
    }

    .pricing-box {
        display: table;
        margin: auto auto 50px;
    }
    .pricing-wrap .col-md-4:last-child .pricing-box {
        margin-bottom: 0;
    }
    /*---- Home Ends  ---*/

    /*---- Popup: Login Starts ---*/   
    .modal-dialog {
        margin: 100px 15px;
        width: auto;
    }
    /*---- Popup: Login Ends  ---*/

    /*---- Blog Starts ---*/  
    .post-wrap p {
        font-size: 14px;
    }
    .pagintn > li a {
        height: 45px;
        padding: 15px;
    }
    /*---- Blog Starts ---*/  

    /*---- Comment Ends  ---*/
    .comment-author .avatar{
        top: 0;
    }
    .comment-metadata{
        padding-left: 80px;
        display: block;
    }
    .comment-content{
        margin: 15px 0 0 0;
        width: 100%;
    }
    /*---- Comment Ends  ---*/

    /*---- Pages Starts ---*/  
    .more-about-wrap .col-md-4:nth-child(-n+2) {
        margin-bottom: 50px;
    }
    .error-wrap .section-title {
        font-size: 80px;
    }

    .tracking-form .title-1 {
        display: block;
    }
    .tracking-form span {
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;
    }

    .progress-wrap {
        margin-left: 16.6667%;
    }
    .progress-content div {
        margin: 20px 0;
        text-align: center;
    }
    .border-left {
        border-top: 3px dotted #d5d5d5;
        margin-left: 0;
        width: 29%;
    }
    .progress-status::before {
        border-bottom: 3px dotted #d5d5d5;
        content: "";
        position: absolute;
        top: 42%;
        width: 65%;
    }
    .progress-status::after {
        border-left: 3px dotted #d5d5d5;
        content: "";
        height: 40%;
        left: -3px;
        position: absolute;
        top: 5px;
        width: 2px;
    }
    .border-right {
        border-bottom: 3px dotted #efefef;
        left: 34%;
        margin-right: 0;        
        top: 80%;
        width: 31%;
    }
    .progress-wrap .themeclr-border {
        left: 30%;    
        top: 39%;
        background-color: #ffffff;
    }
    .progress-wrap::after {
        border-left: 3px dotted #efefef;
        content: "";
        height: 38%;
        left: 66%;
        position: absolute;
        top: 42%;
        width: 3px;
    }
    .dot-left {
        left: 30%;
    }
    .dot-right {
        margin-top: 2px;
        right: 66%;
        top: 78% !important;
    }
    
    .theme-countdown > span {
        font-size: 30px;        
    }

    .map .map-canvas {
        height: 300px;
    }
    /*---- Pages Ends  ---*/   
    
    /*---- Footer Starts ---*/  
    .footer-widget:nth-child(-n+2) {
        margin-bottom: 30px;
    }
    .footer-bottom p {
        text-align: center;
    }
    /*---- Footer Ends  ---*/    

}
@media (max-width:479px) { 

    /*---- Contact us Starts ---*/    
    .contact-detail span, .contact-2 .contact-detail span {        
        width: 50%;
    }
    .contact-detail p, .contact-2 .contact-detail p {
        width: 48%;
    }
    .contact-2 .contact-detail > li {
        padding-left: 0;
    }
    /*---- Contact us Ends  ---*/    

    /*---- Pricing & Plans Starts ---*/      
    .price-content {
        padding: 55px 30px 0;
    } 
    .pricing-box .title-wrap {    
        padding: 15px 30px;
    }
    .pricing-box:hover .order span {
        left: 0;
    }
    .order span {
        margin: -1px auto;
    }
    .price-content-2 li {
        padding: 18px 5%;
    }
    /*---- Pricing & Plans Ends  ---*/

    /*---- Pages Starts  ---*/
    .theme-countdown {
        font-size: 12px;
    }
    .theme-countdown > span + span {
        padding-left: 10px;
    }
    .theme-countdown > span {
        font-size: 20px;
        margin-right: 0;
    }
    /*---- Pages Ends  ---*/
}


/*********************************************** 
    8 - Responsive ENDS 
************************************************/
