/*-----------------------------------------------------------------------------------

 Theme Name: Newsdrip
 Description: The Multi-Purpose Multipage Template
 Version: 1.0
 Main Color   : #ff5203
 Second Color : #0e1029
 main Font    : Poppins,

-----------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------

 == Table Of Content

    :: 01 Start Basics
    :: 02 Helper Class
    :: 03 Button
    
    
---------------------------------------------------------------- */

/* ----------------------------------------------------------------
    :: Web fonts
-----------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Bree+Serif|Open+Sans|Open+Sans+Condensed:300|Raleway:700');

/* ----------------------------------------------------------------
    :: 2.0 Typography CSS
-----------------------------------------------------------------
*/

/*------------- :: 01 Start Basics  -------------*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

:root {
    --main-color: #f76011;
    --second-color: #0e1029;
}

html, body {
    color: #585858;
    line-height: 26px;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

ul {
    margin: 0;
}

p {
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 0;
    color: #526977;
}

.p_30 {
    padding: 30px !important;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

body a {
    color: #212121;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

span, a, a:hover {
    text-decoration: none;
    color: inherit;
}

h1, h2, h3, h4 {
    font-family: 'Bree Serif', serif !important;
    color: #0d1028;
}

.section-heading h4, .track-data a.submit-btn.bt, .slider_cont h4, .track-faq h3, .card-header button.btn.btn-link, .track-data a.submit-btn.btn, .col.mini_subscribe-btn, .btn_group .btn, .process_col_inner h4, .tracking_item_inner .btn, .service_all_btn .btn {
    font-family: 'Open Sans', sans-serif !important;
}

.btn_link, .about_cont_inner h5, .pricing_table .price-value, .btn, .dropdown-item, .blog .new_post figure h5, .testimonial-slider h5 {
    font-family: 'Bree Serif', serif !important;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

h1 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 0px;
}

h2 {
    font-size: 35px;
    line-height: 44px;
    margin-bottom: 0px;
}

h3 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 0px;
}

h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0px;
}

h5 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0px;
}

a:hover {
    text-decoration: none !important;
}

.btn_link {
    color: var(--main-color);
    font-size: 16px;
}

a:hover, a, button, button:hover {
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

button:focus {
    outline: none !important;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 19px;
    font-style: normal;
    margin-left: 0px;
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label, .input-group>.custom-select:focus, .input-group>.form-control:focus {
    z-index: 3;
    box-shadow: none;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.container {

    /* position: relative; */
    z-index: 2;
}

/*------------- :: 02 Helper Class -------------*/
.bg-main {
    background: #ff5203 !important;
}

.bg-second {
    background: var(--second-color) !important;
}

.bg-gray {
    background: #fffbfc !important;
}

.bg-gray2 {
    background: #f4f4f4 !important;
}

.bg_blue {
    background: #d7f7f5 !important;
}

.bg_main {
    background: #f34573;
}

.bg_dark {
    background: #212121;
}

.space {
    padding-top: 100px;
    padding-bottom: 100px;
}

.space-top {
    padding-top: 100px;
}

.space-bottom {
    padding-bottom: 100px;
}

.space-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.space-top-60 {
    padding-top: 60px;
}

.space-bottom-60 {
    padding-bottom: 60px !important;
}

.space-bottom-90 {
    padding-bottom: 90px !important;
}

.blog-detail-page .comment_form a.btn.main-btn:hover {
    background-color: var(--main-color);
}

.space-bottom-70 {
    padding-bottom: 70px !important;
}

.space-top-80 {
    padding-top: 80px;
}

.space-bottom-80 {
    padding-bottom: 80px;
}

.space-bottom-50 {
    padding-bottom: 50px;
}

.space-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.space-top-40 {
    padding-top: 40px;
}

.space-bottom-40 {
    padding-bottom: 40px;
}

.content-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay_cont {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background-color: rgba(7, 10, 35, 0.8);
    display: flex;
    right: 0;
    margin: 0 auto;
}

.sss {
        background-color: rgba(7, 10, 35, 0.8);
    }

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

/*------------- :: 03 Button -------------*/
.btn, .btn:link, .btn:visited {
    text-transform: capitalize;
    text-decoration: none;
    display: inline-block;
    transition: all .2s;
    position: relative;
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    box-shadow: none;
    color: #ffffff;
    padding: 8px 20px;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    border-radius: 50px;
}

.large-btn {
    width: 228px;
    height: 60px;
    line-height: 90px;
    line-height: 44px;
    font-size: 20px !important;
}

.btn.white {
    background-color: #fff;
    color: #333;
}

.btn.dark-btn {
    background-color: #393e46;
    color: #fff;
}

.btn:hover {
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.20) !important;
    background-color: #212121;
    color: #fff;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a, a:hover {
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

/*------------- :: 04 min-top -------------*/
i.fas.fa-angle-double-right {
    margin-left: 11px;
}

.row.topbar_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 60px;
    margin: 0;
}

.space-between {
    display: flex;
    justify-content: space-between;
}

.top-content {
    display: flex;
}

.top-content li {
    color: #fff;
}

.top-content li a {
    color: #fff;
}

.contact_bar li {
    margin-right: 20px;
}

ul.top-content.contact_bar li i {
    margin-right: 5px;
}

li.h_social_sharing {
    align-items: center;
    display: flex;
    margin-right: 15px;
}

li.h_social_sharing a {
    padding: 10px;
    font-size: 16px;
}

li.h_social_sharing a:hover {
    color: var(--main-color);
}

.top-content li a.btn_right {
    background: linear-gradient(52deg, #19191900 16%, var(--main-color) 11%);
    min-height: 60px;
    display: block;
    display: flex;
    padding: 15px;
    text-transform: capitalize;
    min-width: 245px;
    font-size: 16px;
    justify-content: center;
    font-weight: bold;
    align-items: center;
}

/*------------- :: 04 Navbar -------------*/
nav.navbar.navbar-expand-sm {
    position: absolute;
    width: 100%;
    background:white;
}

.collapse.navbar-collapse {
    justify-content: flex-end;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

ul.dropdown-menu.row.dropdown-menu.container {
    padding: 15px;
}

nav.navbar.navbar-expand-sm.h_stiky {
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

nav.navbar.navbar-expand-sm.h_stiky {
    position: fixed !important;
    width: 100%;
    min-height: 90px;
    z-index: 999;
    top: 0;
    background-color: white;
    z-index: 999;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.navbar-brand {
    position: relative;
    max-width: 320px;
}

nav.navbar {
    position: relative;
    z-index: 99;
    padding: 0;
    min-height: 90px;
}

nav.main-navbar.h_stiky ul.navbar-nav, nav.navbar.navbar-default.main-navbar.h_stiky, ul.navbar-nav, nav.main-navbar.h_stiky ul.navbar-nav {
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

header .navbar-nav a {
    font-size: 14px;
    align-items: center;
    text-transform: uppercase;
    font-family: 'Bree Serif', serif !important;
}

header .navbar-nav .nav-link {
    position: relative;
    color: #0f0f0f;
    margin: 0 9px;
    display: flex;
    padding: 0 13px !important;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

header .navbar-nav a:hover {
    color: var(--main-color);
}

header .navbar-nav .nav-link:before {
    content: '';
    position: absolute;
    left: -10px;
    margin-right: 4px;
    border: 1.5px solid var(--main-color);
    width: 1px;
    opacity: 0;
    border-radius: 5px;
    margin-right: 10px;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

header .navbar-nav .nav-link:hover:before, header .navbar-nav .active.nav-link:before {
    width: 20px;
    opacity: 1;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

header .main-navbar .navbar-nav .nav-link.active, nav .dropdown-toggle.active::after, header .main-navbar .navbar-nav .nav-link:hover, nav .dropdown-toggle:hover::after, .main-navbar .active {
    color: var(--main-color) !important;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.dropdown-menu>.dropdown-menu>.dropdown-menu {
    max-height: 400px;
    overflow: scroll;
}

.main-navbar .dropdown-menu {
    min-width: 210px;
    border-radius: 0;
}

nav .dropdown-toggle::after {
    font-size: 14px;
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: 2px solid;
    border-left: 2px solid;
    color: #fff;
    transform: rotate(313deg);
    margin-top: -5px;
    margin-left: 9px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.dropdown-menu li:first-child a {
    border-top: 0;
}

.dropdown-menu li a {
    font-weight: 500;
    padding: 10px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}

.dropdown-menu a:hover, .dropdown-menu a.active {
    background-color: transparent;
}

header .navbar-expand-md .navbar-toggler {
    display: none;
    height: 34px;
    font-size: 18px;
    padding: 7px 3px;
}

.navbar-toggler-icon:before {
    content: '';
    height: 4px;
    width: 31px;
    background: #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: block;
    position: absolute;
    top: 3px;
    left: 5px;
    box-shadow: 0 11px #ffffff, 0 22px #ffffff;
    -webkit-box-shadow: 0 10px #ffffff, 0 20px #ffffff;
    -moz-box-shadow: 0 11px #ffffff, 0 22px #ffffff;
}

a.btn_sidbr {
    display: block;
    height: 33px;
    width: 45px;
    margin-right: -4px;
}

.user_content a {
    width: 32px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    height: 32px;
    border: 2px solid #fff;
    border-radius: 4px;
    display: inline-block;
    margin-left: 10px;
}

.user_content a sup {
    width: 18px;
    padding: 9px 5px;
    height: 18px;
    top: -43px;
    left: 15px;
    display: block;
    border-radius: 50px;
    background-color: #fff;
    color: var(--main-color);
}

.user_content a:first-child {
    background-color: var(--main-color);
    border: 0;
}

.user_content {
    display: flex;
    margin-left: 60px;
}

header {
    position: relative;
    z-index: 999;
}

/*------------- :: 06 Home Slider -------------*/
a.btn.btn_2 {
    text-align: left;
}

main {
    position: relative;
}

i.fas.fa-play-circle {
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 30px;
    color: #000 !important;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    background-color: #fff !important;
    border-radius: 100%;
}

.btn_group i.fas {
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 30px;
    color: #fff;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    background-color: var(--main-color);
    border-radius: 100%;
}

.slick-slide, .slick-slide::before, .caption {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

main  .slick-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slick-slide {
    position: relative;
}

.caption {
    position: absolute;
    top: 44%;
    left: 5%;
    text-align: center;
    padding: 20px;
    border: 3px solid;
    color: #fff;
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: .02em;
    opacity: 0;
    z-index: 1;
    transition: all .3s ease;
    transform: translateY(100px);
}

body video, .slider.verticle-slide .slide>img {
    min-width: 100% !important;    /* width: auto !important; */
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    height: 100vh;
}

.slider_cont {
    color: #fff;
    position: relative;
    z-index: 9;
    max-width: 720px;
}

.slider_cont h2 {
    letter-spacing: 1.5px;
    font-size: 45px;
    line-height: 54px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
}

.slider_cont h4 {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
}

.btn_group {
    margin-top: 40px;
}

.btn_group .btn {
    border-radius: 50px;
    width: 170px;
    text-align: left;
    min-height: 40px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-right: 23px;
}

.btn_group .btn i {
}

main .main-slider_thumbnail {
    max-width: 680px;
    position: absolute;
    bottom: 80px;
    right: 0;
    height: auto;
    z-index: 99;
}

.main-slider .slick-slide img {
    object-fit: cover;
    overflow: hidden;
    /* height: 500px; */
    display: block;
}

.main-slider .slick-prev, .main-slider .slick-next {
    background-image: url(../images/all-img/slider_btn.png);
    background-color: transparent;
    border: 0;
    background-repeat: no-repeat;
    background-size: inherit;
    border-radius: 0;
    left: 60px !important;
}

.main-slider .slick-prev {
}

.main-slider .slick-prev:hover {
    background-image: url(../images/all-img/slider_btnh.png);
}

.main-slider .slick-next:hover {
    background-image: url(../images/all-img/slider_btn2h.html);
}

.main-slider .slick-next {
    background-image: url(../images/all-img/slider_btn2.png);
    right: auto;
    margin-top: 100px;
    height: 44px;
}

.main-slider .slick-next {
}

ul.slick-dots {
    position: absolute;
    top: 45%;
    left: 60px;
}

.main-slider .slick-dots button {
    background-color: #fff;
}

.slick-dots button {
    background-color: #fff;
    border: 0;
    font-size: 0;
    width: 7px;
    height: 7px;
    margin: 0 4px;
    border-radius: 50px;
}

.slick-dots li {
    padding: 0;
    margin: 0;
    height: 12px;
}

.slick-dots .slick-active button {
    background-color: var(--main-color);
}

.title_slider_nav {
    color: #fff;
    position: relative;
    margin-bottom: 40px;
    margin-left: 20px;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
}

.main-slider_thumbnail .slick-slide img {
    display: block;
    min-height: 130px;
    object-fit: cover;
}

.main-slider_thumbnail .slick-slide figure {
    margin-bottom: 0;
}

.title_slider_nav:after {
    content: '';
    height: 1px;
    border-bottom: 4px solid var(--main-color);
    width: 30px;
    display: block;
}

.title_slider_nav:before {
    content: '';
    height: 32px;
    border-left: 4px solid var(--main-color);
    width: 1px;
    position: absolute;
    margin-top: 7px;
    display: block;
}

.title_slider_nav span {
    padding: 0 18px 2px 14px;
    display: block;
}

.video_play_btn {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.52);
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    font-size: 32px;
    left: 0;
    right: 0;
    text-align: center;
}

.video_play_btn i {
    position: static !important;
}

/*------------- :: 07 Slider Button -------------*/
.slick-prev, .slick-next {
    z-index: 9;
    background-color: #fff;
    width: 40px !important;
    height: 40px;
    border-radius: 50%;
    font-size: 0 !important;
    outline: none;
    border: 1px solid #fff;
    position: absolute;
    border: 3px solid;
}

.slick-prev {
    top: 40%;
    left: 40px;
}

.slick-arrow:hover {
    border-color: var(--main-color);
}

.slick-next {
    top: 40%;
    right: 40px;
}

.blog .slick-arrow {
    top: 46%;
}

.testimonial .slick-arrow {
    top: 35px;
}

.slider_btn .slick-arrow {
    width: 100%;
    font-size: 32px;
}

.slider_btn .slick-arrow {

    /* font-weight: 900; */

    /* position: absolute; */

    /* display: block; */

    /* padding: 15px!important; */
    width: 100%;
    font-size: 32px;
}

.slider_btn .slick-arrow:before {
    content: "\f30b";
}

.slider_btn .slick-arrow:after {
    content: '';
    height: 2px;
    width: 16px;
    display: block;
    background: #333;
    position: absolute;
    top: 16px;
    right: 11px;
}

.lick-arrow {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slider_btn button.slick-prev.slick-arrow {
    transform: rotate(180deg);
}

.slider_btn .slick-arrow:before {
    content: '';
    height: 9px;
    width: 10px;
    display: block;
    border: 2px solid #333;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    top: 13px;
    right: 10px;
}

.slider-nav .new_post {
    margin-left: 20px;
}

.btn_out .slick-arrow {
    margin: 0 -100px;
}

/*------------- :: 06 Section Heading -------------*/
section.space.about {
    background-image: url(../images/all-img/first.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: inherit;
    position: relative;
}

.section-heading {
    margin-bottom: 60px;
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
}

.section-heading h2 {
    color: #0d1028;
    text-transform: capitalize;
}

p.p_dec {
    padding-bottom: 14px !important;
}

.section-heading h4 {
    margin-top: 30px;
    color: #526977;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

.section-heading.white h2, .section-heading.white h4 {
    color: #ffffff;
}

/*--about-section--*/
.about_cont_inner h3 {
    margin-bottom: 20px;
}

span.img_sig {
    max-width: 160px;
    float: right;
    display: block;
}

.about_cont_inner .btn_link {
    margin: 20px 0;
    display: flex;
    align-items: center;
}

ul.about-list.nav {
    margin: 20px 0;
}

ul.about-list.nav li {
    font-size: 16px;
    font-weight: 600;
    color: #526977;
    display: flex;
    align-items: center;
    padding: 3px 0;
}

ul.about-list.nav li .dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #526977;
    margin: 0px 18px 0px 0;
}

.about_img ul {
    text-align: right;
}

.about_img ul li {
    position: relative;
}

.about_img ul li:first-child {
    z-index: 2;
    margin-bottom: 20px;
}

.about_img ul li:last-child {
    position: absolute;
    left: 0;
    top: 0;
    align-items: center;
    display: flex;
    bottom: 0;
    z-index: 1;
}

.about_img ul li img {
    max-width: 370px;
    border-radius: 8px;
}

.about_img ul li {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.about_img ul li:hover, .about_img ul li:last-child:hover, .about_img ul li:first-child:hover, .about_img ul li.active {
    z-index: 99 !important;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

ul.about-list.nav .fas.fa-check {
    color: #027301;
    margin-right: 24px;
}

/*---process--*/
section.working_process {
    background-image: url(../images/all-img/medium.png);
    background-repeat: no-repeat;
    background-size: inherit;
}

.process_col_inner {
    text-align: center;
}

.process_col_inner h4 {
    margin-top: 15px;
    font-size: 16px;
    color: #526977;
    font-weight: 600;
}

.process_col_inner .icon {
    height: 140px;
    border-radius: 100%;
    position: relative;
    text-align: center;
    margin: 0 auto;
    line-height: 140px;
    background-color: #fff;
    display: block;
    width: 140px;
    box-shadow: 1px 1px 10px #ccc;
}

.process_col_inner:hover .icon img {
    transform: rotate(-360deg);
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.process_col_inner .icon sup {
    position: absolute;
    display: block;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
    right: 6px;
    line-height: 32px;
    font-size: 24px;
    height: 34px;
    width: 34px;
    background-color: var(--main-color);
}

.process_col {
    margin-right: 40px;
    position: relative;
}

.process_col:last-child {
    margin-right: 0;
}

.process_col_inner .icon img {
    width: 60px;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

li.process_col:nth-child(odd):after {
    transform: rotate(340deg);
    height: 84px;
}

li.process_col:nth-child(even) {
    margin-top: 20px;
}

li.process_col:nth-child(even) .process_col_inner {
    text-align: center;
    flex-direction: column-reverse;
    display: flex;
    flex: auto;    /* flex-wrap: wrap; */
    flex-wrap: wrap-reverse;
}

li.process_col:nth-child(even) h4 {
    margin-bottom: 18px !important;
    margin-top: 0;
}

li.process_col:first-child:after {
    display: none !important;
}

.working_process_inner ul.nav.row {
    justify-content: space-between;
}

.process_col:after {
    content: '';
    position: absolute;
    height: 102px;
    width: 180px;
    top: 13px;
    right: 74px;
    transform: rotate(26deg);
    border-radius: 150%;
    z-index: -1;
    border-bottom: 2px dashed #333;    /* top:0; */

    /* right:0; */
}

/*---------------- :: 08 Service Section -------------*/
.services.bg_shap {
    overflow: hidden;
    position: relative;
    background: url(../images/all-img/last.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 1109px;
}

.service_all_btn {
    position: absolute;
    right: 15px;
    top: 80px;
}

.service_all_btn .btn {
    width: 170px;
    height: 40px;
    line-height: 22px;
}

.content_r {
    position: relative;
}

.services.bg_shap:before {
    content: '';
    background-image: url(../images/all-img/map_bg.png);
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
    height: 100%;
    opacity: 0.1;
    width: 58%;
    bottom: 0;
    background-position: right bottom;
}

.service-content {
    text-align: center;
    padding: 18px 20px;
    border: 2px dotted #ffffff;    /* border-radius: 8px; */
    box-shadow: 0 0 34px 0 #dcdcdc69;
    background-color: #ffffff;
    margin-bottom: 30px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
}

.service-content:hover {

    /* box-shadow: 0px 0px 12px #2ed9f5; */
    -webkit-transition: all .4s ease;
    border: 2px dotted var(--main-color);
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.service-content .icon {
    vertical-align: middle;
    height: 84px;
    width: 84px;
    margin: 12px auto 20px auto;
    display: flex;
    align-items: center;
}

.service-content .icon i {
    color: var(--second-color);
    text-shadow: 0px 1px 0;
}

.services_v2 .service-content .icon i {
    color: var(--main-color);
}

.services_v2 .service-content {
    padding: 35px 20px;
}

.service-content .icon i:before {
    font-size: 80px;
    line-height: 80px;
}

.service-content:hover .icon i:before {
    color: var(--main-color);
}

span.icon-circle {
    margin-bottom: 20px;
    font-size: 40px;
    display: inline-block;
    width: 100px;
    height: 100px;
    color: #fff;
    border-radius: 100%;
    line-height: 100px;
}

span.icon-circle img {
    width: 100%;
}

.service-title {
    color: #0d1028;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    text-transform: capitalize;
}

.traking_form h3 {
    font-size: 28px;
    margin-bottom: 12px;
}

.traking_form {
    margin-top: 30px !important;
}

.traking_form .form-control {
    height: 50px;
    box-shadow: 0px 2px 20px #e7e1e1cc;
    border: 0;
    border-radius: 12px;
    padding: 0px 24px;
}

.traking_form .form-control::placeholder {
    color: #777777;
}

.col.mini_subscribe-btn {
    padding: 0;
    margin-left: -20px;
    margin-right: 15px;
}

.traking_form .btn {
    border-radius: 10px;
    background-color: #212121;
    height: 50px;
    line-height: 32px !important;
    width: 100%;
}

.service-content:hover .service-title {
    color: var(--main-color);
    transition: all .4s ease;
}

.our_services-col p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.services_V2 .our_services-col h4 {
    position: relative;
    font-size: 22px;
}

.services_V2 .our_services-col h4:after {
    content: '';
    display: block;
    width: 78px;
    border-radius: 10px;
    height: 3px;
    background-color: var(--second-color);
    margin: 12px auto;
}

/*--tracking item--*/
section.services.services_V2.space {
    background: #fdfeff;
}

section.tracking_item {
    background: linear-gradient(0deg, #ffffff 30%, #fffbfc 31%);
}

.tracking_item_inner {
    padding: 60px;
    position: relative;
}

.tracking_item_inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
    display: block;
    background-image: url(../images/all-img/map_bg.png);
    background-position: top;    /* background-repeat: no-repeat; */
    background-size: 100%;
    opacity: 0.1;
}

.tracking_item_inner h3 {
    color: #fff;
    margin-bottom: 40px;
}

.tracking_item_inner .form-control {
    height: 50px;
    border-radius: 50px;
    font-size: 16px;
    padding-left: 30px;
}

.tracking_item_inner .btn {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
}

.inner_width {
    max-width: 880px;
    margin: 0 auto;
}

/*--service2--*/
.services.services_v2 {
    background-size: 46%;
}

.services.services_v2.bg_shap {
    overflow: hidden;
    position: relative;
    background: url(../images/all-img/about_2_bg.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 1109px;
}

.services_v2.services:after {
    display: none;
}

.side_out_img img {
    max-width: 100%;
}

.side_out_img {
    width: 40vw;
}

img.img-fluid.service_detail_img {

    /* background-color: #e35b1c; */
    margin-left: 34px;
    max-width: 92%;
    margin-top: 34px;
    box-shadow: -34px -34px 0 #feefe8;
}

/*------------- :: 13 Pricing Table -------------*/
.pricing-content ul li {
    font-size: 16px;
    color: #526977;
    border-bottom: 1px solid #ededed;
    padding: 15px 0px;
}

.pricing-content ul li:last-child {
    border-bottom: 0;
}

.pricing-content {
    padding-bottom: 15px;
}

.pricing {
    padding-bottom: 70px !important;
}

.pricing_table.active, .pricing_table:hover {
    box-shadow: 0px 1px 20px #0000001c;
}

ul.inner-pricing li {
    padding: 0;
    display: block;
}

.pricing_table .price-value {
    display: block;
    color: var(--second-color);
    line-height: 64px;
    font-size: 50px;
}

.pricingtable-header p {
    font-size: 18px;
    font-weight: bold !important;
    color: var(--second-color);
    font-weight: 400;
    margin-left: 103px;
    margin-top: -6px;
}

.price-value sub {
    font-size: 35px;
    color: var(--second-color);
    font-weight: normal;
    bottom: 0;    /* margin-left: -15px; */
}

.pricing_table {
    margin-bottom: 30px;
}

.pricing_table {
    background-color: #ffffff;
    padding: 60px 0px;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.pricing_table .heading {
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 50px;
    margin-bottom: 15px;
}

.pricing_table .btn {
    width: 260px;
    font-size: 20px;
    padding: 0;
    line-height: 53px;
    background-color: transparent;
    min-height: 56px;
    border: 1px solid #ccc;
    color: var(--second-color);
    font-weight: 500;
}

.pricing_table.active .btn, .pricing_table .btn:hover {
    background-color: var(--second-color);
    color: #fff;
}

/*--testimonial-slider--*/
.testimonial {
    position: relative;
}

.testimonial {
    overflow: hidden;
    position: relative;
    background: url(../images/all-img/right_shape1.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.testimonial_slider_cover {
    box-shadow: 1px 1px 30px #eaeaea;
    padding: 40px;
    background-color: #fff;
}

.testimonial-slider .slider_cont {
    margin: 40px auto 0px;
}

.testimonial-slider h3 {
    font-size: 22px;
}

.testimonial-slider h5 {
    color: var(--main-color);
    margin-bottom: 11px;
}

.testimonial-slider-nav {
    max-width: 582px;
    margin: 0 auto;
}

.testimonial-slider-nav .slick-btn {
    border-radius: 100%;
    margin: 0;
}

.testimonial-slider-nav .post_img {
    padding: 15px;
    object-fit: cover;
    height: 120px;
    width: 120px;
    border-radius: 100%;
    overflow: hidden;
}

.testimonial-slider-nav .post_img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 100%;
}

.testimonial-slider-nav .slick-current {
    top: 50%;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    height: 120px;
    width: 120px;
    transform: scale(1.3);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}

.testimonial-slider-nav .slick-current .post_img {
    border-radius: 100%;
    overflow: hidden;
}

.testimonial-slider-nav .slick-current .post_img img {
    border: 2px solid var(--main-color);
}

.testimonial-slider ul.slick-dots {
    position: static;
}

.slick-dots li button {
    background-color: var(--second-color);
}

/*--blog-section--*/
.blog .new_post figure {
    margin: 15px;
}

section.space.bg_img.blog {
    padding-bottom: 85px;
}

.blog .section-heading {
    margin-bottom: 45px;
}

.blog {
    overflow: hidden;
    position: relative;
    background: url(../images/all-img/right_shape2.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.blog .new_post figure h4 {
    font-size: 20px;
}

.blog .new_post figure h5 {
    color: var(--main-color);
    padding: 5px 0;
    font-size: 14px;
    margin-bottom: 10px;
}

.new_post figcaption {
    padding: 25px 20px;
    box-shadow: 2px 1px 17px #e7e5e5;
    background-color: #fff;
}

.blog .slick-slide img {
    display: block;
    min-height: 220px;
    object-fit: cover;
}

.blog .slick-slide figure .bt_link {
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

.blog .slick-slide:hover figure .bt_link {
    color: var(--main-color);
}

/*--------------------- ----------
:: 19.0 Home Subscribe 
-------------------------------*/
.subscribe-section {
    background: #e6e7e9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
}

.subscribe-section .container {
    position: relative;
    z-index: 2;
}

.subscribe-section:after {
    content: url(../images/all-img/img-new.png);
    position: absolute;
    top: 35px;
    left: 0;
    padding: 15px;
    display: block;
}

.subscribe-section input.form-control {
    padding: 0 25px;
    border-radius: 50px;
    border: 0;
    font-size: 18px;
    height: 72px;
    font-family: 'Open Sans', sans-serif;
}

.subscribe-section input.form-control::placeholder {
    color: #d6d6d6;
}

.subscribe-section .submit-btn {
    font-size: 20px;
    font-weight: bold;
    border-radius: 50px !important;
    color: #fff;
    height: 73px;
    border-radius: 12px;
    line-height: 75px;    /* padding: 14px 15px; */
    background-color: var(--second-color);    /* margin-left: -3px; */
    display: block;
    text-decoration: none;
    text-align: center;
}

.subscribe-section .submit-btn:hover {
    background-color: var(--main-color);
}

/* ----------------------------------------------------------------
:: 20.0 Footer
-----------------------------------------------------------------*/
.widgets-col {
    padding: 0 5px 0 5px;
}

footer {
    background-color: #852e13;
}

a.navbar-brand.pb-2 img.img-fluid {
    width: 156px;
    margin-bottom: 20px;
}

.widgets-col p {
    color: #fff;
}

ul.nav.footer_contact {
    margin-top: 15px;
}

ul.nav.footer_contact li i {
    margin-right: 6px;
}

footer a {
    color: #fff;
}

.widgets-col .widget_app img {
    width: 120px;
}

.widgets-col ul.widget_app li {
    list-style: none;
    display: inline-block;
}

.widgets-col ul {
    padding: 0;
}

.footer-widgets {
    padding-top: 50px;
}

.widgets-col > h3 {
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 1px;
    word-spacing: 1px;
    color: #fff;
    font-family: 'Bree Serif', serif;
    line-height: 30px;
}

.widgets-col > h3 span {
    color: var(--main-color);
}

.widgets-col ul li {
    list-style: none;
    padding: 1px;
}

.widgets-col, .coppy-right {
    font-family: 'Open Sans', sans-serif;
}

.widgets-col ul li a {
    line-height: 33px;
    text-decoration: none;
    display: block;
}

.widgets-col ul li a:hover {
    color: var(--main-color);
}

.ft-addres p {
    display: flex;
}

.ft-addres p i {
    font-size: 18px;
    color: #ffffff;
    padding-right: 15px;
}

.widgets-col h4 {
    font-size: 16px;
    color: #fff;
    padding: 15px 0;
}

.coppy-right {
    padding: 45px 0 15px 0;
}

.coppy-right p {
    color: #fff;
    font-size: 15px;
}
.coppy-right p :hover {
    color:#df5643
}

.coppy-right a {
    color: #fff;
    padding: 0 5px;
    padding-bottom:5px;
}

ul.social-icons a {
    padding: 0 18px;
}

.coppy-right ul.social-icons {
    background-color: rgba(0, 0, 0, 0.34);
    text-align: center;
    margin-bottom: 0;
    padding: 12px;
    display: flex;
    justify-content: center;
}

.coppy-right .footer-menu a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 0 2px;
}

.coppy-right ul.footer-menu {
    margin-bottom: 0;
    padding: 15px 0 0 0;
    float: right;
}

.coppy-right ul.footer-menu li {
    display: inline-block;
}

.coppy-right .col-md-4 {
    float: left;
}

.coppy-right ul li a:hover {
    color: var(--main-color);
}

.coppy-right ul.social-icons::after {
    content: "";
    border-top: 49px solid transparent;
    border-left: 28px solid rgba(0, 0, 0, 0.34);
    border-bottom: 0 solid transparent;
    position: absolute;
    top: 0;
    right: -12px;
}

.coppy-right ul.social-icons::before {
    content: "";
    border-top: 49px solid transparent;
    border-right: 28px solid rgba(0, 0, 0, 0.34);
    border-bottom: 0 solid transparent;
    position: absolute;
    top: 0;
    left: -12px;
}

/*-----------------------------------------------
:: 21.0 Return To Top Button
-----------------------------------------------*/

/*------------- :: 07 Page Heading -------------*/
.page-heading {
    background-image: url(../images/all-img/header-bg1.jpg);
    background-size: cover;
    background-position: center;
    color: #ccc;
    text-align: center;
    min-height: 350px;    /* position: relative; */
    overflow: hidden;
    box-shadow: 2px 2px 20px #818181;
    position: relative;
    z-index: 9;
    position: relative;
}

.page-heading  .container {
    position: static;
}

.page-heading:after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background-color: rgba(7, 10, 35, 0.8);
    right: 0;
}

.page-heading .title {
    font-size: 40px;
    text-align: left;
    display: block;
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
}

.page-heading_inner {
    position: absolute;
    bottom: 18px;
}

.page-heading_inner {
    position: absolute;
    bottom: 18px;
}

.page-heading p {
    color: #fff;
    font-size: 18px;
}

.nav-breadcrumb {
    z-index: 9;
    display: block;
    text-align: left;
    left: 0;    /* margin-top: 20px; */
}

.nav-breadcrumb .breadcrumb {
    margin-bottom: 0;
    background: transparent;
    border-radius: 0;
    font-size: 16px;
    margin: 0 auto;
    padding: 5px 0;
    padding-left: 0;
}

.nav-breadcrumb li.breadcrumb-item.active {
    color: var(--main-color);
}

.nav-breadcrumb .breadcrumb a, .nav-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

/*--about_page--*/
.nav.choose_us_ul {
}

.nav.choose_us_ul li {
    padding: 18px;
    box-shadow: 0px 2px 21px #ebebeb;
    margin-bottom: 30px;
    border-radius: 8px;
    transition: all .4s ease;
}

.nav.choose_us_ul li:hover {
    background-color: var(--main-color);
    transition: all .4s ease;
}

.nav.choose_us_ul li:hover h4, .nav.choose_us_ul li:hover p {
    color: #fff;
}

.nav.choose_us_ul li h4 {
    margin-bottom: 7px;
}

.nav.choose_us_ul li p {
}

.choose_us_img {
    display: flex;    /* max-height: 402px; */
    max-width: 217px;
    text-align: center;
    margin: 0px auto;
}

/*--------------------- ----------
:: 25.0 Blog Template
-------------------------------*/
.blog-page p.post_date {
    position: absolute;
    top: 0;
    text-align: center;
}

.blog-page p.post_date span {
    display: block;
    padding: 8px;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
}

.blog-page p.post_date span.date {
    color: #000;
    background: var(--main-color);
}

.blog-page span.month {
    color: #fff;
}

.blog-page .blog-inner {

    /* padding: 0 20px 20px 20px; */
}

.blog-page .blog_post-catipon-inner.text-left {
    padding: 20px 0 0px 0;
}

.blog-deatils .blog_post-catipon-inner p {
    padding-bottom: 10px;
}

.blog-page .blog-deatils figure {
    margin-bottom: 0;
}

.blog-page .blog-deatils {

    /* box-shadow: 0px 2px 30px #ccc; */
    margin-bottom: 50px;
}

.blog-page .blog-deatils .title a {
    font-size: 25px;
    color: #000;
    text-decoration: none;
    font-family: 'Bree Serif', serif !important;
    font-weight: 400;
}

.blog-page .blog-deatils ul {
    padding: 0;
    margin-bottom: 15px;
}

.blog-page .blog-deatils li {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 0 8px 0 1px;
    color: #212121;
    text-transform: capitalize;
    font-weight: 600;
}

.blog-page .blog-deatils h3.title {
    margin-bottom: 10px;
}

.blog-page .blog-deatils a.btn.main-btn {
    background-color: var(--main-color);
    color: #fff;
    padding: 9px 15px;
    font-size: 16px;
    width: 170px;
    line-height: 27px;
    height: 44px;
    margin-top: 28px;
    font-family: 'Raleway', sans-serif !important;
}

.blog-page .blog-deatils a.btn.main-btn:hover {
    background-color: var(--second-color);
}

.blog-page .blog-deatils a .icon {
    font-size: 15px;
    padding: 5px;
    color: #000;
}

.blog-page .blog-deatils .icon {
    padding-right: 8px;
}

.blog-page .blog-deatils ul i {
    color: var(--main-color);
    font-size: 13px;
    padding-right: 4px;
}

.blog-page .blog-deatils ul i.fas.fa-heart {
    color: #ff0000;
}

.blog-page .swiper-button-next, .blog-page .swiper-container-rtl .swiper-button-prev, .blog-page .swiper-button-prev, .blog-page .swiper-container-rtl .swiper-button-next {
    background-image: none;
}

.blog-page .blog-deatils .blog-template .fa-angle-double-left {
    font-size: 24px;
    background-color: #0000009c;
    color: var(--main-color);
    padding: 10px 20px;
    font-size: 27px;
    margin-left: -10px;
}

.blog-page .blog-deatils .blog-template .fa-angle-double-right {
    font-size: 24px;
    background-color: #0000009c;
    color: var(--main-color);
    padding: 10px 20px;
    font-size: 27px;
    right: -10px;
    position: absolute;
}

.blog-page .blog-deatils iframe {
    width: 100%;
    height: 376px;
}

.blog-page .overlay-effect {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    background-color: #000000cf;
    overflow: hidden;
    text-align: center;
    padding: 70px;
}

.blog-page .overlay-effect h4 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

.blog-page .overlay-effect p {
    color: #fff;
}

.blog-page .blog-deatil .col-md-12.post-img {
    padding: 0;
}

.blog-page .blog-deatil blockquote {
    margin: 0 20px;
    border-left: 3px solid #000;
    padding: 0 20px;
    font-family: 'Open Sans', sans-serif;
}

.blog-page.blog-detail-page .blog-deatils {
    background-color: transparent;
}

/*--------------------- ----------
:: 26.0 sidebar
-------------------------------*/
.sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

.sidebar .blog-sidebar-widgets li a {
    color: #526977;
    padding: 10px 0px;
    display: block;
    font-size: 16px;
    border-bottom: 1px solid #526977;
    text-decoration: none;
    margin-bottom: 5px;
}

.sidebar .cat-item a {

    /* border-radius: 40px; */
    min-height: 40px;
    transition: 0.5s;    /* border: none !important; */
}

.sidebar .blog-sidebar-widgets li a i.fas {
    margin-right: 7px;
    border-radius: 100%;
    font-size: 13px;
    color: var(--main-color);
}

.sidebar .blog-sidebar-widgets {
    margin-bottom: 40px;
}

.sidebar .blog-sidebar {
    margin-bottom: 40px;
}

.sidebar h4.widgets-title {
    margin-bottom: 20px;
    font-size: 18px;
    text-transform: uppercase;
}

.sidebar #searchsubmit {
    background: var(--second-color);
    border: 0;
    padding: 10px 41px;
    margin: 0px -9px;
    font-size: 20px;
    color: #fff;
    border-radius: 9px 9px 9px 9px;
}

.sidebar .searchform input {
    height: 50px;
    border-radius: 15px 0px 14px 16px;
    width: 71%;
    font-size: 20px;
    border: 1px solid #ccc;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 10px 0px 0px 10px;
}

.sidebar .searchform input::placeholder {
    color: #777777;
}

.sidebar .media.sidebar-post {
    margin-bottom: 22px;
    border-bottom: 1px solid #526977;
    padding-bottom: 15px;
}

.sidebar .sidebar-post-img {
    max-width: 100px;
    max-height: 90px;
    margin-right: 21px;
    overflow: hidden;
}

.sidebar .sidebar-post-img img {
    width: 100px;
    height: 80px;
    object-fit: cover;
}

.sidebar .sidebar-post p {
    padding: 0;
    margin: 0px 0px;
    line-height: 24px;
    font-size: 14px;
}

.sidebar .sidebar-post h4 {
    font-size: 17px;
    font-family: 'Raleway', sans-serif !important;
}

.sidebar .blog-sidebar-widgets a.tag-cloud-link:hover {
    background-color: var(--main-color);
    color: #fff;
}

.sidebar .blog-sidebar-widgets a.tag-cloud-link {
    display: inline-block;
    padding: 6px 23px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    text-transform: capitalize;
    color: #000;
    transition: 0.5s;
    border: 1px solid #cccccc8a;
    margin: 3px;
}

.sidebar .blog-sidebar-widgets h5 {
    display: block;
}

.sidebar .blog-sidebar-widgets h5:after {
    content: '';
    display: block;
    width: 50px;
    border: 1px solid #000;
    position: relative;
    right: -120px;
    top: 10px;
    margin: 5px 0 10px 0;
    transform: rotate(0deg);
}

.sidebar .blog-sidebar-widgets.shareit li {
    display: inline-block;
}

.sidebar .blog-sidebar-widgets.shareit a {

    /* padding: 7px 35px; */
    color: #fff;
    text-align: center;
    border-radius: 5px;
    display: block;
    margin: 15px !important;
    border: 0;
    width: 140px;
    display: block;    /* width: 100px; */
    display: table-cell;
}

.sidebar .blog-sidebar-widgets.shareit a.facebook {
    background-color: #2164b6;
}

.sidebar .blog-sidebar-widgets.shareit a.linkedin {
    background-color: #2a8fdd;
}

.sidebar .blog-sidebar-widgets.shareit a.twitter {
    background-color: #43d0fe;
}

.sidebar .blog-sidebar-widgets.shareit a.pinterest {
    background-color: #df5643;
}

.sidebar .blog-sidebar-widgets.shareit a.google {
    background-color: #484540;
}

.sidebar .blog-sidebar-widgets.agents img.img-fluid {
    width: 150px;
}

.sidebar .blog-sidebar-widgets.agents img.img-fluid {
    width: 150px;
    margin: 20px 0;
}

.sidebar .blog-sidebar-widgets.agents a.submit-btn {
    background-color: var(--second-color);
    color: #fff;
    border-radius: 8px;
    margin-left: -20px;
    z-index: 9;
    font-weight: bold;
    font-size: 16px;
    padding: 7px 35px;
}

.sidebar .blog-sidebar-widgets.agents input.form-control {
    box-shadow: 0 0 11px rgba(101, 95, 95, 0.25);
    height: 42px;
    border-radius: 10px;
    border: 0;
}

.sidebar .blog-sidebar-widgets.agents h6 {
    padding: 20px 10px 0px 10px;
}

.sidebar .blog-sidebar-widgets.agents strong {
    font-size: 32px;
    font-family: 'Bree Serif', serif !important;
    font-weight: normal;
    color: #0054a6;
}

h4.widgets-title.call_us {
    margin-top: 15px;
}

.page-link {
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    margin: 5px;
    border-radius: 100% !important;
    line-height: 24px;
    width: 28px;
    height: 28px;
    color: var(--main-color);
    border: 2px solid #1f1f1f;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    background-color: #0c1029;
    color: #fff;
}

.page-link:hover, .page-item.active .page-link {
    background-color: var(--main-color);
    color: #fff;
    border: 2px solid  var(--main-color);
}

.blog-page.blog-detail-page .blog-deatils {
    box-shadow: none;
    border-bottom: 0;
}

.blog-detail-page .comment-section a.pull_left_comment {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
}

.blog-detail-page .comment-section .comment_detail {
    position: relative;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-top: 0px;
}

.blog-detail-page .comment-section h4.comment_detail_title {
    font-size: 22px;
    padding: 6px 10px 5px 0;
    max-width: 80%;    /* display: inline-block; */
}

.blog-detail-page .comment-section a.btn.main-btn {
    float: right;
    transform: translate(-8px, -33px);
}

.blog-detail-page .comment-section span.comment_date {
    color: var(--main-color);
    transition: all 0.5s;    /* font-weight: bold; */
    -ms-transition: all 0.5s;
    font-family: 'Bree Serif', serif !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.blog-detail-page .media.comment_box {
    margin-bottom: 20px;
}

.blog-detail-page .comment-data {
    padding-top: 20px;
}

.media.comment-data.inner_2 {
    margin-left: 20px;
}

.single-blog h2.sction-cntfont-size {
    font-size: 24px;
}

.single-blog .col-lg-7.mb-5, .single-blog .col-lg-7 {
    padding: 0;
}

.single-blog .section-titel2 {
    padding-bottom: 10px;
}

.single-blog .icon {
    color: var(--main-color);
    padding-right: 20px;
}

.blog-detail-page .comment-section a.btn.main-btn {
    color: #828282;
    padding: 1px 22px;
    color: #fff;
    height: 26px;
    width: 87px;
    line-height: 22px;
    font-size: 14px;
}

.comment_form h2 {
    font-size: 30px;
    margin-bottom: 33px;
}

.blog-detail-page .comment_form a.btn.main-btn {
    color: #828282;
    background-color: var(--second-color);
    color: #fff;
    font-size: 20px;
    border-radius: 50px;
    margin-top: 30px;
    padding: 15px 45px;
    float: right;
    width: 220px;
    height: auto;
}

.space.track-data select {
    -moz-appearance: window;
    -webkit-appearance: none;
    padding-right: 20px;
}

.blog-detail-page .comment-section .form-control {
    border: 0;
    font-family: 'Open Sans', sans-serif;
}

.blog-detail-page .comment-section .form-control:focus {
    border-color: var(--main-color) !important;
    box-shadow: none;
}

.blog-detail-page .comment_form .fas {
    margin-top: 14px;
}

.blog-detail-page .comment_form .input-group .form-control {
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.13);    /* border: 1px dashed #ddd; */
    border-radius: 24px;
    clear: both;
    padding: 10px 20px;
    height: 44px;
    margin-bottom: 30px;
}

textarea.form-control {
    height: 250px !important;
}

.blog-detail-page .comment_form .form-group {
    margin-bottom: 0;
}

.mocial_following_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #4e5162;
    border-radius: 15px;
    padding: 12px 15px 12px 26px;
}

.mocial_following h4 {
    color: #fff;
    font-size: 22px;
}

.mocial_following ul li a {
    width: 50px;
    line-height: 45px;
    text-align: center;
    height: 50px;
    display: block;
    background-color: #fff;
    border-radius: 100%;
    border: 3px solid #ccc;
    color: #333;
    font-size: 20px;
    margin-left: 12px;
}

.mocial_following {
    margin: 40px 0;
}

.service_slider .new_post a.btn {
    display: block;
    width: 100%;
    margin-top: 30px;
    border-radius: 0;
    font-size: 22px;
}

.service_slider .sldier_3 .new_post figcaption {
    padding: 25px 20px 0px 20px;
}

.service_slider .sldier_3 .new_post a.btn {
}

.service_slider .sldier_3 .new_post a.btn {

    /* margin: 0 -81px; */
    width: 113%;
    transform: translate(-19px, 0px);
}

.service_slider .new_post figure {
    margin: 15px;
}

.service_slider .new_post h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.service_slider .slick-slide img {
    display: block;
    object-fit: cover;
    min-height: 214px;
}

.bg2 {
    position: relative;
    background: #f9fdff !important;
}

/*---Track-Page--*/
.track-data .form-group {
    height: 0;
}

.track-data  .form-control {
    border-radius: 50px;
    height: 46px;
    margin-bottom: 30px;
    display: block;
    background-color: #f7f7f7;
    border: 0;
    box-shadow: 0px 1px 14px #ccc;
    padding: 0px 20px
}

.track-data a.submit-btn.btn {
    background-color: var(--second-color);
    display: block;
    height: 52px;
    line-height: 32px;
    margin-bottom: 40px;
}

.track-data blockquote {
    line-height: 29px;
    font-size: 16px;
    border-left: 4px solid var(--main-color);
    padding: 10px 22px 10px 20px;
    margin-left: 15px;
    color: #526977;
}

.track-faq h3 {
    text-align: center;
    font-size: 18px;
    padding: 7px 10px;
    color: #fff;
    background-color: var(--second-color);
}

.track-faq h4 {
    margin-bottom: 20px !important;
    font-size: 18px;
}

.md-accordion .main_card {
    border: 0;
    box-shadow: 1px 2px 10px #ccc;
    padding: 30px;
}

.md-accordion .main_card  .card {
    border-radius: 0 !important;
    box-shadow: none;
    border: 0;
    background-color: transparent;
}

.card:last-child .card-header button.btn.btn-link {
    border-bottom: 0;
    padding-bottom: 0;
}

.accordion.md-accordion {
    background: #f7f7f7;
}

.accordion.md-accordion .card-header {
    background-color: transparent !important;
    border: 0;
    padding: 0;
    margin-bottom: 5px;
}

/*------------- :: 27 Search Area -------------*/
.search_box_main {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.77);
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
    -ms-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

.search_box_main .content-center {
    height: 100%;
}

.search_box_main.search_box_main_show {
    opacity: 1;
    visibility: visible;
    transition: all 0.2s;
    -ms-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

.search_box_main form .form-control {
    height: 60px;
    padding-left: 30px;
    font-size: 18px;
    background-color: #fff;
    border-radius: 30px;
}

.search_box_main form a {
    background-color: var(--main-color);    /* line-height: 56px; */
    border-radius: 0px 30px 30px 0px;    /* width: 54px; */
}

.search_box_main form i:before {
    font-size: 26px;
    padding: 15px 20px;
    color: #fff;
    line-height: 56px;
}

.search_box_main .form-group {
    max-width: 400px;
    width: 100%;
}

a.search_btn_main.bnt_close {
    font-size: 104px;
    color: #fff;
    right: 40px;
    top: 40px;
    position: absolute;
}

a.search_btn_main.bnt_close:hover {
    transform: rotate(180deg);
    color: var(--main-color);
}

/*------------- :: 28 Additional CSS -------------*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    width: 50px;
    height: 50px;
    line-height: 58px;
    text-align: center;
    box-shadow: -4px 5px 20px rgba(0, 0, 0, 0.4196078431372549);
    color: #fff;
    background-color: var(--main-color);
    right: 20px;
    z-index: 99;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    transition: all .5s;
}

#return-to-top i {
    display: block;
    line-height: 50px;
    transform: rotate(314deg);
    padding-left: 5px;
    padding-top: 3px;
}

#return-to-top i:before {
    font-size: 26px;
}

/*------------- : 29 Page Loader -------------*/
#page-anim-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    transition: all .4s;
    background-color: #fff;
}

.page_preloader-inner {
    position: relative;
    z-index: 999999;
    height: 100%;
    text-align: center;
}

.page_preloader-inner img {
    max-width: 180px;
}

/*--contact_page--*/
.cont-map iframe {
    width: 100%;
    height: 420px;
    border: 0;
}

.contact_adress ul p {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #0d1028;
    margin-top: 7px;
}

.contact_adress ul .add p {
    font-size: 20px;
    line-height: 36px;
}

.contact_adress h3 {
    padding: 26px 0px;
}

.contact_adress ul li span {
    font-family: 'Bree Serif', serif !important;
    font-size: 16px;
    text-transform: uppercase;
    color: #526977
}

.contact_adress .form-control {
    background-color: #fff;
    border-radius: 22px;
    box-shadow: none;
    border: 1px solid #dadada;
    padding: 7px 18px;
}

.contact_adress textarea.form-control {
    height: 180px !important;
}

/*------ :: 25.0 Accordion -------*/
.accordion-custom_d .card-header .btn.collapsed {
    color: #333;
    background-color: transparent;
}

.card-header .btn.collapsed .fa.main:after {
    content: "\f358" !important;
}

.accordion-custom_d .card-header .btn .fa.main:after {
    content: "\f35b";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;    /* padding-right: 0.5em; */
    position: relative;
    right: 1px;
}

.accordion-custom_d .card-header .btn .fa.main {
    padding: 9px 2px;
    position: absolute;
    right: 1px;
    font-size: 14px;
    top: 0px;
    font-family: "Font Awesome 5 Free";
}

.card-header button.btn.btn-link {
    border-radius: 0;
    color: #526977;
    background-color: transparent;
    text-decoration: none;
    font-size: 16px;
}

.card-header button.btn.btn-link:hover {
    box-shadow: none !important;
}

.btn_group a.btn.btn_2 {

    /* text-align: left; */
}

i.fas.fa-angle-double-right {

    /* padding-left: 0px; */

    /* font-size: 13px; */

    /* padding-top: 2px; */
}

.container.section-track .section-heading {
    margin-bottom: 30px !important;
    margin-top: 8px !important;
}

.container.section-track .section-heading h4 {
    margin-top: 40px !important;
}

.accordion-custom_d .card .card-body {
    padding: 10px 0;
}

.card-header button.btn.btn-link {
    padding: 11px 0;
    border-radius: 0;
    border-bottom: 1px solid #acacac;
    text-decoration: none;
}
@media (min-width:991px){
    .desktop-logo {
        height:80px; 
        width:200px;
    }
  }

.book {
    font-size:14px; 
    padding-top:7px; 
    padding-bottom:7px; 
    margin-top:-3px; 
    margin-left:40px;
}