/*
Theme Name: Global
Theme URI: https://globaltouchinternational.org/
Author: the Global Team
Author URI: https://globaltouchinternational.org/
Description: Global is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Global elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 8.3
Requires PHP: 5.6
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Global
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, sticky-post, threaded-comments, translation-ready

Global WordPress Theme, (C) 2021 WordPress.org
Global is distributed under the terms of the GNU GPL.
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli:200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
@charset "utf-8";


html,body{ font-size: 16px; height: 100%; background:#fff; font-family: 'Poppins',sans-serif;-webkit-font-smoothing: antialiased;font-smoothing: antialiased; color: #222; }
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{/*font-family: 'Montserrat', sans-serif;*/}
p{line-height: 1.5;}
*,:after,:before{box-sizing:border-box}
.clearfix:after,.clearfix:before{content:'';display:table}
.clearfix:after{clear:both;display:block}
a{color:inherit;text-decoration:none}
a:focus{outline:none;box-shadow:none;}
button:focus{outline:none;box-shadow:none;}
input:focus{outline:none;box-shadow:none;color:inherit;}
.form-control:focus{outline:none;box-shadow:none;color:inherit;}
img{max-width:100%;}
.overflow-hidden{overflow:hidden;}
a.read-more {color: inherit; border-bottom: 1px solid; text-decoration: none; position: relative;}
a.read-more .fa{margin-left: 5px; transition: all 0.2s ease-in-out;}
a.read-more:hover .fa{margin-left: 15px; transition: all 0.2s ease-in-out;}

.heading {position:relative;color: rgb(170, 44, 47); line-height: 1.1; margin-top: 0px; margin-bottom: 3rem;font-weight: 700;}
.heading span {}
.heading::before{content:''; position:absolute;left:0; bottom:-1rem; width:50px;height:4px;background:rgb(170, 44, 47);}

.text-center .heading::before, .text-center.heading::before{left:50%; transform:translateX(-50%);}

@media (min-width: 992px){
    .text-lg-left .heading::before, .text-lg-left.heading::before{left:0%; transform:translateX(0%);}
}
.subheading {font-weight: 700; text-transform: uppercase; color: rgb(241, 171, 27); line-height: 1.4; letter-spacing: 2px;}

.section{padding:60px 0px;}
.fluid-section{background-color: rgba(170, 44, 47, 0.05); position:relative; display: flex; align-items: center; }
.fluid-section .bg-image{background-position: left center; background-size: cover; background-repeat: no-repeat;  height: 100%;  position: absolute;  top: 0px;   left: 0px;}
.fluid-section .bg-image.right{right:0px; left:auto; }
.fluid-section .content{ padding:0px 50px;}
.fluid-section .content h2{margin-top:0px;}

.font-lg{font-size: 115%;}

ul.tick-list{margin-top:20px; padding:0px;}
ul.tick-list li{position:relative; padding-left:30px; list-style:none;}
ul.tick-list li + li{margin-top:15px;}
ul.tick-list li:before{content:''; position:absolute;  top:0px; left:0px; background:transparent; height:15px; width:15px; background-image:url(assets/images/tick-icon.png); background-position:center; background-repeat:no-repeat; background-size:cover;     filter: grayscale(1);}

/************Button Css***********/
.btn{display: inline-block;border: none; font-size: 1rem;font-weight: 500;min-width: 120px;padding: 0.5rem 1rem; border-radius:50px;text-transform: capitalize;background: #ccc;color: #fff;line-height: normal;cursor: pointer;text-align: center;}
.btn + .btn{margin-left: 15px;}
.btn:hover{color: inherit;}
.btn i,
.btn span{margin-left: 5px;}

.btn-rounded{border-radius: 50px;}

.btn-lg{ font-size: 18px; line-height: 1; padding: 15px 25px;     letter-spacing: 1.5px;}
.btn-sm{ font-size: 12px; padding: 6px 10px; min-width: 90px;}
.btn-xs{ font-size: 10px; padding: 6px; min-width: 60px; line-height: 1;}

.btn-lg.btn-rounded{border-radius: 40px;}
.btn-sm.btn-rounded{border-radius: 20px;}
.btn-xs.btn-rounded{border-radius: 20px;}

.btn-navyblue{background: rgb(13, 45, 98);color: #fff;}
.btn-navyblue:hover{color: #fff;}
.btn-blue{background: rgb(170, 44, 47); color: #fff;}
.btn-blue:hover{color: #fff;}
.btn-grey{background: rgb(187, 188, 189); color: #fff;}
.btn-white{background: #fff;}

.btn-success {color: #fff; background-color: #28a745; border-color: #28a745;}
.btn-danger {color: #fff; background-color: #dc3545; border-color: #dc3545;}

.btn-outline-navyblue{background: transparent ; border:2px solid rgb(13, 45, 98); color: rgb(13, 45, 98);}
.btn-outline-blue{background: transparent ; border:2px solid rgb(170, 44, 47); color: rgb(170, 44, 47);}

.btn-outline-grey{background:transparent; color: rgb(187, 188, 189); border:2px solid rgb(187, 188, 189);}

.btn-outline-white{background:transparent; border:2px solid #fff;}

.btn-group .btn:last-child {margin-left:8px;}
.btn-group-merged{position:relative;}
.btn-group-merged .btn:first-child {border-top-left-radius:50px; border-bottom-left-radius:50px; border-right: 2px solid rgb(66, 165, 202);}
.btn-group-merged .btn:last-child {border-top-right-radius:50px; border-bottom-right-radius:50px; border-left: 2px solid rgb(66, 165, 202);}
.btn-group-merged .btn + .btn{border-top-left-radius:0; border-bottom-left-radius:0; border-left: 2px solid rgb(66, 165, 202);}
.btn-group-merged .btn a{color:inherit;}

/************End Button Css***********/

#preloder{position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 999999;background: #000; display:none;}
.loader{width: 40px;height: 40px;position: absolute;top: 50%;left: 50%;margin-top: -13px;margin-left: -13px;border-radius: 60px;animation: loader .8s linear infinite;-webkit-animation: loader .8s linear infinite;}
@keyframes loader{
  0%{-webkit-transform: rotate(0deg);transform: rotate(0deg);border: 4px solid #f44336;border-left-color: transparent;}
  50%{-webkit-transform: rotate(180deg);transform: rotate(180deg);border: 4px solid #673ab7;border-left-color: transparent;}
  100%{-webkit-transform: rotate(360deg);transform: rotate(360deg);border: 4px solid #f44336;border-left-color: transparent;}
}
@-webkit-keyframes loader{
  0%{-webkit-transform: rotate(0deg);border: 4px solid #f44336;border-left-color: transparent;}
  50%{-webkit-transform: rotate(180deg);border: 4px solid #673ab7;border-left-color: transparent;}
  100%{-webkit-transform: rotate(360deg);border: 4px solid #f44336;border-left-color: transparent;}
}

/**************Form holder css********/
.form-holder{}
.form-holder label{line-height: 1;   margin-bottom: 5px; font-weight: 500;}
.form-holder .form-control{border-radius: 0px;}
.form-holder .form-title{margin-bottom: 10px; padding-bottom: 20px;  border-bottom: 1px solid #eee; color:rgb(33, 63, 154);}
.form-holder .form-title:nth-child(n+2){margin-top: 30px;}
.form-holder .form-submit{margin-top: 15px; padding-top: 15px; border-top: 1px solid #ced4da;}
/**************End Form holder css********/
.page-content ol{
    padding-left:17px;
}

.page-content ul{
    padding-left:0px;
}
.page-content ul li{
    position:relative;
    list-style:none;
    padding-left:26px;
}
.page-content ul li:after{
   content: "\e65a";
    position: absolute;
    left: 0;
    color: rgb(170, 44, 47);
    top: 0.1em;
    font-family: themify-icons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    speak: none;
    text-decoration: none;
    text-transform: none;
    transform: rotate(45deg);
    font-size: 14px;
}
.page-content ul li + li{margin-top:7px;}

.dataTables_wrapper{overflow:auto;}
/************Header Css***********/
header{}
header .top-bar{padding: 10px 0px; background: rgb(170 44 47); color:#fff;}
header .top-bar ul{font-size: 1.1rem;margin-bottom: 0px; padding: 0px;}
header .top-bar ul li{display: inline-block;}
header .top-bar ul li i{display: inline-block;  vertical-align: middle;}
header .top-bar ul li a{color: inherit; text-decoration: none;}
header .top-bar ul li + li{margin-left: 20px;}

header .contact-info{ padding-right: 20px;  border-right: 1px solid #eaeaea;}
header .contact-info a{color: inherit;  margin-bottom: 0;  font-weight: 400;}
header .contact-info a i {margin-right: 10px;}

header .site-logo{display: inline-block;color: rgb(170 44 47);font-weight: 800; font-size: 1.5rem; text-decoration: none;transition: all 0.3s ease-in-out;}
header .site-logo img{display: block; margin: auto;max-height: 70px; transition: all 0.3s ease-in-out;}
header .bottom-bar{padding: 10px 0px; background: #fff; transition: all 0.3s ease-in-out;}
header .bottom-bar .d-flex{flex-direction:column;}
header.sticky .bottom-bar{position: fixed; top: 0px; left: 0px;  width: 100%; box-shadow: 0px 0px 5px #aaa; z-index: 99; transition: all 0.3s ease-in-out ;}
header.sticky .site-logo{font-size:0px;transition: all 0.3s ease-in-out;}
header.sticky .site-logo img {max-height: 70px; transition: all 0.3s ease-in-out;}

header .navbar{padding: 4px 0px;}
header .slicknav-menu{display: none;}
header .menu{list-style: none; margin: auto; padding:0px;}
header .menu > li{display: inline-block;position: relative; vertical-align: middle;}
header .menu > li + li{margin-left:1.5rem;}
header .menu > li > a{text-transform: capitalize;}
header .menu > li > a:not(.btn){display: inline-block; font-weight:500;line-height: 1;padding-top: 10px; padding-bottom:10px; position: relative; text-decoration: none;}
header .menu > li:hover > a:not(.btn){color: rgb(170 44 47);}
header .menu > li.active a{color: rgb(170 44 47);}
.menu-item-has-children{padding-right:30px;}
.menu-item-has-children .open-submenu{position: absolute; top: 50%; right: 0px; font-weight: 100; font-size: 18px; color: inherit; transform: translateY(-50%); padding: 4px;cursor:pointer;}
.menu-item-has-children .open-submenu.active{transform: translateY(-50%) scale(-1);}
.menu-item-has-children:hover .open-submenu{color:inherit;}

.sub-menu{ display:none; position:absolute; top:100%; left:0px; z-index: 999; min-width:200px;border:none;padding:0;border-radius:0;box-shadow:none;background:#fff;box-shadow:0 3px 16px 0 rgba(0,0,0,.4)}
.sub-menu li{display:block;float:none;margin-right:0;border-bottom:1px solid #ededed;margin-left:0;transition:all .4s linear}
.sub-menu li a{text-transform:uppercase; color: #222;padding: 15px;transition:all 150ms linear;display:block;margin-right:0;font-weight: 500;}
.sub-menu li:last-child{border-bottom:none}
.sub-menu li:hover a{color: rgb(13, 45, 98); text-decoration: none;}

header .nav-switch{display: none;}

header .menu-toggler-btn{position: relative; z-index: 999;width:36px;height:34px;padding:6px 4px;border: none; background: none; cursor: pointer;}
header .menu-toggler-btn .bar{ background-color:rgb(170, 44, 47); border-radius:6px; width:100%; height:3px; display:block; position:relative; transition:all .5s ease 0s; -webkit-border-radius:6px; -moz-border-radius:6px; -ms-border-radius:6px; -o-border-radius:6px; }
header .menu-toggler-btn .bar:not(:last-of-type){margin-bottom:6px;}
header .menu-toggler-btn .bar:nth-child(2){width:20px;margin-left:auto;}
header .menu-toggler-btn.active .bar:nth-child(1){top:4px;transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);}
header .menu-toggler-btn.active .bar:nth-child(2){display:none;}
header .menu-toggler-btn.active .bar:nth-child(3){top:-5px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);}





/************End Header Css***********/

/************Home slider Css***********/
.home-slider-wrap{padding-bottom: 54px;}
.home-slider .item{display:flex; align-items:center; position: relative;width:100%; aspect-ratio:2/1; /*height: 650px;*/ max-height: 100vh; background-repeat: no-repeat;background-size: cover;background-position: top center; color: #fff;}
/*.home-slider .item:before {position: absolute; width: 100%; height: 100%; top: 0; left: 0; right: 0; content: '';  background: rgb(13, 45, 98);
    background: -moz-linear-gradient(45deg, rgb(13, 45, 98) 0%, rgb(241, 171, 27) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgb(13, 45, 98)), color-stop(100%, rgb(241, 171, 27)));
    background: -webkit-linear-gradient(45deg, rgb(13, 45, 98) 0%, rgb(241, 171, 27) 100%);
    background: -o-linear-gradient(45deg, rgb(13, 45, 98) 0%, rgb(241, 171, 27) 100%);
    background: -ms-linear-gradient(45deg, rgb(13, 45, 98) 0%, rgb(241, 171, 27) 100%);
    background: linear-gradient(45deg, rgb(13, 45, 98) 0%, rgb(241, 171, 27) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(13, 45, 98)', endColorstr='rgb(241, 171, 27)', GradientType=1 );
    opacity: .5;}*/
.home-slider .item span{font-size:1rem;text-transform: uppercase;letter-spacing: 1px;margin-bottom: 0.5rem;display: block;position: relative;top: 50px;opacity: 0;  }
.home-slider .item h2{font-size:3rem;text-transform: uppercase;font-weight: 700;margin-bottom: 2rem;position: relative;top: 50px;opacity: 0; color: #fff; display:none; }
.home-slider .item p{font-size:1rem;font-weight: 300;margin-bottom: 35px;position: relative;top: 100px;opacity: 0;  }
.home-slider .item .btn{position: relative;top: 50px;opacity: 0;}
.home-slider .item .btn + .btn{margin-left: 25px;}
.home-slider .item .container{position: relative;}


.home-slider .owl-item.active .item h2,
.home-slider .owl-item.active .item span,
.home-slider .owl-item.active .item p,
.home-slider .owl-item.active .item .btn{top: 0;opacity: 1;}
.home-slider .owl-item.active .item span{-webkit-transition: all .5s ease .2s;-o-transition: all .5s ease .2s;transition: all .5s ease .2s;}
.home-slider .owl-item.active .item h2{-webkit-transition: all .5s ease .4s;-o-transition: all .5s ease .4s;transition: all .5s ease .4s;}
.home-slider .owl-item.active .item p{-webkit-transition: all .5s ease .6s;-o-transition: all .5s ease .6s;transition: all .5s ease .6s;}
.home-slider .owl-item.active .item .btn{-webkit-transition: all .5s ease .8s;-webkit-transition: all .5s ease .8s;-o-transition: all .5s ease .8s;transition: all .5s ease .8s;}


.home-slider .owl-controls-wrap{bottom: 0;margin: -4.5rem auto 0;}
.home-slider .owl-controls{display: inline-block;padding: 0 38px;position: relative; height: 14px;}
.home-slider .owl-dots{display: -ms-flex;display: -webkit-box;display: -ms-flexbox;display: flex;padding-top: 7px;}
.home-slider .owl-dots .owl-dot{width: 8px;height: 8px;background: #fff;border-radius: 15px;margin-right: 10px;opacity: .25;}
.home-slider .owl-dots .owl-dot.active{opacity: 1;}
.home-slider .owl-dots .owl-dot:last-child{margin-right: 0;}
.home-slider .owl-nav button.owl-next,
.home-slider .owl-nav button.owl-prev{font-size: 30px;position: absolute;color: #fff;bottom: -22px;}
.home-slider .owl-nav button.owl-next{right: 0;}
.home-slider .owl-nav button.owl-prev{left: 0;}


.slide-num-holder{float: right;z-index: 1;color: #fff;position: relative;font-size: 24px;font-weight: 700;position: relative;margin-top: -22px;}
.slide-num-holder span:first-child{margin-right: 41px;}
.slide-num-holder:after{position: absolute;content: "";height: 30px;width: 1px;background: #fff;left: 50%;top: 0;-webkit-transform-origin: center;-ms-transform-origin: center;transform-origin: center;-webkit-transform: rotate(30deg);-ms-transform: rotate(30deg);transform: rotate(30deg);}
/************End Home slider Css***********/


/************Hero Section Css*************/
.hero-section{position:relative;height:20rem;}
.hero-section figure{position:relative;top:0;width:100%;height:100%;}
.hero-section figure::after{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(13, 45, 98, 0.3);content:"";}
.hero-section figure img{height:100%;width:100%;object-fit:cover;}
.hero-section .hero-text{position: absolute;  top: 0;  left: 0;  color: #fff;  width: 100%; height:100%;}
.hero-section .hero-text h1{font-weight:700;}
/************End Hero Section Css*************/



  

/************Intro section Css***********/
.intro-image{}
.intro-image img{max-width: 100%; height: 370px; aspect-ratio: 1/1; margin: auto; object-fit: cover; object-position:center;}
.intro-content{margin-bottom: 30px;}
.intro-text{margin-top: 30px;}
.intro-text p:last-of-type{margin-bottom: 0;}

/************End Intro section Css***********/

/************Youtube section Css***********/
.youtube{background: rgba(170, 44, 47, 0.1);}
.youtube-image{position:relative;border-radius:40px;overflow: hidden; width: 100%;aspect-ratio: 16/9; outline: 2px solid #fff; outline-offset: -10px;}
.youtube-image:after{content:''; position:absolute; left:0;top:0;width:100%; height:100%; background:rgba(0,0,0,0.5);}
.youtube-image .icon{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:max-content; height:max-content;z-index:9;}

/************End Youtube section Css***********/

/******Gallery Css*****************/
.gallery-item{ margin-top:30px;}
.gallery-item .gallery-image{position:relative;border-radius:20px;overflow: hidden; width: 100%;aspect-ratio: 16/9; outline: 2px solid #fff; outline-offset: -10px;}
.gallery-item .gallery-image:after{content:''; position:absolute; left:0;top:0;width:100%; height:100%; background:rgba(0,0,0,0);}
.gallery-item .gallery-image img{width:100%; height: 100%;    object-fit: cover;}
/******End Gallery Css*************/

/************Courses Css***********/
.home-courses{background: rgba(170, 44, 47, 0.1);}
.course-item{height:300px; position: relative; overflow: hidden; margin-bottom: 30px; display: flex; align-items: flex-end; background-size: cover; background-position: center; background-repeat: no-repeat;    border-radius: 1.5em;}
.course-item::before{content: ''; position: absolute; top:0px; left: 0px; height: 100%; width: 100%; background: rgba(13, 45, 98, 0);}
.course-item .text{position: relative;color: #fff; padding: 15px 30px; background: rgba(170, 44, 47, 0.7); width: 85%;clip-path: polygon(80% 0, 100% 100%, 100% 100%, 0 100%, 0 0);}
.course-item .course-title{ line-height: 1;    max-width: 80%;}
.course-item .read-more{}
/************End courses Css***********/





/****************Request Quote Section css*****************/
.request-quote{position: relative;  background-repeat: no-repeat;background-size: cover;background-position:center;}
.request-quote:before {position: absolute; width: 100%; height: 100%; top: 0; left: 0; right: 0; content: '';  background: rgb(13, 45, 98 , 0);  opacity: 1;}
.request-quote .bg-image{position: absolute; top: 0;  right: 0;width:50%; height: 100%;   background-repeat: no-repeat;background-size: cover;background-position:center;background-color: rgba(13, 45, 98, 1); background-blend-mode: luminosity;}

.request-quote .card{border:0px;/* border-radius: 2rem; padding:2rem;background: rgba(170, 44, 47, 0.1);*/}
.request-quote .card h2{color:rgba(13, 45, 98, 1);}
.request-quote-form .form-group{position:relative;width:100%;display:block;}
.request-quote-form .form-group .icon{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}
.request-quote-form .form-group .icon span{color:#000;}
.request-quote-form .form-group .select-wrap{position:relative;}
.request-quote-form .form-group .select-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.request-quote-form .form-group .btn{width:100%;display:block;}

.request-quote-form .gform_wrapper ul{display: grid!important; grid-template-columns: 1fr 1fr; align-items: flex-end;grid-column-gap: 15px;}
.request-quote-form .gform_wrapper ul li.gfield{margin-bottom:0px!important;padding-right:0px!important;}
.request-quote-form .gform_wrapper ul li.gfield + li.gfield{margin-top:20px!important;}

.request-quote-form .gform_wrapper ul li.gfield#field_1_7{grid-column: 1/span 2;}

.request-quote-form .gfield_label{float:none!important; width:100%!important; margin-bottom:0px!important; font-weight:400!important;}
.request-quote-form .ginput_container{float:none!important; width:100%!important;}

.request-quote-form .form-control, 
.request-quote-form .ginput_container input,
.request-quote-form .ginput_container textarea{width:100%!important;border:transparent; border-bottom:1px solid rgba(13, 45, 98, 1);padding-left:0;padding-right:0;background:transparent;border-radius:0px;-webkit-box-shadow:none;box-shadow:none;    max-height: 100px; padding-left:0!important; padding-right:0!important;}


.request-quote-form .form-control::-webkit-input-placeholder{}
.request-quote-form .form-control::-moz-placeholder{}
.request-quote-form .form-control:-ms-input-placeholder{}
.request-quote-form .form-control:-moz-placeholder{}
.request-quote-form .ginput_container input:focus, 
.request-quote-form .ginput_container textarea:focus, 
.request-quote-form .form-control:active{border-color:rgb(241, 171, 27); outline:none!important;}
.request-quote-form textarea.form-control{height:inherit;}
 
.request-quote-form .gform_button{
    display: inline-block;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    min-width: 120px;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    text-transform: capitalize;
    background: rgb(170, 44, 47);
    color: #fff;
    line-height: normal;
    cursor: pointer;
    text-align: center;
    color: rgb(255, 255, 255);
}
 
.request-quote-form  .gform_wrapper .gform_footer{margin-left:0px!important;}


/************Notice Css**********************/
.notice-and-updates{    border-radius: 2rem;     padding: 2rem; background: rgb(170 44 47); color:#fff;height: 100%;}
.notice-and-updates .list{
    height:200px;
    overflow-y:hidden;
}
.notice-and-updates .list:hover{
     overflow-y:auto;
}
.notice-and-updates .list a:hover{color:rgb(241, 171, 27);}

/* width */
.notice-and-updates .list::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.notice-and-updates .list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 8px;
}
 
/* Handle */
.notice-and-updates .list::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.2); 
  border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
.notice-and-updates ul{padding-left:19px;}
.notice-and-updates ul li + li{margin-top:10px;}
.notice-and-updates img{
    border-radius: 20px;
    margin-top: 10px;
    border: 1px solid #fff;
    padding: 2px;
}
/************End Notice Css******************/


/**************Staff Css*******************/
.staff {overflow: hidden;margin-bottom: 2rem;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.staff .img-wrap {position:relative;padding:50%; border-radius: 50%;overflow: hidden;}
.staff .img-wrap img {position:absolute;width: 100%;height:100%;left:0; top:0;object-fit:cover; object-position:center; filter: grayscale(0.5);}
.staff .text {position: relative;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.staff .text h4 {font-weight: 600;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.staff .text .position {text-transform: uppercase;color: #b3b3b3;color: rgb(241, 171, 27);display: block;letter-spacing: 2px;font-size: 12px;font-weight: 500;}
.staff .text .faded {opacity: 1;}
.staff .social {position: absolute;top: -30px;left: 0;right: 0;padding: 15px 10px;background: transparent;opacity: 0;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.staff .social li{display: inline-block;}
.staff .social li + li{margin-left: 1rem;}
.staff .social li a {color: rgb(241, 171, 27); font-size: 1.5rem; text-decoration: none;}
.staff:hover .social, .staff:focus .social {opacity: 1;top: -80px;}
.staff:hover .img, .staff:focus .img {margin-top: -10px;}
.staff:hover .text h3, .staff:focus .text h3 {color: rgb(241, 171, 27);}


/***************Contact Section Css***********/
.contact{position:relative;background: rgba(0, 0, 0, 0) url(assets/images/contact-banner.jpg) no-repeat scroll 0 0 / cover;}

.contact::before {background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;  content: "";  height: 100%; left: 0; position: absolute;  top: 0;width: 100%;z-index: 1;}
.contact .container{position:relative;    z-index: 9;}
.contact-info{}
.contact-info img{margin-bottom: 1.5rem; filter: invert(1);}
.contact-info h4{margin-bottom: 1.5rem; color: rgb(170, 44, 47);}
.contact-info p{color:#fff;}

.contact-form .form-group{position:relative;width:100%;display:block;}
.contact-form .form-group .icon{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}
.contact-form .form-group .icon span{color:#000;}
.contact-form .form-group .select-wrap{position:relative;}
.contact-form .form-group .select-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.contact-form .form-group .btn{width:100%;display:block;}
.contact-form .form-control{border:transparent;border-bottom:1px solid rgba(13, 45, 98, 1) ;height:58px ;padding-left:0;padding-right:0;background:transparent;border-radius:0px;-webkit-box-shadow:none;box-shadow:none;}
.contact-form .form-control::-webkit-input-placeholder{}
.contact-form .form-control::-moz-placeholder{}
.contact-form .form-control:-ms-input-placeholder{}
.contact-form .form-control:-moz-placeholder{}
.contact-form .form-control:focus, .contact-form .form-control:active{border-color:rgb(241, 171, 27);}
.contact-form textarea.form-control{height:inherit;}

/***************End Contact Section Css***********/



/***************Footer Css**********************/

footer #top_footer{background:rgba(13, 45, 98, 1);padding:3rem 0px;font-size: 0.9rem;}
footer #top_footer p{color:#fff;}
footer #top_footer .title{color:#fff;font-weight:500;margin-bottom:2rem;}
footer #top_footer .logo{margin-bottom:20px;width:100%;display:block;font-weight: 800; font-size: 1.5rem; text-decoration: none;}
footer #top_footer .logo img{width: auto; max-height: 70px;  display: block; margin: auto;     border-radius: 50%;}

footer #top_footer ul{padding:0px; margin:0px;}
footer #top_footer ul li{display:inline-block;}
footer #top_footer ul li + li{margin-left:2.5rem;}
footer #top_footer ul li a{color:#fff;text-decoration:none;}
footer #top_footer ul li a:hover{color:rgb(241, 171, 27);}
footer #top_footer ul.social-links{margin-top:2rem;font-size:1.5rem;}
footer #bottom_footer{background-color:#141F35;padding:20px 0px;text-align:center}
footer #bottom_footer nav a{color:#b6b6b6;font-size:14px;line-height:17px;display:inline-block;font-weight:300;padding-left:6px}
footer #bottom_footer nav a:first-child{border-right:1px solid #b6b6b6;padding-right:8px}
footer #bottom_footer nav a:hover{text-decoration:none;color:rgb(241, 171, 27)}
footer #bottom_footer .copy{padding:0;margin:0;color:#b6b6b6;line-height:17px;font-weight:300;padding-top:7px;letter-spacing:1px}
footer #bottom_footer .copy a{color:#b6b6b6;}
/***************End Footer Css**********************/


@media screen and (max-width:1199px ){
  html,body{ font-size: 14px;}

  header .menu > li + li { margin-left: 1rem;}
   .home-slider .item{height:600px;}
}

@media screen and (max-width:991px ){

  header .bottom-bar .d-flex{flex-direction:row;}
  
  header .site-logo img{display:inline-block;}
  header .navbar{background-color:rgb(241, 171, 27);position:fixed;width:100%;height:100%;top:0;left:0;display:flex;flex-direction:column;opacity:0;visibility:hidden;z-index:3;transition:all .5s ease 0s;-webkit-transition:all .5s ease 0s;-moz-transition:all .5s ease 0s;-ms-transition:all .5s ease 0s;-o-transition:all .5s ease 0s; padding:6rem 3rem 4rem;}
  header .navbar.active{opacity:1;visibility:visible;transition:all .5s ease 0s;-webkit-transition:all .5s ease 0s;-moz-transition:all .5s ease 0s;-ms-transition:all .5s ease 0s;-o-transition:all .5s ease 0s;}
  header .navbar .menu{text-align:center;}
  header .navbar .menu > li + li{margin-top:1rem;display: block; margin-left: 0px;}
  header .menu > li > a:not(.btn){font-weight:400;}
  header .navbar .menu > li > a{font-size:1.2rem;}
  .menu-item-has-children {padding-right:0;}
  .menu-item-has-children .open-submenu{top:20px;}
  .sub-menu{position:relative;}
  
  header .navbar .menu-primary-navigation-container{overflow:auto;    width: 100%;}
  
  
  .home-slider .item{height: 500px;}
  .home-slider .item h2{font-size: 2.5rem;}

  .intro-image { margin-top: 4rem;}
  

  .request-quote:before{opacity: 0.5;}
  .request-quote .bg-image{display: none;}

  .contact .row{row-gap: 3rem;}

  footer #top_footer .row{row-gap: 3rem;}
  
  
}

@media screen and (max-width:767px ){
    .h1,h1{font-size:2rem;}
    .h2,h2{font-size:1.75rem;}
    .h3,h3{font-size:1.5rem;}
    .h4,h4{font-size:1.25rem;}
    .h5,h5{font-size:1.15rem;}
    
    .home-slider .item{height:400px;}
  .intro-image img{width: 350px;  height: 350px;}
  .home-slider .item h2{font-size: 2rem;}

  footer #top_footer{text-align: center;}
    footer #top_footer ul li{display:block;}
    footer #top_footer ul li + li{margin-left:0px; margin-top:1rem;}
}


@media screen and (max-width:575px ){
    header .site-logo{font-size:0px}
    .home-slider .item{height:300px;}
  .home-slider .item h2{font-size: 1.5rem; text-align:center;}

  .intro-image img{width: 300px;  height: 300px;}

}