@charset "utf-8";
/* CSS Document */

/*===== Pre CSS =====*/
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    font-family: 'Nunito Sans', sans-serif;
    background: #fff;
}

p,
a,
span,
table,
th,
tr,
td,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
ol,
li {
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
}

/*===== Go To Top Section =====*/
#back-top {
    display: block;
    position: fixed;
    bottom: 15px;
    right: 14px;
    text-align: center;
    z-index: 99999;
}

#back-top a {
    display: block;
    text-decoration: none;
}

#back-top a .fa {
    width: 40px;
    height: 40px;
    padding-top: 10px;
    font-size: 18px;
    border-radius: 5px;
    opacity: 1;
    color: #fff;
    background: #f80f22;
    border: #fff solid 1px;
    transition: all linear 0.3s;
}

#back-top a .fa:hover {
    background: #fff;
    color: #000;
    border-color: #000;
    transform: scale(1.05, 1.05);
}

/*===== Mobile Menu =====*/
.mobile_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 9;
}

.menu_icon_box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    display: block;
    width: 100%;
    background: #000;
    height: 57px;
    border-bottom: #fff solid 1px;
}

.tab_button {
    float: left;
}

.tab_button a {
    display: inline-block;
    padding: 7px 10px;
    margin-top: 14px;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: transparent;
    border: #fff solid 1px;
    border-radius: 5px;
    box-sizing: border-box;
    text-decoration: none;
}

.tab_button a:hover {
    background: #747474;
    border: #747474 solid 1px;
}

.tab_button1 {
    margin-left: 15px;
    margin-right: 5px;
}

.menu_icon {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    padding: 1px 5px;
    background: transparent;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 999;
}

.menu_icon span {
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    margin: 5px 0;
    border-radius: 5px;
    transition: all linear 0.3s;
}

.menu_icon.active {
    color: #fff;
    padding: 8px 3px 0;
}

.menu_icon.active span {
    position: absolute;
    width: 85%;
}

.menu_icon.active span:nth-child(1) {
    transform: rotate(45deg);
}

.menu_icon.active span:nth-child(3) {
    transform: rotate(-45deg);
}

.menu_icon.active span:nth-child(2) {
    display: none;
}

.mobile_slideLogo {
    display: block;
    text-align: center;
}

.mobile_slideLogo img {
    display: inline-block;
    float: none;
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    width: inherit;
    height: auto;
}

.sidebar {
    padding: 65px 15px;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 99999;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    background: #000;
    text-align: center;
    box-sizing: border-box;
    z-index: 999999;
    transition: all linear 0.3s;
}

.sidebar.active {
    left: 0;
}

.sidebar ul li {
    list-style: none;
}

.sidebar ul li a {
    position: relative;
    display: block;
    padding: 10px 15px;
    border: #747474 solid 1px;
    text-align: left;
    color: #fff;
    margin-bottom: 1px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    border-radius: 5px;
}

.sidebar ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 12px 0;
    height: 100%;
    width: 0%;
    background: #747474;
    transition: all linear 0.3s;
}

.sidebar ul li a:hover::before {
    width: 100%;
}

.sidebar ul li.active {
    background: #747474;
    border-radius: 5px;
}

/*-- Modern Social Media Icon Display --*/
.social_media_block {
    display: block;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999;
}

.share_icon .fa-solid {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #f80f22;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 14px 0 0 0;
    transition: all linear 0.3s;
}

.share_icon .fa-solid:hover {
    transform: rotate(360deg);
    color: #fff;
    background: #000;
}

.social_icon {
    position: relative;
    overflow-y: hidden;
    border-bottom-left-radius: 52px;
    border-bottom-right-radius: 52px;
    transition: all linear 0.3s;
}

.social_icon.active {
    padding-top: 52px;
}

.social_icon ul {
    position: relative;
    display: block;
    text-align: center;
    transform: translateY(100%);
    transition: all linear 0.3s;
}

.social_icon.active ul {
    transform: translateY(-52px);
}

.social_icon ul li {
    list-style: none;
}

.social_icon ul li .fa-brands {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: #0e59a9;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 13px 0px 0 0;
    transition: all linear 0.3s;
}

.social_icon ul li .fa-brands:hover {
    transform: rotate(360deg);
}

.social_icon ul li:nth-child(1) .fa-brands {
    background: #3d5a96;
    color: #fff;
}

.social_icon ul li:nth-child(2) .fa-brands {
    background: #2aa3ef;
    color: #fff;
}

.social_icon ul li:nth-child(3) .fa-brands {
    background-image: linear-gradient(#8221b3, #c22268, #db8a40);
    color: #fff;
}

/* Wrapper */
.wrapper {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.transition {
    transition: all linear 0.3s;
}

/*===== Header Section =====*/
.header {
    padding: 0;
    background: #001729;
}

.header-logo img {
    width: 100%;
    max-width: 200px;
    border-radius: 20px;
    height: auto;
}

.header-top{
    background: #35383D;
}

.header .row,.header-top .row{align-items: center;}

.header-top .row .col-md-8{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.btn-top i{
    margin-right: 10px;
    font-size: 20px;
}

.header-top h3{
    font-size: 20px;
    font-family: 'Nunito Sans',sans-serif;
    font-weight: 900;
    color: #fff;
}

.btn-top a{
    display: inline-block;
    padding: 8px 20px;
    border-radius: 0;
    text-decoration: none;
    background: #F79E08;
    color: #fff;
    border: transparent solid 1px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;
    transition: all linear 0.3s;
    margin-right: 70px;
}



.more a {
    display: inline-block;
    padding: 15px 50px;
    margin-top: 15px;
    border-radius: 0;
    text-decoration: none;
    background: #F79E08;
    color: #fff;
    border: transparent solid 1px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;
    transition: all linear 0.3s;
}

.more a:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.social-icon{text-align: right;}

.social-icon ul li{
    display: inline-block;
    margin-right: 6px;
}

.social-icon ul li a{
    color: #F79E08;
    font-size: 28px;
    margin-right: 5px;
}

.social-icon ul li img{width: 25px; margin-top: -2px;filter: brightness(0) saturate(100%) invert(57%) sepia(47%) saturate(1499%) hue-rotate(2deg) brightness(106%) contrast(94%);}

/* header Navigation */
#mega-menu-wrap-header-menu #mega-menu-header-menu{
    text-align: right;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{
    height: initial;
    margin: 0 25px;
    padding: 0;
    font-family: 'Nunito Sans',sans-serif;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:last-child > a.mega-menu-link{
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{text-transform: uppercase;}

.mega-sub-menu li{width: 180% !important; border-bottom: 1px solid #000 !important; }

/*===== Banners Section =====*/
.banner {
    position: relative;
}

.banner .owl-carousel .owl-item img{
    width: 100%;
    height: auto;
}

.banner-content{
    display: inline-block;
    padding: 30px 20px;
    border-radius: 10px;
    background: rgba(37, 37, 37, 0.65);
}

.banner-container{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}

.banner-content h2 {
    color: #fff;
    font-size: 48px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
}

.banner-content h2 span {
    display: block;
    margin: 15px 0;
    font-family: 'Nunito Sans', sans-serif;
}

.banner-content p {
    color: #fff;
    font-size: 24px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    margin: 15px 0;
}

.banner-content a {
    display: inline-block;
    padding: 15px 50px;
    margin-top: 15px;
    border-radius: 0;
    text-decoration: none;
    background: #f80f22;
    color: #fff;
    border: transparent solid 1px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;
    transition: all linear 0.3s;
}

.banner-content a:hover {
    background: #fff;
    color: #000;
}

/*===== Welcome Section =====*/
.welcome {
    padding: 60px 0;
    background: #001729;
}

.welcome-container {
    display: flex;
    align-items: center;
}

.welcome-thumbnail{
    padding-right: 30px;
}
.welcome-thumbnail img{
    background: #fff;
    border-radius: 5px;
}

.welcome-content{
   margin-top: 30px;
}

.welcome-content h1{
    color: #fff;
    font-size: 34px;
    font-family: 'Nunito Sans',sans-serif;
    font-weight: 600;
}

.welcome-content p{
    color: #fff;
    font-size: 18px;
    font-family: 'Nunito Sans',sans-serif;
    font-weight: 400;
    line-height: 26px;
    margin: 15px 0 20px;
}

.welcome-content h3{
    color: #fff;
    font-size: 28px;
    font-family: 'Nunito Sans',sans-serif;
    font-weight: 600;
}

.welcome-bottom{
    padding: 40px 0;
    background: #D9D9D9;
}

.welcome .container .row{
    align-items: center;}

.section-title{
    text-align: center;
}

.section-title h2{
    color: #fff;
    font-size: 42px;
    font-family: 'Nunito Sans',sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}

.section-title h3{
    color: #fff;
    font-size: 32px;
    font-family: 'Nunito Sans',sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}

.section-title p{
    color: #fff;
    font-size: 17px;
    font-family: 'Nunito Sans',sans-serif;
    font-weight: 400;
    margin-bottom: 27px;
}

.welcome-bottom .section-title h2,.welcome-bottom .section-title p,.welcome-content h3{
    color: #000;
}

.welcome-bottom-conente p{
    color: #000;
}

/*Services Section*/
.services{
    padding: 80px 0;
    background: #001729;
}

.service-block{
    background: #fff;
    padding: 20px 25px;
    text-align: center;
    min-height: 460px;
}

.service-block h3{
    margin-bottom: 15px;
    color: #000;
    font-size: 28px;
    font-family: 'Nunito Sans',sans-serif;
    font-weight: 600;
}

.service-block p{
    color: #000;
    font-size: 16px;
    font-family: 'Nunito Sans',sans-serif;
    font-weight: 400;
    line-height: 30px;
    min-height: 280px;
}

/*Get In Touch Section*/
.get-in-touch{
    padding: 70px 0;
    background: #001729;
}

.get-in-touch .section-title{
    text-align: left;
}

.get-in-touch .more a{
    background: #f80f22;
}

/*Career Section*/
.careers{
    padding: 60px 0;
    background: #000;
}

.career-form h3{
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.career-form h3 span{
    font-size: 14px;
    color: #f80f22;
    font-weight: 400;
}

.career-form label{
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
}

.career-form-control{
    border-radius: 4px;
    border: 0.6px solid rgba(124, 124, 124, 0.25);
    background: transparent;
    color: #fff;
    margin-bottom: 30px;
    height: 48px;
}

.career-form .wpcf7-list-item{display: block;}
.career-form .wpcf7-response-output{color: #fff;}

.career-check-form-control{
    background: transparent;
    border: none;
}

.career-textarea-form-control{
    border-radius: 4px;
    border: 0.6px solid rgba(124, 124, 124, 0.25);
    background: #fff;
    color: #000;
    margin-bottom: 10px;
    height: 150px;
}

.career-explain-form-control{
    height: 90px;
}

.btn-send-now{
    display: inline-block;
    padding: 12px 30px;
    margin-top: 15px;
    border-radius: 0;
    text-decoration: none;
    background: #F79E08;
    color: #fff;
    border: transparent solid 1px;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;
    transition: all linear 0.3s;
}

.btn-send-now:hover {
    background: #fff;
    color: #000;
}

/*===== Footer Section =====*/
.footer {
    border-top: 2px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 30px 0;
    background: #000;
}

.footer-logo img{
    width: 100%;
    border-radius:20px;
    height:auto;
}

.footer .container .row{align-items: center;}

.footer-content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.divider{
    height:40px;
}

.footer-content ul li{
    display: inline-block;
}

.footer-content ul li i{
    font-size: 22px;
    color: #f80f22;
    float: left;
    margin-right: 20px;
}

.footer-content ul li h3{
    color: #fff;
    font-size: 18px;
    font-family: 'Nunito Sans',sans-serif;
    font-weight: 500;
    line-height: 26px;
    float: right;
}

.licensed-image img{width:90%;height:auto;max-width:350px;}

.footer-bottom{
    padding: 20px 0;
    background: #000;
}

.copyright{
    background: #f80f22;
    padding: 15px 0;
}

.copyright p {
    color: #fff;
    font-family: 'Nunito Sans',sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}

.copyright p a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

/*Page Contact*/
.page-social-contact{text-align: left;}
.contact-icon p i{color: #f80f22; font-size: 20px; margin-right: 5px;}

/*========================================*/
/*================ Error =================*/
/*========================================*/
.wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: red;
    color: #fff;
    padding: 1px 5px;
}

/*===== Slider Plugins =====*/
#banner-slider .owl-buttons {
    display: none;
}

#banner-slider .owl-dots {
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translate(-50%, 0);
    z-index: 9;
}

#banner-slider .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    border: none;
    opacity: 1;
}

#banner-slider .owl-dots .active span {
    background: #000;
}

#certification-slider .owl-dots {
    display: block;
}


#affiliations-slider .owl-dots {
    display: none;
}

#affiliations-slider .owl-nav {
    display: block;
}

#affiliations-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    text-align: center;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    color: #f80f22;
    font-size: 80px;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    transition: all linear 0.3s;
}

#affiliations-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    text-align: center;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    color: #f80f22;
    font-size: 80px;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    transition: all linear 0.3s;
}

#affiliations-slider .owl-nav .owl-prev:hover,
#affiliations-slider .owl-nav .owl-next:hover {
    background: transparent;
    color: #A65A00;
}

#testimonials-slider .owl-dots {
    display: none;
}

#testimonials-slider .owl-nav {
    display: block;
}

#testimonials-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -75px;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    text-align: center;
    width: 50px;
    height: 50px;
    border: none;
    background: #fff;
    color: #000;
    font-size: 40px;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    transition: all linear 0.3s;
}

#testimonials-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -75px;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    text-align: center;
    width: 50px;
    height: 50px;
    border: none;
    background: #fff;
    color: #000;
    font-size: 40px;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    transition: all linear 0.3s;
}

#testimonials-slider .owl-nav .owl-prev:hover,
#testimonials-slider .owl-nav .owl-next:hover {
    background: #000;
    color: #fff;
}

#testimonials-slider .owl-nav .owl-prev span {
    margin-right: 5px;
    margin-bottom: 5px;
}

#testimonials-slider .owl-nav .owl-next span {
    margin-left: 5px;
    margin-bottom: 5px;
}

/*-- OWL-CAROUSEL CONFIGS --*/
#affiliations-slider .owl-item img,
#testimonials-slider .owl-item img {
    width: initial;
}

/*===== Pages Breadcrumb =====*/
.content-banner {
    padding: 30px 0;
    background: #f80f22;
}

.breadcrumb {
    padding: 10px 15px;
    margin: 0;
    margin-bottom: 0;
    color: #151515;
    background: #fff;
    border-radius: 0;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}

.breadcrumb a {
    color: #f80f22;
    text-decoration: none;
}

.breadcrumb .fa {
    display: inline-block;
    margin: 0 10px;
    font-size: 11px;
    font-weight: 700;
    margin-top: 4px;
}

/*===== Content Pages =====*/
.content {
    width: 100%;
    padding: 50px 0;
    background: #eee;
}

.content-block {
    padding: 20px;
    background: #fff;
}

.sectiontitleunderline {
    display: block;
    width: 80px;
    height: 2px;
    margin: 0 0 30px;
    background: #333;
}

.content h2 {
    text-transform: uppercase;
    font-size: 24px;
    color: #000;
    font-weight: 600;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 10px;
}

.content h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 10px;
}

.content h4 {
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 10px;
}

.content p {
    font-size: 16px;
    line-height: 30px;
    font-family: 'Nunito Sans', sans-serif;
    color: #666;
    margin-bottom: 7px;
}

.content ol,
.content ul {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.content li {
    margin-left: 18px;
    line-height: 30px;
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    color: #666;
}

/*===== 404 || Page Not Found =====*/
.content-banner .page-not-found-title {
    color: #fff;
}

.page_not_found {
    display: block;
    text-align: center;
    padding: 50px;
}

.page_not_found h2 {
    font-size: 120px;
    color: #34495e;
}

.page_not_found p {
    font-size: 18px;
    color: #34495e;
    text-align: center;
}

.page_not_found a {
    display: inline-block;
    padding: 10px 25px;
    background: #c0392b;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
}

.page_not_found a:hover {
    background: #e74c3c;
}

/*===== Latest Testimonials and Form Page =====*/
.content .reviewsblock {
    padding: 15px 0;
    background: #000;
    width: 100%;
    text-align: center;
}

.content .reviewsblock h4 {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.reviewsform {
    padding: 15px;
    background: #eee;
    min-height: 150px;
    width: 100%;
}

.reviewsformstyle {
    height: 44px;
    border-radius: 0;
    border: #666 solid 1px;
    color: #666;
    margin-bottom: 15px;
}

.reviewsform input::placeholder {
    color: #666;
}

.reviewsform textarea::placeholder {
    color: #666;
}

.btn-reviewsformstyle {
    display: block;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    background: #000;
    border: none;
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 0;
    transition: all linear 0.3s;
}

.btn-reviewsformstyle:hover {
    background: #2ecc71;
}

/* Bootstrap(v5.2.3) Accordion */
.testimonials-page {
    display: block;
    margin-top: 15px;
}

.testimonials-page .accordion-button:focus,
.testimonials-page .accordion-button:active,
.testimonials-page .accordion-button {
    padding-bottom: 13px;
    background: #000;
    color: #fff;
    box-shadow: none;
}

.testimonials-page .accordion-button.collapsed {
    background: #fff;
    color: #000;
}

.testimonials-page .accordion-button:not(.collapsed)::after {
    content: '\f107';
    font-family: 'fontawesome';
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    background-image: initial;
}

.testimonials-page .accordion-button.collapsed::after {
    content: '\f107';
    font-family: 'fontawesome';
    color: #000;
    text-decoration: none;
    background-image: initial;
}

/*===== Latest Contact Form =====*/
.contact-form-section .form-group {
    position: relative;
    overflow: hidden;
    margin: 0;
    margin-bottom: 30px;
}

.contact-form-section .form-group .fa {
    position: absolute;
    top: 0;
    z-index: 999;
    height: 100%;
    width: 50px;
    background: #666;
    text-align: center;
    padding-top: 15px;
    color: #fff;
    font-size: 18px;
}

.contact-form-section .form-group .sms {
    height: 100%;
}

.contact-form-section .contact-form-control {
    padding-left: 65px;
    height: 50px;
    border-color: #666;
    border-radius: 0;
}

.contact-form-section .contact-form-control::placeholder {
    color: #666;
}

.contact-form-section textarea.contact-form-control {
    height: 200px;
}

.contact-form-section .btn-contact-form-control {
    width: 150px;
    color: #fff;
    background-color: #000;
    border: none;
    border-radius: 0;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    transition: all linear 0.3s;
}

.contact-form-section .btn-contact-form-control:hover {
    background: #2ecc71;
}

.contact-page-location-map .googlemap {
    height: 400px;
    overflow: hidden;
    border: #eee solid 1px;
}

/*===== Latest Free Estimate Form =====*/
.free-estimate-form .form-title {
    padding: 10px 15px;
    background: #666;
    color: #fff;
}

.free-estimate-form .form-group {
    position: relative;
    overflow: hidden;
    margin: 0;
    margin-bottom: 30px;
}

.free-estimate-form .form-group .fa {
    position: absolute;
    top: 22px;
    z-index: 999;
    height: 100%;
    width: 50px;
    background: #666;
    text-align: center;
    padding-top: 15px;
    color: #fff;
    font-size: 18px;
}

.free-estimate-form .form-group .sms {
    height: 100%;
}

.free-estimate-form .free-estimate-form-control {
    padding-left: 65px;
    height: 50px;
    border-color: #666;
    border-radius: 0;
}

.free-estimate-form .free-estimate-form-control::placeholder {
    color: #666;
}

.free-estimate-form textarea.free-estimate-form-control {
    height: 200px;
}

.free-estimate-form .btn-free-estimate-form-control {
    width: 150px;
    color: #fff;
    background-color: #000;
    border: none;
    border-radius: 0;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    transition: all linear 0.3s;
}

.free-estimate-form .btn-free-estimate-form-control:hover {
    background: #2ecc71;
}

/*========== Responsive ==========*/
@media (max-width: 1199px) { }

@media (max-width: 991px) {
    .banner-content h2 span{
        display: inline;
    }
    
    .welcome-content h1{
        font-size: 36px;
    }

    .welcome-content p{
        margin: 10px 0;
        font-size: 16px;
        line-height: 30px;
    }

    .welcome-content a{
        padding: 15px 25px;
        font-size: 16px;
    }

}

@media (max-width: 768px) {
    
    /*===== Enable Header Menu Default in Small Device =====*/
    .mobile_menu {
        display: block;
        width: 0;
    }

    .mobile_menu.active {
        width: 100%;
    }

    .header-top {
        padding: 60px 0 5px;

    }

    .mobile_slideLogo img {
        margin: 15px 0;
        width: 50%;
        border-radius:20px;
        height: auto;
    }

    #mega-menu-wrap-header-menu .mega-menu-toggle {
        display: none;
    }

    #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open+#mega-menu-header-menu {
        display: block;
    }

    #mega-menu-wrap-header-menu .mega-menu-toggle+#mega-menu-header-menu {
        display: block;
    }
}

/* Meduim Device */
@media (max-width: 767px) {

    .header-nav{
        display: none;
    }

    .banner-content h2{
        font-size: 26px;
    }

    .service-block{
        margin-bottom: 30px;
        min-height: initial;
    }

    .mega-sub-menu li{width: initial !important;}
    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{font-size: 11px;}

    .banner-content p{font-size: 19px; margin: 2px 0;}
    .banner .owl-carousel .owl-item img{height:500px;}

    .banner-content a{
        padding: 10px 24px;
        font-size: 14px;
        margin-top: 5px;
    }

    .welcome-thumbnail{
        padding-right: 0;
       
    }

    .welcome-content h1{
        font-size: 24px;
    }

    .welcome-content a{
        padding: 10px 14px;
        font-size: 14px;
    }

    .header-top .row .col-md-8{justify-content: space-between; margin-top: 10px;}
    .header-logo{text-align: center; margin: 5px 0;}
    .security h3{font-size: 30px;}
    .security p{font-size: 16px;}
    .welcome-thumbnail img,.security-thumbnail img{width: 100%;}
    .section-title h2{font-size: 34px;}
    .affiliations{padding: 40px 0;}
    .aff-box{width: 100%; margin: 0 15px;}
    .info-thumbnail img{width: 100%;}
    .info-thumbnail{margin-bottom: 20px;}
    .more a{padding: 10px 32px; font-size: 16px;}
    .get-in-touch{padding: 70px 0 0;}
    .footer-content ul{flex-direction: column;}
    .footer-content ul li{margin-bottom: 20px; width: 100%;}
    .footer-content ul li h3{float: none;}
    .social-icon{text-align: center;}
    #affiliations-slider .owl-nav .owl-prev{left: 0;}
    #affiliations-slider .owl-nav .owl-next{right: 0;}

}

@media (max-width: 575px) {

    /*===== Go To Top =====*/
    #back-top {
        right: 15px;
        bottom: 25px;
    }

    #back-top a {
        width: 40px;
        height: 40px;
    }

    #back-top a .fa {
        font-size: 16px;
        margin-top: 10px;
    }

    /*=====Social Media =====*/
    .share_icon .fa {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .social_icon ul li .fa {
        width: 43px;
        height: 43px;
        font-size: 18px;
    }

    .social_icon.active ul li:nth-child(1) .fa {
        bottom: 188px;
    }

    .social_icon.active ul li:nth-child(2) .fa {
        bottom: 145px;
    }

    .social_icon.active ul li:nth-child(3) .fa {
        bottom: 102px;
    }

    .social_icon.active ul li:nth-child(4) .fa {
        bottom: 59px;
    }

    /*========== Body Section ===============*/

     .welcome{
        padding: 30px 0;
     }

    .welcome-container{
        display: block;
    }

    .col-welcome{
        width: 100%;
    }

    .welcome-content{
        padding-left: 0;
        margin-top: 30px;
    }

    .welcome-content p{
        margin: 10px 0 15px;
    }

    .footer{
        padding: 50px 0 20px;
    }
    .divider { height: 23px;}

.footer-logo img {width: 50%;}

    .footer-content {
        margin-top: 30px;
    }  

    .footer-content h4{
        margin-bottom: 15px;
        font-size: 16px;
    }

    .footer-contact ul li{
        font-size: 14px;
        line-height: 30px;
    }

    .copyright p {
        font-size: 14px;
    }

    /*===== ALL Slider Section =====*/
    #banner-slider .owl-pagination {
        top: 80%;
    }

    #testimonials-slider .owl-nav .owl-next{
        right: -55px;
    }

    #testimonials-slider .owl-nav .owl-prev{
        left: -55px;
    }

    /*===== Pages Section =====*/
    .content-banner {
        padding: 20px 0;
    }

    .content h2 {
        font-size: 20px;
    }

    .sectiontitleunderline {
        margin: 0 0 15px;
    }

    .breadcrumb .fa {
        margin: 5px;
    }

    .content p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }

}