@font-face {
    font-family: lato;
    src: url(assets/font/Lato-Regular.woff);
  }
  
  *,
  *:after,
  *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  :active,
  :hover,
  :focus{
    outline: 0 !important;
    outline-offset: 0;
  }
  a,
  a:hover{
    text-decoration: none;
    cursor: pointer;
    color: var(--secondry-color);
  }
  a:hover {
    color: var(--primary-color) !important;
  }
  ul,
  ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }
/* =============Variables Define =============== */
:root {
    --primary-color: #1f425d;
    --secondry-color: #e21f2f;
    --heading-color: #303030;
    --subheading-color: #e21f2f;
    --navtext-color: #ffffff;
    --activenav-color:#1f425d;
    --primary-button: #1f425d;
    --secondry-button:#e21f2f;
    --iconprimary-color: #1f425d;
    --iconsecondry-color: #e21f2f;
    --white-color: #ffffff;
    --text-color:#303030;
    --textprimary-color: #1f425d;
    --textsecondry-color: #1f425d;
    --primary-font: 'lato';
}

/* slider next prev button css */
.carousel-control-next, .carousel-control-prev{
    display: none;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    filter: invert(1);
}
/* slider next prev button css */

html {
    scroll-behavior: smooth;
}
body{
    font-family: 'Lato', sans-serif !important;
    font-size: 100%;
    font-weight: 400;
}

h1{
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: var(--white-color);
    text-transform: capitalize;
    /* font-family: var(--primary-font) !important; */
    line-height: 3rem;
}
h2{
    font-size: 2.625rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: var(--text-color);
    text-transform: capitalize;
    /* font-family: var(--primary-font); */
    line-height: 2.625rem;
}
h3{
    font-size: 2.375rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-color);
    text-transform: capitalize;
    /* font-family: var(--primary-font); */
    line-height: 2.375rem;
}
h4{
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-color);
    text-transform: capitalize;
    /* font-family: var(--primary-font); */
    line-height: 2rem;
}
h5{
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-color);
    text-transform: capitalize;
    /* font-family: var(--primary-font); */
    line-height: 1.5rem;
}
h6{
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-color);
    text-transform: capitalize;
    /* font-family: var(--primary-font); */
    line-height: 1.125rem;
}
.small{
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: var(--white-color);
    text-transform: capitalize;
    /* font-family: var(--primary-font); */
    line-height: 0.875rem;
}
strong{
    font-weight: bold;
    font-size: 14px;
    line-height: 1rem;
}
p{
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 2rem;
    color: var(--text-color);
    /* text-transform: capitalize; */
    /* font-family: var(--primary-font); */
    line-height: 1.5rem;
    text-align: justify;
    
}
.main-btn {
    display: inline-block;
    line-height: 1.5625rem;
    background-color: var(--primary-button);
    border: solid 0.1575rem var(--primary-color);
    color:var(--white-color);
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: 0 2px 10px -1px rgb(0 0 0/ 19%);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}
.border-btn {
    display: inline-block;
    line-height: 1.5625rem;
    background-color: transparent;
    border: solid 0.1575rem var(--primary-color) !important;
    color:var(--primary-color);
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: 0 2px 10px -1px rgb(0 0 0/ 19%);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}
.white-btn {
    display: inline-block;
    padding: 0.625rem 1.875rem;
    line-height: 1.5625rem;
    background-color: var(--white-color);
    border: solid 0.1575rem var(--white-color);
    color:var(--primary-color);
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: 0 2px 10px -1px rgb(0 0 0/ 19%);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}
.main-btn:hover{
    background-color: transparent;
    border: solid 0.1575rem var(--primary-color) !important;
    color: var(--primary-button);
}
.border-btn:hover{
    background-color: var(--primary-button);
    border: solid 0.1575rem var(--primary-color) !important;
    color: var(--white-color);
}
.white-btn:hover{
    background-color: transparent;
    color:var(--white-color);
}
.section{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.section-gray{
    background-color: #F6F6F6;
}
section .title {
    text-align: center;
    margin-bottom: 1rem;
}
section .title h6{
    color: var(--secondry-color);
}
section .title h4{
    color: var(--text-color);
}
.border-r{
    border-right: 1px solid #D7D7D7;
}
.border-l{
    border-left: 1px solid #D7D7D7;
}
.border-t{
    border-top:1px solid #D7D7D7;
}
.border-b{
    border-bottom:1px solid #D7D7D7;
}
.border-r-dashed{
    border-right: 1px dashed #D7D7D7;
}
.border-l-dashed{
    border-left: 1px dashed #D7D7D7;
}
.border-t-dashed{
    border-top:1px dashed #D7D7D7;
}
.border-b-dashed{
    border-bottom:1px dashed #D7D7D7;
}

header{
    width: 100%;
    position: relative;
    /* padding: 0 5%; */
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.mobile_toggle{
    border: none;
}
.mobile_toggle i{
    color: #fff;
    font-size: 2.5rem;
}
.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
  }
.mobnav_submenu
{
    background-color: #fff;
    padding: 0.2rem 0;
    border-radius: 10px;
    margin-top: 0.5rem;
}
.mobnav_submenu span{
    display: block;
    margin: 0.5rem;
}
.mobile_toggle .navbar-toggler-icon{
    color: var(--white-color);
}
/* .navbar-collapse{
    width: 100%;
    color: var(--white-color);
} */
.navbar-expand-lg .navbar-collapse{
    display: none !important;
}
.mobile_nav{
    padding-left: 0;
}
.mobnavbar-collapse{
    display: none;
}
.mobile_nav li{
    display: block !important;
    padding: 0.5rem 0px 0.5rem 0 !important;
}

.navbar-brand{
    width: auto;
    height: 60px;
}
.navigation-wrap{
    position: fixed;   
    background-color: rgb(255 255 255 / 96%);
    box-shadow: 0px 0px 2px #cbcbcb;
    width: 100%;
    z-index: 1000;
    left: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation-wrap .nav-item{
    padding: 0 0.625rem;
    transition: all 200ms linear;
}
.navbar-toggler:focus {
    outline: unset;
    border: unset;
    box-shadow: none;
}
.nav-link{
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--primary-color);
    letter-spacing: 1px;
}
.nav-link:focus, .nav-link:hover{
    color: var(--secondry-color);
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
    color: var(--primary-color) !important;
    font-weight: bold;
    border-bottom: 2px solid var(--primary-color);
}

nav {
	position: relative;
   
}

nav ul {
	list-style: none;
}

.navbar-expand-lg li {
	display: inline-block;
    padding: 1.1rem;
}
.navbar-expand-lg li:hover > nav .container > nav.navigation-wrap{
    background-color: #fff !important;
}
nav a {
	display: block;
	text-decoration: none;
	color: grey;
}
nav li .submenu_wrapper {
	display: none;
	width: 100%;
	height: auto;
	position: absolute;
    top: 3.8rem;
	left: 0;
    padding: 2rem 0 3rem 0;
	background: var(--white-color);
    box-shadow: 1px 1px 5px #ccc;
}

nav li:hover .submenu_wrapper {
	display: block;
}
nav li .nav_submenu li{
    margin-right: 1rem;
    padding: 0.3rem 0px;
    position: relative;
    display: block;
}
nav li .nav_submenu li span
{
    border-left: 3px solid var(--primary-color);
    padding-left: 0.5rem;
    color: var(--primary-color);
    font-weight: 300;
    font-size: 22px;
}
nav li .nav_submenu li img{
    border-radius: 10px;
    position: relative;
}
.nav_submenu .menu_imglink{
    position: absolute;
    left: 11px;
    top: 40%;
    font-size: 14px;
    line-height: 1.5rem;
    color: var(--white-color);
}
.nav_submenu li:hover .menu_imglink{
    
    color: var(--secondry-color);
}
nav .nav-link.active, .navbar-nav .show>.nav-link{
    color: var(--secondry-color) !important;
    font-weight: bold;
    border-bottom: 2px solid var(--secondry-color);
}
nav .nav-link:focus, .nav-link:hover{
    color: var(--secondry-color) !important;
    /* border-bottom: 2px solid var(--secondry-color) !important; */
}

nav li:hover > nav {
    background-color: var(--primary-color);
}

nav li div ul {
	display: inline-block;
	vertical-align: top;
}

nav li div ul li {
	display: block;
}





.header_video{
    
    right: 0;
    top: 0rem;
    width: 100%;
    display: block;
    
}
.video_content{
    position: absolute;
    top: 15rem;
    width: 100%;
}
.video_content h1, .video_content h6{
    text-shadow: 2px 1px 1px #505050;
    color: var(--white-color);
}
.video_content h1 span{
    color: var(--secondry-color);
}
.header-form{
    padding: 0.5rem 1rem;
    background-color: var(--white-color);
    border-radius: 10px;
    width: 45%;
    margin-top: 2rem;
}
.header-form label{
    display: block;
}
.header-form select{
    width: 100%;
    border: unset;
    font-size: 14px;
}
.header-form select option{
    padding: 30px;
}
.header-form input{
    border: unset;
    font-size: 14px;
    width: 100%;
}
.header-form button{
    width: 55px;
    height: 55px;
}
.orange-strip{
    padding: 1rem 0;
    background-color: var(--primary-color);
}
.orange-strip .col-4{
    text-align: center;
}
.orange-strip span i{
    color: var(--white-color);
    font-size: 32px;
    margin-right: 10px;
}
.orange-strip h6{
    display: inline-block;
    vertical-align: middle;
    color: var(--white-color);
}
.services .col-3{
    text-align: center;
    margin: 1rem 0;
}
.services span{
    text-align: center;
    border: 1px solid var(--secondry-color);
    color: var(--secondry-color);
    padding: 0.7rem 1.5rem;
    border-radius: 50px;
}
.services span:hover{
    border: 1px solid var(--secondry-color);
    background-color: var(--secondry-color);
    color: var(--white-color);
}
.services-iconbox{
    padding: 2rem 0;
}
.services-iconbox div:nth-child(odd){
    border-right: 1px dashed #ccc;
}

.services-iconbox h6{
    text-align: center;
    color: var(--text-color);
}
.services-iconbox ul{
    list-style: none;
    padding:0 ;
}
.services-iconbox ul li{
    display: inline-block;
    text-align: center;
    width: 31.3333%;
}
.services-iconbox ul li span i{
    font-size: 50px;
    color: var(--iconprimary-color);
}
.services-iconbox ul li small{
    font-weight: 600;
}
.tech-iconbox{
    margin-top: 2rem;
    text-align: center;
    border: 1px solid #B6B6B6;
    background-color: var(--white-color);
    padding: 1rem;
    border-radius: 10px;
}
.tech-iconbox:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.tech-iconbox span img{
   width: 40%;
}
.tech-iconbox small{
    font-weight: 600;
}
.benefit-section{
    margin-top: 2rem;
    background-image: url(../assets/images/line-bg.jpg);
    background-size: 85%;
    background-repeat: no-repeat;
    background-position-y: initial;
}
.benefit-section .col-8{
    padding: 0;
    border: 1px solid #e5e3e3;
    border-radius: 10px;
}
.benefit-section .iconbox {
    text-align: center;
    align-items: center;
    margin: auto;
}
.benefit-section .iconbox span img{
    width: 60%;
}
.benefit-section .card{
    border: unset;
    border-radius: 0;
    border-bottom: 1px solid #e5e3e3;
}
.benefit-section .card:last-child{
    border: none !important;
}
.benefit-section .card .card-body .card-title{
    color: var(--text-color);
}
.benefit-subsection{
    padding:3rem 0;
}
.benefit-subsection ul li{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.benefit-subsection ul li::before{
    content: "\f26a";
    font-family:'bootstrap-icons' !important;
    margin-right: 10px;
    color: var(--iconprimary-color);
    font-size: 30px;
}
.contact-alertsection h6 small{
    color: var(--text-color);
}
.text-start a{
    color: var(--secondry-color) !important;
}
.text-start a i{
    margin-right: 5px;
}
.work_flow ul li{
    width: 15rem;
    display: inline-block;
    text-align: center;
    padding: 0;
    position: relative;
}
.work_flow ul li span i{
    font-size: 50px;
    color: var(--iconprimary-color);
}
.work_flow ul li::before
{
    content: "\f138";
    font-family: 'bootstrap-icons' !important;
    position: absolute;
    top: 2rem;
    right: 0rem;
    font-size: 32px;
    color: var(--iconprimary-color);
}
.work_flow ul li:last-child:before
{
   display: none;
}
.pillars_section{
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.pillars_section:nth-child(3){
    
    border-right: 0px solid #ccc;
}
.pillars_section:nth-child(4){
    border-bottom: 0px solid #ccc;
    
}
.pillars_section:nth-child(5){
    border-bottom: 0px solid #ccc;
    border-right: 0px solid #ccc;
}
.pillars_section .iconbox {
    text-align: center;
    align-items: center;
    /* margin: auto; */
}



.pillars_section .iconbox span i{
    font-size: 50px;
    color: var(--iconprimary-color);
}
.pillars_section .card{
    border: unset;
    border-radius: 0;
    border-bottom: 1px solid #B6B6B6;
}
.pillars_section .card:last-child{
    border: none !important;
}
.pillars_section .card .card-body .card-title{
    color: var(--text-color);
}
.pillars_section .card .card-body a{
    float: right;
    font-size: 30px;
    color: var(--iconsecondry-color);
}
.case_studyright h4{
    color: var(--secondry-color);
}
.case_studyright .video-thumbnail{
    max-height: 10rem;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.case_studyright .video-thumbnail img{
    width: 100%;
    height: auto;
}
.case_studyright .video-thumbnail .gray-bg{
    position: absolute;
    z-index: 1000;
    background-color: rgb(80 80 80 / 66%);
    padding: 28px 28px;
    right: 10px;
    border-radius: 100%;
    bottom: 10px;
    color: var(--white-color);
}
.case_studyright .video-thumbnail .gray-bg:hover{
    color: var(--white-color) !important;
}
.case_studyright .video-thumbnail .orange-bg{
    position: absolute;
    z-index: 1000;
    background-color: var(--primary-color);
    padding: 8px 12px;
    right: 7px;
    border-radius: 100%;
    bottom: 8px;
}
.project_box{
    background-color: var(--white-color);
    padding: 2rem 1rem 0 1rem;
    border-radius: 20px 20px 0 0;
    position: relative;
}
.project_box h5{
    color: var(--text-color);
}
.project_box p{
    margin-bottom: 3rem;
}
.project_thumbnail{
    position: relative;
    overflow: hidden;
    height: 15rem;
    border-radius: 30px 30px 0px 0px;
}
.project_thumbnail img{
    width: 100%;
    filter: grayscale();
}
.project_box:hover .project_thumbnail img{
    transform: scale(1.1);
    filter: initial;
}
.project_brand{
    position: absolute;
    bottom: 13rem;
    border-radius: 50%;
    width: 100%;
}
.project_brand .brand_bg{
    
    border-radius: 100%;
    height: 80px;
    top: 0;
    width: 70px;
}
.project_brand .brand_bg img{
    width: 80px;
    height: 80px;
    margin: auto;
    border: 5px solid #fff;
    border-radius: 100%;
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active{
    display: inline-table;
}
.our_partner .pillars_section{
    padding: 1rem;
    display: inline-block;
    /* width: 20rem; */
    border-right: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}
.our_partner .pillars_section:nth-last-child(4n+1) {
    border-right:none;
  }
.our_partner .logo_row:last-child .pillars_section{
    border-bottom: none;
}
.our_partner .carousel-indicators{
    bottom: -65px;
    /* right: 2rem; */
}
.carousel-indicators button{
    background-color: var(--primary-color) !important;
}
.our_partner .pillars_section img{
    width: auto;
    margin: auto;
    filter: grayscale(100%);
}
.our_partner .pillars_section img:hover{
    filter: initial;
}
.footer_contactbg{
    background: linear-gradient(180deg, #ffffff 50%, #212121 50%);
}
.footer-contact{
    /* border: 1px solid #B6B6B6; */
    border-radius: 10px;
    padding: 2rem;
    background-color: #fff;
    box-shadow: 0px 0px 10px #e1e1e1;
}
.footer-contact form input{
    padding: 10px;
    border: 1px solid #B6B6B6;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
}
.footer-contact form textarea{
    padding: 10px;
    border: 1px solid #B6B6B6;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
}
footer{
    background-color: #212121;
}
footer h6, footer h5, footer p{
    color: var(--white-color);
}
.footer_offices .card{
    background-color: transparent;
    color: var(--white-color);
    border: unset;
}
.footer_offices .card img{
    width: 100%;
}
.footer_offices .card .card-body{
    padding: 0 1rem;
}
.office_count{
    position: absolute;
    right: 0px;
    font-size: 96px;
    color:var(--text-color);
    font-weight: 800;
    top: -1rem;
}
.footer_offices .card .card-body small{
    color: var(--primary-color);
}
.footer_offices .card .card-body h6{
    color: var(--secondry-color);
    margin-bottom: 0;
    text-transform: uppercase;
}
.footer_offices .card .card-body span i{
    margin-right: 1rem;
}
.footer_link div{
    margin: 1rem 0;
}
.footer_link .social-link li{
    display: inline-block;
    font-size: 1.5rem;
    padding: 0 6px;
}
.footer_link ul li{
    margin-bottom: 0.5rem;
}
.footer_link ul li a{
    color: var(--white-color);
}
.footer_link span{
    color: var(--white-color);
}
.footer_link span i{
    color: var(--iconprimary-color);
    margin-right: 10px;
}
.subfooter{
    padding: 1.5rem 0;
    background-color: var(--primary-color);
    color: var(--white-color);
}
.subfooter a{
    color: var(--secondry-color);
}


/* About Setion */
.page_headerimg{
    width: 100%;
    max-height: 500px;
}
.page_headerimg img{
    width: 100%;
    max-height: 500px;
}
.breadcrumb-wrap{
    background-color: #e9e9e9;
    padding: 0.7rem 0;
}
.breadcrumb .breadcrumb-item a{
    display: initial;
}
.breadcrumb-wrap .breadcrumb{
    margin-bottom: 0;
}
.about_detail ul li{
    display: inline-block;
    margin-right: 0.4rem;
    width: 48%;

}
.what_wedo_icons li{
    width: 46% !important;
}
.about_detail ul li .card{
    border: unset;
}
.about_detail ul li .card-body{
    padding: 0 1rem;
}
.about_detail ul li img{
    width: 50px;
    margin-right: 0.2rem;
}
.about_detail ul li .iconbox i{
    font-size: 34px;
    color: var(--primary-color);
}
.jumbotron{
    background-color: var(--primary-color);
}
.jumbotron h4, .jumbotron p, .jumbotron strong{
    color: var(--white-color);
}
.offering_iconbox{
    margin-bottom: 1rem;
    text-align: center;
    border: 1px dashed var(--secondry-color);
    background-color: var(--white-color);
    padding: 1rem;
    border-radius: 10px;
}
.offering_iconbox img{
    width: 40%;
}
.offering_iconbox small{
    font-weight: 600;
    text-transform: capitalize;
}

.jumbotron_white{
    background-color: var(--white-color);
}
.jumbotron_white h4, .jumbotron_white p, .jumbotron_white strong{
    color: var(--text-color);
}
.jumbotron_white ul li{
    width: 48%;
    background-color: #fbfbfb;
    display: inline-block;
    margin: 0.2rem;
    padding: 1rem 3rem;
}
.jumbotron_white ul li:hover{
    box-shadow: 1px 1px 6px #ccc;
}
.jumbotron_white ul li img{
    width: 100%;
    border-radius: 10px;
}

.other_services{
    padding: 1rem;
    box-shadow: 0 0px 64px 0 #e7e7ec;
    border-radius: 10px;
    position: relative;
    border-bottom: 2px solid #fff;
}
.other_services:hover{
    padding: 1rem;
    box-shadow: 0 0.2rem 0.8rem rgba(36,36,36,.15);
    top: -0.5rem;
    border-bottom: 2px solid var(--primary-color);
}
.other_services svg
{
    background-color: #ededed;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 1rem;
    width: 80px;
    height:80px;
}
.other_services h3 i
{
    background-color: #ededed;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 1rem;
    display: inline-block;
    color: var(--primary-color);
}
.other_services img
{
    background-color: #ededed;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 1rem;
    width: 58px;
    height: 58px;
}
.dark-bg-section h6, .dark-bg-section h4, .dark-bg-section h5, .dark-bg-section i{
    color: var(--white-color) !important;
}
.dark-bg-section i{
    font-size: 32px;
}
.dark-bg-section p {
    color: #9d9d9d  !important;
}
.dark-bg-section img{
    width: 100%;
    height: 400px;
    border-radius: 10px;
}
.dark-bg-section .dark-secbox{
    padding: 1rem;
    position: relative;
    margin-bottom: 10px;
}
.dark-bg-section .dark-secbox:hover{
    background-color: #1e1e1e;
    padding: 1rem;
}
.dark-secbox:hover h5 span{
    color: var(--primary-color) !important;
}
.dark-bg-section .dark-secbox h5 span{
    color: #ffffff;
    position: absolute;
    left: -1px;
}



/* BLog page */
.blog-header-containt{
    position: absolute;
    top: 10rem;
    width: 100%;
}  
.blog-header-containt h1, .blog-header-containt h6{
    text-align: center;
    color: var(--white-color);
}
.blog-header-containt .header-form{
    margin: auto;
}
.blog-tags{
    text-align: center;
    margin: 1rem 0;
}
.blog-tags ul li{
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 5px;
}
.blog-tags a{
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
}
.blog-tags a:hover{
   background-color: var(--primary-button);
}
.blog-tags ul .active-tag {
    background-color: var(--primary-color);
}
.trandingpost_box{
    padding:3rem 2rem;
    border: 1px dashed #ccc;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    margin-bottom: 1rem;
}
.trandingpost_box h4{
    color: var(--primary-color);
    font-weight: bold;
}

.trandingpost_box .author{
    font-size: 14px;
    font-weight: 600;
}
.trandingpost_box .date{
    font-size: 14px;
    font-weight: 600;
    float: right;
}
.trandingpost_box .post_tag{
    position: absolute;
    right: -10px;
    background-color: var(--secondry-color);
    padding: 5px;
    color: #fff;
    top: 0.5rem;
}
.trandingpost_box .post_tag::after
{
    height: 0;
    width: 0;
    top: -8.5px;
    left: 0.1px;
    border-bottom: 9px solid black;
    border-left: 9px solid transparent;
}
.trandingpost_rightbox{
    margin-bottom: 1rem;
}
.trandingpost_rightbox a h5{
    color: var(--primary-color);
}
.trandingpost_rightbox .author{
    font-size: 14px;
    font-weight: 600;
}
.trandingpost_rightbox .date{
    font-size: 14px;
    font-weight: 600;
    float: right;
}
.page_headerimg .author, .page_headerimg .date{
    color: var(--primary-color);
}
.blog_detail_header{
    border: 1px solid #ccc;
    padding: 1rem 0;
    border-width: 1px 0 1px 0;
}
.scroll-line{
    height: 4px;
    margin-bottom: -2px;
    background: var(--primary-color);
    width: 0%;
    position: absolute;
    bottom: -2px;
  }
.blog_detail img{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 4px solid #CCc;
    margin-right: 5px;
}
.blog_share{
    align-items: center;
    vertical-align: middle;
    display: inline-flex;
}
.blog_detail_header .blog_share ul li{
    display: inline-block;
    margin-left: 1rem;
}
.blog_containt h4{
    text-transform: capitalize;
    margin-bottom: 2rem;
}
.blog_containt img{
    width: 100%;
    max-height: 500px;
    margin-bottom: 2rem;
}
.blog_containt h5{
    text-transform: capitalize;
    font-size: 20px;
    color: var(--primary-color);
}
.job_spacification ul li{
    display: block;
    padding: 0.3rem 0;
    width: 100%;
}
.job_spacification ul li::before{
    content: "\f138";
    font-family: 'bootstrap-icons' !important;
    background-color: #ccc;
    padding: 0.4rem;
    margin-right: 1rem;
    vertical-align: middle;
}
.jobapply_form{
    background-color: #303030;
    padding: 2rem;
    position: sticky;
    top: 5rem;
}
.jobapply_form form input{
    width: 100%;
    margin-bottom: 1rem;
    padding: 0.7rem;
}
.jobapply_form form label{
    color: var(--white-color);
}
.jobapply_form form input[type=file]
{
    padding: 0;
    color: var(--white-color);
}

/******************* Timeline Demo - 7 *****************/
.timeline_section span i{
    font-size: 46px;
    color: var(--secondry-color);
}
.main-timeline7{overflow:hidden;position:relative}
.main-timeline7 .timeline{width:50%;float:left;z-index:1;position:relative}
.main-timeline7 .timeline:after,.main-timeline7 .timeline:before{content:"";display:block;clear:both}
.main-timeline7 .timeline:before{content:"";width:40px;height:90%;background:var(--secondry-color);position:absolute;top:10%;right:-20px}
.main-timeline7 .timeline:last-child:before{height:0}
.main-timeline7 .timeline-icon{width:80px;height:80px;border-radius:50%;background:var(--secondry-color);overflow:hidden;text-align:center;position:absolute;top:0;right:-40px;z-index:3}
.main-timeline7 .timeline-icon:before{content:"";width:60px;height:60px;border-radius:50%;background:#fff;border:2px solid var(--secondry-color);box-shadow:0 0 0 4px #45baf5;margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}
.main-timeline7 .timeline-icon i{font-size:35px;color:#303a3b;line-height:80px;z-index:1;position:relative}
.main-timeline7 .year{display:block;padding:0 60px 0 30px;font-size:16px;color:#303a3b;text-align:right;border-bottom:2px solid #303a3b;z-index:2;position:relative}
.main-timeline7 .year:before{content:"";display:block;width:30px;height:30px;border-radius:50%;background:var(--secondry-color);border:5px solid #fff;box-shadow:0 0 0 4px var(--secondry-color);margin:auto;position:absolute;bottom:-15px;left:4px}
.main-timeline7 .year:after{content:"";border-left:10px solid #303a3b;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;bottom:-11px;left:50px}
.main-timeline7 .timeline-content{padding:18px 60px 18px 40px;text-align:right;position:relative;z-index:1}
.main-timeline7 .timeline-content:after,.main-timeline7 .timeline-content:before{content:"";width:80px;height:150px;border-radius:50%;background:#fff;position:absolute;top:-7%;right:15px;z-index:-1}
.main-timeline7 .timeline-content:after{left:auto;right:-95px}
.main-timeline7 .timeline:last-child .timeline-content:after,.main-timeline7 .timeline:last-child .timeline-content:before{width:0;height:0}
.main-timeline7 .title{font-size:22px;font-weight:700;color:#727cb6;margin-top:0}
.main-timeline7 .description{font-size:15px;color:#7f8386;line-height:25px}
.main-timeline7 .timeline:nth-child(2){margin-top:140px}
.main-timeline7 .timeline:nth-child(even){margin-bottom:80px}
.main-timeline7 .timeline:nth-child(odd){margin:-140px 0 0}
.main-timeline7 .timeline:first-child,.main-timeline7 .timeline:last-child:nth-child(even){margin:0!important}
.main-timeline7 .timeline:nth-child(2n) .timeline-icon,.main-timeline7 .timeline:nth-child(2n):before{right:auto;left:-20px;background:var(--primary-color)}
.main-timeline7 .timeline:nth-child(2n) .timeline-icon{left:-40px}
.main-timeline7 .timeline:nth-child(2n) .year{padding:0 30px 0 60px;text-align:left}
.main-timeline7 .timeline:nth-child(2n) .year:before{left:auto;right:3px}
.main-timeline7 .timeline:nth-child(2n) .year:after{border-left:none;border-right:10px solid #303a3b;right:50px}
.main-timeline7 .timeline:nth-child(2n) .timeline-content{padding:18px 40px 18px 60px;text-align:left}
.main-timeline7 .timeline:nth-child(2n) .timeline-content:before{left:-95px}
.main-timeline7 .timeline:nth-child(2n) .timeline-content:after{left:15px}
.main-timeline7 .timeline:nth-child(2n) .timeline-icon:before{border-color:#e77e21;box-shadow:0 0 0 4px #f1a563}
.main-timeline7 .timeline:nth-child(2n) .year:before{background:#e77e21;box-shadow:0 0 0 4px #e77e21}
.main-timeline7 .timeline:nth-child(2n) .title{color:#e77e21}
.main-timeline7 .timeline:nth-child(3n) .timeline-icon,.main-timeline7 .timeline:nth-child(3n):before{background:#008b8b}
.main-timeline7 .timeline:nth-child(3n) .timeline-icon:before{border-color:#008b8b;box-shadow:0 0 0 4px #50b5b4}
.main-timeline7 .timeline:nth-child(3n) .year:before{background:#008b8b;box-shadow:0 0 0 4px #008b8b}
.main-timeline7 .timeline:nth-child(3n) .title{color:#008b8b}
.main-timeline7 .timeline:nth-child(4n) .timeline-icon,.main-timeline7 .timeline:nth-child(4n):before{background:#ed687c}
.main-timeline7 .timeline:nth-child(4n) .timeline-icon:before{border-color:#ed687c;box-shadow:0 0 0 4px #f798a8}
.main-timeline7 .timeline:nth-child(4n) .year:before{background:#ed687c;box-shadow:0 0 0 4px #ed687c}
.main-timeline7 .timeline:nth-child(4n) .title{color:#ed687c}
@media only screen and (max-width:990px){.main-timeline7 .timeline{width:100%}
.main-timeline7 .timeline:nth-child(even),.main-timeline7 .timeline:nth-child(odd){margin:0}
.main-timeline7 .timeline:before,.main-timeline7 .timeline:nth-child(2n):before{width:30px;height:100%;left:25px}
.main-timeline7 .timeline-icon,.main-timeline7 .timeline:nth-child(2n) .timeline-icon{left:0}
.main-timeline7 .timeline:nth-child(2n) .year,.main-timeline7 .year{text-align:left;padding:0 30px 0 100px}
.main-timeline7 .timeline:nth-child(2n) .year:before,.main-timeline7 .year:before{left:auto;right:4px}
.main-timeline7 .year:after{left:auto;right:50px;border-right:10px solid #303a3b;border-left:none}
.main-timeline7 .timeline-content .description{color:#666}
.main-timeline7 .timeline-content,.main-timeline7 .timeline:nth-child(2n) .timeline-content{text-align:left;padding:18px 40px 18px 100px}
.main-timeline7 .timeline-content:after,.main-timeline7 .timeline-content:before{width:0;height:0}
}



.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 6px;
    margin: 0 auto;
    padding-top: 50px;
    background: #e1e1e1;
}
.timeline ul li::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) rotate(45deg);
    width: 20px;
    height: 20px;
    z-index: 2;
    background: var(--secondry-color);
}
.timeline ul li div {
    position: relative;
    bottom: 0;
    width: 580px;
    padding: 20px;
    background: #ffffff;
    box-shadow: 4px 13px 30px 1px rgba(170, 170, 170, 0.2);
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.timeline ul li div img
{
    width: 4rem;
    margin-right: 1rem;
}
.timeline ul li div time {
    position: absolute;
    background: var(--secondry-color);
    width: 80px;
    height: 30px;
    top: -15px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    /* letter-spacing: 2px; */
    color: var(--white-color);
}
.timeline ul li div div {
    /* height: 100px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.timeline ul li div div p {
    text-align: start;
}
.timeline ul li div .discovery {
    margin-right: 10px;
}
.timeline ul li:nth-of-type(odd) > div {
    left: 45px;
}
.timeline ul li:nth-of-type(even) > div {
    left: -620px;
}
.timeline ul li div {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.timeline ul li:nth-of-type(odd) div {
    transform: translate3d(100px, -10px, 0) rotate(10deg);
}
.timeline ul li:nth-of-type(even) div {
    transform: translate3d(-100px, -10px, 0) rotate(10deg);
}
.timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
}
@media screen and (max-width: 900px) {
    .timeline ul li div {
        width: 100px !important;
        flex-direction: column;
   }
    .timeline ul li div div {
        width: 80%;
        margin: 10px;
   }
    .timeline ul li:nth-of-type(even) > div {
        left: -289px;
   }
}
@media screen and (max-width: 600px) {
   .timeline ul li {
        margin-left: 20px;
   }
    .timeline ul li div {
        width: calc(50vw - 91px) !important;
   }
    .timeline ul li:nth-of-type(even) > div {
        left: 45px;
   }
   .timeline ul li:nth-of-type(odd) div{
    transform: none;
    transition: none;
   }
   .timeline ul li:nth-of-type(even) div{
    transform: none;
    transition: none;
   }
}

/* contact us css */
.contacton_card{
    position: absolute;
    display: inline-flex;
    color: var(--white-color);
    background-image: linear-gradient(black, #b3b3b31c);
    width: 100%;
    border-radius: 5px;
    padding: 0.8rem 1rem;
    font-weight: bold;
    font-size: 14px;
}


















.wrapper{
    width: 100%;
    margin: 0 auto;
    max-width: 80rem;
  }
  
  .cols{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .col{
    width: calc(25% - 2rem);
    margin: 1rem;
    cursor: pointer;
  }
  
  .flip_box{
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
      -webkit-perspective: 1000px;
              perspective: 1000px;
  }
  .flipbox_icon{
    color: var(--primary-color);
    font-size: 46px;
    background-color: #f1f1f1;
    padding: 0.5rem;
    border-radius: 5px;
  }
  .inner span{
    font-size: 14px;
    line-height: 1rem;
  }
  .front,
  .back{
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
    border-radius: 10px;
      background-position: center;
      -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      /* -webkit-backface-visibility: hidden;
              backface-visibility: hidden; */
      /* text-align: center; */
      min-height: 280px;
      height: auto;
      border-radius: 10px;
      /* color: #fff; */
      font-size: 1.5rem;
  }
  

  
  .front:after{
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      content: '';
      display: block;
      opacity: .6;
      background-color: #000;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      border-radius: 10px;
  }
  .flip_box:hover .front,
  .flip_box:hover .back{
      -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  }
  
  .back{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
  }
  
  .inner{
      -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
              transform: translateY(-50%) translateZ(60px) scale(0.94);
      top: 50%;
      position: absolute;
      left: 0;
      width: 100%;
      padding: 2rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      outline: 1px solid transparent;
      -webkit-perspective: inherit;
              perspective: inherit;
      z-index: 2;
  }
  
  .flip_box .back{
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg);
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
              background-color: #fff;
  }
  
  .flip_box .front{
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
              background-color: #fff;
  }
  
  .flip_box:hover .back{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
            background-color: #fff;
  }
  
  .flip_box:hover .front{
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
            background-color: #fff;
  }
  
  .front .inner p{
    /* font-size: 2rem; */
    font-weight: bold;
    margin: 2rem 0;
    position: relative;
    /* text-align: center !important; */
    /* color: var(--primary-color) !important; */
  }
  
  .front .inner p:after{
    content: '';
    width: 1rem;
    height: 2px;
    position: absolute;
    background: var(--text-color);
    display: block;
    left: 0;
    right: 0;
    /* margin: 0 auto; */
    bottom: -.75rem;
  }




.animate{
    animation-duration: 1s;
    animation-delay: 0.4s;
    visibility: visible;
}

 