@import url('https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    color: inherit;
}
a, button, input { 
    outline: none; 
}
ol, ul{ 
    padding: 0; 
    margin: 0;
}
strong{ 
  font-weight: 600;
}
iframe{
  width: 100%;
  border: none;
  display: block;
}
p { 
    margin: 0 0 15px; 
}

*::-moz-selection { 
    background: #a9c200; 
    color: #fff; 
    text-shadow: none; 
}
::-moz-selection { 
    background: #a9c200; 
    color: #fff;
    text-shadow: none; 
}
::selection { 
    background: #a9c200; 
    color: #fff; 
    text-shadow: none; 
}

textarea, input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input, 
select{
    font-family: inherit;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 30px;
    vertical-align: middle;
    width: 100%;
    color: #8093a8;
    padding: 12px 15px;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid rgba(0, 43, 92, 0.08);
    font-size: 14px;
    padding-left: 18px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
}
button, input[type="submit"], 
input[type="button"], 
input[type="reset"] {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px 11px;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none!important;
    -webkit-font-smoothing: antialiased;
}

textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus {
    border: 1px solid #a9c200;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: searchfield;
}

button[disabled], html input[disabled] {
    cursor: default;
    opacity: .5;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }


textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder ,
input::-ms-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholde  {   
  color: #fff;
}

menu, ol, ul {
    margin: 16px 0;
    padding: 0 0 0 25px;
}

body { font-family: 'Muli', sans-serif; 
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #777a7c;

}
h1, h2, h3, h4, h5, h6{ font-family: "Teko" ,sans-serif; margin-bottom: 15px; font-weight: 500; color :#262c31;}
h1 { font-size: 60px; line-height: 70px; }
h2 { font-size: 44px; line-height: 54px; }
h3 { font-size: 34px; line-height: 44px; }
h4 { font-size: 24px; line-height: 28px; }
h5 { font-size: 20px; line-height: 25px; }
h6 { font-size: 16px; line-height: 18px;}


/** Extra-outer **/
body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
body .site-main {
    background-color: #fff;
    position: relative;
    z-index: 1;
}
body .site-main.cl_main{
    z-index: initial;
}
body .page.sidebar-true .site-main{ 
    padding: 0;
    background-color: #fff;
}
a{ 
    color: #262c31; 
}

a, img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a.end_button{
    display: block;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    position: relative;
    font-family: "Teko", sans-serif;
}
a.end_button span{
    display: block;
    position: relative;
    height: 40px;
    width: 40px;
    line-height: 45px;
    border-radius: 50%;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    margin: 0 auto;
    background-color: inherit;
    margin-bottom: 8px;
    transition: all .4s;
    font-family: "Teko", sans-serif;
}
a.end_button:before, a.end_button:after{
    position: absolute;
    content: "";
    left: 50%;
    right: 0;
    top: 20px;
    height: 1px;
    width: 30%;
    margin: 0 40px;
    background-color: #e4e4e4;
    transition: all .4s;
}
a.end_button:before{
    left: auto;
    right: 50%;
}


.box-shadow{ box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08); }
.box-shadow_2{ box-shadow: 0 -7px 12px 0 rgba(0, 0, 0, 0.08); }


.alignleft {
    float: left;
    margin: .375em 1.45em 1.15em 0;
}
.alignright {
    float: right;
    margin: .375em 0 1.45em 1.15em;
}
.z-index_1{ z-index: -1; }
.z-index-0{ z-index: 0; }
.z-index-1{ z-index: 1; }
.z-index-2{ z-index: 2; }


/* ===============================================
    Spacing
------------------------*/

/** Padding **/
.spacing-1{ padding: 36px 40px 21px; margin-top: -60px; }
.spacing-2{ padding: 70px 40px 30px; margin-bottom: -150px;}
.spacing-3 { padding: 40px 0 40px 35px; margin-bottom: -180px; }
.spacing-4{ padding: 90px 0;}
.spacing-5{ padding: 50px 40px 45px;}
.spacing-6 { padding: 55px 40px 25px; }
.spacing-7 { padding: 40px 110px 30px 0; margin-top: -75px;}
.spacing-8 { padding: 85px 0px 71px 120px; margin-left: -90px; margin-top: -25px;}
.spacing-9 { padding: 90px 0 60px 245px; }
.spacing-10 { margin-right: -200px; margin-top: 90px;}
.spacing-11 { padding: 0 0; margin-top: -160px;}
.spacing-12 { padding: 60px 60px 0px 70px; margin-top: 40px; margin-left: -80px;}
.spacing-13 { padding: 45px 50px 50px; margin-bottom: -360px;}



.pr-5{ padding-right: 5px !important}
.pr-10{ padding-right: 10px !important; }
.pr-15{ padding-right: 15px !important; }
.pr-20{ padding-right: 20px !important; }
.pr-25{ padding-right: 25px !important; }
.pr-30{ padding-right: 30px !important; }
.pr-35{ padding-right: 35px !important; }
.pr-40{ padding-right: 40px !important; }
.pr-45{ padding-right: 45px !important; }
.pr-50{ padding-right: 50px !important; }
.pr-55{ padding-right: 55px !important; }
.pr-60 { padding-right: 60px !important; }
.pr-65{ padding-right: 65px !important;}
.pr-70{ padding-right: 70px !important; }
.pr-75{ padding-right: 75px !important; }
.pr-80{ padding-right: 80px !important; }
.pr-85{ padding-right: 85px !important; }
.pr-90{ padding-right: 90px !important; }
.pr-95{ padding-right: 95px !important; }
.pr-100{ padding-right: 100px !important; }

.pl-0{ padding-left: 0px !important; }
.pl-5 { padding-left: 5px !important; }
.pl-10{ padding-left: 10px !important; }
.pl-15{ padding-left: 15px !important; }
.pl-20{ padding-left: 20px !important; }
.pl-25{ padding-left: 25px !important; }
.pl-30{ padding-left: 30px !important; }
.pl-35{ padding-left: 35px !important; }
.pl-40{ padding-left: 40px !important; }
.pl-45{ padding-left: 45px !important; }
.pl-50{ padding-left: 50px !important; }
.pl-55{ padding-left: 55px !important; }
.pl-60{ padding-left: 60px !important; }
.pl-65{ padding-left: 65px !important; }
.pl-70{ padding-left: 70px !important; }
.pl-75{ padding-left: 75px !important; }
.pl-80{ padding-left: 80px !important; }
.pl-85{ padding-left: 85px !important; }
.pl-90{ padding-left: 90px !important; }
.pl-95{ padding-left: 95px !important; }
.pl-100{ padding-left: 100px !important; }

.pt-5{ padding-top: 5px !important;}
.pt-10{ padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-25 { padding-top: 25px !important; }
.pt-30{ padding-top: 30px !important; }
.pt-35{ padding-top: 35px !important; }
.pt-40{ padding-top: 40px !important; }
.pt-45{ padding-top: 45px !important; }
.pt-50{ padding-top: 50px !important; }
.pt-55{ padding-top: 55px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-65{ padding-top: 65px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-75 { padding-top: 75px !important; }
.pt-80{padding-top: 80px !important;}
.pt-90{padding-top: 90px !important;}
.pt-100{padding-top: 100px !important;}

.pb-5{ padding-bottom: 5px !important; }
.pb-10{ padding-bottom: 10px !important; }
.pb-15{ padding-bottom: 15px !important; }
.pb-20{ padding-bottom: 20px !important; }
.pb-25{ padding-bottom: 25px !important; }
.pb-30{ padding-bottom: 30px !important; }
.pb-35{ padding-bottom: 35px !important; }
.pb-40{ padding-bottom: 40px !important; }
.pb-45{ padding-bottom: 45px !important; }
.pb-50{ padding-bottom: 50px !important; }
.pb-55{ padding-bottom: 55px !important; }
.pb-60{ padding-bottom: 60px !important; }
.pb-70{ padding-bottom: 70px !important; }
.pb-80{ padding-bottom: 80px !important; }
.pb-90{ padding-bottom: 90px !important; }
.pb-100{padding-bottom: 100px !important;}

/** Margin **/
.mt-5{ margin-top: 5px!important; }
.mt-10 { margin-top: 10px !important; }
.mt-15{ margin-top: 15px !important;}
.mt-20{ margin-top: 20px !important;}
.mt-25{ margin-top: 25px !important;}
.mt-30{ margin-top: 30px !important;}
.mt-35{ margin-top: 35px !important;}
.mt-40{ margin-top: 40px !important;}
.mt-45{ margin-top: 45px !important;}
.mt-50{ margin-top: 50px !important;}
.mt-60{ margin-top: 60px !important;}
.mt-65{ margin-top: 65px !important;}
.mt-70{ margin-top: 70px !important;}
.mt-80{ margin-top: 80px !important;}
.mt-100{ margin-top: 100px !important;}
.mt-160{ margin-top: 160px !important;}


.mt_5{ margin-top: -5px!important; }
.mt_10{ margin-top: -10px!important; }
.mt_15{ margin-top: -15px!important; }
.mt_20{ margin-top: -20px!important; }
.mt_25{ margin-top: -25px!important; }
.mt_30{ margin-top: -30px!important; }
.mt_40{ margin-top: -40px!important; }
.mt_50{ margin-top: -50px !important; }
.mt_60{ margin-top: -60px !important; }
.mt_70{ margin-top: -70px !important; }
.mt_80{ margin-top: -80px !important; }
.mt_90{ margin-top: -90px !important; }
.mt_100{ margin-top: -100px !important; }
.mt_120{ margin-top: -120px !important; }


.mb-5{ margin-bottom: 5px !important; }
.mb-10{ margin-bottom: 10px !important; }
.mb-15{ margin-bottom: 15px !important; }
.mb-25{ margin-bottom: 25px !important;}
.mb-20{ margin-bottom: 20px !important; }
.mb-30{ margin-bottom: 30px !important; }
.mb-35{ margin-bottom: 35px !important; }
.mb-40{ margin-bottom: 40px !important; }
.mb-45{ margin-bottom: 45px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-65 { margin-bottom: 65px !important; }
.mb-70 { margin-bottom: 70px !important; }
.mb-80 { margin-bottom: 80px !important; }
.mb-90 { margin-bottom: 90px !important; }
.mb-100 { margin-bottom: 100px !important; }

.mb_5{ margin-bottom: -5px !important; }
.mb_10{ margin-bottom: -10px !important; }
.mb_15{ margin-bottom: -15px !important; }
.mb_20{ margin-bottom: -20px !important; }
.mb_25{ margin-bottom: -25px !important; }
.mb_30{ margin-bottom: -30px !important; }
.mb_50{ margin-bottom: -50px !important; }
.mb_60{ margin-bottom: -60px !important; }
.mb_70{ margin-bottom: -70px !important; }
.mb_80{ margin-bottom: -80px !important; }
.mb_90{ margin-bottom: -90px !important }
.mb_100{ margin-bottom: -100px !important }
.mb_120{ margin-bottom: -120px !important }
.mb_140{ margin-bottom: -140px !important }

.ml-0{ margin-left: 0px !important }
.ml-10{ margin-left: 10px !important }
.ml-15 { margin-left: 15px!important; }
.ml-30{ margin-left: 30px !important; }
.ml-40{ margin-left: 40px !important; }
.ml-50{ margin-left: 50px !important; }
.ml-80{ margin-left: 80px !important; }
.ml-100{ margin-left: 100px !important; }
.ml-145{ margin-left: 145px !important; }
.ml-160{ margin-left: 160px !important; }

.ml_15 { margin-left: -15px!important; }
.ml_30{ margin-left: -30px !important; }
.ml_35{ margin-left: -35px !important; }
.ml_40{ margin-left: -40px !important; }
.ml_50{ margin-left: -50px !important; }
.ml_60{ margin-left: -60px !important; }
.ml_70{ margin-left: -70px !important; }
.ml_80{ margin-left: -80px !important; }
.ml_90{ margin-left: -90px !important; }
.ml_100{ margin-left: -100px !important; }
.ml_130{ margin-left: -130px !important; }
.ml_150{ margin-left: -150px !important; }

.mr-0{ margin-right: 0px !important; }
.mr-10{ margin-right: 10px !important; }
.mr-15 { margin-right: 15px!important; }
.mr-20{ margin-right: 20px !important;}
.mr-25{ margin-right: 25px !important;}
.mr-30{ margin-right: 30px !important;}
.mr-40{ margin-right: 40px!important;}
.mr-50{ margin-right: 50px!important;}
.mr-60{ margin-right: 60px!important;}

.mr_15 { margin-right: -15px!important;}
.mr_20{ margin-right: -20px !important;}
.mr_25{ margin-right: -25px !important;}
.mr_30{ margin-right: -30px !important;}
.mr_40{ margin-right: -40px!important;}
.mr_50{ margin-right: -50px!important;}
.mr_60{ margin-right: -60px !important; }
.mr_70{ margin-right: -70px !important; }
.mr_80{ margin-right: -80px !important; }
.mr_90{ margin-right: -90px !important; }
.mr_100{ margin-right: -100px !important; }
.mr_130{ margin-right: -130px !important; }
.mr_150{ margin-right: -150px !important; }



/* ===============================================
    Color
------------------------*/
/** 1.Skin-color **/
.ttm-textcolor-skincolor,
.ttm-textcolor-skincolor h1, 
.ttm-textcolor-skincolor h2,
.ttm-textcolor-skincolor h3, 
.ttm-textcolor-skincolor h4,
.ttm-textcolor-skincolor h5,
.ttm-textcolor-skincolor h6,
.ttm-textcolor-skincolor a,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h1, 
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h2,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h3, 
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h4,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h5,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h6,
.ttm-bgcolor-darkgrey a:hover,
.ttm-btn-color-skincolor,
.ttm-list-icon-color-skincolor li i,
.top_bar:not(.ttm-bgcolor-darkgrey) .social-icons li a:hover, 
.top_bar:not(.ttm-bgcolor-darkgrey) .social-icons li a:hover i,
nav.main-menu ul.menu > li.active > a, nav.main-menu ul.menu > li > a:hover,
nav.main-menu ul.menu li ul.mega-submenu li.active > a, 
nav.main-menu ul.menu li ul.mega-submenu li:hover > a,
nav.main-menu ul.menu li ul.mega-submenu li a:before,
.ttm-header-style-03 #site-header-menu .site-navigation ul.menu > li.active >a,
.section-title h5,
.ttm-fid h4.ttm-fid-inner,
.ttm-icon_element-border.ttm-icon_element-color-skincolor,
.ttm-icon_element-fill.ttm-icon_element-color-grey,
.ttm-icon_element-fill.ttm-icon_element-color-grey i,
.ttm-btn-style-border.ttm-btn-color-skincolor, 
.ttm-icon_element-fill.ttm-icon_element-color-white,
.ttm-icon_element-fill.ttm-icon_element-color-white i,
.ttm-icon_element-color-skincolor, 
.ttm-icon_element-color-skincolor:not(.ttm-icon_element-fill) i, 
.ttm-bgcolor-darkgrey .ttm-icon_element-color-skincolor i, 
a:hover, .ttm-bgcolor-darkgrey a:hover,
.section-title h5, .ttm-bgcolor-darkgrey .section-title h5,
.featured-icon-box.icon-align-before-heading:before,
.featured-icon-box.icon-align-before-heading:after ,
.featured-imagebox-services.style2 .featured-content:before ,
.featured-imagebox-services.style2 .featured-thumbnail:before,
.testimonials.style1 .testimonial-content i,
.ttm-p_table-head .ttm-p_table-amount,
.ttm-p_table-head .ttm-p_table-amount h4,
.ttm-bgcolor-darkgrey .ttm-fid-icon-wrapper i,
.widget.widget-nav-menu ul li.active a,
ul.widget_contact_wrapper li i, 
.testimonials.style3 .testimonial-avatar .testimonial-img:after,
.ttm-blog-classic .post-meta .ttm-meta-line i, 
.ttm-blog-single-content .post-meta .ttm-meta-line i{
    color: #a9c200;
}


 
/** Skin-bg-color **/
.ttm-bgcolor-skincolor,
.ttm-bgcolor-skincolor > .ttm-bg-layer,
.ttm-bgcolor-skincolor > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner,
.ttm-icon_element-fill.ttm-icon_element-color-skincolor,
.ttm-btn-style-fill.ttm-btn-color-skincolor,
nav.main-menu ul.menu > li > a:before,
.fbar-main .fbar-btn a,
.header_cart .button-cart .cart_count,
.ttm-header-style-03 #site-header-menu .site-navigation:after,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark:not(.btn-inline):hover:after,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:not(.btn-inline):hover:after,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover:after,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:not(.btn-inline):hover:after,
a.end_button span, 
.testimonials.style1:hover .testimonial-avatar::after,
.testimonials.style2 .testimonial-avatar::after,
.testimonials.style2 .testimonial-avatar::before,
.featured-imagebox-post.style1:hover .featured-content .post_box-footer a,
.featured-imagebox-post.style1 .post-meta:before,
.testimonials.style1 .testimonial-content i:before,
.footer .widget .widget-title:before,
.featured-imagebox-team.style1 .media-block a.media-btn:hover,
.featured-imagebox-team.style1 .media-block:hover a.media-btn,
.featured-imagebox-post.style2 .featured-content .post_box-footer a,
.featured-imagebox-team.style2 .media-block .social-icons li a:hover,
.ttm-tabs.ttm-tab-style-02 ul.tabs li:hover:before ,
.ttm-tabs.ttm-tab-style-02 ul.tabs li.active:before ,
.ttm-pricing-plan:before, .ttm-pricing-plan:after, 
.ttm-blog-classic .ttm-box-post-date, .ttm-blog-single .ttm-box-post-date,
.sidebar .widget .widget-title:before,
.widget.widget-nav-menu ul li a:before,
.progress-bar.progress-bar-color-bar_skincolor,
.progress-bar.progress-bar-color-bar_dark .progress-bar-percent,
.ttm-toggle-title-bgcolor-skincolor .toggle-title a,
.ttm-toggle-title-bgcolor-darkgrey .toggle-title a.active,
.featured-imagebox-portfolio .ttm-media-link a,
.featured-icon-box.icon-align-before-content.style6 .featured-icon:after,
.sidebar .widget-title:before,
.featured-icon-box.icon-align-top-content.style5:before,
.featured-imagebox-procedure:hover .process-num,
.widget.widget-download ul li i ,
.widget.widget-download ul li a:hover ,
.widget .tagcloud a:hover,
.pagination-block .page-numbers.current,
.pagination-block .page-numbers:hover ,
.social-icons.circle li>a:hover ,
.slick_slider .slick-prev:hover,
.slick_slider .slick-next:hover,
.slick_slider.slick-arrows-style1 .slick-prev:hover,
.slick_slider.slick-arrows-style1 .slick-next:hover,
.slick_slider.slick-dots-style1 .slick-dots li.slick-active button,
.slick_slider.slick-dots-style1 .slick-dots li.slick-active button:before,
.slick_slider.slick-dots-style2 .slick-dots li.slick-active button,
.slick_slider.slick-dots-style3 .slick-dots li.slick-active button,
.slick_slider .slick-dots li.slick-active button,
#totop.top-visible,
.ttm-bgcolor-darkgrey .tooltip-bottom:after{
    background-color: #a9c200; 
}


/** Skin-border-color **/
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-skincolor,
.featured-imagebox-team .featured-content:after,
.slick_slider.slick-dots-style1 li.slick-active button, .author-block,
.ttm-tabs.tabs-style-01 ul.tabs li.active ,
.tooltip:before, [data-tooltip]:before,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark:hover,
.ttm-btn.ttm-btn-color-skincolor:not(.btn-inline):hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor,
.featured-imagebox-procedure:hover .featured-thumbnail img,
.ttm-tabs.tabs-style-01 ul.tabs li.active,
.ttm-tabs.tabs-style-01 ul.tabs li:hover,
ul.tabs li.active a, ul.tabs li:hover a ,
.ttm-blog-single blockquote,
.social-icons.circle li>a:hover ,
.widget .tagcloud a:hover,
.featured-imagebox-post.style1:hover .featured-content .post_box-footer a ,
.featured-imagebox-team.style2 .media-block .social-icons li a:hover,
.featured-imagebox-procedure:hover .featured-thumbnail:after,
.featured-icon-box.icon-align-before-content.style7 .ttm-icon i {
    border-color: #a9c200;
}
nav.main-menu li.mega-menu-item:hover > ul.mega-submenu, nav.main-menu,
.ttm-bgcolor-darkgrey .tooltip-top:before, .ttm-bgcolor-darkgrey .tooltip:before, 
.ttm-bgcolor-grey .tooltip-top:before, .ttm-bgcolor-grey .tooltip:before, 
.header_search .header_search_content, nav.main-menu,
nav.main-menu li.mega-menu-item:hover > ul.mega-submenu,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:after ,
.featured-imagebox-post.style1:hover .featured-content .post_box-footer:before ,
.ttm-blog-single blockquote, .ttm-pricing-plan  {
    border-top-color: #a9c200 !important;
}
.ttm-tabs.ttm-tab-style-01 ul.tabs li.active,
.ttm-tabs.ttm-tab-style-01 ul.tabs li:hover,
.ttm-tabs.ttm-tab-style-01 ul.tabs li.active:before,
.ttm-bgcolor-darkgrey .tooltip-bottom:before,
.header_search #searchbox:before,
.ttm-pricing-plan:hover {
    border-bottom-color: #a9c200;
}



/** 2.Darkgrey-color **/
.ttm-textcolor-darkgrey,
.ttm-textcolor-darkgrey h1, .ttm-textcolor-darkgrey h2, .ttm-textcolor-darkgrey h3,
.ttm-textcolor-darkgrey h4, .ttm-textcolor-darkgrey h5, .ttm-textcolor-darkgrey h6, 
.ttm-icon_element-border.ttm-icon_element-color-darkgrey,
.ttm-bgcolor-skincolor .ttm-icon_element-fill.ttm-icon_element-color-grey,
.ttm-bgcolor-skincolor .ttm-icon_element-fill.ttm-icon_element-color-grey i,
.ttm-icon_element-color-darkgrey, .ttm-textcolor-darkgrey i,
.ttm-icon_element-color-darkgrey:not(.ttm-icon_element-fill) i,
.ttm-btn-style-border.ttm-btn-color-dark, 
.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:hover,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-bgcolor-skincolor .row > [class*='col-'] :not(.ttm-bgcolor-white) a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-bgcolor-skincolor .row > [class*='col-'] :not(.ttm-bgcolor-white) a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-border.ttm-btn-color-grey:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover,
.ttm-bgcolor-skincolor .top_bar_contact_item a:hover, 
.top_bar .social-icons li a:hover, 
.top_bar .social-icons li a:hover i,
nav.main-menu ul.menu > li > a,
nav.main-menu .megamenu-content .title,
.ttm-progress-bar .progressbar-title, .ttm-progress-bar .progress-bar-percent,
.featured-imagebox-team.style1 .media-block a.media-btn:hover,
.ttm-bgcolor-white.ttm-fid h4.ttm-fid-inner,
.ttm-toggle-title-bgcolor-white .toggle-title a,
.ttm-tabs.ttm-tab-style-02 ul.tabs li.active a,
.ttm-blog-single blockquote,
.pagination-block .page-numbers{
    color: #262c31;
}


/** DarkGrey-bg-color **/
.ttm-bgcolor-darkgrey ,
.ttm-bgcolor-darkgrey > .ttm-bg-layer,
.ttm-bgcolor-darkgrey > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner,
.ttm-bgcolor-skincolor .tooltip:after, .ttm-bgcolor-skincolor [data-tooltip]:after,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark, .tooltip:after, [data-tooltip]:after,
.ttm-bgcolor-grey .tooltip:after, .ttm-bgcolor-grey [data-tooltip]:after,
.ttm-icon_element-fill.ttm-icon_element-color-darkgrey,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover:after,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:not(.btn-inline):hover:after,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:not(.btn-inline):hover:after,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:not(.btn-inline):hover:after,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-grey:not(.btn-inline):hover:after,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover:after,
.menubar-inner, .menubar-inner:after, .menubar-inner:before,
nav.main-menu ul.menu > li ul.mega-submenu li:before, 
nav.main-menu ul.menu > li ul.mega-submenu .sub-menu li:before,
.ttm-header-style-overlay .ttm-stickable-header.fixed-header,
header.ttm-header-style-03 #site-header-menu .site-header-menu-inner,
.progress-bar.progress-bar-color-bar_dark,
.progress-bar.progress-bar-color-bar_skincolor .progress-bar-percent,
.ttm-toggle-title-bgcolor-darkgrey .toggle-title a ,
.ttm-toggle-title-bgcolor-skincolor .toggle-title a.active,
footer.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover::after,
.featured-imagebox-post.style1 .featured-content .post_box-footer a:hover,
.featured-imagebox-team.style1 .media-block .social-icons li a:hover,
.featured-imagebox-post.style2 .featured-content .post_box-footer a:hover,
.toggle.ttm-style-classic .toggle-title a.active,
.featured-imagebox-procedure .process-num,
.ttm-tabs.ttm-tab-style-02 ul.tabs li:after,
.slick_slider.slick-arrows-style1 .slick-arrow{
  background-color: #262c31;
}

.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-darkgrey,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.tooltip-top:before, .tooltip:before, [data-tooltip]:before,
.featured-imagebox-post.style1 .featured-content .post_box-footer a:hover {
    border-color: #262c31;
}
.ttm-bgcolor-grey .tooltip-top:before, .ttm-bgcolor-grey .tooltip:before, 
.ttm-bgcolor-skincolor .tooltip-top:before, .ttm-bgcolor-skincolor .tooltip:before, 
.ttm-bgcolor-skincolor [data-tooltip]:before, .tooltip-top:before, .tooltip:before, [data-tooltip]:before{
    border-top-color: #262c31 !important;
}



/** 3.White-color **/
.ttm-textcolor-white,  .ttm-btn-color-white, .ttm-icon_element-color-white, 
.ttm-bgcolor-skincolor a, .ttm-bgcolor-skincolor a:hover ,.ttm-textcolor-white a, 
.ttm-bgcolor-darkgrey a, .ttm-bgcolor-skincolor i, .ttm-bgcolor-darkgrey i,
.ttm-textcolor-white h1, .ttm-textcolor-white h2, .ttm-textcolor-white h3, 
.ttm-textcolor-white h4, .ttm-textcolor-white h5, .ttm-textcolor-white h6, 
.ttm-bgcolor-skincolor h1, .ttm-bgcolor-skincolor h2, .ttm-bgcolor-skincolor h3,
 .ttm-bgcolor-skincolor h4, .ttm-bgcolor-skincolor h5, .ttm-bgcolor-skincolor h6, 
.ttm-bgcolor-darkgrey h1, .ttm-bgcolor-darkgrey h2, .ttm-bgcolor-darkgrey h3,
 .ttm-bgcolor-darkgrey h4, .ttm-bgcolor-darkgrey h5, .ttm-bgcolor-darkgrey h6, 
.ttm-textcolor-white .ttm-social-links-wrapper ul li a,
.ttm-icon_element-fill.ttm-icon_element-color-skincolor, 
.ttm-icon_element-fill.ttm-icon_element-color-darkgrey,
.ttm-btn-style-fill.ttm-btn-color-skincolor,
.featured-imagebox-event .ttm-box-event-date,
.ttm-btn:not(.btn-inline):hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover, 
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:hover,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:hover,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-bgcolor-skincolor .row > [class*='col-'] :not(.ttm-bgcolor-white) a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-bgcolor-skincolor .row > [class*='col-'] :not(.ttm-bgcolor-white) a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark,
.ttm-bgcolor-skincolor nav.main-menu ul.menu > li > a,
.ttm-bgcolor-skincolor .section-title h2.title,
.ttm-bgcolor-darkgrey .section-title h2.title,
.ttm-toggle-title-bgcolor-darkgrey .toggle-title a ,
.ttm-toggle-title-bgcolor-skincolor .toggle-title a,
.featured-imagebox-post.style1:hover .featured-content .post_box-footer a,
footer.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover,
.ttm-bgcolor-skincolor .inside h4, .ttm-bgcolor-skincolor .inside h4 span,
.ttm-bgcolor-darkgrey .testimonials .testimonial-content blockquote,
.ttm-bgcolor-skincolor .testimonials .testimonial-content blockquote,
.featured-imagebox-team.style1 .media-block .social-icons li a:hover,
.featured-imagebox-team.style2 .media-block .social-icons li a:hover,
.featured-imagebox-team.style1 .media-block a.media-btn:hover,
.featured-imagebox-team.style1 .media-block:hover a.media-btn,
.featured-icon-box.icon-align-before-content.style6:hover .featured-icon .ttm-icon i,
.featured-icon-box.icon-align-before-content.style6.active .featured-icon .ttm-icon i,
.toggle.ttm-style-classic .toggle-title a.active,
.ttm-bgcolor-darkgrey .ttm-fid h4.ttm-fid-inner,
.ttm-bgcolor-darkgrey .ttm-fid-title,
.ttm-bgcolor-skincolor .ttm-fid-title,
.ttm-blog-classic .ttm-box-post-date, .ttm-blog-single .ttm-box-post-date,
.pagination-block .page-numbers.current ,
.pagination-block .page-numbers:hover,
.widget.widget-download ul li a:hover,
.widget .tagcloud a:hover,
.social-icons.circle li>a:hover,
.slick_slider.slick-arrows-style1 .slick-arrow,
.slick_slider .slick-arrow:hover{ 
    color: #fff; 
}

.ttm-bgcolor-skincolor p, .ttm-bgcolor-darkgrey p,
.testimonials.style1 .testimonial-content blockquote,
.testimonials .testimonial-caption label,

.ttm-bgcolor-skincolor .ttm-progress-bar .progressbar-title,
.ttm-bgcolor-darkgrey .ttm-progress-bar .progressbar-title,
.ttm-bgcolor-skincolor .testimonials.ttm-testimonial-box-view-style1 .testimonial-content,
.ttm-bgcolor-darkgrey .testimonials.ttm-testimonial-box-view-style1 .testimonial-content,
.ttm-bgcolor-skincolor .ttm-progress-bar .progress-bar-percent,
.ttm-bgcolor-darkgrey .ttm-progress-bar .progress-bar-percent,
.ttm-bgcolor-skincolor .inside h3, .ttm-bgcolor-darkgrey .inside h3 {
    color: rgba(255,255,255,.7);
}


/** White-bg-color **/
.ttm-bgcolor-white, 
.ttm-bgcolor-white > .ttm-bg-layer,
.ttm-bgcolor-white > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner,
.ttm-icon_element-fill.ttm-icon_element-color-white,
.ttm-header-style-03 .menubar .menubar-inner, 
.ttm-header-style-03 .menubar .menubar-inner:after,
.ttm-header-style-03 .menubar .menubar-inner:before,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover::after,
.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-white:not(.btn-inline):after,
.ttm-toggle-title-bgcolor-white .toggle-title a,
.ttm-toggle-title-bgcolor-white .toggle-content  {
    background-color: #fff;
}

/** White-border-color **/
.ttm-bgcolor-darkgrey > .sep_holder .sep_line,
.ttm-bgcolor-skincolor > .sep_holder .sep_line,
.ttm-progress-bar .progress-bar-color-bar_white.progress-bar{
  border-color: rgba(255,255,255,.06);
}
.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white {
    border-color: #fff;
}



/** 4.Grey-color **/
.ttm-bgcolor-grey,
.ttm-bgcolor-grey > .ttm-bg-layer,
.ttm-bgcolor-grey > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner,
.ttm-btn-style-fill.ttm-btn-color-grey,
.ttm-icon_element-fill.ttm-icon_element-color-grey,
.ttm-toggle-title-bgcolor-grey .toggle-title ,
.featured-imagebox-team.style1 .featured-content,
.featured-icon-box.icon-align-top-content.style5,
.wrap-form span.text-input input, 
.wrap-form span.text-input select ,
.wrap-form span.text-input textarea ,
article.ttm-blog-classic .ttm-blog-classic-content,
.sidebar .widget.widget-search .input-text,
.widget .widget-title, .sidebar .widget .widget-title,
.widget.widget-download ul li,
.ttm-blog-single blockquote,
.ttm-toggle-title-bgcolor-grey .toggle-content,
.pagination-block .page-numbers{
    background-color: #f5f5f5;
}
.pagination-nav {
  position: relative;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination-nav button {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #828080;
  margin: 0px 22px;
  background: transparent;
  transition: all 500ms ease;
  padding: 0;
  -webkit-appearance: button;
  font-weight: 500;
  cursor: pointer;
  outline: none!important;
  -webkit-font-smoothing: antialiased;
}
.pagination-nav button:hover {
  color: #28a745;
}
.page_numb {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Manrope', sans-serif;
  color: #828080;
  line-height: 30px;
}
.page_numb span {
  padding: 0 3px;
}

.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-grey{
    border-color: #f5f5f5;
}


/* ===============================================
    Pre-loader
------------------------*/
#preloader  {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -30px 0 0 -30px;
 }
#status {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
    background-image: url(../images/preloader-1.gif);
    background-repeat: no-repeat;
    background-position: center;
}


/*  ===============================================
    SocialIcon / TooltipTop
------------------------*/
ul.social-icons{ 
    margin: 0; 
    padding: 0;
}
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
}
.social-icons li{
    margin: 0 2px;
}
.social-icons li:last-child{
    margin-right: 0px;
}
.social-icons li a{
    display: block;
    min-width: 26px;
    text-align: center;
}
.social-icons.circle li>a {
    border: 1px solid ;
    height: 33px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 13px;
    border-radius: 50%;
}


/* TooltipTop */
.tooltip, [data-tooltip] { position: relative; }
.tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -moz-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-moz-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    pointer-events: none;
}
.tooltip:before, [data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: 0 0;
    content: "";
}
.tooltip-top:before, .tooltip:before, [data-tooltip]:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #000;
    border-top-color: hsla(0,0%,20%,.9);
}
.tooltip-top:after, .tooltip-top:before, .tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
    bottom: 100%;
    left: 50%;
}
.tooltip-bottom:after{
    bottom: -65px;
    left: 0;
    margin-left: -42px !important;
}
.tooltip-bottom:before{
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: transparent!important;
}
.tooltip-bottom:before{
    bottom: -21px;
}
.tooltip-top:focus:after, .tooltip-top:focus:before, .tooltip-top:hover:after, .tooltip-top:hover:before, 
.tooltip:focus:after, .tooltip:focus:before, .tooltip:hover:after, .tooltip:hover:before, [data-tooltip]:focus:after, 
[data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}
.tooltip-top:after, .tooltip:after, [data-tooltip]:after {
    margin-left: -60px;
}
.tooltip:after, [data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 120px;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
}
.tooltip:focus:after, .tooltip:focus:before, .tooltip:hover:after, .tooltip:hover:before, 
[data-tooltip]:focus:after, [data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(Opacity=100);
    opacity: 1;
}


/*  ===============================================
    Slick_dots/arrows
------------------------*/
.slick-slide{ border: 0; outline: 0; }
.slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current) > div:after{
    position: absolute;
    content: "";
    top: 0;
    left: -15px;
    height: 100%;
    width: 1px;
    background-color: #e4e4e4;
}
.slick_slider.slick-dots-style1 .slick-dots,
.slick_slider.slick-dots-style2 .slick-dots,
.slick_slider.slick-dots-style3 .slick-dots,
.post-slide .owl-dots{
    padding: 0;
    margin: 0;
    margin-top: 45px;
    top: 100%;
    line-height: 0;
}
.slick_slider.slick-dots-style1 .slick-dots li,
.slick_slider.slick-dots-style2 .slick-dots li,
.slick_slider.slick-dots-style3 .slick-dots li{
    display: inline-block;
    list-style: none;
    line-height: 0;
    vertical-align: middle;
}
.slick_slider.slick-dots-style1 .slick-dots li button{
    height: 19px;
    width: 19px;
    border: 0;
    border-radius: 50%;
    position: relative;
    margin: 0 2px;
    padding: 0;
    font-size: 0;
    background-color: transparent;
}
.slick_slider.slick-dots-style1 .slick-dots li button:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 5px;
    width: 9px;
    height: 9px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #e2e9f1;
}
.slick_slider.slick-dots-style1 .slick-dots li.slick-active button{
    margin: 0 7px;
}


.slick_slider.slick-dots-style2 .slick-dots { height: 30px; line-height: 30px; }
.slick_slider.slick-dots-style2 .slick-dots li button{
    width: 10px;
    height: 10px;
    border: 0;
    font-size: 0;
    padding: 0;
    border-radius: 50%;
    position: relative;
    margin: 0 4px;
    background-color: #e2e9f1;
}

.slick_slider.slick-dots-style3 .slick-dots { height: 30px; line-height: 30px; }
.slick_slider.slick-dots-style3 .slick-dots li button{
    width: 10px;
    height: 10px;
    border: 0;
    font-size: 0;
    padding: 0;
    border-radius: 50%;
    position: relative;
    margin: 0 4px;
    background-color: #585858;
}

.slick_slider.slick-dots-style2 .slick-dots li.slick-active button {
    border-radius: 6px;
    height: 30px;
}
.slick_slider.slick-dots-style2 .slick-dots li.slick-active button:before {
    content: unset;
}

.slick_slider.slick-dots-style3 .slick-dots li.slick-active button {
    border-radius: 6px;
    height: 30px;
}
.slick_slider.slick-dots-style3 .slick-dots li.slick-active button:before {
    content: unset;
}

.slick_slider .slick-arrow {
    width: 41px;
    height: 41px;
    z-index: 1;
    border: 0;
    color: inherit;
    background-color: rgba(255,255,255,.07);
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
    border: 0;
}
.slick_slider.slick-arrows-style1 .slick-prev{ left: -20px; }
.slick_slider.slick-arrows-style1 .slick-next{ right: -20px; }

.slick_slider.slick-arrows-style2 .slick-next{ 
    right: auto; 
    left: 50px;
    top: 90%;
}
.slick_slider.slick-arrows-style2 .slick-prev {
    left: 0;
    top: 90%;
}

.slick_slider.slick-arrows-style3 .slick-next{ 
    right: auto; 
    left: 50px;
    top: 90%;
}
.slick_slider.slick-arrows-style3 .slick-prev {
    left: 0;
    top: 90%;
}

.slick_slider .slick-prev:before, .slick_slider .slick-next:before {
    font-family: 'themify';
    font-size: 14px;
    line-height: 31px;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick_slider .slick-prev:before {
    content: "\e64a";
}
.slick_slider .slick-next:before {
    content: "\e649";
}
.slick-prev,.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}


/*  ===============================================
    TopBar
------------------------*/
.top_bar {
    width: 100%;
    z-index: 1;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    position: relative;
}
.top_bar_icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.top_bar_contact_item {
    font-size: 14px;
    line-height: 18px;
    margin-right: 30px;
    position: relative;
}
.top_bar_contact_item a{
    font-size: 18px;
    font-weight: 400;
    font-family: "Teko" , sans-serif;
}
.top_bar_contact_item:last-child,
.top_bar_contact_item:nth-last-child(2){ margin-right: 22px; }
.top_bar_contact_item:last-child {
    margin-right: 0;
}
.top_bar_contact_item:after {
    content: "";
    height: 17px;
    width: 1px;
    background-color: rgba(255,255,255,.28);
    display: block;
    position: absolute;
    left: -17px;
    top: 0;
}
.top_bar_contact_item:first-child:after{
    content: unset;
}
.top_bar .social-icons{
    padding: 0 15px;
    border-left: 1px solid rgba(255,255,255,.28);
    border-right: 1px solid rgba(255,255,255,.28);
}
.top_bar .social-icons li {
    min-width: 28px;
    margin: 0;
    font-size: 13px;
    line-height: normal;
}
.top_bar .social-icons li a{ 
  min-width: auto;
  font-weight: normal;
}


.ttm-commonform.ttm-floatingbar-form .form-group {
    display: block;
    font-size: 13px;
    line-height: 14px;
    position: relative;
    margin-bottom: 20px;
}
.ttm-commonform.ttm-floatingbar-form .form-group i {
    position: absolute;
    left: 0;
    top: 11px;
    opacity: .9;
    font-size: 14px;
}
.ttm-commonform.ttm-floatingbar-form .form-group textarea {
    height: 78px;
}
.ttm-commonform.ttm-floatingbar-form .form-group input, .ttm-commonform.ttm-floatingbar-form .form-group textarea {
    padding-left: 25px;
    padding-bottom: 10px;
    padding-top : 5px;
    display: block;
    font-size: 16px;
    line-height: 26px;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.06);
    background-color: transparent;
}



/*  ===============================================
    Header
------------------------*/
/** SiteBrand(logo) **/
.site-branding img {
    max-height: 56px;
}
.site-branding{
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* header_extra */
.header_extra > div{ 
    margin-left: 10px;
    position: relative;
}
.header_cart .button-cart {
    display: block;
    position: relative;
    text-align: center;
    margin-left: 7px;
    padding-left: 15px;
    padding-right: 7px;
    font-size: 16px;
    z-index: 1;
}
.header_cart .button-cart:before {
    display: block;
    content: "";
    position: absolute;
    height: 21px;
    width: 1px;
    left: -2px;
    top: 50%;
    margin-top: -11px;
    background-color: rgba( 19,29,59,0.11);
}
.header_cart .cart_count {
    position: absolute;
    bottom: 17px;
    right: 0;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    font-size: 9px;
    color: #fff;
    display: block;
    border: 1px solid transparent;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header_btn a.ttm-btn{
    display: block;
    font-size: 12px;
    padding: 10px 18px 10px 18px;
    margin-left: 15px; 
}

/* header_search */
.header_search #searchbox{
   position: relative;
}
.header_search .search_btn{
    position: relative;
    padding: 0;
    border: none;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    width: 40px;
    line-height: 33px;
    text-align: right;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #eaeff5;
    border-radius: 0;
}
.ttm-header-style-02 .header_search ,
.ttm-header-style-03 .header_search {
    margin-left: 0;
}
.ttm-header-style-02 .header_search .search_btn,
.ttm-header-style-03 .header_search .search_btn {
    position: relative;
    display: inline-block;
    z-index: 9;
    background-color: transparent;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #eaeff5;
}
.header_search_content button.close-search {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 17px;
    padding: 0;
    color: inherit;
    background-color: transparent;
    box-shadow: unset;
}
.header_search_content button.close-search:hover{
    opacity: 1;
}
.header_search .header_search_content{
    position: absolute;
    top: 70px;
    right: 0;
    padding: 10px;
    opacity: 0;
    display: none;
    transition: all .6s ease-in;
    background-color: #fff;
    clear: both;
    box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10);
    border-radius: 0px 0px 25px 25px; 
}
.header_search .header_search_content.on{
    display: block;
    opacity: 1;
    z-index: 2;
}
.header_search #search_query_top {
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    padding-left: 20px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    clear: both;
    min-width: 200px;
    font-family: "Teko" , sans-serif;
}
.header_search input::placeholder{
    color: #262c31;
}


/** SiteNavigation(Menu) **/
.site-navigation {
    position: relative;
}
.site-navigation nav.main-menu ul.menu > li > a {
    font-size: 19px;
    font-family: "Teko", sans-serif;
}
nav.main-menu ul.menu li ul.mega-submenu li:hover > a:not(.mega-menu-link){
    margin-left: 14px;
}
nav.main-menu ul.menu li ul.mega-submenu li > a:not(.mega-menu-link):before {
    position: absolute;
    display: inline-block;
    content: "\f111";
    top: 16px;
    left: 0;
    font-family: 'FontAwesome';
    font-size: 7px;
    font-weight: 700;
    opacity: 0;
    transition: all 500ms ease;
}
nav.main-menu ul.menu li ul.mega-submenu li:hover > a:before{
    left: 20px;
    opacity: 1;
}


/* .widget_info */
.widget_info{
    position: relative;
    padding: 15px 0;
}
.widget_info:not(:last-child) {
    padding-right: 70px;
}
.widget_info .widget_icon {
    font-size: 40px;
}
.widget_info .widget_content {
    margin-left: 14px;
    position: relative;
}
.widget_info:not(:last-child):after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #f4f4f4;
    display: block;
    position: absolute;
    right: 35px;
    top: 0px;
}
.widget_info .widget_title{
    font-size: 21px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 5px;
}
.widget_info .widget_desc, .widget_info .widget_desc a{ 
    font-size: 15px;
    line-height: 1;
    margin-bottom: 0;
}


/* ===============================================
    Footer
------------------------*/
.footer{
    position: relative;
    z-index: 1;
    /*background-image: url(../images/footer-map.png);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.footer.ttm-bg.ttm-bgimage-yes >.ttm-bg-layer{
    opacity: .98;
}
.footer-logo {
    margin-bottom: 15px;
}
.footer-logo img{
    max-height: 52px;
}
.footer .widget .widget-title, .widget .widget-title { 
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 36px;
    position: relative;
    background-color: transparent;
}
.footer .widget .widget-title:before {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
    width: 28px;
    height: 2px;
    display: block;
}
.footer .widget ul, .widget ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer .widget ul>li, .widget ul>li {
    padding: 0 0 12px 0;
}
.footer.ttm-textcolor-white {
    color: #b6bbcc;
}


/* second-footer */
.second-footer {
    background-color: #262c31;
}
.second-footer.ttm-bg.ttm-bgimage-yes >.ttm-bg-layer{
    opacity: 1;
    background-image: url(../images/footer-map.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.second-footer .widget-area{
    margin: 70px 0 65px;
}
.second-footer>div>.row .widget-area .widget:not(:first-child) {
    margin-top: 20px;
}


/** widget_contact_wrapper **/
ul.widget_contact_wrapper li{
    position: relative;
    padding: 8px 0 15px 0 !important;
}
ul.widget_contact_wrapper li:last-child{
    padding-bottom: 0 !important;
}
ul.widget_contact_wrapper li i{
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    min-width: 45px;
    font-weight: 400;
}
ul.widget_contact_wrapper li div{
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
    border-left: 1px solid rgba(255,255,255,.08);
}
ul.widget_contact_wrapper li div h6{
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 400;
}

/** ttm-recent-post-list **/
.footer .widget ul.ttm-recent-post-list>li {
    padding-bottom: 20px;
    padding-top: 5px;
}
.footer .widget ul.ttm-recent-post-list>li>a {
    font-size: 15px;
    line-height: 22px;
    display: block;
    margin-bottom: 4px;
    font-weight: 400;
}
.footer .widget ul.ttm-recent-post-list>li img {
    display: block;
    width: 85px;
    height: 80px;
    float: left;
    margin-right: 18px;
}
.footer .widget ul.ttm-recent-post-list>li .post-date {
    display: block;
    font-size: 13px;
    line-height: 22px;
}
.footer .widget ul.ttm-recent-post-list>li .post-date i{ margin-right: 5px; }
.footer .widget ul.ttm-recent-post-list li:after {
    content: " ";
    display: table;
    clear: both;
}

/** menu-footer-services **/
.widget ul#menu-footer-services li a{
    padding-left: 20px;
}
.widget ul#menu-footer-services li a:before {
    position: absolute;
    font-family: 'themify';
    content: "\e61a";
    top: 0px;
    left: 0;
    font-size: 13px;
}
.widget ul#menu-footer-services li {
    display: inline-block;
    width: calc(49% - 1px);
    float: none;
    font-size: 14px;
    padding: 0 0 8px 0;
    position: relative;
}

/* ttm_subscribe_form */
.ttm_subscribe_form{
    position: relative;
}
.ttm_subscribe_form input[type="email"] {
    border: none;
    width: 100%;
    height: 45px;
    padding-left: 40px;
    font-size: 13px;
    outline: none;
    border-radius: 30px;
    background-color: rgba(255,255,255,1);
}
.ttm_subscribe_form i {
    position: absolute;
    top: 16px;
    left: 20px;
    color: #6f6f6f;
    z-index: 9;
    font-size: 13px;
}
.ttm_subscribe_form input::placeholder {
  color: #6f6f6f;
}
.ttm_subscribe_form button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 19px;
    border-radius: 0;
    height: 45px;
    line-height: 45px;
    width: 68px;
    color: #fff;
    padding: 0;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}


.bottom-footer-text{
    background-color: #1d2329;
    text-align: center;
}


/** Footer-nav-menu **/
.footer-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-nav-menu li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 16px;
    font-size: 16px;
    padding-bottom: 0;
}
.footer-nav-menu li:last-child { padding-right: 0; }
.footer-nav-menu li:first-child { padding-left: 0; }
ul.footer-nav-menu li:not(:last-child):after {
    position: absolute;
    content: "|";
    padding-left: 7px;
}

/** copyright **/
.copyright {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 15px;
    line-height: 28px;
}
.copyright ul.list-inline{ margin: 0; }



/* ===============================================
    GoTop BUtton
------------------------*/
#totop{
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 50px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 3px;
    transition: .3s ease-in-out;
}
#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: inline;
}
@keyframes jump {
  0% { bottom: 20px; } 50% { bottom: 40px; } 100% { bottom: 20px; }
}
#totop.top-visible  {
  animation: jump 4s infinite;
}


/* ===============================================
    Titolo Pagina
------------------------*/
.ttm-page-title-row { 
    background: url(../images/codice.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.ttm-page-title-row-inner { 
    width: 100%;
    background-color: rgba(0, 0, 0, 0.02);
}

.ttm-page-title-privacy { 
    background: url(../images/privacy.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.ttm-page-title-chisiamo { 
    background: url("../images/chisiamo.jpg");
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.ttm-page-title-regolamento { 
    background: url("../images/regolamento.jpg");
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.ttm-page-title-documenti { 
    background: url("../images/documenti.jpg");
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.ttm-page-title-territorio { 
    background: url("../images/territorio.jpg");
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.ttm-page-title-pec { 
    background: url("../images/pec.jpg");
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.ttm-page-title-privacy-inner { 
    width: 100%;
    background-color: rgba(0, 0, 0, 0.02);
}

.ttm-page-title-privacy-inner .row{
    min-height: 224px;
    text-align: center;
    margin: 0;
}

.ttm-page-title-condizioni { 
    background: url(../images/condizioni.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.ttm-page-title-condizioni-inner { 
    width: 100%;
    background-color: rgba(0, 0, 0, 0.02);
}

.ttm-page-title-condizioni-inner .row{
    min-height: 224px;
    text-align: center;
    margin: 0;
}

.ttm-page-title-attivita { 
    background: url(../images/attivita2.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.ttm-page-title-attivita-inner { 
    width: 100%;
    background-color: rgba(0, 0, 0, 0.02);
}

.ttm-page-title-attivita-inner .row{
    min-height: 224px;
    text-align: center;
    margin: 0;
}

.ttm-page-title-struttura { 
    background: url(../images/struttura.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.ttm-page-title-struttura-inner { 
    width: 100%;
    background-color: rgba(0, 0, 0, 0.02);
}

.ttm-page-title-struttura-inner .row{
    min-height: 224px;
    text-align: center;
    margin: 0;
}

.ttm-page-title-elenco { 
    background: url(../images/elenco.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.ttm-page-title-elenco-inner { 
    width: 100%;
    background-color: rgba(0, 0, 0, 0.02);
}

.ttm-page-title-elenco-inner .row{
    min-height: 224px;
    text-align: center;
    margin: 0;
}

.ttm-page-title-foglio { 
    background: url(../images/foglio.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.ttm-page-title-foglio-inner { 
    width: 100%;
    background-color: rgba(0, 0, 0, 0.02);
}

.ttm-page-title-foglio-inner .row{
    min-height: 224px;
    text-align: center;
    margin: 0;
}

.ttm-page-title-solvibilita { 
    background: url(../images/solvibilita.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.ttm-page-title-solvibilita-inner { 
    width: 100%;
    background-color: rgba(0, 0, 0, 0.02);
}

.ttm-page-title-solvibilita-inner .row{
    min-height: 224px;
    text-align: center;
    margin: 0;
}

.ttm-page-title-esportazione { 
    background: url(../images/esportazione.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.ttm-page-title-esportazione-inner { 
    width: 100%;
    background-color: rgba(0, 0, 0, 0.02);
}

.ttm-page-title-esportazione-inner .row{
    min-height: 224px;
    text-align: center;
    margin: 0;
}

.ttm-page-title-aziende { 
    background: url(../images/aziende.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.ttm-page-title-aziende-inner { 
    width: 100%;
    background-color: rgba(0, 0, 0, 0.02);
}

.ttm-page-title-aziende-inner .row{
    min-height: 224px;
    text-align: center;
    margin: 0;
}

.ttm-page-title-consulenza { 
    background: url(../images/consulenza.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.ttm-page-title-consulenza-inner { 
    width: 100%;
    background-color: rgba(0, 0, 0, 0.02);
}

.ttm-page-title-consulenza-inner .row{
    min-height: 224px;
    text-align: center;
    margin: 0;
}

.ttm-page-title-estero { 
    background: url(../images/estero.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.ttm-page-title-estero-inner { 
    width: 100%;
    background-color: rgba(0, 0, 0, 0.02);
}

.ttm-page-title-estero-inner .row{
    min-height: 224px;
    text-align: center;
    margin: 0;
}

.ttm-page-title-produttiva { 
    background: url(../images/produttiva.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.ttm-page-title-produttiva-inner { 
    width: 100%;
    background-color: rgba(0, 0, 0, 0.02);
}

.ttm-page-title-produttiva-inner .row{
    min-height: 224px;
    text-align: center;
    margin: 0;
}

.ttm-page-title-garanzia { 
    background: url(../images/garanzia.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.ttm-page-title-garanzia-inner { 
    width: 100%;
    background-color: rgba(0, 0, 0, 0.02);
}

.ttm-page-title-garanzia-inner .row{
    min-height: 224px;
    text-align: center;
    margin: 0;
}

.ttm-page-title-contratto { 
    background: url(../images/contratto.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.ttm-page-title-contratto-inner { 
    width: 100%;
    background-color: rgba(0, 0, 0, 0.02);
}

.ttm-page-title-contratto-inner .row{
    min-height: 224px;
    text-align: center;
    margin: 0;
}

.ttm-page-title-iva { 
    background: url(../images/iva.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.ttm-page-title-posta { 
    background: url(../images/posta.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.ttm-page-title-iva-inner { 
    width: 100%;
    background-color: rgba(0, 0, 0, 0.02);
}

.ttm-page-title-iva-inner .row{
    min-height: 224px;
    text-align: center;
    margin: 0;
}

.ttm-page-title-commissioni { 
    background: url(../images/commissioni.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.ttm-page-title-contatti { 
    background: url(../images/contatti.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.ttm-page-title-row-inner .row{
    min-height: 224px;
    text-align: center;
    margin: 0;
}
.page-title-heading h2 {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 50px;
    line-height: 1;
    margin-bottom: -8px;
}
.breadcrumb-wrapper {
    z-index: 99;
    text-align: center;
    padding: 14px 15px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e4e4e4;
}
.breadcrumb-wrapper span{
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1;
    position: relative;
}
.breadcrumb-wrapper span:first-child {
    padding-right: 20px;
}
.breadcrumb-wrapper span:first-child:after {
    position: absolute;
    content: "\e649";
    top: 7px;
    right: 7px;
    font-size: 10px;
    font-family: "themify";
    display: inline-block;
    font-style: normal;
}


/* ===============================================
    Inner-Pages
------------------------*/

/*------------------------------------------------------------------------------*/
/*  single_team-member
/*------------------------------------------------------------------------------*/ 
.ttm-team-member-single-content,
.ttm-team-member-single-list{ 
    position: relative;
    margin: 0;
}
.ttm-team-member-single-content-area {
    padding: 40px 40px 40px;
    margin-bottom: 50px;
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
}
.ttm-team-member-content .ttm-team-member-single-title {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 5px;
}
.ttm-team-member-single-position {
    display: block;
    padding-bottom: 20PX;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}
.ttm-team-member-single-content .ttm-social-links-wrapper ul li a ,
.ttm-blog-single-content .ttm-social-links-wrapper ul li a{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 14px;
    background-color: #f5f5f5;
}
.ttm-team-member-single-content .ttm-social-links-wrapper ul li a:hover ,
.ttm-blog-single-content .ttm-social-links-wrapper ul li a:hover { color: #fff; }
.ttm-social-links-wrapper li.social-facebook a { color: #3b5998; }
.ttm-social-links-wrapper li.social-twitter a { color: #1da1f2; }
.ttm-social-links-wrapper li.social-pinterest a { color: #e70000; }
.ttm-social-links-wrapper li.social-instagram a { color: #cf2aac; }
.ttm-social-links-wrapper li.social-facebook a:hover { background-color: #3b5998; }
.ttm-social-links-wrapper li.social-twitter a:hover { background-color: #1da1f2; }
.ttm-social-links-wrapper li.social-pinterest a:hover { background-color: #e70000; }
.ttm-social-links-wrapper li.social-instagram a:hover { background-color: #cf2aac; }

.ttm-team-member-single-content-wrapper .ttm-team-data {
    border-top: 1px solid #f2f2f2;
    padding-top: 35px;
    margin-top: 25px;
}
.ttm-team-member-single-content ul {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}
.ttm-team-details-list li {
    position: relative;
    padding: 9px 0 8px 0;
    display: block;
}
.ttm-team-details-list .ttm-team-list-title  {
    margin-right: 3px;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}
.ttm-team-details-list .ttm-team-list-title, 
.ttm-team-details-list .ttm-team-list-value{
    display: inline-block;
}
.ttm-team-member-single-content h3 , .ttm-team-member-content-about h3, 
.expertise-section h3, .cta-form-section h3 { font-size: 30px; }



/*------------------------------------------------------------------------------*/
/*  Classic_Blog
/*------------------------------------------------------------------------------*/
article.ttm-blog-classic {
    margin-bottom: 50px;
    overflow: hidden;
    padding-bottom: 0;
    transition: all .4s;
    box-shadow: 0px 0 8px 0px rgba(146, 140, 140, 0.08);
}
article.ttm-blog-classic:last-child{ 
    margin-bottom: 15px;
}
article.ttm-blog-classic:hover{
    box-shadow: 0px 10px 20px 0px rgba(146, 140, 140, 0.3);
}
article.ttm-blog-classic, .post-featured-wrapper{ 
  position: relative; 
}
article.ttm-blog-classic .ttm-post-featured-wrapper, 
.ttm-post-featured-wrapper { 
    position: relative; 
}
article.ttm-blog-classic .ttm-blog-classic-content {
    padding: 35px 30px;
    z-index: 1;
    position: relative;
}
.ttm-blog-classic .post-meta, .ttm-blog-single-content .post-meta{
    display: block;
    padding-bottom: 20px;
    margin-bottom: 19px;
    border-bottom: 1px solid #e4e4e4;
}
.ttm-blog-classic .post-meta .ttm-meta-line, .ttm-blog-single-content .post-meta .ttm-meta-line {
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
    padding-right: 20px;
    position: relative;
}
.ttm-blog-classic .post-meta .ttm-meta-line:last-child{
    padding-right: 0;
}
.ttm-blog-classic .post-meta .ttm-meta-line:not(:last-child):after,
.ttm-blog-single-content .post-meta .ttm-meta-line:not(:last-child):after {
    position: absolute;
    background-color: #e4e4e4;
    display: inline-block;
    content: "";
    width: 1px;
    height: 15px;
    vertical-align: middle;
    margin: 0 10px;
    top: 0;
}
.ttm-blog-classic .post-meta .ttm-meta-line i, .ttm-blog-single-content .post-meta .ttm-meta-line i {
    padding-right: 7px;
    font-size: 13px;
}
.ttm-blog-classic .entry-header .entry-title {
    font-size: 36px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 4px;
}
.ttm-blog-classic .ttm-blogbox-desc-footer {
    padding-top: 15px;
    clear: both;
    overflow: hidden;
    padding-bottom: 10px;
}
.ttm-blog-classic .ttm-box-post-date ,
.ttm-blog-single  .ttm-box-post-date{
    position: absolute;
    right: 20px;
    bottom: -25px;
    height: 60px;
    width: 60px;
    border-radius: 3px;
    font-weight: 500;
    text-align: center;
    z-index: 4;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "Teko" , sans-serif;
}
.ttm-blog-classic .ttm-box-post-date .entry-date,
.ttm-blog-single  .ttm-box-post-date .entry-date{
    font-size: 23px;
    line-height: 10px;
}
.ttm-blog-classic .ttm-box-post-date .entry-month,
.ttm-blog-single  .ttm-box-post-date .entry-month{
    font-size: 18px;
    font-weight: 400;
    display: block;
}

/*------------------------------------------------------------------------------*/
/*  Single_Blog
/*------------------------------------------------------------------------------*/
.ttm-blog-single-content h3{
    font-size: 30px;
    line-height: 1;
    padding-top: 10px;
}
.ttm-blog-single-content .post-meta{
    display: block;
}
.ttm-blog-single-content .post-meta{
    margin-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 14px;
}
.ttm-blog-single-content .post-meta .ttm-meta-line{
    font-size: 15px;
}
.ttm-blog-single blockquote {
    display: block;
    padding: 30px 45px 35px;
    position: relative;
    border: none;
    text-align: center;
    font-weight: 400;
    margin: 35px 0 35px 0;
    font-size: 24px;
    line-height: 34px;
    font-family: "Teko" , sans-serif;
    border-top: 5px solid;
}
.ttm-blog-single blockquote:after {
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 120px;
    line-height: 120px;
    font-weight: 400;
    position: absolute;
    left: 90px;
    top: -15px;
    opacity: 0.06;
    font-style: normal;
    display: block;
}
.ttm-blog-single blockquote cite {
    font-size: 20px;
    line-height: 1;
    font-style: normal;
    display: block;
}

.ttm-blog-single .ttm-blogbox-desc-media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    padding-top: 25px;
    margin-top: 30px;
    border-top: 1px solid #e8ecef;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e8ecef;
}
.ttm-blog-single .ttm-blogbox-desc-media .ttm-tags-links a {
    padding: 6px 17px;
    background-color: #f4f6f9;
    font-size: 14px;
    display: inline-block;
    margin: 4px 0 4px 4px;
}
.ttm-blog-single .ttm-blogbox-desc-media .ttm-tags-links a:hover{
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    background-color: #fff;
}

/*blog-comment*/
.comments-area {
    padding-top: 40px;
    margin-bottom: 0;
}
.comments-area h2{
    font-size: 34px;
    line-height: 35px;
    margin-bottom: 15px;
}
.comment-list li { position: relative; margin-top: 30px; }
.comments-area ol.comment-list {
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.comment-list .children { 
    margin-left: 115px;
    border-top: 1px solid #eee;
}
.comment-list, .comment-list .children { 
    list-style-type: none;
    padding: 0; 
}
.single-post .comments-area { margin-top: 50px; margin-bottom: 0; }
.single-post .comments-area .comments-title { font-size: 33px; font-weight: 600; }
.comment-body {
    margin-left: 100px;
    margin-top: 35px;
    margin-bottom: 30px;
    position: relative;
}
.comment-author {
    float: left;
    text-align: center;
    width: 80px;
    height: 80px;
    display: block;
    overflow: hidden;
    margin-left: -100px;
}
.comment-author img { max-width: 100%; height: auto; }
h3.comment-reply-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 10px;
}
.comment-notes{ 
    font-size: 15px;
    font-style: italic;
}
.comment-meta, .reply {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
}
.comment-body .author-content-wrap p{ margin-bottom: 0; }
.reply{ float: right; }
.comment-meta, .comment-meta span{ 
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 10px;
}
.comment-meta .ttm-comment-owner h5, .ttm-comment-owner {
   display: block;
    font-size: 21px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 0;
    font-style: normal;
}
.single article.post .comment-body p { margin-top: 10px; }
#respond .comment-reply-title { margin: 0 0 20px!important; }

.comment-form textarea, .comment-form input[type="text"], 
.comment-form input[type="email"], .comment-form input[type="url"] {
    background-color: transparent;
    border-radius: 0;
    border-radius: 0;
    text-indent: 0;
    font-style: italic;
}
.comments-area .comment-form .comment-form-author, 
.comments-area .comment-form .comment-form-email, 
.comments-area .comment-form .comment-form-url {
    position: relative;
    float: left;
    width: 32%;
    margin-right: 2%;
}
.comments-area .comment-form .comment-form-url {
    margin-right: 0;
}


/*------------------------------------------------------------------------------*/
/*  Error_page
/*------------------------------------------------------------------------------*/
.error-404{ 
  background-image: url(../images/404-page-bg.jpg);
  background-color: rgba(255,255,255,0.1);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.page-header {
    margin: 30px 0 15px;
    border-bottom: 1px solid #e4e4e4;
}
section.error-404 { padding: 140px 0; text-align: center; }
section.error-404 .ttm-big-icon { font-size: 140px; }
section.error-404 h1 { font-size: 80px; text-transform: uppercase; line-height: 100%; }
section.error-404 .page-content p { font-size: 18px; margin-bottom: 30px; }

.cl_404_page .page-title:before{
    content: none;
}

/*------------------------------------------------------------------------------*/
/*  Map
/*------------------------------------------------------------------------------*/   
#map.map_1 { display: block; height: 630px; width: 100%; }
#map.map_2 { display: block; height: 515px; width: 100%; }
#map iframe { height: 100%; width: 100%; }

.checked {
  color: yellow;
}


/* New Added */

.cl_page p{
  position: relative;
  font-family: 'Heebo', sans-serif;
  color: #808080;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

.cl_page h1, .cl_page h2, .cl_page h3, .cl_page h4, .cl_page h5, .cl_page h6{
  position:relative;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  color: #142b3c;
  margin: 0px;
  transition: all 500ms ease;
}

.cl_page .centred{
  text-align: center;
}

.cl_page .sec-title{
  position: relative;
  display: block;
  margin-bottom: 50px;
}
.cl_page .sec-title h6{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 800;
  padding-bottom: 9px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.cl_page .sec-title h6:before{
  position: absolute;
  content: '';
  width: 70px;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.cl_page .sec-title.centred h6:before{
  left: 50%;
  transform: translateX(-50%);
}

.cl_page .sec-title h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
}

.cl_page .sec-title.light h2{
  color: #ffffff;
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}


/** service-section **/

.service-section{
    position: relative;
    padding: 102px 0px 100px 0px;
  }
  
  .service-block-one .inner-box{
    position: relative;
    display: block;
    overflow: hidden;
    background: #f7f5f5;
    padding: 60px 40px 60px 40px;
  }
  
  .service-block-one .inner-box .pattern-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .service-block-one .inner-box .category{
    position: absolute;
    top: 30px;
    right: 30px;
  }
  
  .service-block-one .inner-box .category a{
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Heebo', sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 15px;
    z-index: 1;
  }
  
  .service-block-one .inner-box .category a:hover{
    background: #142b3c;
  }
  
  .service-block-one .inner-box .icon-box{
    position: relative;
    margin-bottom: 34px;
  }
  
  .service-block-one .inner-box p{
    display: block;
    color: #828080;
    margin-bottom: 9px;
  }
  
  .service-block-one .inner-box h3{
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 32px;
  }
  
  .service-block-one .inner-box h3 a{
    display: inline-block;
    color: #142b3c;
  }
  
  .service-block-one .inner-box h3 a:hover{
  
  }
  
  .service-block-one .inner-box .btn-box a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    background: #fff;
    padding: 13px 24px;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.08);
  }
  
  .service-block-one .inner-box .btn-box a span{
    position: relative;
    padding-right: 21px;
    transition: all 500ms ease;
  }
  
  .service-block-one .inner-box .btn-box a:hover span{
    padding-right: 42px;
  }
  
  .service-block-one .inner-box .btn-box a span:before{
    position: absolute;
    content: "\f108";
    font-family: flaticon;
    top: -2px;
    right: 0px;
    font-size: 18px;
    font-weight: 400;
  }
  
  .service-block-one .inner-box .btn-box a span:after{
    position: absolute;
    content: '\f141';
    font-family: 'Font Awesome 5 Pro';
    top: -2px;
    right: 16px;
    font-size: 16px;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .service-block-one .inner-box .btn-box a:hover span:after{
    opacity: 1;
  }
  
  .service-section .owl-nav{
    position: relative;
    display: block;
    text-align: center;
    margin-top: 55px;
  }
  
  .service-section .owl-nav:before{
    position: absolute;
    content: '';
    background: #ecebeb;
    width: calc(50% - 85px);
    height: 1px;
    left: 0px;
    top: 11px;
  }
  
  .service-section .owl-nav:after{
    position: absolute;
    content: '';
    background: #ecebeb;
    width: calc(50% - 85px);
    height: 1px;
    right: 0px;
    top: 11px;
  }
  
  .service-section .owl-nav button{
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #828080;
    margin: 0px 40px;
    background: transparent;
    transition: all 500ms ease;
  }
  
  .service-section .owl-nav button:hover{
  
  }
  
  .service-section .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    display: block;
    text-align: center;
    counter-reset: slides-num;
  }
  
  .service-section .owl-dots:before{
    position: absolute;
    content: '/';
    font-size: 16px;
    font-weight: 700;
    color: #828080;
    font-family: 'Manrope', sans-serif;
    left: -3px;
    top: -4px;
  }
  
  .service-section .owl-dots::after {
    position: absolute;
    left: 5px;
    top: -6px;
    content: counter(slides-num);
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #828080;
    font-family: 'Manrope', sans-serif;
  }
  
  .service-section .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
  }
  
  .service-section .owl-dot.active::before {
    position: absolute;
    content: counter(slides-num);
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #828080;
    font-family: 'Manrope', sans-serif;
    color: #828080;
    left: -15px;
    top: -6px;
  }
  
  
  /** dream-section **/
  
  .dream-section{
    position: relative;
  }
  
  .dream-section .bg-layer{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    background: #f7f5f5;
  }
  
  .dream-section .inner-container{
    position: relative;
    padding: 59px 60px 68px 60px;
    overflow: hidden;
  }
  
  .dream-section .inner-container .pattern-layer{
    position: absolute;
    left: 190px;
    top: 5px;
    width: 377px;
    height: 410px;
    background-repeat: no-repeat;
  }
  
  .dream-section .sec-title h6{
    color: #fff;
  }
  
  .dream-section .sec-title h6:before{
    background: #fff;
  }
  
  .dream-section .sec-title{
    margin-bottom: 24px;
  }
  
  .dream-section .text p{
    color: #fff;
    margin-bottom: 32px;
  }
  
  .dream-section .text a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 14px 32px;
  }
  
  .dream-section .text a span{
    position: relative;
    padding-right: 21px;
  }
  
  .dream-section .text a span:before{
    position: absolute;
    content: "\f108";
    font-family: flaticon;
    top: -2px;
    right: 0px;
    font-size: 18px;
    font-weight: 400;
  }
  
  .dream-section .text a:hover{
    background: #fff;
  }
  
  .dream-section .list li{
    position: relative;
    display: block;
    padding: 17px 0px 14px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  }
  
  .dream-section .list li:last-child{
    border-bottom: none;
  }
  
  .dream-section .list li a{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Heebo', sans-serif;
    color: #fff;
  }
  
  .dream-section .list li a:hover{
    text-decoration: underline;
  }
  
  .dream-section .list li i{
    position: absolute;
    left: 0px;
    top: 18px;
    font-size: 15px;
    color: #fff;
  }
  
  .dream-section .list li a:before{
    position: absolute;
    content: "\f10a";
    font-family: flaticon;
    top: 0px;
    right: 0px;
    font-size: 12px;
    transition: all 500ms ease;
  }
  
  .dream-section .list li a:hover:before{
    transform: rotate(-45deg);
  }
  
  .bg-color-1{
    background: #f7f5f5;
  }
  
  
  
  /** visa-section **/
  
  .visa-section{
    position: relative;
    padding: 102px 0px 110px 0px;
  }
  
  .visa-block-one .inner-box{
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
  
  .visa-block-one .inner-box .image{
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .visa-block-one .inner-box .image img{
    width: 100%;
    transition: all 500ms ease;
  }
  
  .visa-block-one .inner-box:hover .image img{
    opacity: 0.5;
    transform: scale(1.05);
  }
  
  .visa-block-one .inner-box .lower-content .text{
    position: relative;
    display: block;
    padding: 24px 30px 30px 30px;
  }
  
  .visa-block-one .inner-box .lower-content .text span{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    margin-bottom: 1px;
  }
  
  .visa-block-one .inner-box .lower-content h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 12px;
  }
  
  .visa-block-one .inner-box .lower-content h4 a{
    display: inline-block;
    color: #142b3c;
  }
  
  .visa-block-one .inner-box .lower-content h4 a:hover{
  
  }
  
  .visa-block-one .inner-box .lower-content p{
    margin-bottom: 16px;
  }
  
  .visa-block-one .inner-box .lower-content .list li{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px;
    padding-left: 25px;
    color: #949494;
  }
  
  .visa-block-one .inner-box .lower-content .list li:last-child{
    margin-bottom: 0px;
  }
  
  .visa-block-one .inner-box .lower-content .list li i{
    position: absolute;
    left: 0px;
    top: 1px;
    font-size: 10px;
    color: #a2a2a2;
  }
  
  .visa-block-one .inner-box .lower-content .text{
    padding-bottom: 22px;
    border-bottom: 1px solid #ecebeb;
  }
  
  .visa-block-one .inner-box .lower-content .link-box{
    position: relative;
    padding: 18px 30px;
  }
  
  .visa-block-one .inner-box .lower-content .link-box a{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #828080;
    font-weight: 800;
    text-transform: uppercase;
  }
  
  .visa-block-one .inner-box .lower-content .link-box a:before{
    position: absolute;
    content: '';
    background-image: url(../images/icons/arrow-1.png);
    width: 29px;
    height: 10px;
    top: 7px;
    right: 0px;
    background-repeat: no-repeat;
    transition: all 500ms ease;
  }
  
  .visa-block-one .inner-box .lower-content .link-box a:hover:before{
    opacity: 0;
  }
  
  .visa-block-one .inner-box .lower-content .link-box a:hover{
  
  }
  
  .visa-block-one .inner-box .lower-content .link-box a span{
    position: relative;
    padding-right: 42px;
    transition: all 500ms ease;
  }
  
  .visa-block-one .inner-box .lower-content .link-box a span:before{
    position: absolute;
    content: "\f108";
    font-family: flaticon;
    top: -2px;
    right: 0px;
    font-size: 18px;
    font-weight: 400;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .visa-block-one .inner-box .lower-content .link-box a span:after{
    position: absolute;
    content: '\f141';
    font-family: 'Font Awesome 5 Pro';
    top: -2px;
    right: 16px;
    font-size: 16px;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .visa-block-one .inner-box .lower-content .link-box a:hover span:before,
  .visa-block-one .inner-box .lower-content .link-box a:hover span:after{
    opacity: 1;
  }
  
  
  /** about-section **/
  
  .about-section{
    position: relative;
    padding: 110px 0px 100px 0px;
  }
  
  .about-section .image-box{
    position: relative;
    margin: 0px 10px;
  }
  
  .about-section .image-box .single-column{
    padding: 0px 5px;
  }
  
  .about-section .image-box .image{
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
  }
  
  .about-section .image-box .image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255,.2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  
  .about-section .image-box .image:hover::before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
  }
  
  @-webkit-keyframes circle {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    100% {
      width: 200%;
      height: 200%;
      opacity: 0;
    }
  }
  @keyframes circle {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    100% {
      width: 200%;
      height: 200%;
      opacity: 0;
    }
  }
  
  .about-section .image-box .image img{
    width: 100%;
    transition: all 500ms ease;
  }
  
  .about-section .image-box .image:hover img{
    transform: scale(1.05);
  }
  
  .about-section .image-box .text-inner{
    position: relative;
    width: 100%;
    min-height: 275px;
    margin-bottom: 10px;
    overflow: hidden;
  }
  
  .about-section .image-box .text-inner .text{
    position: absolute;
    left: 0px;
    bottom: -6px;
    width: 185px;
    text-align: center;
    background: #fff;
    padding: 30px 15px 30px 15px;
  }
  
  .about-section .image-box .text-inner .shape{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
  }
  
  .about-section .image-box .text-inner .text h2{
    position: relative;
    display: inline-block;
    font-size: 72px;
    line-height: 50px;
    font-weight: 700;
    z-index: 1;
  }
  
  .about-section .image-box .text-inner .text h2:before{
    position: absolute;
    content: '';
    background: #f7f5f5;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    left: -21px;
    top: -28px;
    z-index: -1;
  }
  
  .about-section .image-box .text-inner .text h6{
    position: relative;
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    text-transform: uppercase;
    z-index: 1;
    padding-top: 10px;
  }
  
  .about-section .content-box{
    position: relative;
    display: block;
    margin-top: -6px;
  }
  
  .about-section .content-box .inner{
    position: relative;
    display: block;
    padding-left: 70px;
    margin-bottom: 30px;
  }
  
  .about-section .content-box .inner .icon{
    position: absolute;
    left: 0px;
    top: 6px;
  }
  
  .about-section .content-box .inner h6{
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 2px;
  }
  
  .about-section .content-box .inner h3{
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
  }
  
  .about-section .content-box .text{
    position: relative;
    display: block;
    padding-bottom: 37px;
    margin-bottom: 45px;
    border-bottom: 1px solid #ecebeb;
  }
  
  .about-section .content-box .sec-title{
    margin-bottom: 34px;
  }
  
  
  /** countries-section **/
  
  .countries-section{
    position: relative;
    padding: 102px 0px 100px 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
  }
  
  .countries-section .sec-title{
    margin-bottom: 42px;
  }
  
  .countries-section:before{
    position: absolute;
    content: '';
    background: #142b3c;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.95;
  }
  
  .project-tab .p-tab {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  
  .project-tab .p-tab.active-tab {
    position: relative;
    visibility: visible;
    opacity: 1;
    z-index: 5;
  }
  
  .project-tab .p-tabs-content {
    position: relative;
    display: block;
  }
  
  .project-tab .p-tab.active-tab .countries-block-one {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
  }
  
  .project-tab .p-tab .countries-block-one {
    position: relative;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
  }
  
  .project-tab .tab-btn-box{
    position: relative;
    display: block;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    margin-bottom: 60px;
  }
  
  .project-tab .tab-btn-box .tab-btns .p-tab-btn{
    position: relative;
    display: inline-block;
    margin: 0px 35px;
    cursor: pointer;
  }
  
  .project-tab .tab-btn-box .tab-btns .p-tab-btn:before{
    position: absolute;
    content: "\f10a";
    font-family: flaticon;
    font-size: 12px;
    top: -17px;
    right: 0px;
    transform: scale(0,0);
    transition: all 500ms ease;
  }
  
  .project-tab .tab-btn-box .tab-btns .p-tab-btn.active-btn:before{
    transform: scale(1,1);
  }
  
  .project-tab .tab-btn-box .tab-btns .p-tab-btn h2{
    font-size: 48px;
    line-height: 50px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.08);
    transition: all 500ms ease;
  }
  
  .project-tab .tab-btn-box .tab-btns .p-tab-btn.active-btn h2{
  
  }
  
  .countries-block-one .inner-box{
    position: relative;
    display: block;
  }
  
  .countries-block-one .inner-box .image-box{
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .countries-block-one .inner-box .image-box .image{
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .countries-block-one .inner-box .image-box .image img{
    width: 100%;
    transition: all 500ms ease;
  }
  
  .countries-block-one .inner-box:hover .image-box .image img{
    opacity: 0.15;
  }
  
  .countries-block-one .inner-box .image-box .flag{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.30);
    z-index: 1;
  }
  
  .countries-block-one .inner-box .image-box .flag:before{
    position: absolute;
    content: '';
    border: 3px solid #fff;
    border-radius: 50%;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  .countries-block-one .inner-box .image-box .flag img{
    width: 100%;
    border-radius: 50%;
  }
  
  .countries-block-one .inner-box .image-box .link{
    position: absolute;
    left: 20px;
    bottom: 0px;
    width: calc(100% - 40px);
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .countries-block-one .inner-box:hover .image-box .link{
    bottom: 20px;
    opacity: 1;
  }
  
  .countries-block-one .inner-box .image-box .link a{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    background: #fff;
    padding: 12px 20px;
  }
  
  .countries-block-one .inner-box .image-box .link a:hover{
    background: #142b3c;
  }
  
  .countries-block-one .inner-box .lower-content{
    position: relative;
    display: block;
    overflow: hidden;
    padding: 23px 20px 20px 20px;
    min-height: 101px;
  }
  
  .countries-block-one .inner-box .lower-content .text{
    position: relative;
    transition: all 500ms ease;
  }
  
  .countries-block-one .inner-box:hover .lower-content .text{
    opacity: 0;
  }
  
  .countries-block-one .inner-box .lower-content h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 2px;
  }
  
  .countries-block-one .inner-box .lower-content h4 a{
    display: inline-block;
    color: #fff;
  }
  
  .countries-block-one .inner-box .lower-content h4 a:hover{
  
  }
  
  .countries-block-one .inner-box .lower-content p{
    color: #b8bfc5;
  }
  
  .countries-block-one .inner-box .lower-content .overlay-text{
    position: absolute;
    left: 0px;
    top: 20px;
    width: 100%;
    padding: 24px 25px 25px 25px;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .countries-block-one .inner-box:hover .lower-content .overlay-text{
    opacity: 1;
    top: 0px;
  }
  
  .countries-section .owl-nav{
    position: relative;
    display: block;
    text-align: center;
    margin-top: 28px;
  }
  
  .countries-section .owl-nav:before{
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.10);
    width: calc(50% - 85px);
    height: 1px;
    left: 0px;
    top: 11px;
  }
  
  .countries-section .owl-nav:after{
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.10);
    width: calc(50% - 85px);
    height: 1px;
    right: 0px;
    top: 11px;
  }
  
  .countries-section .owl-nav button{
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #b8bfc5;
    margin: 0px 40px;
    background: transparent;
    transition: all 500ms ease;
  }
  
  .countries-section .owl-nav button:hover{
  
  }
  
  .countries-section .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    display: block;
    text-align: center;
    counter-reset: slides-num;
  }
  
  .countries-section .owl-dots:before{
    position: absolute;
    content: '/';
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    left: -3px;
    top: -4px;
  }
  
  .countries-section .owl-dots::after {
    position: absolute;
    left: 5px;
    top: -6px;
    content: counter(slides-num);
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    font-family: 'Manrope', sans-serif;
  }
  
  .countries-section .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
  }
  
  .countries-section .owl-dot.active::before {
    position: absolute;
    content: counter(slides-num);
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    left: -15px;
    top: -6px;
  }
  
  
  /** coaching-section **/
  
  .coaching-section{
    position: relative;
    padding: 102px 0px 110px 0px;
  }
  
  .coaching-section .sec-title .btn-box{
    position: absolute;
    right: 0px;
    bottom: 8px;
  }
  
  .coaching-block-one .inner-box{
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .coaching-block-one .inner-box .image{
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .coaching-block-one .inner-box .image img{
    width: 100%;
    transition: all 500ms ease;
  }
  
  .coaching-block-one .inner-box:hover .image img{
    transform: scale(1.05);
  }
  
  .coaching-block-one .inner-box .content-box{
    position: absolute;
    width: 170px;
    left: 10px;
    bottom: 10px;
    padding: 19px 20px 19px 20px;
    transition: all 500ms ease;
  }
  
  .coaching-block-one .inner-box:hover .content-box{
    opacity: 0;
  }
  
  .coaching-block-one .inner-box .content-box .icon-box{
    position: absolute;
    top: 9px;
    right: 14px;
  }
  
  .coaching-block-one .inner-box .content-box .icon-box a{
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #fff;
  }
  
  .coaching-block-one .inner-box h5{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1px;
  }
  
  .coaching-block-one .inner-box h5 a{
    display: inline-block;
    color: #fff;
  }
  
  .coaching-block-one .inner-box h5 a:hover{
    text-decoration: underline;
  }
  
  .coaching-block-one .inner-box h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
  }
  
  .coaching-block-one .inner-box h4 a{
    display: inline-block;
    color: #fff;
  }
  
  .coaching-block-one .inner-box h4 a:hover{
    text-decoration: underline;
  }
  
  .coaching-block-one .inner-box .overlay-content{
    position: absolute;
    left: 0px;
    bottom: -10px;
    width: 100%;
    padding: 24px 20px 22px 20px;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .coaching-block-one .inner-box:hover .overlay-content{
    bottom: 0px;
    opacity: 1;
  }
  
  .coaching-block-one .inner-box .overlay-content .icon-box{
    position: absolute;
    top: 10px;
    right: 10px;
  }
  
  .coaching-block-one .inner-box .overlay-content .icon-box a{
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    font-size: 12px;
    border-radius: 50%;
    z-index: 1;
  }
  
  .coaching-block-one .inner-box .overlay-content .icon-box a:hover{
    background: #142b3c;
  }
  
  .coaching-block-one .inner-box .overlay-content h4{
    margin-bottom: 13px;
  }
  
  .coaching-block-one .inner-box .overlay-content p{
    color: #fff;
  }
  
  
  /** destination-section **/
  
  .destination-section{
    position: relative;
  }
  
  .destination-section .bg-layer{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
  }
  
  .destination-section .inner-container{
    position: relative;
    display: block;
    background: #142b3c;
    padding-left: 440px;
    overflow: hidden;
  }
  
  .destination-section .inner-container .image{
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
  }
  
  .destination-section .inner-container .image:before{
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
  }
  
  .destination-section .inner-container:hover .image:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
  }
  
  @-webkit-keyframes shine {
    100% {
      left: 125%;
    }
  }
  
  @keyframes shine {
    100% {
      left: 125%;
    }
  }
  
  .destination-section .inner-container .image img{
    width: 100%;
  }
  
  .destination-section .inner-container .content-box{
    position: relative;
    padding: 51px 60px 60px 60px;
  }
  
  .destination-section .content-box h2{
    display: block;
    font-size: 40px;
    line-height: 48px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 7px;
  }
  
  .destination-section .content-box p{
    display: block;
    color: #b8bfc5;
    margin-bottom: 28px;
  }
  
  .destination-section .content-box .list{
    position: relative;
    display: block;
    margin-bottom: 32px;
  }
  
  .destination-section .content-box .list li{
    position: relative;
    display: block;
    color: #fff;
    padding-left: 31px;
    margin-bottom: 8px;
  }
  
  .destination-section .content-box .list li i{
    position: absolute;
    left: 0px;
    top: 2px;
  }
  
  .destination-section .content-box .list li:last-child{
    margin-bottom: 0px;
  }
  
  .destination-section .content-box .theme-btn:before{
    background: #fff;
  }
  
  .destination-section .content-box .theme-btn:hover{
  
  }
  
  .destination-section .content-box .shape .shape-1{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .destination-section .content-box .shape .shape-2{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 359px;
    height: 306px;
    background-repeat: no-repeat;
  }
  
  
  /** chooseus-section **/
  
  .chooseus-section{
    position: relative;
    padding: 102px 0px 110px 0px;
  }
  
  .chooseus-block-one .inner-box{
    position: relative;
    display: block;
  }
  
  .chooseus-block-one .inner-box .icon-box{
    position: relative;
    margin-bottom: 23px;
  }
  
  .chooseus-block-one .inner-box h4{
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 12px;
  }
  
  .chooseus-block-one .inner-box a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    padding-right: 35px;
    text-transform: uppercase;
  }
  
  .chooseus-block-one .inner-box a span{
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .chooseus-block-one .inner-box a:hover span{
    opacity: 1;
  }
  
  .chooseus-block-one .inner-box a:hover{
    padding-right: 120px;
  }
  
  .chooseus-block-one .inner-box a i{
    position: absolute;
    font-size: 18px;
    top: 2px;
    right: 0px;
  }
  
  .chooseus-block-one .inner-box a:after{
    position: absolute;
    content: '\f141';
    font-family: 'Font Awesome 5 Pro';
    top: 0px;
    right: 17px;
    font-size: 16px;
    transition: all 500ms ease;
  }
  
  .chooseus-section .inner-content{
    padding-bottom: 66px;
    margin-bottom: 51px;
    border-bottom: 1px solid #dedede;
  }
  
  .chooseus-block-one .inner-box:before{
    position: absolute;
    content: '';
    background: #dedede;
    width: 1px;
    height: 100%;
    top: 0px;
    right: -15px;
  }
  
  .chooseus-block:last-child .chooseus-block-one .inner-box:before{
    display: none;
  }
  
  .chooseus-section .lower-box h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 31px;
  }
  
  .chooseus-section .lower-box h2 a{
    display: inline-block;
    line-height: 30px;
  }
  
  
  /** team-section **/
  
  .team-section{
    position: relative;
    padding: 102px 0px 102px 0px;
  }
  
  .team-block-one .inner-box{
    position: relative;
    display: block;
    padding-left: 25px;
  }
  
  .team-block-one .inner-box .image-box{
    position: relative;
    display: block;
  }
  
  .team-block-one .inner-box .image-box .image{
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .team-block-one .inner-box .image-box .image img{
    width: 100%;
    transition: all 500ms ease;
  }
  
  .team-block-one .inner-box:hover .image-box .image img{
    transform: scale(1.05);
  }
  
  .team-block-one .inner-box .image-box .list{
    position: absolute;
    left: -25px;
    bottom: 20px;
  }
  
  .team-block-one .inner-box .image-box .list > li{
    position: relative;
    display: block;
  }
  
  .team-block-one .inner-box .image-box .list > li > a,
  .team-block-one .inner-box .image-box .list > li > span{
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    transition: all 500ms ease;
  }
  
  .team-block-one .inner-box .image-box .list > li > span{
    line-height: 58px;
  }
  
  .team-block-one .inner-box .image-box .list > li:last-child > a{
    background: #d74949;
  }
  
  .team-block-one .inner-box .image-box .list .share-option .share-links{
    position: absolute;
    left: 50px;
    top: 0px;
    width: 150px;
    background: #fff;
    text-align: center;
    transform: scaleX(0);
    transform-origin: left center;
    transition: all 500ms ease;
  }
  
  .team-block-one .inner-box .image-box .list .share-option:hover .share-links{
    transform: scaleX(1);
  }
  
  .team-block-one .inner-box .image-box .list .share-option .share-links li{
    position: relative;
    display: inline-block;
    float: left;
    width: 33.333%;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-right: 1px solid #ecebeb;
  }
  
  .team-block-one .inner-box .image-box .list .share-option .share-links li:last-child{
    border-right: none;
  }
  
  .team-block-one .inner-box .image-box .list .share-option .share-links li a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #142b3c;
  }
  
  .team-block-one .inner-box .image-box .list .share-option .share-links li a:hover{
  
  }
  
  .team-block-one .inner-box .lower-content{
    position: relative;
    display: block;
    padding-top: 23px;
  }
  
  .team-block-one .inner-box .lower-content h4{
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  
  .team-block-one .inner-box .lower-content h4 a{
    display: inline-block;
    color: #142b3c;
  }
  
  .team-block-one .inner-box .lower-content h4 a:hover{
  
  }
  
  .team-block-one .inner-box .lower-content .designation{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    transition: all 500ms ease;
  }
  
  .team-block-one .inner-box:hover .lower-content .designation{
  
  }
  
  
  /** testimonial-section **/
  
  .testimonial-section{
    position: relative;
    padding: 102px 0px 110px 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
  }
  
  .testimonial-section:before{
    position: absolute;
    content: '';
    background: #142b3c;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.95;
  }
  
  .testimonial-block-one .inner-box{
    position: relative;
    display: block;
    background: #142b3c;
  }
  
  .testimonial-block-one .inner-box .text{
    position: relative;
    display: block;
    padding: 43px 30px 73px 40px;
  }
  
  .testimonial-block-one .inner-box .text:before{
    position: absolute;
    content: '';
    width: 4px;
    height: calc(100% - 130px);
    left: 0px;
    top: 50px;
  }
  
  .testimonial-block-one .inner-box .text h4{
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 18px;
  }
  
  .testimonial-block-one .inner-box .text p{
    color: #b8bfc5;
    font-size: 18px;
    line-height: 30px;
  }
  
  .testimonial-block-one .inner-box .lower-box{
    position: relative;
    display: block;
    background: #fff;
    padding: 0px 40px 35px 40px;
  }
  
  .testimonial-block-one .inner-box .lower-box .quote{
    position: absolute;
    top: -33px;
    right: 40px;
  }
  
  .testimonial-block-one .inner-box .lower-box .author-thumb{
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-top: -43px;
    margin-bottom: 17px;
  }
  
  .testimonial-block-one .inner-box .lower-box .author-thumb img{
    width: 100%;
    border-radius: 50%;
  }
  
  .testimonial-block-one .inner-box .rating li{
    position: relative;
    display: inline-block;
    font-size: 14px;
    float: left;
    margin-right: 6px;
  }
  
  .testimonial-block-one .inner-box .rating li:last-child{
    margin: 0px !important;
  }
  
  .testimonial-block-one .inner-box .rating{
    margin-bottom: 3px;
  }
  
  .testimonial-block-one .inner-box .lower-box h4{
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 2px;
  }
  
  .testimonial-block-one .inner-box .lower-box h4 span{
    font-weight: 16px;
    font-weight: 400;
    font-family: 'Heebo', sans-serif;
  }
  
  .testimonial-block-one .inner-box .lower-box .date{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #828080;
  }
  
  .testimonial-section .owl-nav{
    position: absolute;
    top: -118px;
    right: 0px;
  }
  
  .testimonial-section .owl-nav button{
    position: relative;
    display: inline-block;
    width: 58px;
    height: 58px;
    line-height: 58px;
    font-size: 20px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.10);
    cursor: pointer;
    color: #fff;
    background: transparent;
    transition: all 500ms ease;
  }
  
  .testimonial-section .owl-nav button:hover{
  
  }
  
  .testimonial-section .owl-nav button.owl-prev{
    margin-right: 10px;
  }
  
  .testimonial-style-three .sec-image{
    text-align: center;
  }
  .testimonial-style-three .sec-image{
    width: 20%;
    position: relative;
    z-index: 9;
    margin: 0 auto;
  }
  .testimonial-style-three .sec-image a{
    display: block;
  }
  .testimonial-style-three .sec-image img{
    max-width: 100%;
  }
  
  /** news-section **/
  
  .news-section{
    position: relative;
    padding: 102px 0px 110px 0px;
  }
  
  .news-block-one .inner-box{
    position: relative;
    display: block;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  }
  
  .news-block-one .inner-box .image-box{
    position: relative;
    display: block;
  }
  
  .news-block-one .inner-box .image-box .image{
    position: relative;
    display: block;
    overflow: hidden;
    height: 100%;
      background: transparent;
  }
  
  .news-block-one .inner-box .image-box .image img{
    width: 100%;
    transition: all 500ms ease;
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }
  
  .news-block-one .inner-box:hover .image-box .image img{
    transform: scale(1.05);
    opacity: 0.5;
  }
  
  .news-block-one .inner-box .image-box h2{
    position: absolute;
    right: 30px;
    bottom: 40px;
    width: 70px;
    z-index: 1;
    font-size: 30px;
    line-height: 26px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    padding: 12px 0px 6px 0px;
  }
  
  .news-block-one .inner-box .image-box h2 span{
    display: block;
    font-size: 14px;
    text-transform: uppercase;
  }
  
  .news-block-one .inner-box .image-box h2:before{
    position: absolute;
    content: '';
    background: rgba(233, 77, 78, 0.50);
    width: 60px;
    height: 5px;
    left: 5px;
    bottom: -5px;
  }
  
  .news-block-one .inner-box .image-box h2:after{
    position: absolute;
    content: '';
    background: rgba(233, 77, 78, 0.50);
    width: 50px;
    height: 10px;
    left: 10px;
    bottom: -10px;
  }
  
  .news-block-one .inner-box .lower-content{
    position: relative;
    display: block;
    padding: 24px 30px 34px 30px;
  }
  
  .news-block-one .inner-box .lower-content .author-box{
    position: relative;
    display: block;
    margin-bottom: 14px;
  }
  
  .news-block-one .inner-box .lower-content .author-box .author-thumb{
    position: absolute;
    top: 6px;
    right: 0px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
  }
  
  .news-block-one .inner-box .lower-content .author-box .author-thumb img{
    width: 100%;
    border-radius: 50%;
  }
  
  .news-block-one .inner-box .lower-content .author-box h6{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 16px;
    margin-bottom: 5px;
  }
  
  .news-block-one .inner-box .lower-content .author-box h6:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0px;
    top: 8px;
  }
  
  .news-block-one .inner-box .lower-content .author-box h6 a{
    display: inline-block;
  }
  
  .news-block-one .inner-box .lower-content .author-box h6 a:hover{
    color: #142b3c;
  }
  
  .news-block-one .inner-box .lower-content .author-box span{
    position: relative;
    display: block;
  }
  
  .news-block-one .inner-box .lower-content h4{
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 19px;
    padding-bottom: 17px;
    border-bottom: 1px solid #ecebeb;
  }
  
  .news-block-one .inner-box .lower-content h4 a{
    display: inline-block;
    color: #142b3c;
  }
  
  .news-block-one .inner-box .lower-content h4 a:hover{
  
  }
  
  .news-block-one .inner-box .lower-content p{
    display: block;
    margin-bottom: 19px;
  }
  
  .news-block-one .inner-box .lower-content .link a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #142b3c;
    font-weight: 800;
    text-transform: uppercase;
  }
  
  .news-block-one .inner-box .lower-content .link a span{
    position: relative;
    padding-right: 21px;
    transition: all 500ms ease;
  }
  
  .news-block-one .inner-box .lower-content .link a:hover span{
    padding-right: 42px;
  }
  
  .news-block-one .inner-box .lower-content .link a span:before{
    content: '';
    background-image: url(../images/next-arrw-black.png);
    background-size: 18px;
    position: absolute;
    background-position: center right;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    top: 0;
    right: -2px;
    transition: all 500ms ease;
  }
  .home-3 .news-block-one .inner-box .lower-content .link a:hover span:before{
    background-image: url(../images/arrow-next-green.png);
  }
  .news-block-one .inner-box .lower-content .link a span:after{
    position: absolute;
    content: '\f141';
    font-family: 'Font Awesome 5 Pro';
    top: -2px;
    right: 16px;
    font-size: 16px;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .news-block-one .inner-box .lower-content .link a:hover span:after{
    opacity: 1;
  }
  
  .news-block-one .inner-box .lower-content .info li{
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 24px;
    margin-right: 15px;
    font-size: 16px;
  }
  
  .news-block-one .inner-box .lower-content .info li:last-child{
    margin: 0px !important;
  }
  
  .news-block-one .inner-box .lower-content .info li i{
    position: absolute;
    left: 0px;
    top: 5px;
  }
  
  .news-block-one .inner-box .lower-content .info li a{
    color: #828080;
  }
  
  .news-block-one .inner-box .lower-content .info li a:hover{
  
  }
  
  
  /** clients-section **/
  
  .clients-section{
    position: relative;
  }
  
  .clients-section .owl-carousel .owl-stage-outer{
    overflow: visible;
  }
  
  .clients-section .owl-carousel .owl-stage-outer .owl-item{
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .clients-section .owl-carousel .owl-stage-outer .owl-item.active{
    opacity: 1;
  }
  
  .clients-section .clients-logo-box{
    position: relative;
    display: block;
    padding: 50px 0px;
    border-right: 1px solid rgba(0,0,0,0.1);
  }
  
  .clients-section .clients-logo-box img{
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .clients-section .clients-logo-box .logo-title{
    position: absolute;
    left: 40px;
    bottom: -38px;
    width: calc(100% - 80px);
    background: #fff;
    text-align: center;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    transition: all 500ms ease;
  }
  
  .clients-section .clients-logo-box:hover .logo-title{
    bottom: -28px;
    opacity: 1;
    visibility: visible;
  }
  
  .clients-section .clients-logo-box .logo-title:before{
    position: absolute;
    content: '';
    background: #fff;
    width: 20px;
    height: 20px;
    left: 50%;
    margin-left: -13px;
    top: -8px;
    transform: rotate(45deg);
  }
  
  .clients-section .clients-logo-box .logo-title a{
    position: relative;
    display: block;
    padding: 15px 20px 11px 20px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #142b3c;
    z-index: 1;
  }
  
  
  /** contact-section **/
  
  .contact-section{
    position: relative;
    padding: 110px 0px;
  }
  
  .contact-section .pattern-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .contact-section .bg-layer{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: calc(50% + 65px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
  }
  
  .contact-section .content-box{
    position: relative;
    display: block;
    background: #fff;
    padding: 51px 40px 60px 40px;
  }
  
  .contact-section .content-box .sec-title{
    margin-bottom: 42px;
  }
  
  .contact-section .content-box .sec-title h2{
    margin-bottom: 16px;
  }
  
  .nice-select:after{
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #828080;
    border-right: 1px solid #828080;
    right: 20px;
  }
  
  .nice-select{
    position: relative;
    display: block;
    width: 100%;
    border-radius: 0px;
    padding: 0px 20px;
    padding-right: 40px;
    font-size: 18px;
    font-weight: 400;
    height: 54px;
    line-height: 54px;
    border: 1px solid #dedede !important;;
    font-size: 16px;
    color: #828080;
    background: transparent;
  }
  
  .contact-section .form-inner{
    margin: 0px 5px;
  }
  
  .contact-section .form-inner .select-box{
    min-height: 54px;
  }
  
  .contact-section .form-inner .form-group{
    position: relative;
    display: block;
    padding: 0px 10px;
    margin-bottom: 20px;
  }
  
  .contact-section .form-inner .form-group:last-child{
    margin-bottom: 0px;
  }
  
  .contact-section .form-inner .form-group input[type='text'],
  .contact-section .form-inner .form-group input[type='email']{
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    border: 1px solid #dedede;
    font-size: 16px;
    color: #828080;
    padding: 10px 20px;
    transition: all 500ms ease;
  }
  
  .contact-section .form-inner .form-group input:focus{
  
  }
  
  
  /** main-footer **/
  
  .footer-top{
    position: relative;
    padding: 103px 0px 107px 0px;
    background: #142b3c;
  }
  
  .footer-top .logo-widget .footer-logo{
    position: relative;
    display: block;
    margin-bottom: 26px;
  }
  
  .footer-top .logo-widget .text{
    display: block;
    margin-bottom: 23px;
  }
  
  .footer-top p,
  .footer-top .links-widget a{
    font-size: 16px;
    line-height: 26px;
    color: #b8bfc5;
    font-family: 'Heebo', sans-serif;
  }
  
  .footer-top a:hover{
  
  }
  
  .footer-top .logo-widget{
    margin-top: 7px;
  }
  
  .footer-top .logo-widget .inner{
    position: relative;
    display: block;
    padding-left: 60px;
  }
  
  .footer-top .logo-widget .inner .icon{
    position: absolute;
    left: 0px;
    top: 4px;
    width: 44px;
    height: 44px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff;
  }
  
  .footer-top .logo-widget .inner h6{
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 6px;
  }
  
  .footer-top .logo-widget .inner h6 a{
    display: inline-block;
  }
  
  .footer-top .logo-widget .inner h5{
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
  }
  
  .footer-top .logo-widget .inner h5 a{
    display: inline-block;
    color: #fff;
  }
  
  .footer-top .logo-widget .inner h5 a:hover{
  
  }
  
  .footer-top .widget-title{
    position: relative;
    display: block;
    margin-bottom: 34px;
    padding-bottom: 15px;
  }
  
  .footer-top .widget-title:before{
    position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    left: 0px;
    bottom: 0px;
  }
  
  .footer-top .widget-title h4{
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
  }
  
  .footer-top .links-widget .links-list li{
    position: relative;
    display: block;
    margin-bottom: 10px;
  }
  
  .footer-top .links-widget .links-list li:last-child{
    margin-bottom: 0px;
  }
  
  .footer-top .links-widget .links-list li a{
    position: relative;
    display: inline-block;
    padding-left: 26px;
  }
  
  .footer-top .links-widget .links-list li a:before{
    position: absolute;
    content: '';
    background: #465b6a;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: 0px;
    top: 10px;
    transition: all 500ms ease;
  }
  
  .footer-top .links-widget .links-list li a:after{
    position: absolute;
    content: '';
    background: #465b6a;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: 7px;
    top: 10px;
    transition: all 500ms ease;
  }
  
  .footer-top .links-widget .links-list li a:hover:before,
  .footer-top .links-widget .links-list li a:hover:after{
  
  }
  
  .footer-top .gallery-widget .image-list{
    margin: 0px -7.5px;
  }
  
  .footer-top .gallery-widget .image-list li{
    position: relative;
    display: inline-block;
    float: left;
    margin: 0px 7.5px 15px 7.5px;
  }
  
  .footer-top .gallery-widget .image-list li .image{
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
  }
  
  .footer-top .gallery-widget .image-list li .image img{
    width: 100%;
    transition: all 500ms ease;
  }
  
  .footer-top .gallery-widget .image-list li .image:hover img{
    opacity: 0.10;
  }
  
  .footer-top .gallery-widget .image-list li .image a{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(0,0);
    font-size: 24px;
    color: #fff;
  }
  
  .footer-top .gallery-widget .image-list li .image:hover a{
    transform: translate(-50%,-50%) scale(1,1);
  }
  
  .footer-top .gallery-widget .widget-title{
    margin-bottom: 40px;
  }
  
  .footer-bottom{
    padding: 22px 0px;
  }
  
  .footer-bottom p,
  .footer-bottom a{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-family: 'Heebo', sans-serif;
  }
  
  .footer-bottom a:hover{
    text-decoration: underline;
  }
  
  .footer-bottom .footer-nav li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  
  .footer-bottom .footer-nav li:last-child{
    margin: 0px !important;
  }
  
  
  /** check-box **/
  
  .check-box input {
    display: none;
  }
  
  .check-box label {
    position: relative;
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50px;
    background: #4a5762;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    cursor: pointer;
    margin: 0px;
    text-transform: uppercase;
    z-index: 1;
  }
  
  .check-box label:before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 28px;
    height: 28px;
    background: #fff;
    opacity: 0;
    border-radius: 50%;
    z-index: -1;
  }
  
  .check-box input:checked + label:before {
    opacity: 1;
  }
  
  .check-box input:checked + label{
    color: #2d363e;
  }
  
  
  /*** 
  
  ====================================================================
                          Home-Page-Two
  ====================================================================
  
  ***/
  
  
  /** header-top-two **/
  
  .header-top-two{
    background: #2d363e;
    padding: 11px 0px;
  }
  
  .header-top-two .language{
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
  }
  
  .header-top-two .language li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
  }
  
  .header-top-two .language li:last-child{
    margin: 0px !important;
  }
  
  .header-top-two .left-column{
    display: flex;
    align-items: center;
  }
  
  .header-top-two .phone-box{
    position: relative;
    padding-left: 28px;
  }
  
  .header-top-two .phone-box i{
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 20px;
  }
  
  .header-top-two .phone-box h6{
    font-size: 16px;
    color: #fff;
    font-weight: 600;
  }
  
  .header-top-two .phone-box h6 a{
    color: #fff;
  }
  
  .header-top-two .phone-box h6 a:hover{
  
  }
  
  .header-top-two .top-right{
    position: relative;
    display: flex;
    align-items: center;
    vertical-align: middle;
  }
  
  .header-top-two .social-links{
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
  }
  
  .header-top-two .social-links li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
  }
  
  .header-top-two .social-links li:last-child{
    margin: 0px !important;
  }
  
  .header-top-two .social-links li a{
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
  }
  
  .header-top-two .social-links li:nth-child(2) a{
    background: #1877f2;
  }
  
  .header-top-two .social-links li:nth-child(3) a{
    background: #1da1f2;
  }
  
  .header-top-two .social-links li:last-child a{
    background: #1ab7ea;
  }
  
  .header-top-two .social-links li h6{
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
  }
  
  .header-top-two .search-inner .form-group{
    position: relative;
    margin-bottom: 0px;
    width: 100px;
  }
  
  .header-top-two .search-inner .form-group input[type='search']{
    position: relative;
    display: block;
    width: 100%;
    height: 28px;
    font-size: 16px;
    color: #fff;
    background: transparent;
    padding-right: 25px;
  }
  
  .header-top-two .search-inner .form-group button{
    position: absolute;
    top: 5px;
    right: 0px;
    font-size: 18px;
    color: #fff;
    background: transparent;
    cursor: pointer;
    transition: all 500ms ease;
  }
  
  .header-top-two .search-inner .form-group input:focus + button,
  .header-top-two .search-inner .form-group button:hover{
  
  }
  
  .header-style-two .header-lower{
    position: relative;
  }
  
  .header-style-two .header-lower .outer-box{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    background: rgba(45, 54, 62, 0.90);
  }
  
  .header-style-two .outer-box .main-box{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  
  .header-style-two .logo-box{
    position: relative;
    padding: 23px 50px 23px 0px;
    background: #fff;
  }
  
  .header-style-two .logo-box .bg-layer{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 5000px;
    height: 100%;
    background: #fff;
  }
  
  .header-style-two .logo-box .logo{
    position: relative;
    max-width: 200px;
  }
  
  .header-style-two .logo-box .logo img{
    width: 100%;
  }
  
  .header-style-two .main-menu .navigation > li > a{
    color: #fff;
    padding: 32px 0px;
  }
  
  .header-style-two .main-menu .navigation > li.current > a, 
  .header-style-two .main-menu .navigation > li:hover > a{
  
  }
  
  .header-style-two .main-menu .navigation > li > ul > li > a:hover{
  
  }
  
  .header-style-two .theme-btn{
    padding: 11.5px 29px;
  }
  
  .header-style-two .menu-right-content .user-link{
    margin-right: 10px;
  }
  
  .header-style-two .menu-right-content .user-link a{
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 54px;
    background: #fff;
    text-align: center;
    font-size: 24px;
    color: #142b3c;
  }
  
  .header-style-two .menu-right-content .user-link a:hover{
    color: #fff;
  }
  
  .header-style-two .sticky-header{
    background: #2d363e;
  }
  
  .header-style-two .menu-right-content{
    padding: 22px 0px;
  }
  
  
  /** banner-style-two **/
  
  .banner-style-two .banner-carousel .content-box h2{
    font-size: 48px;
    line-height: 65px;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .banner-carousel .content-box h1{
    position: relative;
    display: block;
    color: #fff;
    font-size: 100px;
    line-height: 100px;
    font-weight: 800;
    margin-bottom: 3px;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
  }
  
  .banner-carousel .active .content-box h1{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
  }
  
  .banner-style-two .banner-carousel .slide-item{
    padding: 258px 0px 180px 0px;
  }
  
  .banner-style-two .banner-carousel .slide-item:before{
    background: -webkit-linear-gradient(0deg, rgba(13,28,39,0.90) 10%, rgba(13,28,39,0.20) 100%);
  }
  
  .banner-style-two .owl-theme .owl-nav button{
    position: absolute;
  }
  
  .banner-style-two .owl-theme .owl-nav button.owl-prev{
    left: 40px;
  }
  
  .banner-style-two .owl-theme .owl-nav button.owl-next{
    right: 40px;
  }
  
  .banner-style-two .owl-theme .owl-nav{
    width: 100%;
    top: 50%;
    right: 0px;
  }
  
  .banner-style-two .owl-theme .owl-nav button:hover{
  
  }
  
  .banner-style-two .pattern-layer{
    position: absolute;
    left: 190px;
    top: 170px;
    width: 101px;
    height: 603px;
    background-repeat: no-repeat;
    z-index: 2;
  }
  
  
  /** service-style-two **/
  
  .service-block-two .inner-box{
    position: relative;
    display: block;
  }
  
  .service-block-two .inner-box{
    max-width: 270px;
    margin: 0 auto;
  }
  
  .service-block-two .inner-box .content-box{
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #ecebeb;
    transition: all 500ms ease;
  }
  
  .service-block-two .inner-box:hover .content-box{
    opacity: 0;
  }
  
  .service-block-two .inner-box .content-box .upper{
    padding: 39px 30px 32px 30px;
    text-align: center;
    border-bottom: 1px solid #ecebeb;
  }
  
  .service-block-two .inner-box .content-box .upper .icon{
    margin-bottom: 23px;
  }
  
  .service-block-two .inner-box .content-box .upper .icon img{
    display: inline-block;
  }
  
  .service-block-two .inner-box .content-box h4{
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 12px;
  }
  
  .service-block-two .inner-box .content-box h4 a{
    display: inline-block;
    color: #2d363e;
  }
  
  .service-block-two .inner-box .content-box h4 a:hover{
  
  }
  
  .service-block-two .inner-box .content-box .btn-box{
    position: relative;
    padding: 18px 30px 17px 30px;
  }
  
  .service-block-two .inner-box .content-box .btn-box a{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    color: #828080;
  }
  
  .service-block-two .inner-box .content-box .btn-box a:hover{
  
  }
  
  .service-block-two .inner-box .content-box .btn-box a:before{
    position: absolute;
    content: '';
    background-image: url(../images/icons/arrow-1.png);
    width: 29px;
    height: 10px;
    top: 7px;
    right: 0px;
    background-repeat: no-repeat;
    transition: all 500ms ease;
  }
  
  .service-block-two .inner-box .overlay-content{
    position: absolute;
    left: 0px;
    top: 10px;
    width: 100%;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
    opacity: 0;
    z-index: 1;
    transition: all 500ms ease;
  }
  
  .service-block-two .inner-box:hover .overlay-content{
    top: 0px;
    opacity: 1;
  }
  
  .service-block-two .inner-box .overlay-content .image{
    position: relative;
    display: block;
  }
  
  .service-block-two .inner-box .overlay-content .image img{
    width: 100%;
  }
  
  .service-block-two .inner-box .overlay-content .btn-box{
    position: relative;
    padding: 19px 30px 18px 30px;
    text-align: center;
  }
  
  .service-block-two .inner-box .overlay-content .btn-box a{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #828080;
    font-weight: 800;
    text-transform: uppercase;
  }
  
  .service-block-two .inner-box .overlay-content .btn-box a span{
    position: relative;
    padding-right: 42px;
    transition: all 500ms ease;
  }
  
  .service-block-two .inner-box .overlay-content .btn-box a span:before{
    position: absolute;
    content: "\f108";
    font-family: flaticon;
    top: -2px;
    right: 0px;
    font-size: 18px;
    font-weight: 400;
    transition: all 500ms ease;
  }
  
  .service-block-two .inner-box .overlay-content .btn-box a span:after{
    position: absolute;
    content: '\f141';
    font-family: 'Font Awesome 5 Pro';
    top: -2px;
    right: 16px;
    font-size: 16px;
    transition: all 500ms ease;
  }
  
  .service-section.style-two .owl-carousel .owl-stage-outer{
    overflow: visible;
  }
  
  .service-section.style-two .owl-carousel .owl-stage-outer .owl-item{
    opacity: 0;
  }
  
  .service-section.style-two .owl-carousel .owl-stage-outer .owl-item.active{
    opacity: 1;
  }
  
  
  /** about-style-two **/
  
  .about-style-two{
    position: relative;
    padding: 110px;
  }
  
  .about-style-two .pattern-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .about-style-two .outer-container{
    position: relative;
    padding: 60px 0px 30px 0px;
  }
  
  .about-style-two .outer-container .bg-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(50% - 45px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .about-style-two .outer-container .shape{
    position: absolute;
    top: 0px;
    right: 0px;
    width: calc(50% 45px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .about-style-two .content-box{
    position: relative;
    display: block;
    background: #2d363e;
    padding: 52px 40px 50px 40px;
    margin-left: 60px;
    margin-right: 90px;
  }
  
  .about-style-two .content-box .text{
    margin-bottom: 32px;
  }
  
  .about-style-two .content-box .text p{
    color: #bdc4ca;
    margin-bottom: 11px;
  }
  
  .about-style-two .content-box .text p:last-child{
    margin-bottom: 0px;
  }
  
  .about-style-two .content-box .sec-title{
    margin-bottom: 25px;
  }
  
  .counter-block-one{
    position: relative;
    display: block;
    background: #fff;
    padding: 33px 30px 32px 30px;
    margin-bottom: 30px;
  }
  
  .counter-block-one h4{
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 31px;
  }
  
  .counter-block-one .count-outer{
    position: relative;
    display: block;
    margin-bottom: 7px;
  }
  
  .counter-block-one .count-outer span{
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
  }
  
  .counter-block-one p{
    margin-bottom: 30px;
  }
  
  .counter-block-one .link a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    color: #2d363e;
  }
  
  .counter-block-one .link a i{
    position: relative;
    top: 4px;
    margin-left: 3px;
    font-size: 18px;
  }
  
  
  /** process-section **/
  
  .process-section{
    position: relative;
    padding: 101px 0px 110px 0px;
  }
  
  .process-block-one .inner-box{
    position: relative;
    display: block;
  }
  
  .process-block-one .inner-box .icon-box{
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.12);
    transition: all 500ms ease;
    margin-bottom: 30px;
  }
  
  .process-block-one .inner-box:hover .icon-box{
  
  }
  
  .process-block-one .inner-box .count-text{
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 23px;
  }
  
  .process-block-one .inner-box .count-text:before{
    position: absolute;
    content: '';
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    left: 2px;
    top: 2px;
    border: 1px solid #fff;
  }
  
  .process-block-one .inner-box h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 13px;
  }
  
  .process-section .upper-box{
    position: relative;
    padding-bottom: 52px;
    border-bottom: 1px solid #ebecec;
    margin-bottom: 51px;
  }
  
  .process-section .upper-box .shape .shape-1{
    position: absolute;
    left: 0px;
    top: 65px;
    width: 100%;
    height: 117px;
    background-position: top center;
    background-repeat: no-repeat;
  }
  
  .process-section .upper-box .shape .shape-2{
    position: absolute;
    left: 0px;
    top: 60px;
    width: 100%;
    height: 117px;
    background-position: top center;
    background-repeat: no-repeat;
  }
  
  .process-section .lower-box h3{
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 31px;
  }
  
  .process-section .lower-box h3 a{
    display: inline-block;
    line-height: 30px;
  }
  
  .process-section .lower-box .btn-box .theme-btn{
    margin: 0px 8px;
  }
  
  .process-section .sec-title{
    margin-bottom: 30px;
  }
  
  
  /** coaching-style-two **/
  
  
  .coaching-style-two{
    position: relative;
    overflow: hidden;
  }
  
  .coaching-style-two:before{
    position: absolute;
    content: '';
    background: #2d363e;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.92;
    z-index: 1;
  }
  
  .parallax-bg{
    position: absolute;
    top: -30%;
    left: 0px;
    width: 100%;
    height: 150%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
  }
  
  .coaching-block-two .inner-box{
    position: relative;
    display: block;
    z-index: 1;
    padding: 40px 40px 34px 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    overflow: hidden;
  }
  
  .coaching-block-two .inner-box .count-text{
    position: absolute;
    top: 42px;
    right: 30px;
    display: block;
    font-size: 120px;
    line-height: 120px;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.10);
  }
  
  .coaching-block-two .inner-box .image-box{
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    border: 3px solid #fff;
    border-radius: 50%;
    margin-bottom: 64px;
    transition: all 500ms ease;
  }
  
  .coaching-block-two .inner-box .image-box img{
    width: 100%;
    border-radius: 50%;
  }
  
  .coaching-block-two .inner-box:hover .image-box{
    transform: scale(0,0);
  }
  
  .coaching-block-two .inner-box h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 31px;
    color: #fff;
    font-weight: 700;
    padding-left: 30px;
  }
  
  .coaching-block-two .inner-box h4:before{
    position: absolute;
    content: '';
    width: 10px;
    height: calc(100% - 15px);
    left: 0px;
    top: 8px;
  }
  
  .coaching-block-two .inner-box h4 a{
    display: inline-block;
    color: #fff;
  }
  
  .coaching-block-two .inner-box h4 a:hover{
  
  }
  
  .coaching-block-two .inner-box h4 span{
    display: block;
    text-transform: uppercase;
  }
  
  .coaching-block-two .inner-box .link{
    position: absolute;
    right: 0px;
    bottom: 7px;
  }
  
  .coaching-block-two .inner-box .text{
    position: relative;
    transition: all 500ms ease;
  }
  
  .coaching-block-two .inner-box:hover .text{
    opacity: 0;
  }
  
  .coaching-block-two .inner-box .link a{
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    z-index: 1;
  }
  
  .coaching-block-two .inner-box .text .link a{
    border: 1px solid rgba(255, 255, 255, 0.10);
  }
  
  .coaching-block-two .inner-box .overlay-text{
    position: absolute;
    left: 0px;
    bottom: 15px;
    padding-left: 40px;
    z-index: 2;
    width: 100%;
    padding-right: 100px;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .coaching-block-two .inner-box:hover .overlay-text{
    bottom: 32px;
    opacity: 1;
  }
  
  .coaching-block-two .inner-box .overlay-text h4{
    margin-bottom: 17px;
  }
  
  .coaching-block-two .inner-box .overlay-text p{
    color: #b8bfc5;
  }
  
  .coaching-block-two .inner-box .overlay-text .link a{
  
  }
  
  .coaching-block-two .inner-box .overlay-text .link{
    right: 40px;
  }
  
  .coaching-block-two .inner-box .overlay-text .link a:hover{
    background: #fff;
  }
  
  .coaching-block:nth-child(4) .coaching-block-two .inner-box,
  .coaching-block:last-child .coaching-block-two .inner-box{
    border-right: none;
  }
  
  .coaching-style-two .coaching-block{
    padding: 0px;
  }
  
  .coaching-style-two .outer-container{
    position: relative;
    margin: 0px 15px;
  }
  
  .coaching-block:nth-child(1) .coaching-block-two .inner-box,
  .coaching-block:nth-child(2) .coaching-block-two .inner-box,
  .coaching-block:nth-child(3) .coaching-block-two .inner-box,
  .coaching-block:nth-child(4) .coaching-block-two .inner-box{
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  }
  
  
  /** statistics-section **/
  
  .statistics-section{
    position: relative;
    padding: 100px 0px 95px 0px;
  }
  
  .statistics-section .image-box{
    position: relative;
    display: block;
    margin-left: -380px;
  }
  
  .statistics-section .image-box img{
    width: 100%;
  }
  
  .statistics-section .image-box .image-2{
    position: absolute;
    right: 64px;
    bottom: 16px;
  }
  
  .statistics-section .image-box .curved-circle {
    position: absolute;
    top: 0px;
    right: 0;
    width: 150px;
    font-size: 13px;
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.5px;
  }
  
  .statistics-section .image-box .curve-text{
    position: absolute;
    top: 3px;
    right: 125px;
  }
  
  .statistics-section .image-box .curve-text .icon-box{
    position: absolute;
    left: -151px;
    top: -2px;
    width: 263px;
    height: 150px;
  }
  
  .progress-box{
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  
  .progress-box:last-child{
    margin-bottom: 0px;
  }
  
  .progress-box .bar{
    position:relative;
    width:100%;
    height:5px;
    background:transparent;
    border-radius:0px;
  }
  
  .progress-box .bar-inner{
    position:relative;
    display:block;
    border-radius:0px;
    width:0px;
    height:5px;
    -webkit-transition:all 1500ms ease;
    -ms-transition:all 1500ms ease;
    -o-transition:all 1500ms ease;
    -moz-transition:all 1500ms ease;
    transition:all 1500ms ease; 
  }
  
  .statistics-section .content-box{
    position: relative;
    display: block;
  }
  
  .statistics-section .content-box .progress-box h5{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    background: #f3f4f5;
    padding: 1px 20px 3px 20px;
    margin-bottom: 5px;
  }
  
  .statistics-section .content-box .progress-box .count-text{
    position: absolute;
    right: 20px;
    bottom: 13px;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    color: #2d363e;
  }
  
  .statistics-section .content-box .sec-title h2{
    margin-bottom: 25px;
  }
  
  .statistics-section .content-box .sec-title{
    margin-bottom: 42px;
  }
  
  .statistics-section .content-box .progress-inner{
    margin-bottom: 45px;
  }
  
  .statistics-section .content-box .download-box{
    position: relative;
    display: block;
    padding: 0px 0px 0px 60px;
  }
  
  .statistics-section .content-box .download-box .icon{
    position: absolute;
    left: 0px;
    top: 5px;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 50px;
    background: #2d363e;
    text-align: center;
    font-size: 18px;
    color: #fff;
  }
  
  .statistics-section .content-box .download-box h6{
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
  
  .statistics-section .content-box .download-box h6 a{
    display: inline-block;
  }
  
  .statistics-section .content-box .download-box h6 a:hover{
    text-decoration: underline;
  }
  
  .statistics-section .content-box .download-box h5{
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
  }
  
  
  /** countries-style-two **/
  
  .countries-style-two{
    position: relative;
    padding: 110px 0px 110px 0px;
  }
  
  .tabs-box .tab{
    position:relative;
    display:none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
  }
  
  .tabs-box .tab.active-tab{
    display:block;  
  }
  
  .tabs-box .tab{
    transform:scale(0.9,0.9) translateY(0px);
  }
  
  .tabs-box .tab.active-tab{
    transform:scale(1) translateY(0px);
  }
  
  .countries-style-two .tab-btn-box{
    position: relative;
    display: block;
    margin-bottom: 50px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e5e5;
  }
  
  .countries-style-two .tab-btns li{
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    color: #a7aaae;
    cursor: pointer;
    padding-left: 30px;
    margin-right: 95px;
    transition: all 500ms ease;
  }
  
  .countries-style-two .tab-btns li:last-child{
    margin-right: 0px;
  }
  
  .countries-style-two .tab-btns li .icon-box{
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 22px;
  }
  
  .countries-style-two .tab-btns li.active-btn,
  .countries-style-two .tab-btns li:hover{
  
  }
  
  .countries-block-two .inner-box{
    position: relative;
    display: block;
    border: 1px solid #e2e5e5;
    background: transparent;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 500ms ease;
  }
  
  .countries-block-two .inner-box:hover{
    background: #fff;
    border-color: transparent;
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.10);
  }
  
  .countries-block-two .inner-box .inner{
    position: relative;
    padding: 21px 20px 19px 100px;
    transition: all 500ms ease;
  }
  
  .countries-block-two .inner-box:hover .inner{
    opacity: 0;
  }
  
  .countries-block-two .inner-box .inner .flag{
    position: absolute;
    left: 30px;
    top: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  }
  
  .countries-block-two .inner-box .inner .flag img{
    width: 100%;
    border-radius: 50%;
  }
  
  .countries-block-two .inner-box .inner h4{
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 2px;
  }
  
  .countries-block-two .inner-box .inner h4 a{
    display: inline-block;
    color: #2d363e;
  }
  
  .countries-block-two .inner-box .inner h4 a:hover{
  
  }
  
  .countries-block-two .inner-box .overlay-inner{
    position: absolute;
    left: 0px;
    top: 20px;
    right: 0px;
    width: 100%;
    height: 100%;
    padding: 22px 30px 18px 100px;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .countries-block-two .inner-box:hover .overlay-inner{
    top: 0px;
    opacity: 1;
  }
  
  .countries-block-two .inner-box .overlay-inner .flag{
    position: absolute;
    left: 30px;
    top: 22px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  }
  
  .countries-style-two .more-link h6{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .countries-style-two .more-link h6 a{
    display: inline-block;
  }
  
  .countries-style-two .more-link h6 a i{
    position: relative;
    top: 3px;
    margin-left: 6px;
    font-size: 16px;
  }
  
  .countries-style-two .more-link h6 a:hover{
    color: #2d363e;
  }
  
  .countries-style-two .more-link{
    position: relative;
    margin-top: 22px;
  }
  
  .countries-style-two .tabs-box{
    position: relative;
    z-index: 1;
  }
  
  
  /** chooseus-style-two **/
  
  .chooseus-style-two{
    position: relative;
    display: block;
  }
  
  .chooseus-style-two .pattern-layer{
    position: absolute;
    left: 670px;
    top: 0px;
    width: calc(100% - 670px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
  }
  
  .chooseus-style-two .content-box{
    position: relative;
    display: block;
    background: #fff;
    padding: 102px 0px 60px 100px;
  }
  
  .chooseus-style-two:before{
    position: absolute;
    content: '';
    background: #fff;
    width: calc(100% - 670px);
    height: 100%;
    left: 670px;
    top: 0px;
  }
  
  .chooseus-style-two .image-layer{
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  
  .chooseus-style-two .inner-box .single-item{
    position: relative;
    display: block;
    padding-left: 100px;
    margin-bottom: 45px;
  }
  
  .chooseus-style-two .inner-box .single-item .icon-box{
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    z-index: 1;
  }
  
  .chooseus-style-two .inner-box .single-item .icon-box:before{
    position: absolute;
    content: '';
    background: #f3f4f5;
    width: 40px;
    height: 40px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    transition: all 500ms ease;
  }
  
  .chooseus-style-two .inner-box .single-item:hover .icon-box:before{
    width: 70px;
    height: 70px;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  }
  
  .chooseus-style-two .inner-box .single-item h4{
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 11px;
  }
  
  .chooseus-style-two .sec-title h2{
    margin-bottom: 15px;
  }
  
  .chooseus-style-two .sec-title{
    margin-bottom: 35px;
  }
  
  
  /** video-section **/
  
  .video-section{
    position: relative;
  }
  
  .video-section .video-inner{
    position: relative;
    width: 100%;
    padding: 205px 50px 47px 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 5px solid #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  }
  
  .video-section .bg-layer{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    background: #2d363e;
  }
  
  .video-section .video-btn a{
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 126px;
    text-align: center;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    z-index: 1;
  }
  
  .video-section .video-btn a:after, 
  .video-section .video-btn a:before {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(51, 131, 234, 0.6);
    box-shadow: 0 0 0 0 rgba(50, 131, 234, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  
  .video-section .video-btn a:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
  }
  
  @-webkit-keyframes ripple {
    70% {
      -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
              box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
              box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }
  @keyframes ripple {
    70% {
      -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
              box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
              box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }
  
  .video-section .text-box{
    position: relative;
    text-align: left;
    margin-top: 25px;
  }
  
  .video-section .text-box h2{
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 1px;
  }
  
  
  /** testimonial-style-two **/
  
  .testimonial-style-two{
    position: relative;
    padding: 80px 0px 144px 0px;
    background: #2d363e;
  }
  
  .testimonial-style-two .pattern-layer{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 373px;
    background-repeat: repeat-x;
    animation: slide 60s linear infinite;
    -webkit-animation: slide 60s linear infinite;
  }
  
  .testimonial-style-two .thumb-inner{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 1500px;
    height: 100%;
    margin: 0 auto;
  }
  
  .testimonial-style-two .thumb-inner .thumb{
    position: absolute;
    border-radius: 50%;
    border: 3px solid #fff;
  }
  
  .testimonial-style-two .thumb-inner .thumb img{
    width: 100%;
    border-radius: 50%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
  }
  
  .testimonial-style-two .thumb-inner .thumb-1{
    left: 0px;
    bottom: 110px;
    width: 100px;
    height: 100px;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
  }
  
  .testimonial-style-two .thumb-inner .thumb-2{
    left: 265px;
    top: 235px;
    width: 120px;
    height: 120px;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
  }
  
  .testimonial-style-two .thumb-inner .thumb-3{
    right: 265px;
    top: 235px;
    width: 120px;
    height: 120px;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
  }
  
  .testimonial-style-two .thumb-inner .thumb-4{
    right: 0px;
    bottom: 110px;
    width: 100px;
    height: 100px;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
  }
  
  .testimonial-style-two .testimonial-content{
    position: relative;
    display: block;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
  }
  
  .testimonial-style-two .inner-container{
    position: relative;
    padding-top: 70px;
  }
  
  .testimonial-style-two .inner-container .quote{
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
  }
  
  .testimonial-style-two .testimonial-content .thumb-box{
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-bottom: 37px;
    transform: scale(0.5,0.5);
    transition: all 900ms ease;
  }
  
  .testimonial-style-two .active .testimonial-content .thumb-box{
    transform: scale(1,1);
  }
  
  .testimonial-style-two .testimonial-content .thumb-box img{
    width: 100%;
    border-radius: 50%;
  }
  
  .testimonial-style-two .testimonial-content .rating li{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px;
  }
  
  .testimonial-style-two .testimonial-content .rating{
    margin-bottom: 14px;
  }
  
  .testimonial-style-two .testimonial-content h3{
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
  }
  
  .testimonial-style-two .testimonial-content p{
    font-size: 20px;
    line-height: 34px;
    color: rgba(255, 255, 255, 0.60);
    margin-bottom: 22px;
  }
  
  .testimonial-style-two .testimonial-content .author-box h3{
    margin-bottom: 5px;
  }
  
  .testimonial-style-two .testimonial-content .author-box .designation{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
  }
  
  .testimonial-style-two .owl-nav{
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  
  .testimonial-style-two .owl-nav button{
    position: absolute;
    display: inline-block;
    width: 58px;
    height: 58px;
    line-height: 58px;
    font-size: 24px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.10);
    cursor: pointer;
    color: #fff;
    background: transparent;
    transition: all 500ms ease;
  }
  
  .testimonial-style-two .owl-nav button.owl-prev{
    left: 0px;
  }
  
  .testimonial-style-two .owl-nav button.owl-next{
    right: 0px;
  }
  
  .testimonial-style-two .owl-nav button:hover{
  
  }
  
  .testimonial-style-two .owl-nav button:before{
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.10);
    width: 1px;
    height: 185px;
    left: 28px;
    top: -206px;
  }
  
  .testimonial-style-two .owl-nav button:after{
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.10);
    width: 1px;
    height: 185px;
    left: 28px;
    bottom: -206px;
  }
  
  
  @keyframes slide{
    from { background-position: 0 0; }
      to { background-position: 1920px 0; }
  }
  
  @-webkit-keyframes slide{
    from { background-position: 0 0; }
      to { background-position: 1920px 0; }
  }
  
  
  /** news-style-two **/
  
  
  .news-section.style-two .single-item-carousel{
    position: relative;
    display: block;
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
  }
  
  .news-section.style-two .single-item-carousel .owl-stage-outer{
    overflow: visible;
  }
  
  .news-section.style-two .single-item-carousel .inner-box{
    position: relative;
    padding-left: 370px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  }
  
  .news-section.style-two .single-item-carousel .inner-box .image-box{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 370px;
  }
  
  .news-section.style-two .inner-box .lower-content{
    position: relative;
    padding: 34px 40px;
  }
  
  .news-section.style-two .news-block-one .inner-box .lower-content .link a span:after{
    display: none;
  }
  
  .news-section.style-two .news-block-one .inner-box .lower-content .link a:hover span{
    padding-right: 21px;
  }
  
  .news-section.style-two .news-block-one .inner-box .image-box h2{
    right: inherit;
    bottom: inherit;
    left: 30px;
    top: 30px;
  }
  
  .news-section.style-two .news-block-one .inner-box .image-box h2:before,
  .news-section.style-two .news-block-one .inner-box .image-box h2:after{
    background: rgba(50, 131, 234, 0.50);
  }
  
  .news-section.style-two .single-item-carousel .owl-nav{
    position: relative;
    display: block;
    margin-top: 50px;
    text-align: center;
  }
  
  .news-section.style-two .single-item-carousel .owl-nav button{
    position: relative;
    display: inline-block;
    width: 58px;
    height: 58px;
    line-height: 58px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #ebecec;
    cursor: pointer;
    color: #828080;
    background: transparent;
    transition: all 500ms ease;
    margin: 0px 5px;
  }
  
  .news-section.style-two .single-item-carousel .owl-nav button:hover{
    color: #fff;
  }
  
  
  /** callback-section **/
  
  .callback-section{
    position: relative;
  }
  
  .callback-section .outer-container{
    position: relative;
    padding: 102px 0px 110px 0px;
  }
  
  .callback-section .bg-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .callback-section .sec-title h6{
    color: #fff;
  }
  
  .callback-section .sec-title h6:before{
    background: #fff;
  }
  
  .callback-section .sec-title h2{
    margin-bottom: 15px;
  }
  
  .callback-section .sec-title p{
    color: #fff;
  }
  
  .callback-section .sec-title{
    margin-bottom: 42px;
  }
  
  .callback-section .content-box{
    position: relative;
    display: block;
    margin-right: 35px;
  }
  
  .callback-section .form-inner{
    position: relative;
    display: block;
    background: #fff;
    padding: 40px;
  }
  
  .callback-section .form-inner .form-group{
    position: relative;
    margin-bottom: 15px;
    padding: 0px 7.5px;
  }
  
  .callback-section .form-inner .form-group:last-child{
    margin-bottom: 0px;
  }
  
  .callback-section .form-inner form{
    margin: 0px 0px;
  }
  
  .callback-section .form-inner .form-group input[type='text'],
  .callback-section .form-inner .form-group input[type='email']{
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid #ebecec;
    padding: 10px 20px;
    font-size: 16px;
    color: #828080;
    transition: all 500ms ease;
  }
  
  .callback-section .form-inner .form-group input:focus{
  
  }
  
  .callback-section .form-inner .form-group button{
    width: 100%;
  }
  
  .callback-section .map-inner{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    height: 100%;
  }
  
  .callback-section .map-inner #contact-google-map{
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  .callback-section .map-inner .map-location{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  .callback-section .map-inner .map-location .single-location:first-child{
    position: absolute;
    left: 300px;
    bottom: 275px;
  }
  
  .callback-section .map-inner .map-location .single-location:before{
    position: absolute;
    content: '';
    background: transparent;
    width: 100%;
    height: 50px;
    left: 0px;
    top: -50px;
  }
  
  .callback-section .map-inner .map-location .single-location:last-child{
    position: absolute;
    top: 260px;
    right: 285px;
  }
  
  .callback-section .map-inner .map-location .single-location .location-pin{
    position: relative;
    cursor: pointer;
  }
  
  .callback-section .map-inner .map-location .single-location .address-box{
    position: absolute;
    left: -30px;
    bottom: 50px;
    width: 330px;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
  }
  
  .callback-section .map-inner .map-location .single-location:hover .address-box,
  .callback-section .map-inner .map-location .single-location.active .address-box{
    opacity: 1;
    bottom: 80px;
    visibility: visible;
  }
  
  .callback-section .map-inner .map-location .single-location .address-box:before{
    position: absolute;
    content: '';
    background: #fff;
    width: 30px;
    height: 30px;
    left: 30px;
    bottom: -10px;
    transform: rotate(45deg);
  }
  
  .callback-section .map-inner .map-location .single-location .address-box h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    padding: 11px 30px 15px 30px;
  }
  
  .callback-section .map-inner .map-location .single-location .address-box .info{
    position: relative;
    padding: 25px 30px 23px 30px;
  }
  
  .callback-section .map-inner .map-location .single-location .address-box .info li{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #828080;
    margin-bottom: 5px;
  }
  
  .callback-section .map-inner .map-location .single-location .address-box .info li:last-child{
    margin-bottom: 0px;
  }
  
  .callback-section .map-inner .map-location .single-location .address-box .info li a{
    display: inline-block;
    color: #828080;
  }
  
  .callback-section .map-inner .map-location .single-location .address-box .info li a:hover{
  
  }
  
  
  /** footer-style-two **/
  
  .footer-top-two{
    position: relative;
    background: #2d363e;
    padding: 103px 0px 98px 0px;
  }
  
  .footer-top-two .widget-title{
    position: relative;
    display: block;
    margin-bottom: 33px;
    padding-bottom: 15px;
  }
  
  .footer-top-two .widget-title:before{
    position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    left: 0px;
    bottom: 0px;
  }
  
  .footer-top-two .widget-title h4{
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
  }
  
  .footer-top-two .logo-widget{
    margin-top: 7px;
  }
  
  .footer-top-two .logo-widget .footer-logo{
    margin-bottom: 24px;
  }
  
  .footer-top-two .logo-widget p{
    color: #bdc4ca;
  }
  
  .footer-top-two .logo-widget .text{
    margin-bottom: 15px;
  }
  
  .footer-top-two .logo-widget .inner p{
    margin-bottom: 5px;
  }
  
  .footer-top-two .logo-widget .inner h6{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 10px;
  }
  
  .footer-top-two .logo-widget .inner h6 a{
    display: inline-block;
  }
  
  .footer-top-two .logo-widget .inner h6 a i{
    position: relative;
    margin-left: 6px;
    top: 2px;
    font-size: 16px;
  }
  
  .footer-top-two .logo-widget .inner h6 a:hover{
    color: #fff;
  }
  
  .footer-top-two .logo-widget .inner p a{
    display: inline-block;
    color: #bdc4ca;
  }
  
  .footer-top-two .logo-widget .inner p a:hover{
  
  }
  
  .footer-top-two .logo-widget .inner h4{
    position: relative;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    padding-left: 60px;
    margin-bottom: 11px;
  }
  
  .footer-top-two .logo-widget .inner h4:before{
    position: absolute;
    content: '';
    width: 44px;
    height: 1px;
    left: 0px;
    top: 14px;
  }
  
  .footer-top-two .links-widget{
    margin-left: 50px;
  }
  
  .footer-top-two .links-widget .links-list li{
    position: relative;
    display: block;
    margin-bottom: 11px;
  }
  
  .footer-top-two .links-widget .links-list li:last-child{
    margin-bottom: 0px;
  }
  
  .footer-top-two .links-widget .links-list li a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #bdc4ca;
    padding-left: 30px;
  }
  
  .footer-top-two .links-widget .links-list li a:hover{
    color: #fff;
  }
  
  .footer-top-two .links-widget .links-list li a:before{
    position: absolute;
    content: "\f061";
    font-family: 'Font Awesome 5 Pro';
    left: 0px;
    top: 1px;
    font-weight: 700;
  }
  
  .footer-top-two .post-widget .post{
    position: relative;
    display: block;
    margin-bottom: 21px;
  }
  
  .footer-top-two .post-widget .post:last-child{
    margin-bottom: 0px;
  }
  
  .footer-top-two .post-widget .post h6{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 16px;
    margin-bottom: 5px;
  }
  
  .footer-top-two .post-widget .post h6:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0px;
    top: 8px;
  }
  
  .footer-top-two .post-widget .post h6 a{
    display: inline-block;
  }
  
  .footer-top-two .post-widget .post h6 a:hover{
    color: #fff;
  }
  
  .footer-top-two .post-widget .post h5{
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 9px;
  }
  
  .footer-top-two .post-widget .post h5 a{
    display: inline-block;
    color: #fff;
  }
  
  .footer-top-two .post-widget .post h5 a:hover{
  
  }
  
  .footer-top-two .post-widget .post .post-date{
    position: relative;
    display: block;
    font-size: 16px;
    color: #bdc4ca;
  }
  
  .footer-top-two .tweet-widget .tweet-content{
    position: relative;
    display: block;
  }
  
  .footer-top-two .tweet-widget .tweet-content .inner{
    position: relative;
    padding-left: 70px;
    margin-bottom: 18px;
  }
  
  .footer-top-two .tweet-widget .tweet-content .inner .image-box{
    position: absolute;
    left: 0px;
    top: 4px;
    width: 50px;
    height: 50px;
  }
  
  .footer-top-two .tweet-widget .tweet-content .inner h5{
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 2px;
  }
  
  .footer-top-two .tweet-widget .tweet-content .inner a{
    position: relative;
    display: inline-block;
    font-size: 16px;
  }
  
  .footer-top-two .tweet-widget .tweet-content .inner a:hover{
    color: #fff;
  }
  
  .footer-top-two .tweet-widget .tweet-content .text .post-date{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #bdc4ca;
    margin-bottom: 9px;
  }
  
  .footer-top-two .tweet-widget .tweet-content .text p{
    color: #bdc4ca;
  }
  
  .footer-top-two .tweet-widget .tweet-content .text p span{
  
  }
  
  .footer-top-two .tweet-widget .owl-nav{
    position: relative;
    display: block;
    margin-top: 25px;
  }
  
  .footer-top-two .tweet-widget .owl-nav button{
    position: relative;
    display: inline-block;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    background: transparent;
    transition: all 500ms ease;
  }
  
  .footer-top-two .tweet-widget .owl-nav button:hover{
  
  }
  
  .footer-top-two .tweet-widget .owl-nav button.owl-prev{
    margin-right: 26px;
  }
  
  .footer-top-two .tweet-widget .widget-title{
    margin-bottom: 36px;
  }
  
  .footer-top-two .tweet-widget .owl-nav button.owl-prev:before{
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.10);
    width: 1px;
    height: 14px;
    top: 6px;
    right: -14px;
  }
  
  .footer-style-two .footer-bottom{
    background: #283037;
  }
  
  
  
  
  /*** 
  
  ====================================================================
                          Home-Page-Three
  ====================================================================
  
  ***/
  
  /** header-style-three **/
  
  .header-top-three{
    position: relative;
    padding: 10px 50px;
  }
  
  .header-top-three .top-inner{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  
  .header-top-three .social-links li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
  }
  
  .header-top-three .social-links li:last-child{
    margin: 0px !important;
  }
  
  .header-top-three .social-links li a{
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.10);
    border-radius: 50%;
  }
  
  .header-top-three .social-links li a:hover{
    background: #000;
  }
  
  .header-top-three .social-links li p{
    font-size: 16px;
    line-height: 28px;
    color: #fff;
  }
  
  .header-top-three .support-box p{
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    padding-left: 30px;
  }
  
  .header-top-three .support-box p i{
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 18px;
  }
  
  .header-top-three .support-box p a{
    color: #fff;
  }
  
  .header-top-three .support-box p a:hover{
    text-decoration: underline;
  }
  
  .header-style-three .header-lower{
    position: relative;
    width: 100%;
  }
  
  .header-style-three .header-lower .outer-box{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: transparent;
    padding: 0px 50px;
    box-shadow: none;
  }
  
  .header-style-three .outer-box .main-box{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  
  .header-style-three .header-lower .outer-box .logo-box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 24px;
  }
  
  .header-style-three .outer-box .logo-box .logo{
    position: relative;
    margin-right: 80px;
  }
  
  .header-style-three .outer-box .logo-box .logo:before{
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.20);
    width: 1px;
    height: 48px;
    top: 0px;
    right: -40px;
  }
  
  .header-style-three .outer-box .language-box{
    position: relative;
    padding-left: 40px;
  }
  
  .header-style-three .outer-box .language-box .flag{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 27px;
    height: 18px;
  }
  
  .header-style-three .outer-box .language-box .nice-select{
    padding-left: 0px;
    height: auto;
    line-height: 22px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
    border: none !important;
    padding-right: 18px;
  }
  
  .header-style-three .outer-box .language-box .nice-select .option{
    color: #848484;
  }
  
  .header-style-three .outer-box .language-box .nice-select:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
    right: 0px;
  }
  
  .header-style-three .outer-box .language-box .nice-select .list{
    min-width: 100px;
  }
  
  .header-style-three .header-lower .main-menu .navigation > li > a{
    color: #fff;
    padding-top: 39px;
  }
  
  .header-style-three .header-lower .main-menu .navigation > li > a:before{
    position: absolute;
    content: '';
    background: #fff;
    width: 0px;
    height: 2px;
    left: 0px;
    bottom: 25px;
    transition: all 500ms ease;
  }
  
  .header-style-three .header-lower .main-menu .navigation > li.current > a:before,
  .header-style-three .header-lower .main-menu .navigation > li > a:hover:before{
    width: 20px;
  }
  
  .header-style-three .header-lower .menu-right-content .search-inner{
    width: 275px;
    margin-right: 10px;
  }
  
  .header-style-three .header-lower .menu-right-content .search-inner .form-group{
    position: relative;
    margin: 0px;
  }
  
  .header-style-three .header-lower .menu-right-content .search-inner .form-group input[type='search']{
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    font-size: 16px;
    color: #fff;
    padding: 10px 50px 10px 20px;
    background: transparent;
    transition: all 500ms ease;
  }
  
  .header-style-three .header-lower .menu-right-content .search-inner .form-group button{
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 20px;
    color: #fff;
    background: transparent;
  }
  
  .header-style-three .header-lower .menu-right-content .search-inner .form-group input:focus{
    border-color: #fff;
  }
  
  .header-style-three .header-lower .menu-right-content .theme-btn{
    padding: 11.5px 28px;
  }
  
  .header-style-three .header-lower .menu-right-content .theme-btn{
    background: #fff;
  }
  
  
  /** banner-style-three **/
  
  .banner-style-three .banner-carousel .content-box h2{
    font-size: 60px;
    line-height: 72px;
    text-transform: uppercase;
    margin-bottom: 37px;
  }
  
  .banner-style-three .curve-text{
    position: relative;
    display: inline-block;
    width: 140px;
    height: 135px;
    text-align: center;
    margin-bottom: 12px;
  }
  
  .banner-style-three .curve-text .curved-circle {
    position: absolute;
    top: 0px;
    right: 0;
    width: 150px;
    font-size: 13px;
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    color: #fff;
  }
  
  .banner-style-three .curve-text .icon-box{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 135px;
    height: 135px;
    line-height: 168px;
    text-align: center;
    font-size: 65px;
    color: #fff;
  }
  
  .banner-style-three .theme-btn{
    border: 2px solid #fff;
    padding: 12.5px 32px;
  }
  
  .banner-style-three .theme-btn:before{
    background: #fff;
  }
  
  .banner-style-three .theme-btn:hover{
  
  }
  
  .banner-style-three .banner-carousel .slide-item{
    padding: 240px 0px 270px 0px;
  }
  
  .banner-style-three .banner-carousel .slide-item:before{
    background: -webkit-linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%);
  }
  
  .banner-style-three .owl-theme .owl-nav button{
    position: absolute;
  }
  
  .banner-style-three .owl-theme .owl-nav button:hover{
  
  }
  
  .banner-style-three .owl-theme .owl-nav button.owl-prev{
    left: 40px;
  }
  
  .banner-style-three .owl-theme .owl-nav button.owl-next{
    right: 40px;
  }
  
  .banner-style-three .owl-theme .owl-nav{
    width: 100%;
    top: 50%;
    right: 0px;
  }
  
  
  /** service-style-three **/
  
  .service-style-three{
    position: relative;
  }
  
  .service-style-three .inner-container{
    position: relative;
    background: #fff;
    padding-top: 60px;
    padding-bottom: 80px;
    z-index: 1;
    margin-top: -110px;
  }
  
  .service-style-three .inner-container:before{
    position: absolute;
    content: '';
    background: #fff;
    width: calc(100% + 120px);
    height: 100%;
    left: -60px;
    top: 0px;
  }
  
  .service-style-three .inner-container .big-text{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    font-size: 110px;
    line-height: 200px;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #f7f5f5;
  }
  
  .service-block-three .inner-box{
    position: relative;
    display: block;
  }
  
  .service-block-three .inner-box:before{
    position: absolute;
    content: '';
    background: #ecebeb;
    width: 1px;
    height: 100%;
    top: 0px;
    right: -15px;
  }
  
  .service-block-three .inner-box .image-box{
    position: relative;
    display: block;
    margin: 0px 10px;
  }
  
  .service-block-three .inner-box .image-box .image-column{
    padding: 0px 5px;
  }
  
  .service-block-three .inner-box .image-box .image{
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .service-block-three .inner-box .image-box .image img{
    width: 100%;
    transition: all 500ms ease;
  }
  
  .service-block-three .inner-box .image-box .image:hover img{
    transform: scale(1.05);
  }
  
  .service-block-three .inner-box .lower-content{
    position: relative;
    padding-top: 23px;
  }
  
  .service-block-three .inner-box .lower-content h4{
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 1px;
  }
  
  .service-block-three .inner-box .lower-content h4 a{
    display: inline-block;
    color: #18425a;
  }
  
  .service-block-three .inner-box .lower-content h4 a:hover{
  
  }
  
  .service-block-three .inner-box .lower-content p{
    margin-bottom: 22px;
  }
  
  .service-block-three .inner-box .lower-content .btn-box a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    background: #18425a;
    color: #fff;
    padding: 13px 34px;
  }
  
  .service-block-three .inner-box .lower-content .btn-box a:hover{
    padding: 13px 24px 13px 24px;
  }
  
  .service-block-three .inner-box .lower-content .btn-box a span{
    position: relative;
    padding-right: 21px;
    transition: all 500ms ease;
  }
  
  .service-block-three .inner-box .lower-content .btn-box a:hover span{
    padding-right: 41px;
  }
  
  .service-block-three .inner-box .lower-content .btn-box a span:before{
    content: '';
  background-image: url('../images/next-arrw.png');
  background-size: 20px 22px;
  position: absolute;
  background-position: center right;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  top: 0;
  right: -2px;
}
  
  .service-block-three .inner-box .lower-content .btn-box a span:after{
    position: absolute;
    content: '\f141';
    font-family: 'Font Awesome 5 Pro';
    top: -3px;
    right: 16px;
    font-size: 16px;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .service-block-three .inner-box .lower-content .btn-box a:hover span:after{
    opacity: 1;
  }
  
  .service-style-three .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    display: block;
    text-align: center;
    counter-reset: slides-num;
  }
  
  .service-style-three .owl-dots:before{
    position: absolute;
    content: '/';
    font-size: 16px;
    font-weight: 700;
    color: #828080;
    font-family: 'Manrope', sans-serif;
    left: -3px;
    top: -4px;
  }
  
  .service-style-three .owl-dots::after {
    position: absolute;
    left: 5px;
    top: -6px;
    content: counter(slides-num);
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #828080;
    font-family: 'Manrope', sans-serif;
  }
  
  .service-style-three .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
    padding: 0;
  }
  
  .service-style-three .owl-dot.active::before {
    position: absolute;
    content: counter(slides-num);
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #828080;
    font-family: 'Manrope', sans-serif;
    color: #828080;
    left: -15px;
    top: -6px;
  }
  
  .service-style-three .owl-nav{
    position: relative;
    display: block;
    text-align: center;
    margin-top: 55px;
  }
  
  .service-style-three .owl-nav button{
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #828080;
    margin: 0px 40px;
    background: transparent;
    transition: all 500ms ease;
    padding: 0;
  }
  
  .service-style-three .owl-nav button:hover{
  
  }
  
  
  /** about-style-three **/
  
  .about-style-three{
    position: relative;
    padding: 88px 0px 110px 0px;
  }
  
  .about-style-three .image-box{
    position: relative;
    display: block;
    padding: 0px 130px 220px 130px;
    margin-right: 10px;
  }
  
  .about-style-three .image-box .image{
    overflow: hidden;
  }
  
  .about-style-three .image-box .image-1{
    position: relative;
    z-index: 1;
  }
  
  .about-style-three .image-box img{
    width: 100%;
    transition: all 500ms ease;
  }
  
  .about-style-three .image-box .image-2{
    position: absolute;
    left: 0px;
    bottom: 80px;
    z-index: 1;
  }
  
  .about-style-three .image-box .image-3{
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  
  .about-style-three .image-box .image:hover img{
    transform: scale(1.05);
  }
  
  .about-style-three .image-box .curved-circle-2 {
    position: absolute;
    top: -5px;
    right: 17px;
    width: 150px;
    font-size: 10px;
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.5px;
  }
  
  .about-style-three .image-box .curve-text{
    position: absolute;
    top: 45px;
    right: 58px;
    z-index: 2;
  }
  
  .about-style-three .image-box .curve-text .icon-box{
    position: absolute;
    left: -151px;
    top: -3px;
    width: 207px;
    height: 118px;
  }
  
  .about-style-three .image-box .text{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 130px;
    background: #fff;
    width: 180px;
    padding: 12px 15px 18px 15px;
    text-align: center;
    z-index: 2;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
  }
  
  .about-style-three .image-box .text h2{
    display: block;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 6px;
  }
  
  .about-style-three .image-box .text h6{
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    text-transform: uppercase;
  }
  
  .about-style-three .content-box .sec-title{
    margin-bottom: 25px;
  }
  
  .about-style-three .content-box .text{
    position: relative;
    display: block;
    margin-bottom: 25px;
  }
  
  .about-style-three .content-box .inner-box .single-item{
    position: relative;
    display: block;
    padding-left: 100px;
    margin-bottom: 35px;
  }
  
  .about-style-three .content-box .inner-box .single-item:last-child{
    margin-bottom: 0px;
  }
  
  .about-style-three .content-box .inner-box .single-item .icon-box{
    position: absolute;
    left: 0px;
    top: 7px;
    z-index: 1;
  }
  
  .about-style-three .content-box .inner-box .single-item .icon-box:before{
    position: absolute;
    content: '';
    background: #f7f5f5;
    width: 40px;
    height: 40px;
    right: -20px;
    bottom: -13px;
    z-index: -1;
  }
  
  .about-style-three .content-box .inner-box .single-item h4{
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 11px;
  }
 
  /** coaching-style-three **/
  
  .coaching-style-three{
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .coaching-style-three:before{
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.1;
  }
  
  .coaching-style-three .coaching-block-three{
    float: left;
    width: 25%;
    text-align: center;
  }
  
  .coaching-block-three .inner-box{
    position: relative;
    display: block;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    overflow: hidden;
  }
  
  .coaching-block-three:last-child .inner-box{
    border-right: none;
  }
  
  .coaching-block-three .inner-box .upper-box{
    position: relative;
    min-height: 525px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .coaching-block-three .inner-box .upper-box .count-text{
    position: relative;
    display: block;
    font-size: 150px;
    line-height: 150px;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.10);
    transition: all 500ms ease;
  }
  
  .coaching-block-three .inner-box:hover .upper-box .count-text{
    transform: scale(0,0);
  }
  
  .coaching-block-three .inner-box .upper-box .link{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  
  .coaching-block-three .inner-box .upper-box .link a{
    position: relative;
    display: inline-block;
    width: 58px;
    height: 58px;
    line-height: 60px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    transform: scale(0,0);
  }
  
  .coaching-block-three .inner-box:hover .upper-box .link a{
    transform: scale(1,1);
  }
  
  .coaching-block-three .inner-box .upper-box .link a:hover{
    background: #18425a;
    color: #fff;
  }
  
  .coaching-block-three .inner-box .lower-box{
    position: relative;
    background: rgba(24, 66, 90, 0.20);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  
  .coaching-block-three .inner-box .lower-box .text{
    position: relative;
    padding: 32px 20px 31px 20px;
    transition: all 500ms ease;
  }
  
  .coaching-block-three .inner-box:hover .lower-box .text{
    opacity: 0;
  }
  
  .coaching-block-three .inner-box .lower-box h4{
    display: block;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
  }
  
  .coaching-block-three .inner-box .lower-box h4 span{
    text-transform: uppercase;
  }
  
  .coaching-block-three .inner-box .lower-box h4 a{
    display: inline-block;
    color: #fff;
  }
  
  .coaching-block-three .inner-box .lower-box h4 a:hover{
    text-decoration: underline;
  }
  
  .coaching-block-three .inner-box .lower-box .overlay-text h4 a{
    color: #18425a;
  }
  
  .coaching-block-three .inner-box .lower-box .overlay-text h4 a:hover{
  
  }
  
  .coaching-block-three .inner-box .lower-box .overlay-text{
    position: absolute;
    left: 0px;
    bottom: -30px;
    width: 100%;
    background: #fff;
    padding: 33px 40px 30px 40px;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .coaching-block-three .inner-box .lower-box .overlay-text h4{
    margin-bottom: 11px;
  }
  
  .coaching-block-three .inner-box:hover .lower-box .overlay-text{
    bottom: 0px;
    opacity: 1;
  }
  
  
  /** countries-style-three **/
  
  .countries-style-three{
    position: relative;
    padding: 102px 0px;
  }
  
  .countries-style-three .pattern-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .countries-block-three .inner-box{
    position: relative;
    display: block;
    background: transparent;
    padding-top: 40px;
    border-top: 4px solid #dedede;
    transition: all 500ms ease;
  }
  
  .countries-block-three .inner-box:hover{
  
  }
  
  .countries-block-three .inner-box .flag{
    position: relative;
    display: inline-block;
    width: 106px;
    height: 70px;
    background: #fff;
    padding: 3px;
    margin-bottom: 25px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.20);
  }
  
  .countries-block-three .inner-box .flag img{
    width: 100%;
  }
  
  .countries-block-three .inner-box h6{
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 4px;
  }
  
  .countries-block-three .inner-box h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 11px;
  }
  
  .countries-block-three .inner-box h4 a{
    display: inline-block;
    color: #18425a;
  }
  
  .countries-block-three .inner-box h4 a:hover{
  
  }
  
  .countries-block-three .inner-box p{
    margin-bottom: 21px;
  }
  
  .countries-block-three .inner-box .list li{
    position: relative;
    display: block;
    font-size: 16px;
    color: #949494;
    padding-left: 25px;
    margin-bottom: 6px;
  }
  
  .countries-block-three .inner-box .list li:last-child{
    margin-bottom: 0px;
  }
  
  .countries-block-three .inner-box .list li i{
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 10px;
    color: #a2a2a2;
  }
  
  .countries-style-three .owl-nav{
    position: absolute;
    top: -120px;
    right: 0px;
  }
  
  .countries-style-three .owl-nav button{
    position: relative;
    display: inline-block;
    width: 58px;
    height: 58px;
    line-height: 60px;
    background: #fff;
    text-align: center;
    font-size: 24px;
    color: #828080;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    transition: all 500ms ease;
  }
  
  .countries-style-three .owl-nav button.owl-prev{
    margin-right: 10px;
  }
  
  .countries-style-three .owl-nav button:hover{
    color: #fff;
  }
  
  
  /** chooseus-style-three **/
  
  .chooseus-style-three{
    position: relative;
    padding: 102px 0px 100px 0px;
    background: #18425a;
  }
  
  .chooseus-style-three .sec-title h6{
    color: #fff;
  }
  
  .chooseus-style-three .sec-title h6:before{
    background: #fff;
  }
  
  .chooseus-block-two .inner-box{
    position: relative;
    background: #15384d;
    padding: 51px 30px 42px 30px;
    overflow: hidden;
  }
  
  .chooseus-block-two .inner-box .icon-box{
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
  }
  
  .chooseus-block-two .inner-box .icon-box:before{
    position: absolute;
    content: '';
    right: -20px;
    bottom: -15px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.06);
  }
  
  .chooseus-block-two .inner-box h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 11px;
  }
  
  .chooseus-block-two .inner-box p{
    color: #a3b1b9;
  }
  
  .chooseus-block-two .inner-box .shape{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .chooseus-style-three .owl-nav{
    position: relative;
    display: block;
    text-align: center;
    margin-top: 56px;
  }
  
  .chooseus-style-three .owl-nav:before{
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.10);
    width: calc(50% - 85px);
    height: 1px;
    left: 0px;
    top: 11px;
  }
  
  .chooseus-style-three .owl-nav:after{
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.10);
    width: calc(50% - 85px);
    height: 1px;
    right: 0px;
    top: 11px;
  }
  
  .chooseus-style-three .owl-nav button{
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #a3b1b9;
    margin: 0px 40px;
    background: transparent;
    transition: all 500ms ease;
  }
  
  .chooseus-style-three .owl-nav button:hover{
  
  }
  
  .chooseus-style-three .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    display: block;
    text-align: center;
    counter-reset: slides-num;
  }
  
  .chooseus-style-three .owl-dots:before{
    position: absolute;
    content: '/';
    font-size: 16px;
    font-weight: 700;
    color: #a3b1b9;
    font-family: 'Manrope', sans-serif;
    left: -3px;
    top: -4px;
  }
  
  .chooseus-style-three .owl-dots::after {
    position: absolute;
    left: 5px;
    top: -6px;
    content: counter(slides-num);
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #a3b1b9;
    font-family: 'Manrope', sans-serif;
  }
  
  .chooseus-style-three .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
  }
  
  .chooseus-style-three .owl-dot.active::before {
    position: absolute;
    content: counter(slides-num);
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    color: #a3b1b9;
    left: -15px;
    top: -6px;
  }
  
  
  
  /** testimonial-style-three **/
  
  .testimonial-style-three{
    position: relative;
    padding: 30px 0px 110px 0px
  }
  
  .testimonial-style-three .testimonial-content{
    margin-left: 25px;
    margin-top: 25px;
  }
  
  .testimonial-style-three .testimonial-content .inner-box{
    position: relative;
    display: block;
    background: #f7f5f5;
    padding: 30px 30px 33px 30px;
  }
  
  .testimonial-style-three .testimonial-content .inner-box .quote{
    position: absolute;
    left: -25px;
    top: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 1;
  }
  
  .testimonial-style-three .testimonial-content .inner-box .quote img{
    display: inline-block;
  }
  
  .testimonial-style-three .testimonial-content .inner-box .quote:before{
    position: absolute;
    content: '';
    width: 76px;
    height: 2px;
    left: 48px;
    top: 22px;
  }
  
  .testimonial-style-three .testimonial-content .inner-box .quote:after{
    position: absolute;
    content: '';
    height: 76px;
    width: 2px;
    top: 48px;
    left: 22px;
  }
  
  .testimonial-style-three .testimonial-content .inner-box .author-box{
    position: relative;
    display: block;
    padding: 7px 0px 5px 90px;
    margin-bottom: 25px;
  }
  
  .testimonial-style-three .testimonial-content .inner-box .author-box .author-thumb{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.20);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 1;
    color: #158c3e;
    font-weight: bold;
  }
  
  .testimonial-style-three .testimonial-content .inner-box .author-box .author-thumb img{
    width: 100%;
    border-radius: 50%;
  }
  
  .testimonial-style-three .testimonial-content .inner-box .author-box h4{
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 4px;
  }
  
  .testimonial-style-three .testimonial-content .inner-box .author-box .designation{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
  }
  
  .testimonial-style-three .testimonial-content .inner-box .text{
    position: relative;
    display: block;
    margin-bottom: 17px;
  }
  
  .testimonial-style-three .testimonial-content .inner-box .rating li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
    font-size: 14px;
  }
  
  .testimonial-style-three .testimonial-content .inner-box .rating li:last-child{
    margin: 0px !important;
  }
  
  .testimonial-style-three .owl-nav{
    position: absolute;
    top: -120px;
    right: 0px;
  }
  
  .testimonial-style-three .owl-nav button{
    position: relative;
    display: inline-block;
    width: 58px;
    height: 58px;
    line-height: 60px;
    background: #fff;
    text-align: center;
    font-size: 24px;
    color: #828080;
    border: 1px solid #ecebeb;
    transition: all 500ms ease;
    padding: 0;
  }
  
  .testimonial-style-three .owl-nav button.owl-prev{
    margin-right: 10px;
  }
  
  .testimonial-style-three .owl-nav button:hover{
    color: #fff;
  }
  
  .testimonial-style-three .owl-dot{
    padding: 0;
  }
  
  /** gallery-section **/
  
  .gallery-section{
    position: relative;
  }
  
  .gallery-block-one .inner-box{
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .gallery-block-one .inner-box .image{
    position: relative;
    display: block;
    overflow: hidden;
    background: #18425a;
  }
  
  .gallery-block-one .inner-box .image img{
    width: 100%;
    transition: all 500ms ease;
  }
  
  .gallery-block-one .inner-box:hover .image img{
    opacity: 0.05;
  }
  
  .gallery-block-one .inner-box .view-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  
  .gallery-block-one .inner-box .view-btn a{
    position: relative;
    display: inline-block;
    width: 58px;
    height: 58px;
    line-height: 62px;
    background: #fff;
    text-align: center;
    font-size: 24px;
    transform: scale(0,0);
  }
  
  .gallery-block-one .inner-box .view-btn a:hover{
    color: #fff;
  }
  
  .gallery-block-one .inner-box:hover .view-btn a{
    transform: scale(1,1);
  }
  
  
  /** funfact-section **/
  
  .funfact-section{
    position: relative;
    padding: 110px 0px 102px 0px;
  }
  
  .funfact-block-one .inner-box{
    position: relative;
    display: block;
    padding: 0px 50px;
    border-right: 1px solid #ecebeb;
  }
  
  .funfact-block-one:last-child .inner-box{
    border-right: none;
  }
  
  .funfact-section .funfact-block-one{
    float: left;
    width: 20%;
  }
  
  .funfact-block-one .inner-box .inner{
    position: relative;
    padding-left: 75px;
    margin-bottom: 21px;
  }
  
  .funfact-block-one .inner-box .inner .icon-box{
    position: absolute;
    left: 0px;
    top: 3px;
  }
  
  .funfact-block-one .inner-box .count-outer{
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
  }
  
  .funfact-block-one .inner-box h4{
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 22px;
    z-index: 1;
  }
  
  .funfact-block-one .inner-box h4:before{
    position: absolute;
    content: '';
    background: #ecebeb;
    width: 100%;
    height: 10px;
    left: 0px;
    bottom: 2px;
    z-index: -1;
  }
  
  
  /** faq-section **/
  
  .faq-section{
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 102px 0px 110px 0px;
    background-attachment: fixed;
  }
  
  .faq-section:before{
    position: absolute;
    content: '';
    background: #18425a;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.92;
  }
  
  .faq-section .sec-title h6{
    color: #fff;
  }
  
  .faq-section .sec-title h6:before{
    background: #fff;
  }
  
  .faq-content{
    position: relative;
    display: block;
  }
  
  .faq-section .sec-title p{
    color: #bcc9d0;
  }
  
  .faq-section .sec-title h2{
    margin-bottom: 15px;
  }
  
  .faq-content .questions-list{
    position: relative;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.10);
    margin-bottom: 42px;
  }
  
  .faq-content .questions-list li{
    position: relative;
    display: block;
  }
  
  .faq-content .questions-list li a{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    padding: 18px 70px 19px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  }
  
  .faq-content .questions-list li a:before{
    position: absolute;
    content: "\f108";
    font-family: flaticon;
    font-size: 20px;
    right: 24px;
    top: 19px;
    color: #fff;
    font-weight: 400;
    transition: all 500ms ease;
  }
  
  .faq-content .questions-list li a:hover:before{
  
  }
  
  .faq-content .questions-list li a:after{
    position: absolute;
    content: '\f141';
    font-family: 'Font Awesome 5 Pro';
    top: 19px;
    right: 42px;
    font-size: 16px;
    transform: scaleX(0);
    transform-origin: right center;
    transition: all 500ms ease;
  }
  
  .faq-content .questions-list li a:hover:after{
    transform: scaleX(1);
  }
  
  .faq-content .questions-list li:last-child a{
    border-bottom: none;
  }
  
  .faq-content .questions-list li a span{
    margin-right: 10px;
  }
  
  .faq-content .questions-list li a:hover{
    background: #fff;
    color: #18425a;
  }
  
  .faq-content .link a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
  }
  
  .faq-content .link a i{
    font-size: 16px;
    position: relative;
    top: 3px;
    margin-left: 2px;
  }
  
  .faq-content .link a:hover{
  
  }
  
  .faq-section .sec-title{
    margin-bottom: 42px;
  }
  
  .faq-section .contact-content{
    position: relative;
    display: block;
    padding-left: 65px;
    margin-left: 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.10);
  }
  
  .contact-content .form-inner .form-group{
    position: relative;
    padding: 0px 7.5px;
    margin-bottom: 15px;
  }
  
  .contact-content .form-inner .form-group:last-child{
    margin-bottom: 0px;
  }
  
  .contact-content .form-inner form{
    position: relative;
    margin: 0px 7.5px;
  }
  
  .contact-content .form-inner .form-group input[type='text'],
  .contact-content .form-inner .form-group input[type='email'],
  .contact-content .form-inner .form-group textarea{
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    color: #828080;
    padding: 10px 20px;
    transition: all 500ms ease;
  }
  
  .contact-content .form-inner .form-group textarea{
    height: 100px;
    resize: none;
    padding-top: 15px;
  }
  
  .contact-content .form-inner .form-group input:focus,
  .contact-content .form-inner .form-group textarea:focus{
  
  }
  
  .contact-content .form-inner .form-group .theme-btn{
    width: 100%;
    background: transparent;
    border: 2px solid #fff;
  }
  
  
  .news-section.style-two .two-item-carousel .inner-box{
    position: relative;
    padding: 20px 20px 20px 220px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
  }
  
  .news-section.style-two .two-item-carousel .inner-box .image-box{
    position: absolute;
    left: 20px;
    top: 20px;
    width: 200px;
    height: calc(100% - 60px);
  }
  
  .news-section.style-two .two-item-carousel .inner-box .lower-content{
    position: relative;
    padding: 14px 10px 14px 30px;
  }
  
  .news-section.style-two .two-item-carousel .news-block-one .inner-box .image-box h2{
    left: -20px;
    top: -20px;
  }
  
  .news-section.style-two .two-item-carousel .news-block-one .inner-box .image-box h2:before, 
  .news-section.style-two .two-item-carousel .news-block-one .inner-box .image-box h2:after{
    /*background: rgba(195, 21, 65, 0.50);*/
    background: rgba(40, 167, 69, 0.50);
  }
  
  .news-section.style-two .two-item-carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    display: block;
    text-align: center;
    counter-reset: slides-num;
  }
  
  .news-section.style-two .two-item-carousel .owl-dots:before{
    position: absolute;
    content: '/';
    font-size: 16px;
    font-weight: 700;
    color: #828080;
    font-family: 'Manrope', sans-serif;
    left: -3px;
    top: -4px;
  }
  
  .news-section.style-two .two-item-carousel .owl-dots::after {
    position: absolute;
    left: 5px;
    top: -6px;
    content: counter(slides-num);
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #828080;
    font-family: 'Manrope', sans-serif;
  }
  
  .news-section.style-two .two-item-carousel .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
    padding: 0;
  }
  
  .news-section.style-two .two-item-carousel .owl-dot.active::before {
    position: absolute;
    content: counter(slides-num);
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #828080;
    font-family: 'Manrope', sans-serif;
    color: #828080;
    left: -15px;
    top: -6px;
  }
  
  .news-section.style-two .two-item-carousel .owl-nav{
    position: relative;
    display: block;
    text-align: center;
    margin-top: 55px;
  }
  
  .news-section.style-two .two-item-carousel .owl-nav button{
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #828080;
    margin: 0px 40px;
    background: transparent;
    transition: all 500ms ease;
    padding: 0;
  }
  
  .news-section.style-two .two-item-carousel .owl-nav button:hover{
  
  }
  
  
  .clients-section.style-two{
    background: #fff;
  }
  
  .clients-section.style-two .clients-logo-box img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    opacity: 0.4;
    transition: all 500ms ease;
  }
  
  .clients-section.style-two .clients-logo-box img:hover{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    opacity: 1;
  }
  
  
  /** update-section **/
  
  .update-section{
    position: relative;
  }
  
  .update-section .outer-container{
    position: relative;
    width: 100%;
    padding: 26px 50px 26px 165px;
  }
  
  .update-section .outer-container .update-text{
    position: absolute;
    left: 50px;
    top: 28px;
  }
  
  .update-section .outer-container .update-text h6{
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    padding-left: 28px;
  }
  
  .update-section .outer-container .update-text h6 i{
    position: absolute;
    left: 0px;
    top: 1px;
    font-size: 20px;
  }
  
  .update-section .outer-container .news-box{
    position: relative;
    float: left;
    width: 40%;
  }
  
  .update-section .outer-container .news-box:nth-child(2){
    width: 45%;
    padding-left: 30px;
  }
  
  .update-section .outer-container .news-box:last-child{
    width: 15%;
  }
  
  .update-section .outer-container .news-box:before{
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.15);
    width: 1px;
    height: 100%;
    top: 0px;
    right: 0px;
  }
  
  .update-section .outer-container .news-box:nth-child(2):before{
    right: 26px;
  }
  
  .update-section .outer-container .news-box:last-child:before{
    display: none;
  }
  
  .update-section .outer-container .news-box .text p{
    position: relative;
    font-size: 16px;
    color: #fff;
  }
  
  .update-section .outer-container .news-box .text p a{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin-left: 18px;
  }
  
  .update-section .outer-container .news-box .text p a i{
    position: relative;
    font-size: 18px;
    margin-left: 3px;
    top: 4px;
  }
  
  .update-section .outer-container .news-box .text{
    position: relative;
    padding-left: 25px;
  }
  
  .update-section .outer-container .news-box .text:before{
    position: absolute;
    content: '\f356';
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    left: 0px;
    top: 2px;
    color: #fff;
    font-weight: 700;
  }
  
  .home-3 .scroll-top:hover{
    color: #fff;
  }
  
  
  /** footer-style-three **/
  
  .footer-top-three{
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 110px 0px;
    background-attachment: fixed;
  }
  
  .footer-top-three:before{
    position: absolute;
    content: '';
    background: #0b2839;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.94;
  }
  
  .footer-style-three .footer-bottom{
    background: #15384d;
  }
  
  .footer-style-three .logo-widget .footer-logo{
    position: relative;
    margin-bottom: 30px;
  }
  
  .footer-style-three .logo-widget .text{
    position: relative;
    display: block;
    margin-bottom: 36px;
  }
  
  .footer-style-three .logo-widget .text h2{
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  .footer-style-three .logo-widget .text p{
    color: #b8bfc5;
    margin-bottom: 25px;
  }
  
  .footer-style-three .text h6{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
  }
  
  .footer-style-three .text h6 a{
    color: #fff;
  }
  
  .footer-style-three .text h6 a i{
    position: relative;
    margin-left: 2px;
    top: 2px;
  }
  
  .footer-style-three .text h6 a:hover{
  
  }
  
  .footer-style-three .logo-widget .links-list li{
    position: relative;
    display: block;
    float: left;
    width: 33.333%;
    margin-bottom: 9px;
  }
  
  .footer-style-three .logo-widget .links-list li a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    color: #b8bfc5;
  }
  
  .footer-style-three .logo-widget .links-list li a:hover{
    color: #fff;
  }
  
  .footer-style-three .logo-widget .links-list li a:before{
    position: absolute;
    content: "\f108";
    font-family: 'Flaticon';
    left: 0px;
    top: 0px;
  }
  
  .footer-style-three .contact-widget h4{
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 11px;
  }
  
  .footer-style-three .contact-widget .info-list li{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #bcc9d0;
    margin-bottom: 5px;
  }
  
  .footer-style-three .contact-widget .info-list li:last-child{
    margin-bottom: 0px;
  }
  
  .footer-style-three .contact-widget .info-list li a{
    display: inline-block;
    color: #bcc9d0;
  }
  
  .footer-style-three .contact-widget .info-list li a:hover{
    color: #fff;
  }
  
  .footer-style-three .contact-widget .info-list{
    margin-bottom: 16px;
  }
  
  .footer-style-three .contact-widget{
    padding-left: 65px;
    margin-left: 35px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }
  
  .footer-style-three .contact-widget .subscribe-box .form-group{
    position: relative;
    margin: 0px;
  }
  
  .footer-style-three .contact-widget .subscribe-box .form-group input[type='email']{
    position: relative;
    display: block;
    width: 100%;
    height: 64px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 16px;
    color: #fff;
    padding: 10px 60px 10px 55px;
    background: transparent;
    transition: all 500ms ease;
  }
  
  .footer-style-three .contact-widget .subscribe-box .form-group input:focus{
    border-color: #fff;
  }
  
  .footer-style-three .contact-widget .subscribe-box .form-group .icon{
    position: absolute;
    left: 30px;
    top: 20px;
    font-size: 16px;
    color: #fff;
    z-index: 1;
  }
  
  .footer-style-three .contact-widget .subscribe-box .form-group button{
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    line-height: 48px;
    font-size: 20px;
    background: #fff;
    text-align: center;
  }
  
  .footer-style-three .contact-widget .text{
    margin-bottom: 36px;
  }
  
  .footer-style-three .contact-widget .subscribe-box{
    margin-bottom: 50px;
  }
  
  .footer-style-three .contact-widget .subscribe-box h4{
    margin-bottom: 22px;
  }
  
  .footer-style-three .contact-widget .social-links li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
  }
  
  .footer-style-three .contact-widget .social-links li:last-child{
    margin: 0px !important;
  }
  
  .footer-style-three .contact-widget .social-links li a{
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.10);
    border-radius: 50%;
  }
  
  .footer-style-three .contact-widget .social-links li a:hover{
    border-color: #fff;
    background: #fff;
  }
  
  
  
  /*** 
  
  ====================================================================
                          About-Page
  ====================================================================
  
  ***/
  
  /** page-title **/
  
  .page-title{
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 143px 0px 22px 0px;
  }
  
  .page-title:before{
    position: absolute;
    content: '';
    background: -webkit-linear-gradient(0deg, rgba(13,28,39,0.98) 6%, rgba(13,28,39,0.1) 100%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
  }
  
  .page-title h6{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 7px;
  }
  
  .page-title h1{
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    font-weight: 800;
  }
  
  .page-title .title{
    position: relative;
    display: block;
    margin-bottom: 93px;
  }
  
  .page-title .bread-crumb li{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    padding-right: 23px;
    margin-right: 5px;
  }
  
  .page-title .bread-crumb li:last-child{
    padding: 0px !important;
    margin-bottom: 0px !important;
  }
  
  .page-title .bread-crumb li a{
    color: #b8bfc5;
  }
  
  .page-title .bread-crumb li a:hover{
  
  }
  
  .page-title .bread-crumb li:before{
    position: absolute;
    content: "\f108";
    font-size: 16px;
    font-family: 'flaticon';
    color: #b8bfc5;
    top: 0px;
    right: 0px;
    font-weight: 400;
  }
  
  .page-title .bread-crumb li:last-child:before{
    display: none;
  }
  
  .content_block_one .content-box{
    position: relative;
    display: block;
  }
  
  .content_block_one .content-box .text p{
    margin-bottom: 16px;
  }
  
  .content_block_one .content-box .text p:last-child{
    margin-bottom: 0px;
  }
  
  .content_block_one .content-box .text{
    position: relative;
    margin-bottom: 33px;
  }
  
  .content_block_one .content-box .author-box{
    position: relative;
    display: block;
    padding: 2px 0px 0px 80px;
  }
  
  .content_block_one .content-box .author-box .author-thumb{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  
  .content_block_one .content-box .author-box .author-thumb img{
    width: 100%;
    border-radius: 50%;
  }
  
  .content_block_one .content-box .author-box h4{
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
  }
  
  .content_block_one .content-box .author-box .designation{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
  }
  
  .about-style-three.about-page{
    padding: 110px 0px;
  }
  
  
  /** mission-section **/
  
  .mission-section{
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 110px 0px;
  }
  
  .mission-section:before{
    position: absolute;
    content: '';
    background: #18425a;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.92;
  }
  
  .mission-section .inner-container{
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .mission-section .video-inner{
    position: relative;
    padding: 192px 0px 172px 0px;
  }
  
  .mission-section .video-inner a{
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
  }
  
  .mission-section .video-inner a:after, 
  .mission-section .video-inner a:before {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  
  .mission-section .video-inner a:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
  }
  
  .mission-section .tab-btns li{
    position: relative;
    display: inline-block;
    float: left;
    width: 183px;
    margin-right: 10px;
    padding: 15px 15px;
    cursor: pointer;
    background: #374b59;
    transition: all 500ms ease;
  }
  
  .mission-section .tab-btns li:last-child{
    margin: 0px !important;
  }
  
  .mission-section .tab-btns li h4{
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    color: #b8bfc5;
    font-weight: 700;
    padding-left: 34px;
    transition: all 500ms ease;
  }
  
  .mission-section .tab-btns li h4 i{
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 24px;
  }
  
  .mission-section .tab-btns li.active-btn h4,
  .mission-section .tab-btns li:hover h4{
    color: #fff;
  }
  
  .mission-section .tab-btns{
    position: relative;
    padding-top: 20px;
    background: #142b3c;
  }
  
  .mission-section .tab-btns:before{
    position: absolute;
    content: '';
    background: #142b3c;
    width: calc(100% + 20px);
    height: 100%;
    left: 0px;
    top: 0px;
  }
  
  .mission-section .inner-box{
    position: relative;
    display: block;
    max-width: 490px;
    width: 100%;
    background: #fff;
    padding: 53px 40px 52px 55px;
  }
  
  .mission-section .inner-box .icon-box{
    position: absolute;
    font-size: 170px;
    line-height: 170px;
    top: 35px;
    right: 50px;
    color: #f7f5f5;
  }
  
  .mission-section .inner-box h6{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 6px;
  }
  
  .mission-section .inner-box h3{
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 25px;
  }
  
  .mission-section .tabs-content{
    position: relative;
    padding-top: 110px;
    padding-bottom: 110px;
  }
  
  .team-section .more-text{
    position: relative;
    display: block;
    margin-top: 44px;
  }
  
  .team-section .more-text h6{
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
  }
  
  .team-section .more-text h6 i{
    position: relative;
    font-size: 18px;
    top: 4px;
    margin-left: 3px;
  }
  
  .team-section .more-text h6 a:hover{
    color: #18425a;
  }
  
  .team-section .inner-container{
    position: relative;
    z-index: 1;
  }
  
  
  .funfact-section.alternat-2 .funfact-block-one .inner-box .count-outer{
    color: #fff;
  }
  
  .funfact-section.alternat-2 .funfact-block-one .inner-box h4,
  .funfact-section.alternat-2 .funfact-block-one .inner-box p{
    color: #fff;
  }
  
  .funfact-section.alternat-2 .funfact-block-one .inner-box h4:before{
    background: rgba(0, 0, 0, 0.08);
  }
  
  .funfact-section.alternat-2 .funfact-block-one .inner-box{
    border-right: 1px solid rgba(0, 0, 0, 0.10);
  }
  
  .statistics-section.alternat-2 .image-box{
    margin: 0px;
    margin-right: 30px;
    margin-top: 6px;
  }
  
  .team-section.team-page{
    padding-bottom: 55px;
  }
  
  .team-section.team-page .team-block-one .inner-box{
    margin-bottom: 48px;
  }
  
  .team-section .owl-nav{
    position: relative;
    display: block;
    text-align: center;
    margin-top: 48px;
  }
  
  .team-section .owl-nav:before{
    position: absolute;
    content: '';
    background: #ecebeb;
    width: calc(50% - 85px);
    height: 1px;
    left: 0px;
    top: 11px;
  }
  
  .team-section .owl-nav:after{
    position: absolute;
    content: '';
    background: #ecebeb;
    width: calc(50% - 85px);
    height: 1px;
    right: 0px;
    top: 11px;
  }
  
  .team-section .owl-nav button{
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #828080;
    margin: 0px 40px;
    background: transparent;
    transition: all 500ms ease;
  }
  
  .team-section .owl-nav button:hover{
  
  }
  
  .team-section .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    display: block;
    text-align: center;
    counter-reset: slides-num;
  }
  
  .team-section .owl-dots:before{
    position: absolute;
    content: '/';
    font-size: 16px;
    font-weight: 700;
    color: #828080;
    font-family: 'Manrope', sans-serif;
    left: -3px;
    top: -4px;
  }
  
  .team-section .owl-dots::after {
    position: absolute;
    left: 5px;
    top: -6px;
    content: counter(slides-num);
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #828080;
    font-family: 'Manrope', sans-serif;
  }
  
  .team-section .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
  }
  
  .team-section .owl-dot.active::before {
    position: absolute;
    content: counter(slides-num);
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #828080;
    font-family: 'Manrope', sans-serif;
    color: #828080;
    left: -15px;
    top: -6px;
  }
  
  
  
  /*** 
  
  ====================================================================
                          Faq-Page
  ====================================================================
  
  ***/
  
  .faq-page-section{
    position: relative;
    padding: 103px 0px 110px 0px;
  }
  
  .faq-page-section .search-inner h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 22px;
  }
  
  .faq-page-section .search-list li{
    position: relative;
    display: inline-block;
    margin: 0px 3.5px;
    margin-bottom: 20px;
  }
  
  .faq-page-section .search-list li a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #828080;
    font-family: 'Heebo', sans-serif;
    padding: 8px 14px;
    border: 1px solid #ecebeb;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.10);
  }
  
  .faq-page-section .search-list{
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
  }
  
  .faq-page-section .search-list li a.current,
  .faq-page-section .search-list li a:hover{
    color: #fff;
    box-shadow: none;
  }
  
  .faq-page-section .search-inner{
    margin-bottom: 40px;
  }
  
  .accordion-box .block{
    position: relative;
    display: block;
    overflow: hidden;
    background: #f7f5f5;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    border: 2px solid transparent;
    transition: all 500ms ease;
  }
  
  .accordion-box .block:last-child{
    margin-bottom: 0px;
  }
  
  .accordion-box .block.active-block{
    background: transparent;
  }
  
  .accordion-box .block .acc-btn{
    position: relative;
    display: block;
    cursor: pointer;
    padding: 14px 30px 20px 30px;
    transition: all 500ms ease;
  }
  
  .accordion-box .block .acc-btn h5{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
  }
  
  .accordion-box .block .acc-btn h5 span{
    margin-right: 7px;
  }
  
  .accordion-box .block .acc-btn .icon-outer{
    position: absolute;
    left: 0px;
    top: 20px;
    font-size: 12px;
    transition: all 500ms ease;
  }
  
  .accordion-box .block .acc-btn.active .icon-outer{
    transform: rotate(-45deg);
  }
  
  .accordion-box .block .acc-content{
    position:relative;
    display:none;
    padding-bottom: 28px;
  }
  
  .accordion-box .block .acc-content.current{
    display:block;  
  }
  
  .accordion-box .block .acc-content .text{
    position: relative;
    display: block;
    background: #f7f5f5;
    padding: 24px 30px 22px 30px;
  }
  
  .faq-sidebar{
    position: relative;
    display: block;
    background: #142b3c;
    padding: 43px 30px 42px 30px;
  }
  
  .faq-sidebar .text{
    margin-bottom: 32px;
  }
  
  .faq-sidebar .text h3{
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 7px;
  }
  
  .faq-sidebar .text p{
    color: #b8bfc5;
  }
  
  .faq-sidebar form .form-group{
    position: relative;
    margin-bottom: 20px;
  }
  
  .faq-sidebar form .form-group:last-child{
    margin-bottom: 0px;
  }
  
  .faq-sidebar form .form-group input[type="text"],
  .faq-sidebar form .form-group input[type="email"],
  .faq-sidebar form .form-group textarea{
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
    background: #374b59;
    border: 1px solid #374b59;
    font-size: 16px;
    color: #fff;
    padding: 10px 20px;
    transition: all 500ms ease;
  }
  
  .faq-sidebar form .form-group input:focus,
  .faq-sidebar form .form-group textarea:focus{
  
  }
  
  .faq-sidebar form .form-group textarea{
    height: 120px;
    resize: none;
  }
  
  .faq-sidebar form .form-group .theme-btn{
    width: 100%;
    color: #fff !important;
    padding: 14.5px 33px;
  }
  
  .faq-sidebar form .form-group .theme-btn:before{
  
  }
  
  .faq-sidebar .more-text{
    margin-top: 12px;
  }
  
  .faq-sidebar .more-text p{
    color: #b8bfc5;
  }
  
  .faq-sidebar .more-text p span{
  
  }
  
  .error-section{
    position: relative;
    width: 100%;
    padding: 200px 0px;
  }
  
  .error-section .inner-box .image-box{
    position: relative;
    display: block;
    margin-bottom: 38px;
  }
  
  .error-section .inner-box h2{
    display: block;
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 23px;
  }
  
  .error-section .inner-box p{
    margin-bottom: 32px;
  }
  
  
  /*** 
  
  ====================================================================
                          Coaching-Page
  ====================================================================
  
  ***/
  
  /** about-style-four **/
  
  .about-style-four{
    position: relative;
    padding: 104px 0px 110px 0px;
  }
  
  .about-style-four .image-box{
    position: relative;
    display: block;
    margin-right: 10px;
    margin-top: 6px;
  }
  
  .about-style-four .image-box .image{
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .about-style-four .image-box .image img{
    width: 100%;
  }
  
  .about-style-four .image-box .image:before{
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
  }
  
  .about-style-four .image-box .image:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
  }
  
  .content_block_two .content-box{
    position: relative;
    display: block;
  }
  
  .content_block_two .content-box .text{
    margin-bottom: 17px;
  }
  
  .content_block_two .content-box .text p{
    margin-bottom: 26px;
  }
  
  .content_block_two .content-box .text span{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #18425a;
  }
  
  .content_block_two .content-box .list li{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    padding-left: 30px;
  }
  
  .content_block_two .content-box .list li:last-child{
    margin-bottom: 0px;
  }
  
  .content_block_two .content-box .list li:before{
    position: absolute;
    content: "\f10f";
    font-family: 'flaticon';
    left: 0px;
    top: 0px;
  }
  
  .content_block_two .content-box .list{
    margin-bottom: 32px;
  }
  
  .content_block_two .content-box .sec-title{
    margin-bottom: 24px;
  }
  
  .coaching-section .upper-box .text{
    margin-top: 47px;
  }
  
  .coaching-title{
    padding-top: 102px;
  }
  
  .testimonial-style-three .pattern-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .testimonial-style-three.alternat-2 .testimonial-content .inner-box{
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
  }
  
  .testimonial-style-three.alternat-2 .owl-carousel .owl-stage-outer{
    overflow: visible;
  }
  
  .testimonial-style-three.alternat-2 .owl-carousel .owl-stage-outer .owl-item{
    opacity: 0;
  }
  
  .testimonial-style-three.alternat-2 .owl-carousel .owl-stage-outer .owl-item.active{
    opacity: 1;
  }
  
  .contact-section{
    overflow: hidden;
  }
  
  .contact-section .image-layer{
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  
  
  /*** 
  
  ====================================================================
                          Coaching-Details
  ====================================================================
  
  ***/
  
  .coaching-details{
    position: relative;
    padding: 110px 0px;
  }
  
  .default-sidebar{
    position: relative;
    display: block;
  }
  
  .coaching-sidebar{
    margin-right: 20px;
  }
  
  .default-sidebar .category-widget .category-list{
    position: relative;
    display: block;
    padding: 20px;
    background: #f7f5f5;
  }
  
  .default-sidebar .category-widget .category-list li{
    position: relative;
    display: block;
    margin-bottom: 5px;
  }
  
  .default-sidebar .category-widget .category-list li:last-child{
    margin-bottom: 0px;
  }
  
  .default-sidebar .category-widget .category-list li a{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #142b3c;
    background: #fff;
    padding: 17px 20px;
    z-index: 1;
  }
  
  .default-sidebar .category-widget .category-list li a.current,
  .default-sidebar .category-widget .category-list li a:hover{
    color: #fff;
  }
  
  .default-sidebar .category-widget .category-list li a span{
    text-transform: uppercase;
  }
  
  .default-sidebar .category-widget .category-list li a:before{
    position: absolute;
    content: '';
    background: #f7f5f5;
    width: 24px;
    height: 24px;
    top: 17px;
    right: 19px;
    transition: all 500ms ease;
  }
  
  .default-sidebar .category-widget .category-list li a:hover:before,
  .default-sidebar .category-widget .category-list li a.current:before{
    background: #fff;
  }
  
  .default-sidebar .category-widget .category-list li a i{
    position: absolute;
    top: 17px;
    right: 25px;
    font-size: 10px;
    color: #888686;
    transition: all 500ms ease;
  }
  
  .default-sidebar .category-widget .category-list li a:hover i,
  .default-sidebar .category-widget .category-list li a.current i{
    transform: rotate(-45deg);
  }
  
  .default-sidebar .category-widget .category-list li a:after{
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
  }
  
  .default-sidebar .category-widget .category-list li a:hover:after,
  .default-sidebar .category-widget .category-list li a.current:after{
    width: 100%;
  }
  
  .default-sidebar .category-widget{
    margin-bottom: 43px;
  }
  
  .default-sidebar .download-widget h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 22px;
  }
  
  .default-sidebar .download-widget .download-list{
    position: relative;
    display: block;
    background: #f7f5f5;
    padding: 20px;
  }
  
  .default-sidebar .download-widget .download-list li{
    position: relative;
    float: left;
    width: 145px;
    margin-right: 20px;
    text-align: center;
  }
  
  .default-sidebar .download-widget .download-list li:last-child{
    margin: 0px !important;
  }
  
  .default-sidebar .download-widget .download-list li a{
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #dedede;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    padding-top: 24px;
  }
  
  .default-sidebar .download-widget .download-list li a img{
    margin-bottom: 15px;
  }
  
  .default-sidebar .download-widget .download-list li a h6{
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
  }
  
  .default-sidebar .download-widget .download-list li a span{
    position: relative;
    display: block;
    padding: 3px 0px;
    background: #f7f5f5;
    font-size: 16px;
    color: #828080;
  }
  
  .default-sidebar .download-widget{
    margin-bottom: 50px;
  }
  
  .default-sidebar .sidebar-banner .inner-box{
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 33px 30px 30px 30px;
    overflow: hidden;
  }
  
  .default-sidebar .sidebar-banner .inner-box:before{
    position: absolute;
    content: '';
    background: #142b3c;
    width: calc(100% - 275px);
    height: 100%;
    top: 0px;
    right: 0px;
    opacity: 0.84;
  }
  
  .default-sidebar .sidebar-banner .inner-box:after{
    position: absolute;
    content: '';
    background: #142b3c;
    width: 100%;
    height: calc(100% - 280px);
    bottom: 0px;
    left: 0px;
    opacity: 0.84;
  }
  
  .default-sidebar .sidebar-banner .inner-box .bg-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 275px;
    height: 280px;
    left: 0px;
    top: 0px;
    opacity: 0.93;
  }
  
  .default-sidebar .sidebar-banner .inner-box .upper-box{
    position: relative;
    max-width: 200px;
    margin-bottom: 87px;
    z-index: 1;
  }
  
  .default-sidebar .sidebar-banner .inner-box .upper-box h6{
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px;
  }
  
  .default-sidebar .sidebar-banner .inner-box .upper-box h2{
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 19px;
  }
  
  .default-sidebar .sidebar-banner .inner-box .upper-box .list li{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding-left: 30px;
    margin-bottom: 10px;
  }
  
  .default-sidebar .sidebar-banner .inner-box .upper-box .list li:last-child{
    margin-bottom: 0px;
  }
  
  .default-sidebar .sidebar-banner .inner-box .upper-box .list li:before{
    position: absolute;
    content: "\f10f";
    font-family: 'flaticon';
    left: 0px;
    top: 0px;
  }
  
  .default-sidebar .sidebar-banner .inner-box .lower-box{
    position: relative;
    z-index: 1;
  }
  
  .default-sidebar .sidebar-banner .inner-box .lower-box p{
    color: #fff;
    margin-bottom: 12px;
  }
  
  .default-sidebar .sidebar-banner .inner-box .lower-box .theme-btn{
    background: #fff;
    width: 100%;
  }
  
  .default-sidebar .sidebar-banner .inner-box .lower-box .theme-btn:hover{
    color: #fff !important;
  }
  
  .default-sidebar .sidebar-banner .image-layer{
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
  }
  
  .default-sidebar .sidebar-banner,
  .default-sidebar .download-widget .download-list{
    max-width: 350px;
  }
  
  .coaching-details-content{
    position: relative;
  }
  
  .coaching-details-content h2{
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 25px;
  }
  
  .coaching-details-content h2 span{
    text-transform: uppercase;
  }
  
  .coaching-details-content .content-one .upper-text{
    margin-bottom: 32px;
  }
  
  .coaching-details-content .content-one .two-column .image{
    position: relative;
    display: block;
    margin-right: 10px;
  }
  
  .coaching-details-content .content-one .two-column .image img{
    width: 100%;
  }
  
  .coaching-details-content .content-one .two-column .text p{
    margin-bottom: 26px;
  }
  
  .coaching-details-content .list{
    position: relative;
    display: block;
  }
  
  .coaching-details-content .list li{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #828080;
    padding-left: 64px;
    margin-bottom: 23px;
  }
  
  .coaching-details-content .list li:last-child{
    margin-bottom: 0px;
  }
  
  .coaching-details-content .list li:before{
    position: absolute;
    content: "\f10f";
    font-family: 'flaticon';
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.20);
    left: 0px;
    top: 4px;
  }
  
  .coaching-details-content .content-one .two-column .text{
    margin-top: -7px;
  }
  
  .coaching-details-content .content-one{
    margin-bottom: 50px;
  }
  
  .coaching-details-content .content-two .single-item .inner-box{
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .coaching-details-content .content-two .upper-text{
    margin-bottom: 30px;
  }
  
  .coaching-details-content .content-two .single-item .inner-box .content-box .text{
    position: relative;
    display: block;
    background: #f7f5f5;
    padding: 34px 30px 0px 30px;
    text-align: center;
    z-index: 1;
  }
  
  .coaching-details-content .content-two .single-item .inner-box .content-box .text p{
    margin-bottom: 15px;
  }
  
  .coaching-details-content .content-two .single-item .inner-box .content-box .text h5{
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    padding: 13px 33px;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: -10px;
    bottom: -17px;
  }
  
  .coaching-details-content .content-two .single-item .inner-box .content-box .text h5 span{
    text-transform: uppercase;
  }
  
  .coaching-details-content .content-two .single-item .inner-box .content-box .image-box{
    position: relative;
  }
  
  .coaching-details-content .content-two .single-item .inner-box .content-box .image-box img{
    width: 100%;
  }
  
  .coaching-details-content .content-two .single-item .inner-box .content-box .image-box span{
    position: absolute;
    right: 12px;
    bottom: -16px;
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
  }
  
  .coaching-details-content .content-two .single-item .inner-box .content-box{
    position: relative;
    transition: all 500ms ease;
  }
  
  .coaching-details-content .content-two .single-item .inner-box:hover .content-box{
    opacity: 0;
  }
  
  .coaching-details-content .content-two .single-item .inner-box .overlay-content{
    position: absolute;
    left: 0px;
    bottom: -30px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .coaching-details-content .content-two .single-item .inner-box:hover .overlay-content{
    bottom: 0px;
    opacity: 1;
  }
  
  .coaching-details-content .content-two .single-item .inner-box .overlay-content .image{
    position: relative;
    display: block;
  }
  
  .coaching-details-content .content-two .single-item .inner-box .overlay-content .image img{
    width: 100%;
  }
  
  .coaching-details-content .content-two .single-item .inner-box .overlay-content .btn-box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
  }
  
  .coaching-details-content .content-two .single-item .inner-box .overlay-content span{
    position: absolute;
    right: 12px;
    bottom: 10px;
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
  }
  
  .coaching-details-content .content-two{
    margin-bottom: 50px;
  }
  
  .coaching-details-content .content-three .upper-text{
    margin-bottom: 30px;
  }
  
  .coaching-details-content .content-three .inner-box{
    position: relative;
    display: block;
    background: #fff;
    padding: 32px 40px 40px 40px;
    border: 1px solid #e6e2e3;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  }
  
  .coaching-details-content .content-three .inner-box .inner{
    position: relative;
    display: block;
    padding: 0px 0px 0px 56px;
    padding-bottom: 22px;
    border-bottom: 1px solid #ecebeb;
  }
  
  .coaching-details-content .content-three .inner-box .inner .icon-box{
    position: absolute;
    left: 0px;
    top: 7px;
  }
  
  .coaching-details-content .content-three .inner-box .inner h3{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  
  .coaching-details-content .content-three .inner-box ul li{
    position: relative;
    display: block;
    padding: 18px 0px 17px 0px;
    border-bottom: 1px solid #ecebeb;
  }
  
  .coaching-details-content .content-three .inner-box ul li:last-child{
    border-bottom: none;
  }
  
  .coaching-details-content .content-three .inner-box ul li h6{
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 3px;
  }
  
  .coaching-details-content .content-three .inner-box .price{
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    padding: 10px 55px;
    margin-top: 15px;
  }
  
  .coaching-details-content .content-three .inner-box .btn-box{
    margin-top: 15px;
  }
  
  .coaching-details-content .content-three .inner-column:first-child .inner-content{
    padding-right: 40px;
    border-right: 1px solid #ecebeb;
  }
  
  .coaching-details-content .content-three .inner-column:last-child .inner-content{
    padding-left: 10px;
  }
  
  .coaching-details-content .content-three{
    margin-bottom: 50px;
  }
  
  .coaching-details-content .content-four .accordion-box .block{
    border: none;
    padding: 0px;
    margin-bottom: 10px;
    background: transparent;
  }
  
  .coaching-details-content .content-four .accordion-box .block:last-child{
    margin-bottom: 0px;
  }
  
  .coaching-details-content .content-four .accordion-box .block .acc-btn{
    padding: 20px 30px;
    background: #f7f5f5;
    transition: all 500ms ease;
  }
  
  .coaching-details-content .content-four .accordion-box .block .acc-btn.active{
    opacity: 0;
    padding: 0px;
    height: 0px;
  }
  
  .coaching-details-content .content-four .accordion-box .block .acc-btn h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
  }
  
  .coaching-details-content .content-four .accordion-box .block .acc-btn h4 i{
    position: absolute;
    top: 2px;
    right: 0px;
    font-size: 12px;
    color: #9d9d9d;
  }
  
  .coaching-details-content .content-four .content-box{
    position: relative;
    display: block;
    margin-right: 50px;
  }
  
  .coaching-details-content .content-four .upper-text{
    margin-bottom: 32px;
  }
  
  .coaching-details-content .content-four .accordion-box .block .acc-content .inner{
    position: relative;
  }
  
  .coaching-details-content .content-four .accordion-box .block .acc-content .inner .image{
    position: relative;
    display: block;
  }
  
  .coaching-details-content .content-four .accordion-box .block .acc-content .inner .image:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(-90deg, rgba(20,43,60,0.0), rgba(20,43,60,1) 100%);
    top: 0px;
    right: 0px;
    z-index: 1;
  }
  
  .coaching-details-content .content-four .accordion-box .block .acc-content .inner .image img{
    width: 100%;
  }
  
  .coaching-details-content .content-four .accordion-box .block .acc-content .text{
    background: transparent;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
  }
  
  .coaching-details-content .content-four .accordion-box .block .acc-content .text h4{
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 2px;
  }
  
  .coaching-details-content .content-four .accordion-box .block .acc-content .text h4 a{
    color: #fff;
  }
  
  .coaching-details-content .content-four .accordion-box .block .acc-content .text h4 a:hover{
    text-decoration: underline;
  }
  
  .coaching-details-content .content-four .accordion-box .block .acc-content .text p{
    color: #fff;
  }
  
  .coaching-details-content .content-four .accordion-box .block .acc-content{
    padding-bottom: 0px;
  }
  
  .coaching-details-content .content-four .map-inner{
    position: relative;
    display: block;
    margin-left: -70px;
  }
  
  .coaching-details-content .content-four .map-inner #contact-google-map{
    position: relative;
    width: 100%;
    height: 440px;
  }
  
  
  /*** 
  
  ====================================================================
                          Visa-Page
  ====================================================================
  
  ***/
  
  .about-style-five{
    position: relative;
    padding: 110px 0px;
  }
  
  .about-style-five .image-box{
    position: relative;
    display: block;
    margin-right: 10px;
  }
  
  .about-style-five .image-box .image{
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .about-style-five .image-box img{
    width: 100%;
  }
  
  .about-style-five .image-box .image:before{
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
  }
  
  .about-style-five .image-box .image:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
  }
  
  .content_block_three .content-box{
    position: relative;
    display: block;
    margin-top: -6px;
  }
  
  .content_block_three .content-box .sec-title{
    margin-bottom: 25px;
  }
  
  .content_block_three .content-box .text{
    position: relative;
    display: block;
    margin-bottom: 24px;
  }
  
  .content_block_three .content-box .inner{
    position: relative;
    display: block;
    padding-left: 170px;
  }
  
  .content_block_three .content-box .inner .progress-box{
    position: absolute;
    left: 0px;
    top: 8px;
    margin-bottom: 0px;
    width: 140px;
    height: 140px;
  }
  
  .content_block_three .content-box .inner .progress-box h4{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
  }
  
  .content_block_three .content-box .inner h2{
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 6px;
  }
  
  .content_block_three .content-box .inner h3{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  
  
  /** visa-details **/
  
  .visa-details{
    position: relative;
    padding: 110px 0px 80px 0px;
  }
  
  .visa-details-content{
    position: relative;
  }
  
  .visa-sidebar{
    position: relative;
    display: block;
    margin-right: 20px;
  }
  
  .visa-details-content h2{
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 25px;
  }
  
  .visa-details-content .content-one .image-box{
    position: relative;
    display: block;
    margin-bottom: 41px;
  }
  
  .visa-details-content .content-one .image-box img{
    width: 100%;
  }
  
  .visa-details-content .content-one .text p{
    margin-bottom: 16px;
  }
  
  .visa-details-content .content-one .text p:last-child{
    margin-bottom: 0px;
  }
  
  .visa-details-content .content-one{
    margin-bottom: 42px;
  }
  
  .visa-details-content .content-two .single-item .inner-box{
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .visa-details-content .content-two .upper-text{
    margin-bottom: 30px;
  }
  
  .visa-details-content .content-two .single-item .inner-box .content-box .text{
    position: relative;
    display: block;
    background: #f7f5f5;
    padding: 24px 20px 0px 20px;
    text-align: center;
    z-index: 1;
  }
  
  .visa-details-content .content-two .single-item .inner-box .content-box .text p{
    margin-bottom: 5px;
  }
  
  .visa-details-content .content-two .single-item .inner-box .content-box .text h5{
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    padding: 13px 20px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: -10px;
    bottom: -17px;
  }
  
  .visa-details-content .content-two .single-item .inner-box .content-box .text h5 span{
    text-transform: uppercase;
  }
  
  .visa-details-content .content-two .single-item .inner-box .content-box .image-box{
    position: relative;
  }
  
  .visa-details-content .content-two .single-item .inner-box .content-box .image-box img{
    width: 100%;
  }
  
  .visa-details-content .content-two .single-item .inner-box .content-box .image-box span{
    position: absolute;
    right: 12px;
    bottom: -16px;
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
  }
  
  .visa-details-content .content-two .single-item .inner-box .content-box{
    position: relative;
    transition: all 500ms ease;
  }
  
  .visa-details-content .content-two .single-item .inner-box:hover .content-box{
    opacity: 0;
  }
  
  .visa-details-content .content-two .single-item .inner-box .overlay-content{
    position: absolute;
    left: 0px;
    bottom: -30px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .visa-details-content .content-two .single-item .inner-box:hover .overlay-content{
    bottom: 0px;
    opacity: 1;
  }
  
  .visa-details-content .content-two .single-item .inner-box .overlay-content .image{
    position: relative;
    display: block;
  }
  
  .visa-details-content .content-two .single-item .inner-box .overlay-content .image img{
    width: 100%;
  }
  
  .visa-details-content .content-two .single-item .inner-box .overlay-content .btn-box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
  }
  
  .visa-details-content .content-two .single-item .inner-box .overlay-content span{
    position: absolute;
    right: 12px;
    bottom: 10px;
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
  }
  
  .visa-details-content .content-two .single-column{
    padding: 0px 5px;
  }
  
  .visa-details-content .content-two{
    margin: 0px 10px;
    margin-bottom: 50px;
  }
  
  .visa-details-content .content-three .tab-btn-box{
    position: relative;
    display: block;
    max-width: 270px;
  }
  
  .visa-details-content .content-three .tab-btn-box .tab-btns{
    position: relative;
    display: block;
    background: #f7f5f5;
  }
  
  .visa-details-content .content-three .tab-btn-box .tab-btns li{
    position: relative;
    display: block;
    padding: 30px 30px 23px 30px;
    border-right: 3px solid #142b3c;
    cursor: pointer;
    transition: all 500ms ease;
  }
  
  .visa-details-content .content-three .tab-btn-box .tab-btns li.active-btn{
  
  }
  
  .visa-details-content .content-three .tab-btn-box .tab-btns li:before{
    position: absolute;
    content: '';
    background: #dedede;
    width: calc(100% - 60px);
    height: 1px;
    left: 30px;
    bottom: 0px;
  }
  
  .visa-details-content .content-three .tab-btn-box .tab-btns li:last-child:before{
    display: none;
  }
  
  .visa-details-content .content-three .tab-btn-box .tab-btns li .icon-box{
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    color: #9d9d9d;
    margin-bottom: 5px;
    transition: all 500ms ease;
  }
  
  .visa-details-content .content-three .tab-btn-box .tab-btns li.active-btn .icon-box{
  
  }
  
  .visa-details-content .content-three .tab-btn-box .tab-btns li.active-btn h6{
    
  }
  
  .visa-details-content .content-three .tab-btn-box .tab-btns li h6{
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 3px;
    transition: all 500ms ease;
  }
  
  .visa-details-content .content-three .tabs-content .inner-box h4{
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 11px;
  }
  
  .visa-details-content .content-three .tabs-content .inner-box p{
    margin-bottom: 32px;
  }
  
  .visa-details-content .content-three .tabs-content .inner-box .image-box{
    position: relative;
    display: block;
  }
  
  .visa-details-content .content-three .tabs-content .inner-box .image-box img{
    width: 100%;
  }
  
  .visa-details-content .content-three .tabs-content{
    margin-left: -33px;
    margin-top: -7px;
  }
  
  .visa-details-content .content-three .upper-text{
    margin-bottom: 32px;
  }
  
  .visa-details-content .content-three{
    margin-bottom: 51px;
  }
  
  .visa-details-content .content-four .upper-text{
    margin-bottom: 30px;
  }
  
  .visa-details-content .content-four .single-item{
    position: relative;
    display: block;
    border: 1px solid #ecebeb;
    overflow: hidden;
    padding: 22px 30px 21px 105px;
    margin-bottom: 30px;
    transition: all 500ms ease;
  }
  
  .visa-details-content .content-four .single-item:hover{
  
  }
  
  .visa-details-content .content-four .single-item:before{
    position: absolute;
    content: '';
    background: #f7f5f5;
    width: 50px;
    height: 100%;
    left: 0px;
    top: 0px;
  }
  
  .visa-details-content .content-four .single-item .icon-box{
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  }
  
  .visa-details-content .content-four .single-item h4{
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  
  
  
  /*** 
  
  ====================================================================
                          Countries-Page
  ====================================================================
  
  ***/
  
  
  /** about-style-six **/
  
  .about-style-six{
    position: relative;
    padding: 110px 0px;
  }
  
  .about-style-six .image-box{
    position: relative;
    display: block;
    margin-right: 10px;
  }
  
  .about-style-six .image-box .image{
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .about-style-six .image-box .image img{
    width: 100%;
  }
  
  .about-style-six .image-box .image:before{
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
  }
  
  .about-style-six .image-box .image:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
  }
  
  .content_block_four .content-box{
    position: relative;
    display: block;
    margin-top: -7px;
  }
  
  .content_block_four .content-box .sec-title{
    margin-bottom: 24px;
  }
  
  .content_block_four .content-box .text p{
    margin-bottom: 16px;
  }
  
  .content_block_four .content-box .text p:last-child{
    margin-bottom: 0px;
  }
  
  .content_block_four .content-box .text{
    margin-bottom: 25px;
  }
  
  .content_block_four .content-box .inner-box .single-item{
    position: relative;
    display: block;
  }
  
  .content_block_four .content-box .inner-box .single-item .inner{
    position: relative;
    display: block;
    padding-left: 70px;
    margin-bottom: 25px;
  }
  
  .content_block_four .content-box .inner-box .single-item .inner .icon-box{
    position: absolute;
    left: 0px;
    top: 7px;
  }
  
  .content_block_four .content-box .inner-box .single-item .inner h2{
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
  }
  
  .content_block_four .content-box .inner-box .single-item h4{
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 22px;
    z-index: 1;
  }
  
  .content_block_four .content-box .inner-box .single-item h4:before{
    position: absolute;
    content: '';
    background: #ecebeb;
    width: 100%;
    height: 10px;
    left: 0px;
    bottom: 2px;
    z-index: -1;
  }
  
  .countries-style-three.countries-page .countries-block-three .inner-box{
    margin-bottom: 52px;
  }
  
  .countries-style-three .sec-title .select-box{
    position: absolute;
    right: 0px;
    bottom: 10px;
    width: 270px;
  }
  
  .countries-style-three .sec-title .select-box .nice-select{
    border: none !important;
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
  }
  
  .countries-style-three.countries-page .pattern-layer{
    background-size: none;
  }
  
  .countries-style-three.countries-page{
    padding-bottom: 50px;
  }
  
  
  /** countries-details **/
  
  .countries-details{
    position: relative;
    padding: 110px 0px;
  }
  
  .countries-sidebar{
    margin-right: 10px;
  }
  
  .countries-details-content{
    position: relative;
    display: block;
  }
  
  .countries-details-content .content-one .tabs-content .single-item .btn-box a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    color: #142b3c;
  }
  
  .countries-details-content .content-one .tabs-content .single-item .btn-box a span{
    position: relative;
    padding-right: 21px;
    transition: all 500ms ease;
  }
  
  .countries-details-content .content-one .tabs-content .single-item .btn-box a:hover span{
    padding-right: 41px;
  }
  
  .countries-details-content .content-one .tabs-content .single-item .btn-box a span:before{
    position: absolute;
    content: "\f108";
    font-family: flaticon;
    top: -2px;
    right: 0px;
    font-size: 18px;
    font-weight: 400;
  }
  
  .countries-details-content .content-one .tabs-content .single-item .btn-box a span:after{
    position: absolute;
    content: '\f141';
    font-family: 'Font Awesome 5 Pro';
    top: -2px;
    right: 16px;
    font-size: 16px;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .countries-details-content .content-one .tabs-content .single-item .btn-box a:hover span:after{
    opacity: 1;
  }
  
  .countries-details-content .content-one .tab-btns{
    position: relative;
    margin-bottom: 51px;
  }
  
  .countries-details-content .content-one .tab-btns li{
    position: relative;
    display: inline-block;
    float: left;
    width: 25%;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #9d9d9d;
    font-weight: 700;
    background: #f7f5f5;
    padding: 18px 30px;
    cursor: pointer;
    border-right: 1px solid #fff;
    transition: all 500ms ease;
  }
  
  .countries-details-content .content-one .tab-btns li:last-child{
    border-right: none;
  }
  
  .countries-details-content .content-one .tab-btns li:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    left: 0px;
    bottom: 0px;
    transform: scale(0,0);
    transition: all 500ms ease;
  }
  
  .countries-details-content .content-one .tab-btns li.active-btn:before{
    transform: scale(1,1);
  }
  
  .countries-details-content .content-one .tab-btns li.active-btn{
    background: #fff;
  }
  
  .countries-details-content .content-one .tab-btns li h5{
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #9d9d9d;
    font-weight: 700;
    padding-left: 30px;
    transition: all 500ms ease;
  }
  
  .countries-details-content .content-one .tab-btns li h5 i{
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 22px;
  }
  
  .countries-details-content .content-one .tab-btns li.active-btn{
  
  }
  
  .countries-details-content .content-one .tabs-content .text{
    position: relative;
    display: block;
    margin-bottom: 42px;
  }
  
  .countries-details-content .content-one .tabs-content .text h2{
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 25px;
  }
  
  .countries-details-content .content-one .tabs-content .text p{
    margin-bottom: 16px;
  }
  
  .countries-details-content .content-one .tabs-content .text p:last-child{
    margin-bottom: 0px;
  }
  
  .countries-details-content .content-one .tabs-content .single-item{
    position: relative;
    display: block;
    background: #f7f5f5;
    text-align: center;
  }
  
  .countries-details-content .content-one .tabs-content .single-column{
    padding: 0px 5px;
  }
  
  .countries-details-content .content-one .tabs-content .three-column{
    margin: 0px 10px;
  }
  
  .countries-details-content .content-one .tabs-content .single-item .image-box{
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .countries-details-content .content-one .tabs-content .single-item .image-box img{
    width: 100%;
  }
  
  .countries-details-content .content-one .tabs-content .single-item .lower-content{
    position: relative;
    padding: 0px 20px 27px 20px;
  }
  
  .countries-details-content .content-one .tabs-content .single-item .lower-content h5{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    background: #fff;
    padding: 13px 15px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
    margin-top: -27px;
    margin-bottom: 29px;
  }
  
  .countries-details-content .content-one{
    margin-bottom: 51px;
  }
  
  .countries-details-content .content-one .tabs-content .single-item .lower-content p{
    margin-bottom: 14px;
  }
  
  .countries-details-content .content-two .tab-btn-box{
    position: relative;
    display: block;
    max-width: 270px;
  }
  
  .countries-details-content .content-two .tab-btn-box .tab-btns{
    position: relative;
    display: block;
    background: #f7f5f5;
  }
  
  .countries-details-content .content-two .tab-btn-box .tab-btns li{
    position: relative;
    display: block;
    padding: 30px 30px 23px 30px;
    border-right: 3px solid #142b3c;
    cursor: pointer;
    transition: all 500ms ease;
  }
  
  .countries-details-content .content-two .tab-btn-box .tab-btns li.active-btn{
  
  }
  
  .countries-details-content .content-two .tab-btn-box .tab-btns li:before{
    position: absolute;
    content: '';
    background: #dedede;
    width: calc(100% - 60px);
    height: 1px;
    left: 30px;
    bottom: 0px;
  }
  
  .countries-details-content .content-two .tab-btn-box .tab-btns li:last-child:before{
    display: none;
  }
  
  .countries-details-content .content-two .tab-btn-box .tab-btns li .icon-box{
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    color: #9d9d9d;
    margin-bottom: 5px;
    transition: all 500ms ease;
  }
  
  .countries-details-content .content-two .tab-btn-box .tab-btns li.active-btn .icon-box{
  
  }
  
  .countries-details-content .content-two .tab-btn-box .tab-btns li.active-btn h6{
    
  }
  
  .countries-details-content .content-two .tab-btn-box .tab-btns li h6{
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 3px;
    transition: all 500ms ease;
  }
  
  .countries-details-content .content-two .tabs-content .inner-box h4{
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 11px;
  }
  
  .countries-details-content .content-two .tabs-content .inner-box p{
    margin-bottom: 32px;
  }
  
  .countries-details-content .content-two .tabs-content .inner-box .image-box{
    position: relative;
    display: block;
  }
  
  .countries-details-content .content-two .tabs-content .inner-box .image-box img{
    width: 100%;
  }
  
  .countries-details-content .content-two .tabs-content{
    margin-left: -33px;
    margin-top: -7px;
  }
  
  .countries-details-content .content-two .upper-text{
    margin-bottom: 32px;
  }
  
  .countries-details-content .content-two .upper-text h2{
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 25px;
  }
  
  .countries-details-content .content-two{
    margin-bottom: 51px;
  }
  
  .countries-details-content .content-three .upper-text{
    margin-bottom: 32px;
  }
  
  .countries-details-content .content-three .upper-text h2{
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 25px;
  }
  
  .countries-details-content .content-three .service-list li{
    position: relative;
    display: inline-block;
    float: left;
    width: 146px;
    margin-right: 10px;
    text-align: center;
  }
  
  .countries-details-content .content-three .service-list li:last-child{
    margin: 0px !important;
  }
  
  .countries-details-content .content-three .service-list li a{
    position: relative;
    display: inline-block;
    background: #fff;
    border: 1px solid #ecebeb;
    padding: 28px 10px 23px 10px;
  }
  
  .countries-details-content .content-three .service-list li a .icon-box{
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 30px;
    font-size: 16px;
    color: #9d9d9d;
    border: 3px solid #9d9d9d;
    border-radius: 50%;
    margin-bottom: 15px;
    transition: all 500ms ease;
  }
  
  .countries-details-content .content-three .service-list li a:hover .icon-box{
    color: #fff;
  }
  
  .countries-details-content .content-three .service-list li a h6{
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
  }
  
  .countries-details-content .content-three .service-list li a:hover{
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    border-color: #fff;
  }
  
  
  /*** 
  
  ====================================================================
                          Blog-Page
  ====================================================================
  
  ***/
  
  /** sidebar-page-container **/
  
  .sidebar-page-container{
    position: relative;
    padding: 110px 0px;
  }
  
  .news-block-one .inner-box .lower-content h3{
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 24px;
    padding-bottom: 23px;
    border-bottom: 1px solid #ecebeb;
  }
  
  .news-block-one .inner-box .lower-content h3 a{
    display: inline-block;
    color: #142b3c;
  }
  
  .news-block-one .inner-box .lower-content h3 a:hover{
  
  }
  
  .blog-classic-content .news-block-one .inner-box .lower-content .author-box .author-thumb{
    right: inherit;
    left: 0px;
  }
  
  .blog-classic-content .news-block-one .inner-box .lower-content .author-box{
    padding-left: 65px;
  }
  
  .blog-classic-content .news-block-one .inner-box .image-box h2{
    bottom: inherit;
    top: 40px;
    right: 40px;
  }
  
  .blog-classic-content .news-block-one .inner-box .lower-content {
    padding: 34px 40px 34px 40px;
  }
  
  .blog-classic-content .news-block-one .inner-box .lower-content p{
    margin-bottom: 24px;
  }
  
  .blog-classic-content .news-block-one .inner-box{
    margin-bottom: 60px;
  }
  
  /** blog-sidebar **/
  
  .blog-sidebar{
    position: relative;
    background: #f7f5f5;
    padding: 33px 30px 40px 30px;
  }
  
  .blog-sidebar .widget-title{
    position: relative;
    display: block;
    margin-bottom: 23px;
  }
  
  .blog-sidebar .widget-title h4{
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
  }
  
  .blog-sidebar .search-widget .search-form .form-group{
    position: relative;
    margin-bottom: 0px;
  }
  
  .blog-sidebar .search-widget .search-form .form-group input[type='search']{
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    font-size: 16px;
    color: #828080;
    padding: 10px 50px 10px 20px;
  }
  
  .blog-sidebar .search-widget .search-form .form-group button{
    position: absolute;
    top: 21px;
    right: 20px;
    font-size: 18px;
    color: #828080;
    background: transparent;
    transition: all 500ms ease;
  }
  
  .blog-sidebar .search-widget .search-form .form-group input:focus + button,
  .blog-sidebar .search-widget .search-form .form-group button:hover{
  
  }
  
  .blog-sidebar .search-widget{
    margin-bottom: 43px;
  }
  
  .blog-sidebar .post-widget .post{
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 23px 30px 13px 30px;
  }
  
  .blog-sidebar .post-widget .post:before{
    position: absolute;
    content: '';
    background: #142b3c;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.65;
  }
  
  .blog-sidebar .post-widget .post h6{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 16px;
    margin-bottom: 4px;
  }
  
  .blog-sidebar .post-widget .post h6:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0px;
    top: 8px;
  }
  
  .blog-sidebar .post-widget .post h6 a{
    display: inline-block;
  }
  
  .blog-sidebar .post-widget .post h6 a:hover{
    color: #fff;
  }
  
  .blog-sidebar .post-widget .post h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 39px;
  }
  
  .blog-sidebar .post-widget .post h4 a{
    display: inline-block;
    color: #fff;
  }
  
  .blog-sidebar .post-widget .post h4 a:hover{
  
  }
  
  .blog-sidebar .post-widget .post .info li{
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 24px;
    margin-right: 15px;
    font-size: 16px;
  }
  
  .blog-sidebar .post-widget .post .info li:last-child{
    margin: 0px !important;
  }
  
  .blog-sidebar .post-widget .post .info li i{
    position: absolute;
    left: 0px;
    top: 5px;
    color: #fff;
  }
  
  .blog-sidebar .post-widget .post .info li a{
    color: #fff;
  }
  
  .blog-sidebar .post-widget .post .info li a:hover{
  
  }
  
  .blog-sidebar .post-widget .owl-nav{
    position: absolute;
    top: -53px;
    right: 0px;
  }
  
  .blog-sidebar .post-widget .owl-nav button{
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: #828080;
    background: transparent;
    transition: all 500ms ease;
  }
  
  .blog-sidebar .post-widget .owl-nav button.owl-prev{
    margin-right: 7px;
  }
  
  .blog-sidebar .post-widget .owl-nav button:hover{
  
  }
  
  .blog-sidebar .post-widget{
    margin-bottom: 43px;
  }
  
  .blog-sidebar .category-widget .category-list li{
    position: relative;
    display: block;
    margin-bottom: 5px;
  }
  
  .blog-sidebar .category-widget .category-list li:last-child{
    margin-bottom: 0px;
  }
  
  .blog-sidebar .category-widget .category-list li a{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #828080;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
    padding: 12px 20px 12px 43px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  }
  
  .blog-sidebar .category-widget .category-list li a span{
    float: right;
  }
  
  .blog-sidebar .category-widget .category-list li a:hover{
    background: transparent;
  }
  
  .blog-sidebar .category-widget .category-list li a:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    left: 20px;
    top: 21px;
    border-radius: 50%;
    transition: all 500ms ease;
  }
  
  .blog-sidebar .category-widget .category-list li a:hover:before{
  
  }
  
  .blog-sidebar .category-widget{
    margin-bottom: 43px;
  }
  
  .blog-sidebar .gallery-widget{
    margin-bottom: 23px;
  }
  
  .blog-sidebar .gallery-widget .image-list li{
    position: relative;
    float: left;
    margin: 0px 10px;
    margin-bottom: 20px;
  }
  
  .blog-sidebar .gallery-widget .image-list{
    margin: 0px -10px;
  }
  
  .blog-sidebar .gallery-widget .image-list li .image{
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    overflow: hidden;
  }
  
  .blog-sidebar .gallery-widget .image-list li .image img{
    width: 100%;
    transition: all 500ms ease;
  }
  
  .blog-sidebar .gallery-widget .image-list li .image:hover img{
    opacity: 0.5;
  }
  
  .blog-sidebar .tags-widget .tags-list li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  
  .blog-sidebar .tags-widget .tags-list li a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    color: #828080;
    background: #fff;
    padding: 9px 15px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  }
  
  .blog-sidebar .tags-widget .tags-list li a:hover{
    color: #fff;
  }
  
  .blog-sidebar .tags-widget{
    margin-bottom: 33px;
  }
  
  .blog-sidebar .subscribe-widget .widget-content{
    position: relative;
    width: 100%;
    padding: 34px 35px 40px 35px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .blog-sidebar .subscribe-widget .widget-content:before{
    position: absolute;
    content: '';
    background: #142b3c;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.86;
  }
  
  .blog-sidebar .subscribe-widget .widget-content p{
    color: #b8bfc5;
    margin-bottom: 22px;
  }
  
  .blog-sidebar .subscribe-widget .form-group{
    position: relative;
    margin-bottom: 0px;
  }
  
  .blog-sidebar .subscribe-widget .form-group .icon{
    position: absolute;
    left: 20px;
    top: 15px;
    z-index: 1;
    color: #fff;
  }
  
  .blog-sidebar .subscribe-widget .form-group input[type='email']{
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 16px;
    color: #fff;
    padding: 10px 20px 10px 45px;
    margin-bottom: 10px;
    transition: all 500ms ease;
  }
  
  .blog-sidebar .subscribe-widget .form-group button{
    width: 100%;
  }
  
  .blog-sidebar .subscribe-widget .form-group input:focus{
  
  }
  
  
  /** blog-two-column **/
  
  .blog-two-column{
    padding: 110px 0px;
  }
  
  .blog-two-column .news-block-one .inner-box{
    position: relative;
    padding: 20px 20px 20px 220px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
  }
  
  .blog-two-column .news-block-one .inner-box .image-box{
    position: absolute;
    left: 20px;
    top: 20px;
    width: 200px;
  }
  
  .blog-two-column .news-block-one .inner-box .lower-content{
    position: relative;
    padding: 14px 10px 14px 30px;
  }
  
  .news-section.style-two.blog-two-column .news-block-one .inner-box .image-box h2{
    left: -20px;
    top: -20px;
    right: inherit;
    bottom: inherit;
  }
  
  .blog-two-column .news-block-one .inner-box .image-box h2:before, 
  .blog-two-column .news-block-one .inner-box .image-box h2:after{
    background: rgba(233, 77, 78, 0.50) !important;
  }
  
  .blog-two-column .news-block-one .inner-box{
    margin-bottom: 30px;
  }
  
  .blog-two-column .pagination-wrapper,
  .blog-three-column .pagination-wrapper{
    margin-top: 30px;
  }
  
  /** blog-three-column **/
  
  .blog-three-column{
    padding: 110px 0px;
  }
  
  .blog-three-column .news-block-one .inner-box{
    margin-bottom: 30px;
  }
  
  .blog-details-content{
    position: relative;
    display: block;
  }
  
  .blog-details-content .content-one .author-box{
    position: relative;
    display: block;
    padding: 0px 0px 0px 65px;
    margin-bottom: 12px;
  }
  
  .blog-details-content .content-one .author-box .author-thumb{
    position: absolute;
    left: 0px;
    top: 6px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
  }
  
  .blog-details-content .content-one .author-box .author-thumb img{
    width: 100%;
    border-radius: 50%;
  }
  
  .blog-details-content .content-one .author-box h6{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 16px;
    margin-bottom: 5px;
  }
  
  .blog-details-content .content-one .author-box h6:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0px;
    top: 8px;
  }
  
  .blog-details-content .content-one .author-box span{
    position: relative;
    display: block;
  }
  
  .blog-details-content h2{
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 42px;
  }
  
  .blog-details-content .content-one .image-box{
    position: relative;
    display: block;
    margin-bottom: 39px;
  }
  
  .blog-details-content .content-one .image-box img{
    width: 100%;
  }
  
  .blog-details-content .content-one .text p{
    margin-bottom: 26px;
  }
  
  .blog-details-content .content-one .text p:last-child{
    margin-bottom: 0px;
  }
  
  .blog-details-content .content-one{
    margin-bottom: 25px;
  }
  
  .blog-details-content .content-two .single-item{
    position: relative;
    display: block;
    padding-left: 35px;
    margin-bottom: 24px;
  }
  
  .blog-details-content .content-two .single-item:last-child{
    margin-bottom: 0px;
  }
  
  .blog-details-content .content-two .single-item:before{
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: 0px;
    top: 7px;
  }
  
  .blog-details-content .content-two .single-item h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 11px;
  }
  
  .blog-details-content .content-two .single-item p{
    line-height: 28px;
  }
  
  .blog-details-content .content-two .list{
    position: relative;
    display: block;
    margin-top: 20px;
  }
  
  .blog-details-content .content-two .list li{
    position: relative;
    display: block;
    font-size: 16px;
    padding-left: 24px;
    margin-bottom: 10px;
  }
  
  .blog-details-content .content-two .list li:last-child{
    margin-bottom: 0px;
  }
  
  .blog-details-content .content-two .list li:before{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0px;
    top: 7px;
  }
  
  .blog-details-content .content-two{
    margin-bottom: 43px;
  }
  
  .blog-details-content .content-three p{
    margin-bottom: 26px;
  }
  
  .blog-details-content .content-three p:last-child{
    margin-bottom: 0px;
  }
  
  .blog-details-content .content-three blockquote{
    position: relative;
    display: block;
    padding: 52px 60px 30px 60px;
    text-align: center;
    margin-bottom: 54px;
    margin-top: 43px;
  }
  
  .blog-details-content .content-three blockquote:before{
    position: absolute;
    content: '';
    background: #f7f5f5;
    width: 100%;
    height: 100%;
    left: 20px;
    top: 20px;
    z-index: -1;
  }
  
  .blog-details-content .content-three blockquote h3{
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Heebo', sans-serif;
    margin-bottom: 14px;
  }
  
  .blog-details-content .content-three blockquote h4{
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
  }
  
  .blog-details-content .content-three blockquote .quote-1{
    position: absolute;
    left: 22px;
    top: -13px;
    width: 54px;
    height: 25px;
    text-align: center;
    background: #fff;
    line-height: 25px;
  }
  
  .blog-details-content .content-three blockquote .quote-2{
    position: absolute;
    right: 22px;
    bottom: -13px;
    width: 54px;
    height: 25px;
    text-align: center;
    background: #f7f5f5;
    line-height: 25px;
  }
  
  .blog-details-content .content-three h2{
    margin-bottom: 25px;
  }
  
  .blog-details-content .inner-box{
    position: relative;
    display: block;
    margin-bottom: 45px;
  }
  
  .blog-details-content .post-share-option h6{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  
  .blog-details-content .post-share-option .post-social h6{
    text-align: right;
  }
  
  .blog-details-content .post-share-option ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
  }
  
  .blog-details-content .post-share-option ul li:last-child{
    margin: 0px !important;
  }
  
  .blog-details-content .post-share-option .tags-list li a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    color: #828080;
    background: #fff;
    padding: 9px 15px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  }
  
  .blog-details-content .post-share-option .tags-list li a:hover{
    color: #fff;
  }
  
  .blog-details-content .post-share-option .social-list li a{
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #3b5998;
  }
  
  .blog-details-content .post-share-option .social-list li:nth-child(2) a{
    background: #55acee;
  }
  
  .blog-details-content .post-share-option .social-list li:nth-child(2) a{
    background: #1ab7ea;
  }
  
  .blog-details-content .post-share-option .social-list li:last-child a{
    background: #cd201f;
  }
  
  .blog-details-content .post-share-option{
    margin-bottom: 80px;
  }
  
  .blog-details-content .nav-btn .single-btn{
    position: relative;
    display: block;
    padding: 21px 30px 24px 0px;
    background: #f7f5f5;
    min-height: 130px;
  }
  
  .blog-details-content .nav-btn .single-btn.prev-btn{
    padding-left: 110px;
  }
  
  .blog-details-content .nav-btn .single-btn.next-btn{
    padding-right: 110px;
    padding-left: 30px;
  }
  
  .blog-details-content .nav-btn .single-btn .image-box{
    position: absolute;
    top: 30px;
    width: 70px;
    height: 70px;
  }
  
  .blog-details-content .nav-btn .single-btn.prev-btn .image-box{
    left: 20px;
  }
  
  .blog-details-content .nav-btn .single-btn.next-btn .image-box{
    right: 20px;
  }
  
  .blog-details-content .nav-btn .single-btn .image-box img{
    width: 100%;
  }
  
  .blog-details-content .nav-btn .single-btn h6{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  
  .blog-details-content .nav-btn .single-btn h6 a{
    display: inline-block;
  }
  
  .blog-details-content .nav-btn .single-btn h6 a:hover{
    color: #142b3c;
  }
  
  .blog-details-content .nav-btn .single-btn h6 a i{
    position: relative;
    top: 2px;
    font-size: 18px;
  }
  
  .blog-details-content .nav-btn .single-btn.prev-btn h6 a i{
    margin-right: 10px;
  }
  
  .blog-details-content .nav-btn .single-btn.next-btn h6 a i{
    margin-left: 10px;
  }
  
  .blog-details-content .nav-btn .single-btn h5{
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
  }
  
  .blog-details-content .nav-btn{
    margin-bottom: 71px;
  }
  
  .blog-details-content .author-box .content-box{
    position: relative;
    display: block;
    background: #fff;
    padding: 33px 35px 33px 210px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  }
  
  .blog-details-content .author-box .content-box .author-thumb{
    position: absolute;
    left: 40px;
    top: 40px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
  }
  
  .blog-details-content .author-box .content-box .author-thumb img{
    width: 100%;
    border-radius: 50%;
  }
  
  .blog-details-content .author-box .content-box h4{
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 11px;
  }
  
  .blog-details-content .author-box .content-box p{
    margin-bottom: 18px;
  }
  
  .blog-details-content .author-box .content-box .social-links li{
    position: relative;
    display: inline-block;
    font-size: 15px;
    margin-right: 15px;
  }
  
  .blog-details-content .author-box .content-box .social-links li:last-child{
    margin: 0px !important;
  }
  
  .blog-details-content .author-box .content-box .social-links li a{
    display: inline-block;
    color: #909090;
  }
  
  .blog-details-content .author-box .content-box .social-links li a:hover{
  
  }
  
  .blog-details-content .author-box h2{
    margin-bottom: 31px;
  }
  
  .blog-details-content .author-box{
    margin-bottom: 71px;
  }
  
  .blog-details-content .comment-box{
    margin-bottom: 26px;
  }
  
  .blog-details-content .comment-box .comment{
    position: relative;
    display: block;
    padding-left: 110px;
    padding-bottom: 32px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e1e8e4;
  }
  
  .blog-details-content .comment-box .comment.replay-comment,
  .blog-details-content .comment-box .comment:last-child{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
  }
  
  .blog-details-content .comment-box .comment.replay-comment{
    margin-left: 40px;
  }
  
  .blog-details-content .comment-box .comment .thumb-box{
    position: absolute;
    left: 0px;
    top: 5px;
    width: 80px;
    height: 80px;
  }
  
  .blog-details-content .comment-box .comment .thumb-box img{
    width: 100%;
  }
  
  .blog-details-content .comment-box .comment .comment-info{
    position: relative;
    display: block;
    margin-bottom: 14px;
  }
  
  .blog-details-content .comment-box .comment .comment-info h4{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
  }
  
  .blog-details-content .comment-box .comment .comment-info .post-date{
    position: absolute;
    top: 2px;
    right: 0px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
  }
  
  .blog-details-content .comment-box .comment .comment-inner p{
    display: block;
    margin-bottom: 14px;
  }
  
  .blog-details-content .comment-box .comment .comment-inner .reply-btn{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .blog-details-content .comment-box .comment .comment-inner .reply-btn i{
    position: relative;
    top: 2px;
    margin-left: 10px;
    font-size: 18px;
  }
  
  .blog-details-content .comment-box .comment .comment-inner .reply-btn:hover{
    color: #142b3c;
  }
  
  .blog-details-content .comment-box{
    margin-bottom: 72px;
  }
  
  .blog-details-content .comments-form-area .text{
    margin-bottom: 32px;
  }
  
  .blog-details-content .comments-form-area .text h2{
    margin-bottom: 5px;
  }
  
  .blog-details-content .comments-form-area form{
    margin: 0px 5px;
  }
  
  .blog-details-content .comments-form-area .form-group{
    position: relative;
    margin-bottom: 20px;
    padding: 0px 10px;
  }
  
  .blog-details-content .comments-form-area .form-group:last-child{
    margin-bottom: 0px;
  }
  
  .blog-details-content .comments-form-area .form-group input[type='text'],
  .blog-details-content .comments-form-area .form-group input[type='email'],
  .blog-details-content .comments-form-area .form-group textarea{
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
    border: 1px solid #dedede;
    font-size: 16px;
    color: #828080;
    padding: 10px 20px;
    background: transparent;
    transition: all 500ms ease;
  }
  
  .blog-details-content .comments-form-area .form-group textarea{
    height: 120px;
    resize: none;
  }
  
  .blog-details-content .comments-form-area .form-group .theme-btn{
    width: 100%;
  }
  
  .blog-details-content .comments-form-area .form-group input:focus,
  .blog-details-content .comments-form-area .form-group textarea:focus{
  
  }
  
  .blog-details-content .comments-form-area{
    position: relative;
    background: #f7f5f5;
    padding: 41px 50px 50px 50px;
  }
  
  
  /*** 
  
  ====================================================================
                          Contact-Page
  ====================================================================
  
  ***/
  
  
  /** contact-style-two **/
  
  .contact-style-two{
    position: relative;
    padding: 102px 0px 110px 0px;
  }
  
  .content_block_five .content-box{
    position: relative;
    display: block;
  }
  
  .contact-style-two .sec-title{
    margin-bottom: 35px;
  }
  
  .contact-style-two .sec-title h2{
    margin-bottom: 16px;
  }
  
  .content_block_five .content-box .inner-box .single-item{
    position: relative;
    display: block;
    padding-left: 90px;
  }
  
  .content_block_five .content-box .inner-box .single-item .icon-box{
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: 1;
  }
  
  .content_block_five .content-box .inner-box .single-item .icon-box:before{
    position: absolute;
    content: '';
    background: #ece9e9;
    width: 40px;
    height: 40px;
    right: -20px;
    bottom: -15px;
    z-index: -1;
  }
  
  .content_block_five .content-box .inner-box .single-item h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 6px;
  }
  
  .content_block_five .content-box .inner-box .single-column:first-child .single-item{
    padding-bottom: 32px;
    margin-bottom: 33px;
    border-bottom: 1px solid #dedede;
  }
  
  .content_block_five .content-box .inner-box .single-item .info li{
    position: relative;
    display: block;
    margin-bottom: 14px;
  }
  
  .content_block_five .content-box .inner-box .single-item .info li:last-child{
    margin-bottom: 0px;
  }
  
  .content_block_five .content-box .inner-box .single-item .info li h6{
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Heebo', sans-serif;
    margin-bottom: 2px;
  }
  
  .content_block_five .content-box .inner-box .single-item .info li p a{
    display: inline-block;
    color: #828080;
  }
  
  .content_block_five .content-box .inner-box .single-item .info li p a:hover{
  
  }
  
  .content_block_six .content-box .form-inner .form-group{
    margin-bottom: 15px;
    padding: 0px 7.5px;
  }
  
  .content_block_six .content-box .form-inner .form-group:last-child{
    margin-bottom: 0px;
  }
  
  .content_block_six .content-box .form-inner form{
    margin: 0px 7.5px;
  }
  
  .content_block_six .content-box .form-inner .form-group input[type='text'],
  .content_block_six .content-box .form-inner .form-group input[type='email'],
  .content_block_six .content-box .form-inner .form-group textarea{
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    font-size: 16px;
    color: #828080;
    border: 1px solid #fff;
    padding: 10px 20px;
    transition: all 500ms ease;
  }
  
  .content_block_six .content-box .form-inner .form-group input:focus,
  .content_block_six .content-box .form-inner .form-group textarea:focus{
  
  }
  
  .content_block_six .content-box .form-inner .form-group textarea{
    height: 120px;
    resize: none;
    padding-top: 15px;
  }
  
  .content_block_six .content-box .form-inner .form-group button[type='submit']{
    width: 100%;
  }
  
  .content_block_six .content-box{
    padding-left: 65px;
    margin-left: 35px;
    border-left: 1px solid #dedede;
  }
  
  
  /** contactinfo-section **/
  
  .contactinfo-section{
    padding: 102px 0px 110px 0px;
  }
  
  .contactinfo-section .single-item{
    position: relative;
    display: block;
    padding: 0px 0px;
  }
  
  .contactinfo-section .single-item:before{
    position: absolute;
    content: '';
    background: #ecebeb;
    width: 1px;
    height: 100%;
    top: 0px;
    right: -15px;
  }
  
  .contactinfo-section .info-column:last-child .single-item:before{
    display: none;
  }
  
  .contactinfo-section .single-item .icon-box{
    position: relative;
    font-size: 110px;
    line-height: 110px;
    margin-bottom: 7px;
    transition: all 500ms ease;
  }
  
  .contactinfo-section .single-item:hover .icon-box{
    transform: rotateY(180deg);
  }
  
  .contactinfo-section .single-item h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 17px;
  }
  
  .contactinfo-section .single-item .phone{
    position: relative;
    display: block;
    margin-bottom: 4px;
  }
  
  .contactinfo-section .single-item .phone a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
  }
  
  .contactinfo-section .single-item .phone a:hover{
    text-decoration: underline;
  }
  
  .contactinfo-section .single-item .email{
    margin-bottom: 16px;
  }
  
  .contactinfo-section .single-item .email a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    color: #828080;
  }
  
  .contactinfo-section .single-item .email a:hover{
  
  }
  
  .contactinfo-section .map-inner{
    position: relative;
    padding-top: 100px;
  }
  
  .contactinfo-section .map-inner #contact-google-map{
    position: relative;
    width: 100%;
    height: 500px;
  }
  .news-block-one .inner-box .image-box .image a{
    display: block;
  height: 100%;
}