/*-----------------------------------------------------------------------------------

 Theme Name: BIZWAY
 Description: Bizway One Page HTML5 Template
 Version: 1.0
 Main Color   : #1e2f41
 main Font    : Poppins,

-----------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------

 == Table Of Content

	:: 01 Start Basics
	:: 02 Helper Class
    :: 03 Padding Top
    :: 04 Padding Bottom
	:: 05 Button
	:: 06 Header
	:: 07 Navbar
	:: 08 slider
	:: 09 Section Heading
    :: 10 Bizway-Feature-Box Section
	:: 11 service Section
	:: 12 About Section
    :: 13 bizway-Whychoose-area Section
	:: 14 Bizway-Project-Portfolio Area Section 
    :: 15 Counter Section
	:: 16 Testimonial Section
	:: 17 Team Section
    :: 18 Bizway-Blog-News-Box Section
	:: 19 Subscribe Section
	:: 20 Contact Section
    :: 21 Footer-Main Section
	:: 22 Page Loader
	:: 23 Additional CSS 
	:: 24 Google Map CSS
    :: 25 Banner-Area

---------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=PT+Serif+Caption|PT+Serif:400,700|Poppins:200,300,400,500,600,700,800&amp;display=swap');
/*---------------- :: 01 Start Basics -------------*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

html, body {
    color: #585858;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
    font-family: 'PT Serif', serif;
}

p {
    line-height: 1.5;
    font-size: 16px;
    color: #46556a;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

span, a, a:hover {
    text-decoration: none;
    color: inherit;
}

h1, h2, h3 {
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 600;
    color: #212121;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}

h1 {
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 0px;
}

h2 {
    font-size: 35px;
    line-height: 42px;
    color: #016e37;
    margin-bottom: 0px;
    font-family: OpenSans-Bold;
    text-transform: uppercase;
}

h3 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 0px;
}

h4 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0px;
}

a:hover {
    text-decoration: none!important;
}

a:hover, a, button, button:hover {
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

figure {
    margin-bottom: 0;
}

button:focus {
    outline: none!important;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    margin-left: 0px!important;
}

/*---------------- :: 02 Helper Class -------------*/

.bg-gray {
    background: #f6f9fe!important;
}

.space {
    padding-top: 120px;
    padding-bottom: 120px;
}

.space-top {
    padding-top: 120px;
}

.space-bottom {
    padding-bottom: 120px;
}

.space-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.space-top-60 {
    padding-top: 60px;
}

.space-bottom-60 {
    padding-bottom: 60px;
}

.space-top-80 {
    padding-top: 80px;
}

.space-bottom-80 {
    padding-bottom: 80px;
}

.space-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.space-top-40 {
    padding-top: 40px;
}

.space-bottom-40 {
    padding-bottom: 40px;
}

.content-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

div:hover, a, a:hover {
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.container {
    position: relative;
    z-index: 2;
}
/* ----------------------------------------------------
   :: 03 Padding Top
---------------------------------------------------- */

.pt-0 {
    padding-top: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-97 {
    padding-top: 97px;
}

.pt-100 {
    padding-top: 100px;
}


/* ----------------------------------------------------
   :: 04 Padding Bottom
---------------------------------------------------- */

.pb-0 {
    padding-bottom: 0;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-97 {
    padding-bottom: 97px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-107 {
    padding-bottom: 107px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-112 {
    padding-bottom: 112px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-118 {
    padding-bottom: 118px;
}

.pb-120 {
    padding-bottom: 120px;
}


/*---------------- :: 05 Button -------------*/

.btn, .btn:link, .btn:visited {
    padding: 3px 32px;
    text-transform: capitalize;
    color: #1e2f41;
    border-radius: 100px!important;
    font-weight: 500;
    font-family: Roboto-Regular;
    font-size: 15px;
    box-shadow: 0 0 14px 0 #2dd9f5;
    line-height: 41px;
    height: 50px;
    margin-right: 50px;
    background-color: #016e37;
}

.btn:hover {
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.20)!important;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.btn-text:hover {
    background-color: #55c57a;
    color: #fff;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.50);
    transform: translateY(-2px);
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.btn-text:active {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}

/*---------------- :: 06 Header -------------*/

.mini-topbar {
    background-color: #053063;
    min-height: 46px;
    position: relative;
    z-index: 9;
}

.header_info-row {
    background-color: #016e37;
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 76px;
    right: 15px;
    padding: 5px 12px;
    max-width: 510px;
    /* z-index: 7; */
}

.header_info-row:before {
    content: '';
    display: block;
    width: 45px;
    height: 46px;
    z-index: -1;
    left: -26px;
    position: absolute;
    background: linear-gradient(297deg, rgba(34, 139, 34, 0.98) 65%, rgba(127, 255, 212, 0) 60%);
    top: 0;
}

.header_info {
    display: block;
    height: 100%;
    position: relative;
}

i.fas.fa-phone-volume {
    transform: rotate(-40deg);
}

.icon_top i, .icon_top .info_label {
    color: #053063;
}

.icon_top .info_label {
    font-family: Roboto-Regular;
    font-size: 18px;
    font-weight: 500;
}

.icon_top {
    display: flex;
}

.icon_top i:before {
    font-size: 30px;
    width: 32px;
    float: left;
    height: 32px;
    margin-right: 12px;
}

.icon_top i.fas.fa-phone-volume {
    margin-right: 0px;
}

.icon_top span {
    font-weight: normal;
    display: block;
    color: #dcdcdc;
    font-size: 15px;
    font-family: Roboto-Regular;
    margin-top: 1px;
}

.col-sm-6.info_email {
    padding-left: 0;
}

/*---------------- :: 07 Navbar-------------*/

.main-navbar.h_stiky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}

.navbar-toggler-icon:before {
    content: '';
    height: 2px;
    width: 22px;
    background: #616161;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: block;
    position: absolute;
    top: 8px;
    left: 5px;
    box-shadow: 0 12px #616161, 0 24px #616161;
    -webkit-box-shadow: 0 7px #616161, 0 14px #616161;
    -moz-box-shadow: 0 12px #333, 0 24px #333;
}

nav.navbar.navbar-default.navbar-expand-md.main-navbar.h_stiky {
    position: fixed;
    top: 0;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

nav.main-navbar.h_stiky ul.navbar-nav, nav.navbar.navbar-default.main-navbar.h_stiky, ul.navbar-nav, nav.main-navbar.h_stiky ul.navbar-nav {
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

nav.main-navbar.h_stiky ul.navbar-nav {
    margin-top: 0px!important;
}

nav.navbar.navbar-default.navbar-expand-md {
    min-height: 100px;
    border-bottom: 4px solid #1e2f41;
    padding: 0;
    background-color: #ffffff;
}

.open_time_inner {
    display: flex;
    align-items: center;
    color: #EEE;
    font-size: 16px;
    min-height: 46px;
    font-family: 'PT Serif', serif;
}

.open_time_inner i {
    padding-right: 8px;
}

header .main-navbar .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
    font-family: Roboto-Regular;
    text-transform: uppercase;
}

header .main-navbar .navbar-nav .nav-link:hover {
    color: #053063;
}

.main-navbar ul.navbar-nav {
    font-family: 'Poppins', sans-serif;
    margin-top: 30px;
}

.dropdown-menu>.dropdown-menu>.dropdown-menu {
    max-height: 400px;
    overflow: scroll;
}

.main-navbar .dropdown-menu {
    min-width: 210px;
    padding: 0;
    border-radius: 0;
}

.dropdown-menu a {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px;
}

.dropdown-menu a:hover, .dropdown-menu a.active {
    background-color: #053063;
    color: #1e2f41;
}

a.navbar-brand {
    max-width: 320px;
}

nav.main-navbar.h_stiky a.navbar-brand {
    max-width: 200px;
}

nav.main-navbar.h_stiky {
    min-height: 80px!important;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

/*---------------- :: 08 slider -------------*/

.home-slider .owl-stage-outer::after {
    content: "";
    background-image: url(../images/slider/social-icons.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    opacity: 0.3;
    top: 40px;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    position: absolute;
    z-index: -1;
}

.main_slider {
    position: relative;
}

.main_slider .social_share {
    position: absolute;
    bottom: 15px;
    z-index: 9;
    right: 50px;
}

.owl-carousel .owl-nav button {
    background-color: #46556a!important;
    color: #053063!important;
    margin: 0px;
    height: 42px;
    width: 42px;
    line-height: 34px!important;
    border-radius: 100%;
}

.owl-carousel .owl-nav button:hover {
    background-color: #053063!important;
    color: #1e2f41!important;
}

.owl-carousel .owl-nav button span {
    font-size: 40px;
}

.main_slider .social_share li a {
    line-height: 50px;
    background-color: transparent;
}

.main_slider .social_share li a i:before {
    font-size: 52px;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.main_slider .social_share li a i:hover:before {
    background-color: #053063;
    box-shadow: 0 0 15px 0 #2dd9f5;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.owl-carousel.home-slider.owl-loaded.owl-drag {
    background-image: url(../images/img-v6/bg2.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 860px;
    position: relative;
}

.slide-content h2 {
    font-family: Poppins;
    font-size: 55px;
    font-weight: 600;
    color: #1e2f41;
    text-transform: capitalize;
    line-height: 72px;
}

.slide-content p {
    margin: 32px 0px;
    font-size: 24px;
}

.right-img-box {
    position: relative;
}

.slider_1 .right-img-box:before {
    content: '';
    display: block;
    background-color: #1e2f41;
    z-index: -1;
    left: 40px;
    right: 15px;
    top: 60px;
    bottom: 0;
    position: absolute;
    background: transparent;
    border: 6px solid #053063;
}

.home-slider.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    padding-bottom: 6px;
}

.home-slider.owl-carousel .btn {
    padding: 4px 32px;
    text-transform: capitalize;
    color: #1e2f41;
    border-radius: 100px!important;
    font-weight: 500;
    font-family: Poppins;
    font-size: 22px;
    box-shadow: 0 0 14px 0 #2dd9f5;
    line-height: 41px;
    height: 50px;
    margin-right: 50px;
}

.main_slider.slider_2 .home-slider.owl-carousel .btn {
    box-shadow: 0 0 14px 0 rgba(30, 47, 65, 0.63);
}

a.btn.btn-theme.dark-color {
    color: #053063;
    border-radius: 25.5px;
    box-shadow: 0 0 14px 0 rgba(30, 47, 65, 0.63);
    background-color: #1e2f41;
}

.main_slider .slider_btn .fas {
    font-size: 16px;
    padding-left: 2px;
}

.main_slider .slider_btn i:before {
    font-size: 18px;
}

.slider_btn {
    display: flex;
    padding-top: 60px;
}

.main_slider .owl-carousel.home-slider.owl-loaded .owl-nav button {
    background-color: #46556a;
    color: #053063;
    margin: 0px;
    height: 32px;
    width: 32px;
    line-height: 30px;
    border-radius: 100%;
    display: block;
    position: absolute;
    line-height: 26px!important;
    left: 40px;
    bottom: 40%;
}

.main_slider .owl-carousel.home-slider.owl-loaded .owl-nav button span {
    font-size: 34px;
}

.home-slider .owl-prev {
    top: 40%;
}

.home-slider .owl-next {
    position: absolute;
    bottom: 40%;
}

.home-slider .owl-dots {
    position: absolute;
    top: 44.5%;
    left: 40px;
    bottom: 0;
    align-items: center;
    max-height: 90px;
}

.home-slider button.owl-dot {
    width: 10px;
    height: 10px;
    background-color: #46556a!important;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    border-radius: 100%;
    margin: 5px 10px;
    display: block;
}

.home-slider button.owl-dot.active {
    height: 60px;
    border-radius: 10px;
    background-color: #053063!important;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

ul.social_share {
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

ul.social_share li {
    margin-right: 20px;
}

.social_share li a {
    border-radius: 100%;
    line-height: 50px;
    display: block;
    background-color: #fff;
    color: #1e2f41;
}

.social_share li a i:before {
    font-size: 34px;
    margin-left: 00;
}

.owl-carousel.home-slider .owl-stage-outer, .owl-carousel.home-slider .row.content-center, .container.slider_cnt, .owl-carousel.home-slider .owl-stage, .owl-carousel .owl-item, .owl-carousel .item.slider_item {
    height: 100%;
}

.slider_2 .right-img-box:before {
    z-index: 2;
    background-size: 100% 100%;
    background-repeat: repeat-x;
    background-position: right;
    overflow: hidden;
    content: '';
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.slider_2 .right-img-box {
    position: absolute;
    top: 48%;
    width: 40%;
    overflow: hidden;
    right: 101px;
    -webkit-transform: translateY(-49%);
}

.main_slider .container {
    position: inherit;
    z-index: 2;
}

.slider_2 .content-center {
    justify-content: flex-start;
}

.slider_2 .right-img-box:after {
    z-index: 1;
    background-size: 100% 100%;
    background-repeat: repeat-x;
    background-position: right;
    overflow: hidden;
    position: absolute;
    opacity: 0.5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
}

/*---------------- :: 09 Section Heading -------------*/

.section-heading {
    margin: auto auto 60px;
    max-width: 740px;
    text-align: center;
}

.col-lg-8 .section-heading {
    margin: auto auto 40px;
}

.section-heading h2 span {
    display: block;
}

.section-heading p {
    color: #46556a;
    font-size: 22px;
    font-weight: normal;
    margin-top: 30px;
    font-style: normal;
    font-family: 'PT Serif', serif;
    font-stretch: normal;
    letter-spacing: normal;
    margin-bottom: 0;
}

.section-heading h2 {
    position: relative;
}

.section-heading h2 span {
    content: '';
    height: 5px;
    background-color: #1e2f41;
    width: 80px;
    border-radius: 10px;
    display: block;
    margin: 20px auto;
}

.section-heading span:before {
    content: '';
    height: 5px;
    background-color: #1e2f41;
    width: 10px;
    position: absolute;
    border-radius: 10px;
    left: -100px;
    margin: 0 auto;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.section-heading span:after {
    content: '';
    height: 5px;
    max-width: 40px;
    background-color: #1e2f41;
    width: 10px;
    position: absolute;
    border-radius: 20px;
    left: 0;
    margin: 0 auto;
    right: -100px;
    bottom: 0;
    z-index: 99;
}
/*---------------- :: 10 Bizway-Feature-Box Section -------------*/
.mb-20 {
    margin-bottom: 20px;
}

.bizway-feature-box {
    background: #fff;
    text-align: center;
    box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
    border-radius: 7px;
    transition: .5s;
    padding: 50px 45px;
    margin-top: 30px;
}

.bizway-feature-box.active {
    background: #053063;
}

.feature_style_image {
    background: #EDF4FC;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    line-height: 130px;
    font-size: 40px;
    color: #053063;
    transition: .4s;
    display: inline-block;
}

.icon {
    height: 84px;
    width: 84px;
    margin: 0px auto 18px auto;
}

.bizway-feature-box_title h4 {
    transition: .5s;
    color: #1e2f41;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.bizway-feature-box_text p {
    transition: .5s;
}

.bizway-feature-box_button a {
    transition: .5s;
    color: #1e2f41;
    font-size: 18px;
}

.bizway-feature-box.active .bizway-feature-box_title h4, .bizway-feature-box.active .bizway-feature-box_text p, .bizway-feature-box.active .bizway-feature-box_button a {
    color: #1e2f41;
}

.bizway-feature-box_button a i {
    margin-left: 6px;
}

.bizway-feature-box:hover {
    background: #053063;
    transform: translateY(-10px);
}

.bizway-feature-box:hover .bizway-feature-box_title h4, .bizway-feature-box:hover .bizway-feature-box_text p, .bizway-feature-box:hover .bizway-feature-box_button a {
    color: #1e2f41;
}


/*---------------- :: 11 bizway-service Section area css -------------*/
.service-provide-section {
    position: relative;
    padding-bottom: 90px;
    overflow: hidden;
}

.service-provide-section::after {
    content: url(../images/all-img/service-l-3.png);
    position: absolute;
    bottom: -8px;
    left: -5px;
    z-index: 1;
}

.service-provide-section::before {
    position: absolute;
    top: -5px;
    right: -5px;
    content: url(../images/all-img/service-r-3.png);
    z-index: 1;
}

.service-text {
    margin-top: 50px;
    margin-bottom: 45px
}

.bizway-service-box {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    padding: 30px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border-radius: 5px;
    text-align: center
}

.bizway-service-box::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 0;
    background-image: url(../images/img-v6/sercices-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 5px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: .7s;
    transition: .7s
}

.bizway-service-box::after {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 5px;
    bottom: 0;
    width: 100%;
    height: 0;
    left: 0;
    right: 0;
    background-color: #1e2f41;
    opacity: 0;
    -webkit-transition: .8s;
    transition: .8s
}

.bizway-service-box .bizway-service-box-bottom {
    position: absolute;
    bottom: 0;
    width: 0;
    background-color: #053063;
    opacity: 0;
    -webkit-transition: .7s;
    transition: .7s;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 3px;
    border-radius: 5px
}

.bizway-service-box:hover::before {
    opacity: 1;
    height: 100%
}

.bizway-service-box:hover::after {
    opacity: .8;
    height: 100%;
    bottom: 0
}

.bizway-service-box:hover h3 a {
    color: #fff
}

.bizway-service-box:hover p {
    color: #cfcbcb
}

.bizway-service-box:hover .bizway-service-box-bottom {
    opacity: 1;
    width: 80%
}

.bizway-service-box .services-icon {
    width: 70px;
    height: 70px;
    line-height: 60px;
    font-size: 30px;
    background-color: transparent;
    text-align: center;
    margin-bottom: 25px;
    margin-right: auto;
    margin-left: auto
}

.bizway-service-box h3 {
    margin-bottom: 10px
}

.bizway-service-box h3 a {
    color: #1e2f41;
    display: block
}

.bizway-service-box p {
    margin-bottom: 15px
}

.service-view-btn {
    margin-bottom: 30px
}

.service-view-btn .view-btn {
    padding: 11px 35px;
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid #1e2f41;
    color: #1e2f41;
    -webkit-transition: .7s;
    transition: .7s
}

.service-view-btn .view-btn:hover {
    background-color: #1e2f41;
    color: #fff
}

.services-btn-snd a {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 14px;
    background: #053063;
    color: #1e2f41;
    border-radius: 50%;
}

.services-btn-snd a:hover {
    background: #1e2f41;
    color: #fff;
}

.services-btn-snd {
    position: absolute;
    left: 0;
    right: 0;
    top: 80%;
}
/*---------------- :: 12 bizway-about-info area css -------------*/
.about-bg {
    background-image: url(../images/img-v6/bg-5.png);
    background-position: center;
    background-size: cover;
    position: relative;
}

.mb-25 {
    margin-bottom: 25px;
}

.single-about-image img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

.bizway_multiple.bizway_multiple-2 img {
    height: 340px;
    width: 100%;
}

.best-bizway-info p {
    font-size: 15px;
    color: #000;
    line-height: 30px;
    font-family: Roboto-Regular;
    text-align: justify;
}

.bizway-about-info h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: Roboto-Regular;
}

.bizway-about-info p {
    font-size: 15px;
    color: #000;
    line-height: 30px;
    font-family: Roboto-Regular;
    text-align: justify;
}

.best-bizway-info {
    position: relative;
    z-index: 1;
}

.bizway-about-info {
    position: relative;
    padding-left: 44px;
}

.bizway-about-info i {
    position: absolute;
    left: 10px;
    color: #1e2f41;
    font-size: 30px;
    top: -5px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .bizway_multiple.bizway_multiple-2 img {
        height: 446px;
        width: 100%;
    }
}

@media (max-width:580px) {
    .bizway_multiple.bizway_multiple-2 img {
        height: 446px;
        width: 100%;
    }
}
/*---------------- :: 13 bizway-Whychoose-area  css -------------*/
.bizway-choose-area {
    background-image: url(../images/img-v6/bg-3.jpg);
    background-position: top center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.choose-img {
    position: relative;
    margin-left: 50px;
    margin-bottom: 80px
}

.choose-img img {
    border-radius: 5px
}

.choose-img .images {
    position: absolute;
    bottom: -50px;
    left: -50px
}

.choose-img .images img {
    border-radius: 5px
}

.choose-content {
    margin-bottom: 30px
}

.choose-content .section-title {
    margin-bottom: 40px;
    color: #2dd9f5;
    font-size: 22px;
    line-height: 40px;
    font-weight: 600;
}

.choose-content .section-title p {
    margin-bottom: 30px
}

.choose-content-list {
    position: relative;
    margin-top: 30px
}

.choose-content-list i {
position: absolute;
top: 0;
left: 0;
line-height: 50px;   
font-size: 24px;
background-color: transparent;
text-align: center;    
}
.image-choose-us
{
width: 70px;
height: 70px;
float: left;
}


.choose-content-list .content {
    margin-left: 85px
}

.choose-content-list .content h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500
}

.choose-content-list .content p {
    margin-bottom: 0
}

.choose-img-2 {
    margin-bottom: 30px;
    margin-left: 45px;
    position: relative;
    z-index: 1
}

.choose-img-2 .choose-dots {
    position: absolute;
    bottom: -45px;
    right: -70px;
    z-index: -1
}
/*---------------- :: 14 Bizway-Project-Portfolio Area Section css -------------*/
.bizway-project-portfolio {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    transition: .5s;
}

.bizway-project-portfolio_thumb {
    transform: scale(1.01);
    transition: .5s;
}

.pdn_0 {
    padding: 0;
}

.bizway-project-portfolio_thumb::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgb(46, 217, 245, 0.85);
    opacity: 0;
    transition: .5s;
    border: 3px solid #fff;
    right: 0;
    bottom: 0;
    margin: auto;
}

.bizway-project-portfolio_thumb img {
    width: 100%;
}

.bizway-project-portfolio_content {
    position: absolute;
    left: 0;
    top: 70%;
    right: 0;
    text-align: center;
    background: #fff;
    width: 80%;
    margin: auto;
    border-radius: 5px;
    padding: 20px 10px;
    opacity: 0;
    transition: .5s;
    transform: translateY(-50%);
    z-index: 1;
}

.bizway-project-portfolio_icon {
    text-align: center;
    padding-bottom: 10px;
}

.bizway-project-portfolio_content_inner {
    text-align: center;
}

.bizway-project-portfolio_content_inner h2 {
    font-size: 22px;
}

.bizway-project-portfolio_content_inner h2 a {
    display: inline-block;
    overflow: hidden;
    font-weight: 600;
    font-size: 20px;
    transition: .5s;
}

.bizway-project-portfolio_icon i {
    background: #fff;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border-radius: 5px;
    color: #053063;
    transition: .5s;
}

.bizway-project-portfolio:hover .bizway-project-portfolio_thumb {
    transform: scale(1.03);
}

.bizway-project-portfolio:hover .bizway-project-portfolio_content {
    opacity: 1;
    top: 50%;
}

.bizway-project-portfolio:hover .bizway-project-portfolio_thumb::before {
    opacity: 1;
}

.bizway-project-portfolio_content_inner h2 a:hover {
    color: #053063;
}

.bizway-project-portfolio_icon i:hover {
    background: #053063;
    color: #fff;
}
/*---------------- :: 15 Counter Section -------------*/

.counter-col {
    text-align: center;
}

section.counter-section.space-bottom {
    padding-bottom: 80px;
}

.counter-col.ustomer_counter {
    padding: 0px 10px;
}

.counter-number {
    line-height: 1;
    color: #1e2f41;
    font-family: Poppins;
    font-size: 144px;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
    display: block;
}

.ustomer_counter .counter-number:after {
    content: 'K+';
    top: 0;
}

.count_titel {
    color: #1e2f41;
    font-size: 28px;
    font-family: 'PT Serif', serif;
    font-weight: bold;
}

.counter-col-inner {
    margin-bottom: 40px;
}
/*---------------- :: 16 rs-Testimonial.bizway area css -------------*/

.bg-testimonial {
    background: url(../images/img-v6/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.rs-testimonial.bizway .bizway-testimonial {
    text-align: center;
    color: #1e2f41;
}

.rs-testimonial.bizway .bizway-testimonial .top-part {
    padding: 40px 0px 80px;
    background: rgb(46, 217, 245, 0.4);
    border-radius: 4px;
}

.rs-testimonial.bizway .bizway-testimonial .top-part .icon-part {
    margin-bottom: 25px;
}

.rs-testimonial.bizway .bizway-testimonial .top-part .icon-part img {
    max-width: 95px;
    margin: 0 auto;
}

.rs-testimonial.bizway .bizway-testimonial .top-part .desc {
    color: #1e2f41;
    font-size: 22px;
    line-height: 37px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 0;
    padding: 0px 49px;
}

.rs-testimonial.bizway .bizway-testimonial .posted-by {
    margin-top: -40px;
}

.rs-testimonial.bizway .bizway-testimonial .posted-by .avatar {
    text-align: center;
    margin-bottom: 18px;
}

.rs-testimonial.bizway .bizway-testimonial .posted-by .avatar img {
    width: 80px;
    border-radius: 100%;
    margin: 0 auto;
}

.rs-testimonial.bizway .bizway-testimonial .posted-by .name {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #1e2f41;
    margin-bottom: 2px;
}

/*---------------- :: 17 bizway-Team-Member Area css -------------*/

.team-bg1 {
    background-image: url(../images/img-v6/teamwork.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

.team-bg1::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}

.rs-team.slider1 .bizway-team-member {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.rs-team.slider1 .bizway-team-member .team-image {
    margin-bottom: 105px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.rs-team.slider1 .bizway-team-member .team-image img {
    transition: all 0.3s ease;
}

.rs-team.slider1 .bizway-team-member .text-bottom {
    text-align: center;
    border-bottom: 3px solid #eaedf0;
    border-radius: 0 0 3px 3px;
    background: #f1f6fc;
    padding: 26px 0 23px 0;
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s ease;
}

.rs-team.slider1 .bizway-team-member .text-bottom h4.person-name {
    font-size: 20px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.rs-team.slider1 .bizway-team-member .text-bottom h4.person-name a {
    color: #1e2f41;
}

.rs-team.slider1 .bizway-team-member .text-bottom h4.person-name a:hover {
    color: #1c1b1b;
}

.rs-team.slider1 .bizway-team-member .text-bottom span.team-text-heading {
    display: block;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.rs-team.slider1 .bizway-team-member .social-links {
    margin-top: 5px;
    padding-bottom: 5px;
    transition: all 0.3s ease;
    margin-bottom: -50px;
    opacity: 0;
}

.rs-team.slider1 .bizway-team-member .social-links ul li {
    display: inline;
    padding: 0 7px;
}

.rs-team.slider1 .bizway-team-member .social-links ul li a i {
    color: #ffffff;
    transition: all 0.3s ease;
}

.rs-team.slider1 .bizway-team-member .social-links ul li a:hover i {
    color: #ffffff;
}

.rs-team.slider1 .bizway-team-member:hover .team-image img {
    transform: scale(1.1);
}

.rs-team.slider1 .bizway-team-member:hover .text-bottom {
    background: #1e2f41;
    padding-bottom: 8px !important;
}

.rs-team.slider1 .bizway-team-member:hover .text-bottom .person-name a {
    color: #ffffff;
}

.rs-team.slider1 .bizway-team-member:hover .text-bottom .person-name a:hover {
    color: #ffffff;
}

.rs-team.slider1 .bizway-team-member:hover .text-bottom .team-text-heading {
    color: #ffffff;
}

.rs-team.slider1 .bizway-team-member:hover .text-bottom .social-links {
    margin-bottom: 0;
    opacity: 1;
}

.rs-team.slider1.modify .bizway-team-member {
    margin-bottom: 0;
}

.rs-team.slider1.modify .bizway-team-member .text-bottom {
    text-align: center;
    border-bottom: none;
    border-radius: 0;
    background: transparent;
    padding: 26px 0 23px 0;
    border-radius: 0 0 5px 5px;
}

.rs-team.slider1.modify .bizway-team-member .text-bottom h4.person-name a {
    color: #1c1b1b;
}

.rs-team.slider1.modify .bizway-team-member .text-bottom h4.person-name a:hover {
    color: #1c1b1b;
}

.rs-team.slider1.modify .bizway-team-member .text-bottom span.team-text-heading {
    display: block;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.rs-team.slider1.modify .bizway-team-member:hover .text-bottom {
    background: #1e2f41;
}

.rs-team.slider1.modify .bizway-team-member:hover .text-bottom h4.person-name a {
    color: #ffffff;
}

/*---------------- :: 18  Bizway-Blog-News-Box area css -------------*/
.blogs-bg {
    background-image: -moz-linear-gradient( -90deg, rgb(244, 247, 249) 0%, rgb(239, 243, 245) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(244, 247, 249) 0%, rgb(239, 243, 245) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(244, 247, 249) 0%, rgb(239, 243, 245) 100%);
}

.bizway-blog-news-box {
    position: relative;
}

.bizway-blog-news-box .bizway-news-box {
    position: relative;
    margin-bottom: 30px;
}

.bizway-blog-news-box .image img {
    border-radius: 6px;
    width: 100%;
}

.bizway-blog-news-box .news-content {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    margin-left: 11px;
    margin-right: 11px;
    margin-top: -50px;
    padding: 0 23px 25px;
    -webkit-box-shadow: 0px 0px 62px 0px rgba(27, 31, 45, 0.09);
    box-shadow: 0px 0px 62px 0px rgba(27, 31, 45, 0.09);
}

.bizway-blog-news-box .news-content:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #053063;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-radius: 6px;
}

.bizway-blog-news-box .bizway-news-box:hover .news-content:before {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.bizway-blog-news-box .category {
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 12px 40px;
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #292f43;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    line-height: 18px;
}

.bizway-blog-news-box .post-meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.bizway-blog-news-box .post-meta li {
    font-size: 16px;
    font-weight: 600;
    color: #053063;
    margin-right: 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.bizway-blog-news-box .bizway-news-box:hover .post-meta li {
    color: #1e2f41;
}

.bizway-blog-news-box h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #053063;
    padding-bottom: 30px;
    margin-bottom: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.bizway-blog-news-box h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 6px;
    width: 100%;
    background: url(../images/img-v6/border-image.png) repeat-x center;
}

.bizway-blog-news-box h4 a {
    color: #1e2f41;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.bizway-blog-news-box .bizway-news-box:hover h4 a {
    color: #1e2f41;
}

.bizway-blog-news-box .read-more-link {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #1e2f41;
}

.bizway-blog-news-box .read-more-link:hover {
    padding-left: 42px;
}

.bizway-blog-news-box .read-more-link:before {
    position: absolute;
    content: '';
    left: 0;
    top: 11px;
    height: 1px;
    width: 21px;
}

.bizway-blog-news-box .read-more-link i {
    position: absolute;
    left: 21px;
    top: -1px;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #1e2f41;
}

.bizway-blog-news-box .read-more-link:hover i {
    opacity: 1;
    color: #1e2f41;
}
/*---------------- :: 19 Subscribe Section -------------*/

.subscribe {
    position: relative;
}

section.subscribe.space-top {
    padding-top: 60px;
}

.subscribe h2 {
    margin-bottom: 24px;
}

.subscribe p {
    font-size: 22px;
    line-height: 1.41;
}

.subscribe input.form-control {
    font-family: 'PT Serif', serif;
    height: 56px;
    font-size: 16px;
    border: 0;
    border-radius: 0px;
    padding-left: 20px;
}

.subscribe .offset-2 .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.subscribe .subscribe-img {
    margin: 0 auto;
    max-width: 345px;
}

.subscribe button.btn_sbscib {
    background-color: #053063;
    color: #fff;
    height: 40px;
    color: #1e2f41;
    text-transform: capitalize;
    font-size: 18px;
    margin: 8px;
    border-radius: 50px;
    padding: 4px 30px;
    font-weight: bold;
    text-align: center;
    border: 0;
    transition: all .4s;
    border-radius: 30px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.32)!important;
}

.subscribe button.btn_sbscib:hover {
    background-color: #1e2f41;
    color: #fff;
    transition: all .4s;
}

.subscribe .input-group {
    margin-top: 38px;
    border: 1px solid #1e2f41;
    border-radius: 50px;
    overflow: hidden;
    background: #fff;
}

.subscribe {
    position: relative;
    overflow: hidden;
}
/*---------------- :: 20 Contact Section -------------*/

.contact_map {
    margin-bottom: 60px;
}

.contact-section iframe {
    border: 0;
    width: 100%;
    min-height: 320px;
}

.contact-section textarea.form-control {
    height: 240px !important;
    padding: 26px;
}

.contact-section .info-cont-area {
    margin-bottom: 30px;
    padding-left: 40px;
    box-shadow: 2px 2px 10px #dfdcdc;
    padding: 20px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.contact-section .info-cont-area .icon_col {
    margin-top: 0px;
}

.info-cont-area p {
    font-size: 18px;
    margin-bottom: 0;
    color: #1e2f41;
    font-family: Roboto-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.72;
    color: #1e2f41;
}

.icon_col {
    margin-top: 8px;
}

.icon_col span {
    background-color: #016e37;
    color: #EEE;
    height: 70px;
    width: 70px;
    display: block;
    border-radius: 100%;
    line-height: 74px;
    text-align: center;
}

.icon_col span i:before {
    font-size: 36px;
}

.contact-section .form-group .form-control {
    height: 60px;
    border-radius: 12px;
    background-color: #ffffff;
    border: 0;
    padding-left: 26px;
    font-family: 'PT Serif', serif;
    font-size: 14px;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.16);
}

.contact-section .number {
    border-radius: 1px!important;
}

.contact-section .form-group select.form-control {
    padding-left: 12px!important;
    padding: 0;
    width: 64px;
    align-items: center;
    position: absolute;
    justify-content: center;
    display: flex;
    z-index: 9;
    font-weight: normal;
    text-align: center;
    background-color: #016e37;
    color: #EEE;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.72;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
}

.contactus_form .form-group {
    margin-bottom: 30px;
}

.contact-section .number {
    border-radius: 0px 12px 12px 0px !important;
    margin-left: 60px!important;
}

.contact-section input[type=number]::-webkit-inner-spin-button, .contact-section input[type=number]::-webkit-outer-spin-button {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
    margin: 0;
}

.contactus_form a.btn.main-btn.col-lg-12 {
    font-size: 17px;
    text-transform: uppercase;
    font-family: Roboto-Regular;
    border-radius: 12px;
}

.contactus_form a.btn.main-btn {
    height: 60px;
    line-height: 60px;
    padding: 0;
    color: #EEE;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.coppy-right {
    min-height: 60px;
    padding: 0;
    border-top: 1px solid;
    background-color: #016e37;
    margin-top: 96px;
    border: 0;
    text-align: center;
}

.coppy-right p {
    color: #fff;
    padding: 20px 0px;
    margin-bottom: 0;
    font-size: 18px;
    font-family: Roboto-Regular;
}
/*---------------- :: 21 Footer-Main Section CSS -------------*/

.footer-bg
{
    background-image:url(../images/img-v6/footer-bg.jpg);
    background-position: top center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    
}

  @media only screen and (min-width:992px) and (max-width:1200px) {
    .footer-widgets .footer-about {
      padding-right: 40px;
    }
  
  }
  
  @media only screen and (min-width:768px) and (max-width:991px) {
    .footer-widgets .footer-about {
      padding-right: 0px;
    }
   
  }
  
  @media (max-width:767px) {
    .footer-widgets .footer-about {
      padding-right: 0px;
    }
    
  
  }
  
  @media only screen and (min-width:576px) and (max-width:767px) {
    .footer-widgets .footer-about {
      padding-right: 0px;
    }
  
  }
  
  .footer-widgets .footer-about p {
    color: #1e2f41;
    font-size: 16px;
    font-family: Roboto-Regular;
    text-align: justify;
    line-height: 30px;
  }
  
  .footer-widgets .footer-about .social li {
    display: inline-block;
    margin-right: 15px;
  }
  
  .footer-widgets .footer-about .social li:last-child {
    margin-right: 0;
  }
  
  .footer-widgets .footer-about .social li a {
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    background-color: #1e2f41;
    text-align: center;
    color: #fff;
    font-size: 15px;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    font-family: Roboto-Regular;
  }
  
  .footer-widgets .footer-about .social li a:hover {
    color: #ff2134;
    background-color: #fff;
  }
  
  .footer-widgets .footer-title h5 {
    color: #1e2f41;
    font-size: 26px;
    font-weight: 600;
  }
  
  .footer-widgets .footer-link ul li {
    line-height: 40px;
  }
  
  .footer-widgets .footer-link ul li a {
    font-size: 16px;
    color: #1e2f41;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    font-family: Roboto-Regular;
  }
  
  .footer-widgets .footer-link ul li a i {
    color: #1e2f41;
    margin-right: 2px;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
  }
  
  .footer-widgets .footer-link ul li a:hover {
    color: #1e2f41;
  }
  
  .footer-widgets .footer-link ul li a:hover i {
    margin-right: 11px;
  }
  
  .footer-widgets .footer-info ul li {
    margin-top: 10px;
  }
  
  .footer-widgets .footer-info ul li .single-info {
    position: relative;
  }
  
  .footer-widgets .footer-info ul li .single-info .icon {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .footer-widgets .footer-info ul li .single-info .icon i {
    color: #1e2f41;
    font-size: 18px;
  }
  
  .footer-widgets .footer-info ul li .single-info .content p {
    font-size: 16px;
    color: #1e2f41;
    font-family: Roboto-Regular;
    
  }
  .mt-20 {
	margin-top: 25px;
}
.mt-25 {
	margin-top: 25px;
}
.pl-35 {
	padding-left: 35px;
}
.pt-40 {
	padding-top: 40px;
}
.mt-20 {
	margin-top: 20px;
}
.mb-20 {
	margin-bottom: 20px;
}
ul.social_share1 {
   
    display: flex;
}

ul.social_share1 li {
    margin-right: 20px;
  
}

.social_share1 li a {
    border-radius: 100%;
    line-height: 50px;
    display: block;
    color: #1e2f41;
}

.social_share1 li a i:before {
    font-size: 34px;
  
}
  .footer-copyright {
    background-color: #191823;
  }
  
  .footer-copyright .copyright p {
    color: #f5f5f5;
    font-size: 14px;
  }
  
  .footer-copyright .copyright p a {
    color: #f5f5f5;
    font-weight: 700;
    margin-left: 3px;
  }
/*---------------- :: 22 Page Loader -------------*/
#page-anim-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 100% !important;
    transition: all .9s;
}

.page_preloader-inner {
    position: relative;
    z-index: 999999;
    height: 100vh;
}

#page-anim-preloader:after {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: #053063;
    width: 100%;
    height: 100%;
}

.circle {
    border-radius: 50%;
    border: 3px #0a0a0a solid;
    float: left;
    height: 50px;
    margin: 0 5px;
    width: 50px;
}

.circle-1 {
    animation: move 1s ease-in-out infinite;
}

.circle-1a {
    animation: fade 1s ease-in-out infinite;
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.circle-2 {
    animation: move 1s ease-in-out infinite;
}

@keyframes move {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(60px);
    }
}

.circle-1a {
    margin-left: -55px;
    opacity: 0;
}

.circle-3 {
    animation: circle-3 1s ease-in-out infinite;
    opacity: 1;
}

@keyframes circle-3 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.loader_text {
    color: #222;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin: 40px auto;
    text-transform: uppercase;
    position: absolute;
    margin-top: 50px;
    left: 0;
    right: 0;
    text-align: center;
}

/*---------------- :: 23 Additional CSS  -------------*/

#return-to-top {
    height: 50px;
    width: 50px;
    line-height: 50px;
    position: fixed;
    transform: rotate(-91deg);
    text-align: center;
    border-radius: 50%;
    bottom: 20px;
    background-color: #053063;
    text-align: center;
    right: 20px;
    color: #999;
    z-index: 99;
    -moz-border-radius: 35px;
    transition: all .5s;
    box-shadow: #053063 0px 0px 14px 0px;
}

i.top-icon {
    padding: 15px;
    position: absolute;
    display: block;
    left: 10px;
    top: 14px;
}

.ocean {
    height: 5%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ocean:after {
    content: '';
    position: absolute;
    bottom: 0px;
    background: #8ee9f9;
    width: 100%;
    height: 100%;
    height: 60px;
}

.wave {
    background: url(../images/all-img/wave-01.svg) repeat-x;
    position: absolute;
    top: -198px;
    width: 6400px;
    height: 198px;
    -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0.2;
}

.wave:nth-of-type(2) {
    top: -175px;
    background: url(../images/all-img/wave-01.svg) repeat-x;
    -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
    animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 0.4;
}

@-webkit-keyframes wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}

@keyframes wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}

@-webkit-keyframes swell {
    0%, 100% {
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
    }
    50% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
}

@keyframes swell {
    0%, 100% {
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
    }
    50% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

a.video__btn {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 85px;
    right: 0;
    margin: 0 auto;
    left: 0;
    align-items: center;
    top: 0;
}

a.video__btn i {
    color: #ffffff;
    display: block;
    height: 60px;
    position: relative;
    background: #F61C0D;
    border-radius: 14px;
    width: 80px;
}

a.video__btn i.flaticon-music-player-play:before {
    position: absolute;
    font-size: 26px;
    width: 100%;
    line-height: 60px;
    text-align: center;
}

.fa-youtube:before {
    content: "\f167";
    position: relative;
    z-index: 9;
}

/*---------------- :: 24 Google Map CSS -------------*/

.map {
    height: 350px;
}

.error-box {
    text-align: center;
}

.error-box h1 {
    font-size: 250px;
    line-height: 250px;
    display: block;
    color: #151b4d;
}

.error-box span {
    font-size: 50px;
    line-height: 60px;
    font-weight: 900;
    font-family: 'Work Sans', sans-serif;
    color: #151b4d;
    margin-bottom: 20px;
    display: block;
}

.error-box p {
    color: #151b4d;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

/*---------:: 25 banner-area -----------*/

.bg-banner {
    padding: 60px 0;
    z-index: 0;
    position: relative;
}

.banner-box h2 {
    margin-bottom: 30px;
}

ol.breadcrumb {
    background: transparent;
    padding: 0;
}
@font-face {
  font-family: OpenSans-Bold;
  src:url(../fonts/open-sans/OpenSans-Bold.ttf);
}
@font-face {
  font-family: Roboto-Regular;
  src:url(../fonts/roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: SEGOEUI;
  src:url(../fonts/Segoe-UI-Font/SEGOEUI.TTF);
}
.web_courses_title{
    color: #053063;
    text-align: center;
    text-transform: uppercase;
    font-family: OpenSans-Bold;
}
.web_para{
    font-size: 15px;
    color: #000;
    line-height: 30px;
    font-family: Roboto-Regular;
    text-align: justify;
}
::-webkit-scrollbar {
    width: 0.3em;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px #053063;
}
::-webkit-scrollbar-thumb {
  background-color:#053063;
  outline: 1px solid slategrey;
}








