* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Glegoo', serif;

    overflow-x: hidden;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    overflow-x: hidden !important;
}
p {
    font-weight: 400;
    line-height: 26px;
    font-size: 16px;
    color: #000000;
    font-family: 'Glegoo', serif;

}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #171c2f;
    margin: 0;
    font-weight: 700;

}
a,
a:hover,
a:focus, 
button {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    outline: none;
}
a:hover,
a:focus, 
button:hover{
    color: #B91E24;
}

ol,
ul {
    margin: 0;
    padding: 0;
}
ol li,
ul li {
    list-style: outside none none;
    list-style-type: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.button_second {
    border: 1px solid #B91E24;
    background: #B91E24;
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    padding: 0px 45px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 45px;
}
.button_second img{
    margin-top: -2px !important;
    padding-left: 10px;
    width: 30px;
    display: none;
}
.button_second:hover{
    background: #ff7e00;
    color: #ffffff;
    border: 1px solid #ff7e00;
}


.p-0{padding: 0;}
.p-l{padding-left: 0 }
.p-r{padding-right: 0;}
.particles{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}



/*----- Button Style-----*/
.swin-btn.active{
    background: #ffffff;
    color: #333333;
     border: 1px solid #ffffff;
     margin-left: 25px;
}
.swin-btn.active:hover{
    background: #ffc80d;
    color: #ffffff;
     border: 1px solid #ffc80d;
}
.swin-btn{
    line-height: 60px;
    padding: 0px 50px;
    height: 60px;
    background: #B91E24;
    border: 1px solid #B91E24;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 14px;
    margin-top: 50px;
    font-weight: 700;
}
.swin-btn img{
    padding-left: 10px;
    display: none;
}
.swin-btn:hover{
    background: #43baff;
    border: 1px solid #43baff;
    color: #ffffff;
}





.section_title{
    text-align: center;
    width: 65%;
    margin: 0px auto 60px;
}
.section_title span{
    font-size: 16px;
    color: #333333;
    letter-spacing: 1px;
    display: none;
}
.section_title h2{
    font-size: 45px;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 0px;
    line-height: 60px;
}
.section_title p {
    margin: 15px auto 0;
    display: none;
}




/*=========={ Header Section }==============*/
.header_wrapper{
    position: relative;

}

/*--- Header top ---*/
.header_top {
    background: #B91E24;
    min-height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
}
.header_top .info_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_top .info_wrapper .contact_info ul{
    display: flex;
    align-items: center;
}
.header_top .info_wrapper .contact_info ul li{
    margin-right: 30px;
    color: #ffffff;
}
.header_top .info_wrapper .contact_info ul li i{
    margin-right: 7px;
    color: #f7db07;
}
.header_top .social_wrapper span {
    padding-right: 15px;
    font-family: "Rubik", sans-serif;
    line-height: 30px;
    color: #ffffff; 
}
.header_top .social_wrapper .social-items li:last-child {
    margin-right: 0; 
}
.header_top .social_wrapper .social-items li a:hover i {
    margin-top: -8px; 
}
.header_top .social_wrapper .social-items li a i {
    color: #ffffff;
    padding: 0;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 29px;
    border-radius: 50%;
    font-size: 13px;
    margin: 0;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.header_top .social_wrapper .social-items li a i:hover {
    padding: 0;
}


/*--- Header ---*/


/* ========= Slider Style  ==========*/
.carousel-inner {
    max-height: 550px;
}
.carousel .carousel-item {
    width: 100%;
    height: 550px;
    background-size: cover;
    background-position: center;
}
.carousel .carousel-item:first-of-type {
    background-image: url("../images/banner.jpg");
}
.carousel .carousel-item:nth-of-type(2) {
    background-image: url("../images/banner_1.jpeg");
}
.carousel .carousel-item:nth-of-type(3) {
    background-image: url("../images/banner_2.jpeg");
}
.carousel .carousel-item:last-of-type {
    background-image: url("../images/banner_3.jpeg");
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 50px;
    height: 50px;
}
.carousel-control-prev, .carousel-control-next {
    cursor: pointer;
    background: #000;
    background: rgba(0,0,0,0.8);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
        top: 50%;
    transform: translateY(-50%);
        line-height: 40px;
    color: #fff;
}


header {
    background: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.header_wrapper a.scroll_down {
    position: absolute;
    left: 50%;
    bottom: -80px;
    transform: translateX(-50%);
    z-index: 999;
    display: none;
}
header .navbar .navbar-brand{
    padding-top: 0;
    padding-right: 30px;
}
header .navbar {
    background: #ffffff;
    padding: 0px 0;
    position: relative;
    z-index: 1;
}
header .navbar .navbar-nav .btn{
    display: none;
}
header .navbar .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0px;
}
header .navbar .nav-item .nav-link {
    color: #b91e24;
    font-size: 15px;
    padding: 0px 13px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}
header .navbar .nav-item .nav-link.active,
header .navbar .nav-item .nav-link:hover {
    color: #333333;
}
header .navbar .contact_number:hover{
    background: #ff7e00;
} 
header .navbar .contact_number {
    font-weight: 600;
    margin-left: 15px;
    color: #ffffff;
    height: 44px;
    line-height: 44px;
    padding: 0 34px;
    background: #B91E24;
    transition: all 0.3s ease-in-out;
    
    border-radius: 5x;
    font-size: 15px;
}
.header .navbar .contact_number i{
    color: #ff7e00;    
    transition: all 0.3s ease-in-out;
    padding-right: 10px;
    font-size: 18px;
    display: none;
}
header .navbar .contact_number:hover i{
    color: #171c2f;
}
/*--- Header Content ---*/
.header_wrapper .intro-wrapper {
    text-align: left;
    position: absolute;
    top: 50%;
    z-index: 99;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
.header_wrapper .intro-wrapper .intro-text{
    text-align: center;
    max-width: 70%;
    margin: 0px auto;
    background: rgba(0, 0, 0, 0.2);
    padding:40px;
    border-radius: 10px;
}
.header_wrapper .intro-wrapper .intro-text .welcome_shape{
    width: 187px;
}
.header_wrapper .intro-wrapper .intro-text span{
    display: inherit;
    margin: 0px 0 5px;
        font-size: 45px;
    color: #ffc80d;
    display: none;
}
.header_wrapper .intro-wrapper .intro-text h1 {
    margin-bottom: 36px;
    font-size: 45px;
    color: #ffffff;
}
.header_wrapper .intro-wrapper .intro-text p{
    color: #ffffff;
    line-height: 30px;
    margin: 0;
    font-size: 18px;
    padding:0 100px;
    display: none;
}
.header_wrapper .intro-wrapper .intro_banner{
    display: none;
}
.header_wrapper .intro-wrapper .btn{
    display: none;
}



/*-------- Inner Header --------*/
.header_inner{
        min-height: 300px;
}
.silder_wrapper.inner .intro-wrapper{
    position: static;
    transform: none;
    background: #EFEFEF;
    padding: 40px 0;
}
.silder_wrapper.inner .intro-wrapper ul li a {
    color: #000000;
    padding-right: 10px;
    margin-right: 10px;
    transform: all 0.3s ease-in-out;
    position: relative;
}
.silder_wrapper.inner .intro-wrapper ul li a:before{
    position: absolute;
    content: "\f054";
    font-family: FontAwesome;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
    font-size: 13px;
    line-height: 25px;
    color: #333333;
}
.silder_wrapper.inner .intro-wrapper ul li:last-child a:before{
    display: none;
}
.silder_wrapper.inner .intro-wrapper ul li a:hover{
    color: #B91E24;
}
.silder_wrapper.inner .carousel {
    display: none;
}
.silder_wrapper.inner .intro-text p{
    display: none;
}
.silder_wrapper.inner .intro-text {
    text-align: center;
    background: none;
    padding: 0;
}
.silder_wrapper.inner .intro-text h1 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 55px;
    text-transform: none;
    color: #000000;
}
.silder_wrapper.inner img {
    display: none;
}
.silder_wrapper.inner .intro-text .swin-btn {
    margin-top: 0;
        line-height: 0;
    padding: 0 40px 0  0;
    height: 0;
    border: none !important;
    font-size: 15px;
    font-weight: 400;
    position: relative;
}
.silder_wrapper.inner .intro-text .swin-btn:hover{
    color: red;
}
.silder_wrapper.inner .intro-text .swin-btn:before{
    position: absolute;
    content: "//";
    font-size: 25px;
    right: 10px;
    top: 2px;
}
.silder_wrapper.inner .intro-text .swin-btn:last-child{
    padding: 0;
}
.silder_wrapper.inner .intro-text .swin-btn:last-child:before{
    display: none;
}















/*========== Services Block =========*/
.about_us {
    background: #F4F4F4;
    padding: 100px 0 ;
    position: relative;
}
.about_us .section_title{
    display: none;
}
.about_us .block_item.one .block_icon, 
.about_us .block_item.one h5, 
.about_us .block_item.one .button_second i{
    display: none;
}
.about_us .block_item.one {
    padding-right: 75px;
}
.about_us .block_item.two{
    margin-bottom: 30px;
}
.about_us .block_item.two:hover, 
.about_us .block_item.three:hover{
    background: #f7db07;
}
.about_us .block_item.two, 
.about_us .block_item.three {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 50px rgba(0, 0 ,0, 0.2);
    padding: 30px 40px;
    transition: all 0.3s ease-in-out;
}
.about_us .block_item.two .block_icon,
.about_us .block_item.three .block_icon {
    margin-right: 40px;

}
.about_us .block_item.two .ietm-content p,
.about_us .block_item.three .ietm-content p {
    margin-bottom: 0;

}

.about_us .block_item.two .item-content, 
.about_us .block_item.three .item-content{
    width: 73%;
}
.about_us .block_item.two .block_icon i, 
.about_us .block_item.two .item-content .go_link,
.about_us .block_item.three .block_icon i, 
.about_us .block_item.three .item-content .go_link{
    display: none;

}
.about_us .block_item.two .item-content h5, 
.about_us .block_item.three .item-content h5{
    padding-bottom: 10px;
}
.about_us .block_item.two .item-content h5 a,  
.about_us .block_item.three .item-content h5 a {
    text-decoration: none;
    font-weight: 700;
    color: #212529;
    font-size: 25px;
    padding-bottom: 10px;
}
.about_us .block_item.one .item-content .button_second{
    background: #B91E24;
    border: 1px solid #B91E24;
}





.about_us.page{
    background: #ffffff;
}
.about_us.page .block_item.one {
    padding-right: 0;
    display: flex;
}
.about_us.page .block_item.one .block_icon{
    display: block;
    width: 45%;
    margin-bottom: 40px;
}
.about_us.page .block_item.one .block_icon img{
    width: 100%;
}
.about_us.page .block_item.one .block_icon i{
    display: none;
}
.about_us.page .block_item.one .item-content{
    width: 55%;
    padding: 0 50px;
}
.about_us.page .block_item.one .item-content .btn{
    display: none;
}
section.about_us.page.two{
    background: #EFEFEF;
}
section.about_us.page.three{
    background: #EFEFEF;
    padding-top: 0;
}
section.about_us.page.two .item-content{
    padding: 0 50px 0 0;
}

section.about_us.page.four .item-content{
    padding: 0 50px 0 0;
}







/*========== Services Block =========*/
.services_block.style-one {
    padding: 100px 0 50px;
    text-align: center;
    position: relative;
}
.services_block.style-one .section_title {
    margin: 0px auto 140px;
}
.services_block.style-one .section_title p{
    display: none;
}
.services_block.style-one .block_item {
    padding: 45px 15px;
    box-shadow: 3px 0 65px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 50px;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.services_block.style-one .block_item.one{
    background: #DD9933;
}
.services_block.style-one .block_item.two{
    background: #43892C;
}
.services_block.style-one .block_item.three{
    background: #DD3333;
}
.services_block.style-one .block_item.four{
    background: #1E73BE;
}
.services_block.style-one .block_item:hover .block_icon:before{
    transform: translate(-50%, -50%) rotate(30deg);
    background: #B91E24;
    box-shadow: 0 0 50px rgb(20, 202, 244, 0.3);
}
.services_block.style-one .block_item .block_icon{
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    width: 215px;
    height: 215px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -130px;
}
.services_block.style-one .block_item .block_icon img{
    height: 100%;
}
.services_block.style-one .block_item h5{
    margin-bottom: 10px;
}
.services_block.style-one .block_item h5 a {
    text-decoration: none;
    font-weight: 700;
    color: #ffffff;
    font-size: 22px;
}
.services_block.style-one .block_item p {
    color: #ffffff;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0;
}
.services_block.style-one .block_item i {
    transition: all 0.3s ease-in-out;
    font-size: 50px;
    color: #f97b00;
    display: none;
}
.services_block.style-one .block_item:hover .go_link i {
    padding-left: 10px;
    font-size: 18px;
}
.services_block.style-one .go_link{
    display: none;
}
.services_block.style-one .block_item:hover i {
    color: #ffffff;
}
.services_block.style-one .services_block_content p{
    font-size: 18px;
    line-height: 30px;
    padding: 0 7%;
}
.services_block.style-one.services {
    padding: 100px 0;
}
.services_block.style-one .services_block_content .button_second {
    margin-top: 25px;
}










/*========== Blog Style CSS ==========*/
.services.style-one {
    background: #F4F4F4;
    padding: 100px 0;
}
.services.style-one .section_title span {
    display: block;
    background: transparent;
}
.services.style-one .services_wrapper{
    z-index: 2;
    position: relative;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.services.style-one .services_wrapper:hover .sevice_banner .date{
}
.services.style-one .services_wrapper .services_content {
    padding: 25px 40px;
    text-align: center;
    flex-direction: column-reverse;
    display: flex;
    height: 168px;
}
.services.style-one .services_wrapper .services_content ul{
    justify-content: center;
}
.services.style-one .services_wrapper .sevice_banner{
    background: #222222;
    overflow: hidden !important;
    position: relative;
}
.services.style-one .services_wrapper .sevice_banner .date{
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 9;
    background: #ff7e00;
    height: 65px;
    width: 55px;
    border-radius: 3px;
    text-align: center;
    color: #ffffff;
    line-height: 20px;
    font-size:14px;
    padding: 13px 0;
    transition: all 0.3s ease-in-out;
    display: none;
}
.services.style-one .services_wrapper .sevice_banner span{
    font-weight: 700;
    display: inherit;
    font-size: 20px;
}
.services.style-one .services_wrapper .sevice_banner i{
    display: none;
}
.services.style-one .services_wrapper .sevice_banner img{
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.services.style-one .services_wrapper:hover .sevice_banner img{
    transform: scale(1.1, 1.2) rotate(-5deg); 
    transition: all 0.3s ease-in-out;
}
.services.style-one .services_wrapper .services_content .publish_info li{
    position: relative;
    padding-right: 0px;
    font-size: 18px;
    color: #666666;
}
.services.style-one .services_wrapper .services_content .publish_info li:before{
    position: absolute;
    content: "/";
    font-size: 13px;
    top: 0;
    right: 13px;
}
.services.style-one .services_wrapper .services_content .publish_info li:last-child:before{
    display: none;
}
.services.style-one .services_wrapper .services_content .publish_info li i{
    display: none;
}
.services.style-one .services_wrapper .services_content h3{
    margin-bottom: 15px;
    margin-top: 13px;
}
.services.style-one .services_wrapper .services_content .service_title{
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    display: block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    color: #171c2f;
}
.services.style-one .services_wrapper .services_content .service_title:hover, 
.services.style-one .services_wrapper .services_content .service_title:active {
    color: #ffc80d;
}
.services.style-one .services_wrapper .services_content p{
    margin: 0;
    font-weight: 400;
    display: none;
}
.services.style-one .services_wrapper .services_content .view_button{
    padding-top: 20px;
    border-top: 1px solid #ededed ;
    display: none;
}
.services.style-one .services_wrapper .services_content .view_button a{
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase!important;
    display: block;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.services.style-one .services_wrapper .services_content .view_button a:hover, 
.services.style-one .services_wrapper .services_content .view_button a:active {
    color: #ffc80d;
}
.services.style-one .services_wrapper .services_content .view_button a i{
    margin-left: 5px;
    color: #ffc80d;
}





/*========== Our Partners ==========*/
.our-partners{
    padding: 100px 0;
}
.our-partners .clients_logo{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 0px;
    justify-content: center;
}
.our-partners .clients_logo li {
    width: 20%;
    margin-top: 0px;
}
.our-partners .clients_logo li.slick-slide img {
    display: inline-block;
}
.slider {
  width: 40rem;
}

.slide img {
  display: block;
  width: 100%;
  height: auto;
}

.slick-dots {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  padding: 90px 0 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    border-radius: 50px;
    background-color: #dddddd;
    text-indent: -9999px;
    cursor: pointer;
}
.slick-dots li.slick-active button {
  background-color: red;
}
.our-partners .clients_logo li button:focus {
    outline: 1px dotted;
    outline: none;
}








/*========== Footer Style CSS ==========*/
footer {
  background:#181818;
  padding: 60px 0 0;
  background-size: cover;
}

footer h2, footer p, footer li, footer a {
  color: #b2b6bb;
  transition: all 0.3s ease-in-out;
}
footer p{
    margin-bottom: 0;
    color: #000000;
}
footer a:hover {
  color: #b91e24;
}
footer h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 35px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer_about ul li{
    display: flex;
}
.footer_about ul li p{
    margin-bottom: 0;
    color: #b2b6bb;
}
.footer_about ul li i {
    padding-right: 10px;
    line-height: 26px;
    color: #b2b6bb;
}
footer ul li {
  padding-bottom: 15px;
  color: #b2b6bb;
}
footer ul li a {
  padding-bottom: 15px;
  color: #b2b6bb;

}
footer ul li:last-child {
  padding-bottom: 0px;
}
footer .footer-title {
  padding-right: 30%;
}
footer .footer-title h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 28px;
}
footer .footer-title ul li {
  opacity: 0.70;
}
footer .footer-title ul li a{
    font-size: 15px;
}
footer .footer-title ul li i {
  padding-right: 10px;
  color: #b2b6bb;
}
footer .company-links {
  padding-left: 50px;
}
footer .company-content ul li {
  display: block;
}

footer .icon-bottom a{
    margin-right: 10px;
}
footer .icon-bottom{
    margin-top: 20px;
}
footer .icon-bottom i {
    background: #303030;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px !important;
    margin: 0;
    padding-right: 0 !important;
    border-radius: 50%;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}
footer .icon-bottom a:hover i{
    background: #B91E24;
}
.footer-bottom {
    background: #fff;
    padding: 22px 0;
    margin-top: 40px;
}











.vc_section{
    position: relative;
    left: 0 !important;
    width: auto !important;
display: inline;
}
.vc_section h1{
    font-size: 50px;
}
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 35px;
}
.ps-timeline-sec {
    position: relative;
    background: #fff;
    width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline {
    margin: 280px 0;
    padding: 0;
    border-top: 8px solid #ed9c21;
    list-style: none;
}
.ps-timeline-sec .container ol.ps-timeline li {
    float: left;
    width: 20%;
    padding-top: 30px;
    position: relative;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute;
    margin-top: 60px;
    width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li p {
    text-align: center;
    width: 95%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 16px;
}
.ps-timeline-sec .container ol.ps-timeline li p b {
    color: #b91e24;
    font-size: 20px;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 80px;
    width: 100%;
    text-align: center;
}
.ps-timeline-sec .container ol.ps-timeline li.aqua span {
    border-color: #089da5;
}
.text-aqua {
    color: #089da5;
}
.ps-timeline-sec .container ol.ps-timeline li span {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    background: #fff;
    border: 8px solid #ccc;
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
    text-align: center;
    line-height: 50px -10;
    color: #df8625;
    font-size: 1.8em;
    font-style: normal;
    position: absolute;
    top: -26px;
    left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li.aqua span.ps-sp-bot:before, .ps-timeline-sec .container ol.ps-timeline li.aqua span.ps-sp-bot:after {
    color: #089da5;
    background: #089da5;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: '';
    color: #333;
    width: 2px;
    height: 50px;
    background: #333;
    position: absolute;
    bottom: -50px;
    left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: '';
    color: #333;
    width: 8px;
    height: 8px;
    background: #333;
    position: absolute;
    top: 90px;
    left: 44%;
    border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li span.internal {
    height: 30px;
    width: 30px;
    left: 50%;
    margin-left: -15px;
    top: 50%;
    margin-top: -15px;
}
.ps-timeline-sec .container ol.ps-timeline li.aqua span.internal:after {
    background: #089da5;
}
.ps-timeline-sec .container ol.ps-timeline li span.internal:after {
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    left: 50%;
    margin-left: -5px;
    top: 50%;
    margin-top: -5px;
    background: #b91e24;
    display: block;
    position: absolute;
}


.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: '';
    color: #333;
    width: 3px;
    height: 60px;
    background: #333;
    position: absolute;
    top: -67px;
    left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: '';
    color: #333;
    width: 12px;
    height: 12px;
    background: #333;
    position: absolute;
    bottom: 100px;
    left: 38%;
    border-radius: 100%;
}








.ps-timeline-sec .container ol.ps-timeline li {
    float: left;
    width: 20%;
    padding-top: 30px;
    position: relative;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 130px;
    width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li p {
    text-align: center;
    width: 95%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 16px;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
.text-green {
    color: #00be00;
}
.ps-timeline-sec .container ol.ps-timeline li.green span {
    border-color: #00be00;
}
.ps-timeline-sec .container ol.ps-timeline li.green span.ps-sp-top:before, .ps-timeline-sec .container ol.ps-timeline li.green span.ps-sp-top:after {
    color: #00be00;
    background: #00be00;
}
.ps-timeline-sec .container ol.ps-timeline li.green span {
    border-color: #00be00;
}
.ps-timeline-sec .container ol.ps-timeline li.green span.internal:after {
    background: #00be00;
}






.text-orange {
    color: #ffa500;
}
.ps-timeline-sec .container ol.ps-timeline li.orange span {
    border-color: #ffa500;
}
.ps-timeline-sec .container ol.ps-timeline li.orange span.ps-sp-bot:before, .ps-timeline-sec .container ol.ps-timeline li.orange span.ps-sp-bot:after {
    color: #ffa500;
    background: #ffa500;
}
.ps-timeline-sec .container ol.ps-timeline li.orange span.internal:after {
    background: #ffa500;
}



.text-megenta  {
    color: #f02f7a;
}
.ps-timeline-sec .container ol.ps-timeline li.megenta  span {
    border-color: #f02f7a;
}
.ps-timeline-sec .container ol.ps-timeline li.megenta  span.ps-sp-bot:before, .ps-timeline-sec .container ol.ps-timeline li.megenta  span.ps-sp-bot:after {
    color: #f02f7a;
    background: #f02f7a;
}
.ps-timeline-sec .container ol.ps-timeline li.megenta  span.internal:after {
    background: #f02f7a;
}





.text-maroon {
    color: #b91e24;
}
.ps-timeline-sec .container ol.ps-timeline li.maroon span {
    border-color: #b91e24;
}
.ps-timeline-sec .container ol.ps-timeline li.maroon span.ps-sp-bot:before, .ps-timeline-sec .container ol.ps-timeline li.maroon span.ps-sp-bot:after {
    color: #b91e24;
    background: #b91e24;
}
.ps-timeline-sec .container ol.ps-timeline li.maroon span.internal:after {
    background: #b91e24;
}





















/*============ Counter Area =============*/
.number_count {
    padding: 50px 0; 
    background: #EFEFEF;
}
.number_count .count_item_wrapper{
    background: #2F4F4F;
    display: flex;
    align-items: center;
    padding: 60px;
}
.number_count .counters-item {
    color: #000000;
    text-align: center;
    font-size: 15px;
    font-weight: 500; 
    width: 20%;
}
.number_count .counters-item i {
    font-size: 40px;
    color: #dd3333;
}
.number_count .counters-item .user-rating {
    padding: 20px 0 15px;
    position: relative;
    margin-bottom: 15px;
}
.number_count .counters-item .user-rating:before {
    position: absolute;
    content: "";
    background: #dd3333;
    height: 1px;
    width: 40px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.number_count .counters-item .user-rating span {
    font-size: 50px;
    font-weight: 700;
    color: #000000;
    font-style: normal;
}
.number_count .counters-item span {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}




/*============ Target Outcomes =============*/
.target-outcomes{
    padding: 60px 0;
}
.target-outcomes .outcome_step h3{
    color: #B91E24;
    margin-bottom: 30px;
}
.target-outcomes .outcome_step li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}
.target-outcomes .outcome_step li:before {
    position: absolute;
    content: "";
    background: #dd3333;
    height: 6px;
    width: 6px;
    top: 9px;
    left: 0;
}





/*============ Target Outcomes =============*/
section.news.page {
    padding: 100px 0;
}
.news.page .news_items_wrapepr {
}
.news.page .news_items_wrapepr .shape{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.news.page .news_items_wrapepr .services_wrapper{
    margin-bottom: 30px;
    float: left;
    margin-right: 5%;
    width: 45%;
    z-index: 2;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.news.page .news_items_wrapepr .services_wrapper:hover .sevice_banner img{
    opacity: 0.3;
}

.news.page .news_items_wrapepr .services_wrapper .services_content {
    padding: 35px 0px;
}
.news.page .news_items_wrapepr .services_wrapper .sevice_banner{
    background: #222222;
    overflow: hidden !important;
    position: relative;
}
.news.page .news_items_wrapepr .services_wrapper .sevice_banner .date{
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 9;
    width: 100%;
    border-radius: 3px;
    text-align: left;
    color: #ffffff;
    line-height: 20px;
    font-size:14px;
    padding: 13px 0;
    transition: all 0.3s ease-in-out;
    padding-left: 30px;
    visibility: hidden;
    opacity: 0;
}
.news.page .news_items_wrapepr .services_wrapper:hover .sevice_banner .date{
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}
.news.page .news_items_wrapepr .services_wrapper .sevice_banner span{
    font-weight: 700;
    display: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 15px;
    padding: 5px 25px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;

}
.news.page .news_items_wrapepr .services_wrapper:hover .sevice_banner span{
    opacity: 1;
    visibility: visible;
}
.news.page .news_items_wrapepr .services_wrapper .sevice_banner i{
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    width: 36px;
    text-align: center;
    background: #000000;
    color: #ffffff;
    line-height: 36px;
    font-size: 14px;
    z-index: 999;
}
.news.page .news_items_wrapepr .services_wrapper:hover .sevice_banner i{
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 99;
}
.news.page .news_items_wrapepr .services_wrapper .sevice_banner img{
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.news.page .news_items_wrapepr .services_wrapper:hover .sevice_banner img{
    transform: scale(1.1, 1.2) rotate(-5deg); 
    transition: all 0.3s ease-in-out;
}
.news.page .news_items_wrapepr .services_wrapper .services_content .publish_info{
    padding-left: 30px;
    border-left: 1px solid #000000;
    line-height: 34px;
}
.news.page .news_items_wrapepr .services_wrapper .services_content .publish_info li{
    position: relative;
    padding-right: 4px;
    font-size: 13px;
}
.news.page .news_items_wrapepr .services_wrapper .services_content .publish_info li i{
    display: none;
}
.news.page .news_items_wrapepr .services_wrapper .services_content h3{
    margin-bottom: 15px;
    margin-top: 13px;
}
.news.page .news_items_wrapepr .services_wrapper .services_content .service_title{
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    display: block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    color: #171c2f;
}
.news.page .news_items_wrapepr .services_wrapper .services_content .service_title:hover, 
.news.page .news_items_wrapepr .services_wrapper .services_content .service_title:active {
    color: #ffc80d;
}
.news.page .news_items_wrapepr .services_wrapper .services_content p{
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.news.page .news_items_wrapepr .services_wrapper .services_content .view_button{
    padding-top: 20px;
}
.news.page .news_items_wrapepr .services_wrapper .services_content .view_button a{
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase!important;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    background: #000000;
    display: inline-block;
    padding: 10px 15px;
}
.news.page .news_items_wrapepr .services_wrapper .services_content .view_button a:hover, 
.news.page .news_items_wrapepr .services_wrapper .services_content .view_button a:active {
    color: #ffc80d;
}
.news.page .news_items_wrapepr .services_wrapper .services_content .view_button a i{
    margin-left: 5px;
    color: #ffc80d;
    display: none;
}

.news.page .right_widget {
    background: #f8fafc;
    padding: 30px;
}
.news.page .right_widget .widget_single{
    margin-bottom: 60px;
}
.news.page .right_widget .widget_single:last-child{
    margin-bottom: 0;
}
.news.page .right_widget h4{
    padding-bottom: 40px;
    font-weight: 400;
}
.news.page .right_widget .categories ul li{
    line-height: 30px;
}
.news.page .right_widget .categories ul li a{
    color: #000000;
    line-height: 20px;
}


.news.page .right_widget .recent_post ul li{
    padding-bottom: 15px;
}

.news.page .right_widget .recent_post ul li a{
    color: #000000;
    line-height: 20px;
}




/*=========== {  Pagination Style} ===========*/
.pagination_blog {
    display: flex;
    justify-content: space-between;
    width: 100%; 
    align-content: center;
}
.pagination_blog .next_prev {
    background: #000;
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
}
.pagination_blog ul {
    display: flex;
    width: 100%;
    justify-content: center;
    line-height: 44px;
}
.pagination_blog ul li:first-child{
    
}
.pagination_blog ul li {
    margin: 0 7px;
    text-align: center;
    cursor: pointer; 
}
.pagination_blog ul li a {
    color: #000000;
    font-size: 18px;
    font-weight: 500; 
}
.pagination_blog ul li a i:before {
    color: #6a7a83;
    font-size: 14px;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.pagination_blog ul li.current a {
    color: #cccccc; 
}














.blog_post h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    color: #38455d;
    margin: 35px 0 25px; 
}
.blog_post .post_by{
    position: relative;
}
.blog_post .news_heading {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
        width: 100%;
    text-align: center;
}
.blog_post .news_heading h2{
    margin-bottom: 15px;
}
.blog_post .news_heading span{
    font-size: 14px;
    padding: 0 10px;
}
.blog_post .news_heading span a,
.blog_post .news_heading span, 
.blog_post .news_heading h2{
    color: #ffffff;
}
.blog_post .postpage_content_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
}
.blog_post .postpage_content_wrapper .social_wrapper {
    padding-top: 40px;
    padding-right: 50px; 
}
.blog_post .postpage_content_wrapper .social_wrapper h4 {
    text-transform: uppercase;
    font-weight: 700;
    color: #38455d;
    font-size: 20px; 
    display: none;
}
.blog_post .postpage_content_wrapper .social_wrapper .social_items {
    position: relative;
    z-index: 1;
    margin: 20px 0 0;
    text-align: center; 
}
.blog_post .postpage_content_wrapper .social_wrapper .social_items li {
    background: #ffffff;
    padding-bottom: 0px; 
}
.blog_post .postpage_content_wrapper .social_wrapper .social_items li a i {
    width: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 0;
    font-size: 18px;
    margin: 0;
    border: 1px solid rgba(47, 47, 47, 0.1);
    background: transparent;
    color: #38455d;
    transition: all 0.3s ease-in-out; 
}
.blog_post .postpage_content_wrapper .social_wrapper .social_items li a i:hover {
    padding: 0; 
    border: 1px solid #000000;
}
.blog_post .postpage_content_wrapper .blog_post_content {
    padding-top: 40px; 
}
.blog_post .postpage_content_wrapper .blog_post_content p {
    margin-bottom: 25px;
    font-weight: 300; 
}
.blog_post .postpage_content_wrapper .blog_post_content p:last-child {
    margin-bottom: 0; 
}
.blog_post .postpage_content_wrapper .blog_post_content h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 10px 0 30px;
}
.blog_post .postpage_content_wrapper .blog_post_content h3 {
    font-size: 40px;
    font-weight: 700;
    margin: 45px 0 30px;
}
.blog_post .postpage_content_wrapper .blog_post_content .quite_speech {
    padding: 25px 0px;
    font-size: 20px;
    font-style: italic;
    position: relative;
    line-height: 30px;
    color: #38455d;
    padding-left: 40px; 
}
.blog_post .postpage_content_wrapper .blog_post_content .quite_speech i {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 55px;
    opacity: 0.5;
    color: #007bff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog_post .postpage_content_wrapper .blog_post_content .banner {
    padding: 20px 0;
    text-align: center; 
}
.blog_post .postpage_content_wrapper .blog_post_content .banner p {
    color: #007bff;
    font-size: 14px;
    padding-top: 15px;
    font-weight: 500px;
}
.blog_post .postpage_content_wrapper .blog_post_content .banner p span {
    font-weight: 600 !important;
    color: #38455d !important; 
}
.blog_post .postpage_content_wrapper .post_response_count {
    padding-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}
.blog_post .postpage_content_wrapper .post_response_count .tags {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}
.blog_post .postpage_content_wrapper .post_response_count .tags li {
    padding-right: 3px;
    font-size: 12px; 
}
.blog_post .postpage_content_wrapper .post_response_count .tags li a {
    border: 1px solid #000000;
    padding: 3px 15px;
    margin: 0 5px;
    color: #b91e24;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
    font-size: 16px;
}
.blog_post .postpage_content_wrapper .post_response_count .tags li a:hover {
    color: #000000; 
}
.blog_post .postpage_content_wrapper .post_response_count .tags .tag_headline {
    font-weight: 600;
    color: #38455d; 
}
.blog_post .postpage_content_wrapper .post_response_count .comnent_count{
    display: none !important;
}
.blog_post .postpage_content_wrapper .post_response_count .comnent_count li {
    padding-left: 50px;
    position: relative;
    font-size: 12px; 
}
.blog_post .postpage_content_wrapper .post_response_count .comnent_count li:before {
    position: absolute;
    content: "";
    background: #38455d;
    height: 12px;
    width: 1px;
    right: -25px;
    top: 7px; 
}
.blog_post .postpage_content_wrapper .post_response_count .comnent_count li:last-child:before {
    display: none; 
}
.blog_post .postpage_content_wrapper .post_response_count .comnent_count li i {
    padding-right: 10px; 
  }
.blog_post .postpage_content_wrapper .leave_comment_wrapper .leave_comment .submit-btn button:hover {
    background: #092ace; 
}







/*======== Contact Us =========*/
section.contact_us {
    background: #EFEFEF;
    padding: 60px 0;
    margin-top: 100px;
}
.google_map iframe {
    width: 100%;
}
input.form-control {
    height: 50px;
    border-radius: 1px;
    outline: none;
    box-shadow: none;
    background: #ffffff;
    border: 1px solid rgba(53, 53, 53, 0.1);
}
section.contact_us .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #000000;
    outline: 0;
    box-shadow: none;
}
section.contact_us label {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    line-height: 28px;
    padding-top: 5px;
}
section.contact_us label span{
    color: #e80000;
    padding-left: 2px;
}
section.contact_us p {
    margin-bottom: 25px;
    padding-top: 8px;
}
textarea{
    height: 120px;
    border: 1px solid rgba(53, 53, 53, 0.1);
}
section.contact_us .button_second {
    background: #000000;
    border: 1px solid #000000;
    font-size: 20px;
}














/*=======[Gallery Style two]========*/
.gallery_area.style-two{
    padding: 100px 0;
}
.gallery_area.style-two .full_gallery_view{
    display: none;
}
.gallery_area.style-two .gallery-wrapper figure {
    width: 32%;
    float: left;
    margin: 7px;
    position: relative;
    overflow: hidden;
    height: auto;
}
.gallery_area.style-two .gallery-wrapper img {
    width: 100%;
}
.gallery_area.style-two .gallery-wrapper figure figcaption {
    padding: 0px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    transform: none;
    width: 100%;
    text-align: left;
    transition: .5s ease;
    visibility: visible;
    opacity: 1;
    z-index: 2;
}
.gallery_area.style-two .gallery-wrapper figure figcaption h3{
    color: #ffffff;
    padding-bottom: 0;
    font-weight: 700;
    line-height: 40px;
    display: none;
}
.gallery_area.style-two .gallery-wrapper figure figcaption h3 a{
    color: #ffffff;
}
.gallery_area.style-two .gallery-wrapper figure figcaption p{
    color: #ffffff;
    margin: 0;
    display: none;
}
.gallery_area.style-two .gallery-wrapper figure figcaption a i {
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    height: 100%;
    width: 100%;
    display: none;
}
.gallery_area.style-two .gallery-wrapper figure figcaption a.port-view {
    height: 100%;
    display: block;
}
.gallery_area.style-two .gallery-wrapper figure:hover:before {
    visibility: visible;
    opacity: 1;
    transform: rotate(0deg) scale(1);
    width: 100%;
    left: 0; 
}
.gallery_area.style-two .gallery-wrapper figure:hover figcaption {
    visibility: visible;
    opacity: 1; 
}
.gallery_area.style-two .gallery-wrapper figure, .gallery_style_two{
    width: 31%;
    margin: 1%;
    height: 170px;
    width: 23%;
}
.gallery_area.style-two .gallery-wrapper figure img{
    transition: all 0.3s ease-in-out;
}
.gallery_area.style-two .gallery-wrapper figure:hover img{
    transform: scale(1.1);
}