/*--font-family: "Poppins", sans-serif;
    font-family: "Open Sans", sans-serif;--*/
::-moz-selection{
    color: #ffffff;
    background: #0e20a6;
}
::selection{
    color: #ffffff;
    background: #0e20a6;
}
*{
    margin: 0;
    padding: 0;
}
html{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 1rem;
    scroll-behavior: inherit !important;
}
:focus{
    outline: none;
}
button{
    border: none;
    outline: none;
}
button:focus{
    outline: none;
}
body{
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
/*    color: #444444;*/
    color: #182378;
    background: #fff;
    overflow-x: hidden;
    overflow-y: hidden;
/*    padding-top: 8.3125rem;*/
    padding-top: 6.4375rem;
}
.scroll_off{
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
p{
    margin: 0;
}
ul, ol{
    margin: 0;
    padding: 0;
}
ul li{
    list-style: none;
    padding: 0;
}
body a{
    text-decoration: none;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #444444;
}
body a:hover{
    text-decoration: none;
    color: #1d213f;
}
body a:focus{
    outline: none;
}
body h1{
    font-size: 2.375rem;
    line-height: 2.625rem;
    color: #182378;
}
body h2{
    font-size: 2.125rem;
    line-height: 2.375rem;
    color: #444444;
}
body h3{
    font-size: 1.875rem;
    line-height: 2.125rem;
    color: #2856b4;
}
body h4{
    font-size: 1.75rem;
    line-height: 2rem;
    color: #0e20a6;
}
body h5{
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: #1f4eae;
}
body h6{
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #444444;
}
body ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.form-control:focus{
    box-shadow: none;
    border-color: #0e20a6;
}
body input, body .form-control{
    height: 3.125rem;
    border: 0.0625rem solid #acacac;
    border-radius: 0.3125rem;
    padding: 0.625rem 1.125rem;
}
body .form-control.fill_area{
    height: 7.5rem;
    resize: none;
}
input::-webkit-input-placeholder,
body .form-control::-webkit-input-placeholder{
    color: #999999;
    opacity: 1;
}
input:-moz-placeholder,
body .form-control:-moz-placeholder{
    color: #999999;
    opacity: 1;
}
input::-moz-placeholder,
body .form-control::-moz-placeholder{
    color: #999999;
    opacity: 1;
}
body *::-moz-placeholder{
    color: #555555;
    opacity: 1;
}
.common_btn{
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    text-transform: uppercase;
    background: #3f7eff;
    padding: 1.0625rem 1.875rem;
    text-align: center;
    border-radius: 0.1875rem;
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
}
.common_btn::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #182378;
    z-index: -1;
    -ms-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transform: scaleX(0);
}
.common_btn:hover{
    color: #fff;
}
.common_btn:hover::before{
    transform: scaleX(1);
}
.white_btn{
    background: #fff;
    color: #4080ff;
}
.border_btn{
    color: #fff;
    background: transparent;
    box-shadow: 0rem 0rem 0rem 0.125rem #fff inset;
}
.border_btn:hover{
    box-shadow: 0rem 0rem 0rem 0.125rem #182378 inset;
}
.small_btn{
    font-size: 0.9375rem;
    line-height: 1.1875rem;
    font-weight: 500;
    padding: 0.75rem 1.25rem;
}

/*-------------Owl nav--------------*/
.owl-theme .owl-nav{
	margin-top: 0;
}
body .owl-theme .owl-nav [class*="owl-"]{
	margin: 0;
	position: absolute;
	top: 50%;
    width: 3.125rem;
    height: 3.125rem;
    background: transparent;
    border-radius: 0.3125rem;
    border: 0.125rem solid #dfdfdf;
    box-shadow: none;
	transform: translateY(-50%);
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
    background-color: #587c0d;
    border-color: #587c0d;
}
.owl-theme .owl-nav [class*="owl-"]:hover span{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.owl-theme .owl-nav [class*="owl-"]:focus{
	outline: none;
}
.owl-theme .owl-nav [class*="owl-"] span{
	display: block;
	font-size: 0 !important;
}
.owl-carousel .owl-nav button.owl-next{
	right: -7.5rem;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
	background: url(../images/icon/arrow-right.svg) no-repeat center;
    width: 2.1875rem;
	height: 2.5625rem;
	background-size: 100% 100% !important;
    margin: 0 auto;
}
.owl-carousel .owl-nav button.owl-prev{
	left: -7.5rem;
}
.owl-carousel .owl-nav button.owl-prev span {
	background: url(../images/icon/arrow-left.svg) no-repeat center;
}
.owl-theme .owl-dots .owl-dot span{
    background: transparent;
    width: 0.875rem;
    height: 0.875rem;
    margin: 0 0.25rem;
    border-radius: 0;
    border: 0.0625rem solid #1d213f;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span{
    background: #1d213f;
    border-color: #1d213f;
}

/*--------Pre loading-------*/
.preloading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2856b4;
    z-index: 99999;
}
.preloading .loader{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lds-ellipsis{
    display: inline-block;
    position: relative;
    width: 5rem;
    height: 5rem;
}
.lds-ellipsis div{
    position: absolute;
    top: 2.0625rem;
    width: 0.8125rem;
    height: 0.8125rem;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1){
    left: 0.5rem;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2){
    left: 0.5rem;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3){
    left: 2rem;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4){
    left: 3.5rem;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1{
    0%{
        transform: scale(0);
    }
    100%{
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3{
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2{
    0%{
        transform: translate(0, 0);
    }
    100%{
        transform: translate(1.5rem, 0);
    }
}

/*--------skip to content-------*/
.skip_main{
    position: absolute;
    top: -9999px;
    left: 0;
    overflow: hidden;
    z-index: -9999;
    background: #808080;
}
.skip_main:focus, .skip_main:focus-within,
.skip_main:active{
    background: #182378;
    left: 0;
    top: 0;
    height: auto;
    overflow: auto;
    margin: 0 auto;
    color: #fff;
    border-radius: 0.1875rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.75rem 0.9375rem;
    border: 0.125rem solid #fff;
    text-align: center;
    z-index: 9999;
}

/*--------Contact info--------*/
.contactInfo{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1.5625rem 0 0.625rem;
}
.call{
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 0.75rem;
}
.call p a{
    color: #444444;
}
.call p a:hover{
    color: #2856b4;
}

/*--------Social icon-------*/
.social_icon ul{
    display: flex;
    align-items: center;
}
.social_icon ul li a{
    margin-right: 0.5rem;
    display: block;
}
.social_icon ul li:last-child a{
    margin-right: 0;
}
.social_icon ul li a img{
    width: 1.6875rem;
}
.social_icon ul li a:hover img{
    filter: invert(46%) sepia(17%) saturate(4659%) hue-rotate(201deg) brightness(70%) contrast(120%);
    -webkit-filter: invert(46%) sepia(17%) saturate(4659%) hue-rotate(201deg) brightness(70%) contrast(120%);
}


/*----------------Header-------------*/
header{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
}
header .logo{
    display: block;
    width: 22.625rem;
/*    margin-bottom: 1.125rem;*/
    position: relative;
    z-index: 4;
}
header .logo img{
    width: 100%;
}
/* menu */
.main_header{
    width: 100%;
}
.main_header .container-fluid{
    padding: 0 3.75rem;
}
.menuArea{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
}
.menu_wrapper{
    width: 50%;
    flex-grow: 1;
}
.menu_wrap{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.navBar{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
}
.navBar li{
    margin-right: 1.5625rem;
}
.navBar li:last-child{
    margin-right: 0;
}
.navBar li a{
    font-size: 1.1875rem;
    line-height: 1.4375rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #312f30;
    text-transform: uppercase;
/*    padding: 1.375rem 0;*/
    padding: 2.5rem 0;
    display: block;
}
.menuNotClick > a{
   pointer-events: none;
   cursor: default;
}
/*
.menuNotClick > .dropdown-menu li a{
   pointer-events: auto;
   cursor: pointer;
} 
*/
.navBar li:hover > a, .navBar li.active > a{
    color: #2856b4;
}
.navBar .dropdown{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.navBar > li:nth-child(n + 3) .dropdown-menu{
  left: auto;
  right: 0;
}
.navBar .dropdown-menu{
    padding: 0;
    border-radius: 0;
    margin: 0;
    border: 0;
    float: none;
    width: 15.625rem;
    box-shadow: 0.0625rem 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.18);
    top: 100%;
    left: 0;
}
.navBar .dropdown-menu li{
    margin: 0;
}
.navBar .dropdown-menu li a{
    font-size: 0.9375rem;
    line-height: 1.1875rem;
    font-weight: 500;
    color: #2856b4;
    background: #fff;
    border-bottom: 0.0625rem solid #acacac;
    display: block;
    padding: 0.75rem 0.75rem;
}
.navBar .dropdown-menu li:last-child > a{
    border-bottom: none;
}
.navBar .dropdown-menu li:hover > a{
    color: #fff;
    background: #2856b4;
    padding-left: 1.5625rem;
}

/*----------Menu backbtn---------*/
.menuBackBtn{
    height: 2.5rem;
    width: 2.5rem;
    position: absolute;
    top: 0.3125rem;
    left: 0;
    z-index: 9999;
    margin-bottom: 0;
}
.menuBackBtn li{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.menuBackBtn li.step_1{
    z-index: 1;
}
.menuBackBtn li.step_2{
    z-index: 3;
}
.menuBackBtn li button{
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: none;
    background: #444444;
}
.menuBackBtn li button img{
    width: 1.25rem;
    height: 1.5625rem;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

/*----------Fixed menu-----------*/
header.fixed{
    position: fixed;
    top: -6.4375rem;
    z-index: 999;
}
header.fixed .main_header{
    -webkit-box-shadow: 0 0.125rem 0.3125rem 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0.125rem 0.3125rem 0 rgba(0,0,0,.1);
    box-shadow: 0 0.125rem 0.3125rem 0 rgba(0,0,0,.1);
}
header.fixed .menuArea{
    align-items: center;
}
header.fixed .logo{
    width: 16.25rem;
    margin-bottom: 0;
}
header.fixed .navBar li a{
    padding: 2.5rem 0;
}
header.fixed .navBar .dropdown-menu li a{
    padding: 0.75rem 0.9375rem;
}
header.fixed .contactInfo_wrap{
    display: none;
}
header.fixed.in_view{
    -ms-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    top: 0;
    z-index: 999;
}

/*--------mobile menuBtn---------*/
.mobElement{
    display: none;
}
.menuBtn{
    width: 2.8125rem;
    height: 1.6875rem;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 99;
}
.menuBtn span{
    display: block;
    position: absolute;
    left: 0;
    height: 0.1875rem;
    width: 100%;
    background: #182378;
    border-radius: 0.125rem;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.menuBtn span:nth-child(1){
    top: 0;
}
.menuBtn span:nth-child(2),
.menuBtn span:nth-child(3){
    top: 0.75rem;
}
.menuBtn span:nth-child(4){
    top: 1.5rem;
}
.menuBtn.open span:nth-child(1){
    top: 0.75rem;
    width: 0%;
    left: 50%;
}
.menuBtn.open span:nth-child(2){
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menuBtn.open span:nth-child(3){
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menuBtn.open span:nth-child(4){
    top: 0.75rem;
    width: 0%;
    left: 50%;
}
.smVersion{
    width: 100%;
    display: none;
    padding: 0.9375rem 0.75rem 0;
}

/*---------Home banner---------*/
.home_banner{
    background: #424454;
    position: relative;
    height: 41.875rem;
}
.banner_item{
    height: 41.875rem;
    overflow: hidden;
    position: relative;
}
.banner_item .video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.bg_img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner_bg{
    height: 100%;
    position: relative;
}
.banner_caption{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    padding: 0 0.75rem 0;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    max-width: 69.375rem;
    margin: 0 auto;
    opacity: 0;
    transition: 1s;
    transform: translateX(-100%);
    overflow: hidden;
}
.banner_slider .owl-item.active .banner_caption{
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1s;
}
.banner_caption h1{
/*
    font-size: 5.625rem;
    line-height: 5rem;
*/
    font-size: 4.375rem;
    line-height: 4.375rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 2.1875rem;
}
.banner_slider.owl-theme .owl-dots{
    position: absolute;
    bottom: 3.75rem;
    left: 0;
    right: 0;
}
.banner_slider.owl-theme .owl-dots .owl-dot span{
    border-color: #fff;
}
.banner_slider.owl-theme .owl-dots .owl-dot.active span, 
.banner_slider.owl-theme .owl-dots .owl-dot:hover span{
    background: #fff;
    border-color: #fff;
}

/*-----------Blue sec----------*/
.blue_sec{
    background: #4080ff;
    padding: 4.375rem 0 5.3125rem;
}
.blue_sec::before, .blue_sec::after{
    content: "";
    position: absolute;
    top: -1.75rem;
    left: 0;
    right: 0;
    z-index: 1;
    background: url(../images/angle-shape.png) no-repeat bottom;
    background-size: 100% 1.875rem;
    height: 1.875rem;
}
.blue_sec::after{
    top: -50%;
    right: 3.75rem;
    left: auto;
    background: url(../images/circle-shape.png) no-repeat bottom;
    background-size: 100% 100%;
    width: 24rem;
    height: 23.875rem;
}
.blueSec_wrap{
    z-index: 2;
}
.blueSec_txt{
    padding-right: 1.875rem;
}
.blueSec_txt h2{
    font-size: 2.75rem;
    line-height: 3.4375rem;
    font-weight: 800;
    color: #fff;
/*    margin-bottom: 2.1875rem;*/
}

/*-----------Pumped sec----------*/
.pumped_sec{
    background: #1d213f;
}
.pumped_wrap .row .column:first-child{
    width: 62%;
}
.pumped_wrap .row .column:last-child{
    width: 38%;
}
.pumped_txt{
    padding: 5.625rem 5.625rem 6.25rem 10.625rem;
    background: url(../images/pattern-1.png) repeat-y right;
    background-size: 2.5rem auto;
    height: 100%;
}
.pumped_txt h3{
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1.5625rem;
}
.pumped_txt p{
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 1.875rem;
}
.btn_group{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.btn_group .common_btn{
    margin-right: 0.9375rem;
}
.btn_group .common_btn:last-child{
    margin-right: 0;
}
.pumped_img{
    height: 100%;
}
.pumped_img img{
    object-fit: cover;
}

/*-----------Feature sec----------*/
.feature_item{
    font-size: 1.0625rem;
    line-height: 1.625rem;
    color: #fff;
/*    background: #2856b4;*/
    background: #2e62cd;
    padding: 3.125rem 1.75rem;
    transition: all 0.3s ease;
    display: block;
}
.feature_item:hover{
    color: #fff;
}
.feature_wrap .row [class*="col-"]:nth-child(even) .feature_item{
    background: #182378;
}
.feature_wrap .row [class*="col-"]:last-child .feature_item{
    background: #424454;
}
.feature_item img{
    width: 4.6875rem;
    margin-bottom: 1.25rem;
    transition: all 0.3s ease;
}
.feature_item h4{
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.75rem;
}
.feature_wrap .row [class*="col-"]:nth-child(n + 1) .feature_item:hover{
    background: #2751a7;
}
.feature_item:hover img{
    transform: scale(1.05);
}

/*-----------Box img sec----------*/
.boxImg_item{
    display: block;
}
.boxImg_item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(24, 35, 120, 0.59);
    transition: all 1s ease;
    opacity: 0;
    visibility: hidden;
}
.boxImg_item:hover::before{
    opacity: 1;
    visibility: visible;
}
.box_img{
    padding-top: 70%;
}
.box_txt{
    padding: 0 0.75rem;
    width: 100%;
}
.box_txt h5{
    font-size: 3.125rem;
    line-height: 3.375rem;
    font-weight: 800;
    color: #fff;
}

/*------------Newsletter sec------------*/
.newsLetter_sec{
    background: #2856b4;
    padding: 5.625rem 0 5.3125rem;
}
.newsLetter_sec:before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 38%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: auto;
    background: #1f4eae;
    transform-origin: bottom right;
    -ms-transform: skew(-40deg, 0deg);
    -webkit-transform: skew(-40deg, 0deg);
    transform: skew(-40deg, 0deg);
}
.newsLetter_wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.newsLetter_wrap .column:first-child{
    width: 32%;
}
.newsLetter_wrap .column:last-child{
    width: 63%;
}
.newsletter_title{
    padding-right: 1.875rem;
}
.newsletter_title h5{
    font-size: 2rem;
    line-height: 2.25rem;
    font-weight: 800;
    color: #fffeff;
}
.newsletter_title p{
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #fffeff;
    margin-top: 0.625rem;
}
.newletter_form .row{
    margin: 0 -0.3125rem;
}
.newletter_form .row [class*="col-"]{
    width: 39%;
    padding: 0 0.3125rem;
}
.newletter_form .row [class*="col-"]:last-child{
    width: 20%;
}

/*----------Newletter form-----------*/
.newletter_form .small_btn{
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 800;
    color: #0e20a6;
    background: #fff;
    width: 100%;
    padding: 1.0625rem 0.3125rem;
    border: none;
    transition: all 0.5s ease;
    position: relative;
    height: auto;
    border-radius: 0.3125rem;
}
.newletter_form .small_btn:hover{
    color: #fff;
}
.newletter_form .small_btn:hover, .newletter_form .small_btn::before{
    background: #0e20a6;
}
.newletter_form .form-control{
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 400;
    color: #a0a9ec;
    height: 3.5625rem;
    border: none;
    background: #0e20a6;
    border-radius: 0.3125rem;
}
.newletter_form form ::-webkit-input-placeholder{
    color: #a0a9ec;
}
.newletter_form form ::-moz-placeholder{
    color: #a0a9ec;
}
.newletter_form form :-ms-input-placeholder{
    color: #a0a9ec;
}
.newletter_form form :-moz-placeholder{
    color: #a0a9ec;
}
.newletter_form .wpcf7-spinner{
    margin: 0 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.newletter_form .wpcf7 form .wpcf7-response-output{
    margin: 1.875rem 0 0;
    padding: 0.625rem 0.9375rem;
    text-align: center;
    color: #fff;
    font-size: 1.0625rem;
    font-weight: 500;
}
.newletter_form .wpcf7-not-valid-tip{
    color: #d3d800;
    font-size: 0.9375rem;
    font-weight: 500;
    margin-top: 0.3125rem;
}
.newletter_form .wpcf7 form.invalid .wpcf7-response-output,
.newletter_form .wpcf7 form.unaccepted .wpcf7-response-output,
.newletter_form .wpcf7 form.payment-required .wpcf7-response-output{
    border-color: #e74310;
    background: rgba(231, 67, 16, 0.45);
}
.newletter_form .wpcf7 form.sent .wpcf7-response-output{
    border-color: #4db4e4;
    background: rgba(77, 180, 228, 0.50);
}

/*--------------Footer--------------*/
.site_footer{
    background: #fff url(../images/pattern-2.png) repeat-x top;
    background-size: auto 3.125rem;
    padding: 6.875rem 0 2.8125rem;
}
.footer_box{
    font-size: 1.0625rem;
    line-height: 1.5rem;
    color: #444444;
}
.footer_box h6{
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 800;
    color: #444444;
    margin-bottom: 0.9375rem;
}

/*-----------Footer link------------*/
.footer_link ul li{
    padding-bottom: 0.5rem;
}
.footer_link ul li:last-child{
    padding-bottom: 0;
}
.footer_link ul li a{
    color: #444444;
}
.footer_link ul li a:hover{
    color: #2856b4;
}

/*-----------About txt------------*/
.abt_txt p{
    padding-bottom: 1.25rem;
}
.abt_txt a{
    font-size: 0.9375rem;
    line-height: 1.1875rem;
    font-weight: 700;
    color: #2856b4;
    text-transform: uppercase;
}
.abt_txt a:hover{
    color: #444444;
}

/*-----------Footer contact------------*/
.footer_logo{
    display: block;
    width: 15.875rem;
    margin-bottom: 1.5625rem;
}
.footer_logo img{
    width: 100%;
}
.footerContact ul li{
    padding-bottom: 0.625rem;
}
.footerContact ul li:last-child{
    max-width: 16.25rem;
    padding-bottom: 0;
}
.footerContact ul li a{
    color: #444444;
}
.footerContact ul li a:hover{
    color: #2856b4;
}
.site_footer .social_icon ul{
    margin-top: 1.5625rem;
}
.site_footer .social_icon ul li a{
    margin-right: 0.625rem;
}
.site_footer .social_icon ul li:last-child a{
    margin-right: 0;
}
.site_footer .social_icon ul li a img{
    width: 2rem;
}

/*------------Copy right--------------*/
.copy_right{
    color: #444444;
    text-align: center;
    padding-top: 3.75rem;
}
.copy_right p{
    margin-bottom: 0.3125rem;
}
.copy_right p:last-child{
    margin-bottom: 0;
}
.copy_right p a{
    color: #444444;
}
.copy_right p a:hover{
    color: #2856b4;
}
.copy_right p a b{
    font-weight: 700;
}

/*--------Return to top--------*/
.return_to_top{
    position: fixed;
    bottom: 1.875rem;
    right: 1.875rem;
    z-index: 99;
    background: #182378;
    width: 3.125rem;
    height: 3.125rem;
    display: block;
    text-align: center;
    text-decoration: none;
    display: none;
    transition: all 0.3s ease;
}
.return_to_top span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.return_to_top img{
    width: 1.875rem;
    transition: all 0.3s ease;
}
.return_to_top:hover img{
    transform: translateY(-0.3125rem);
}
.return_to_top:hover{
    background: #0e20a6;
}

















/*-------------Inner Page----------*/
/*-------------Inner Banner----------*/
.inner_banner{
    padding-top: 25%;
    position: relative;
}

/*------------Inner wrapper-----------*/
.inner_sec{
    background: url(../images/pattern-2.png) repeat-x top;
    background-size: auto 3.125rem;
}
.inner_wrapper{
    display: flex;
    flex-wrap: wrap;
}
.inner_wrapper .inner_content{
    width: 72%;
    padding: 5rem 2.8125rem 3.75rem 7%;
}
.inner_content{
    font-size: 1.125rem;
    line-height: 1.625rem;
    width: 100%;
    padding: 5rem 0;
}
.inner_content h1{
    margin-bottom: 1.375rem;
}
.inner_content h2{
    margin-bottom: 1.25rem;
}
.inner_content h3{
    margin-bottom: 1.125rem;
}
.inner_content h4{
    margin-bottom: 1rem;
}
.inner_content h5{
    margin-bottom: 0.875rem;
}
.inner_content h6{
    margin-bottom: 0.75rem;
}
.inner_content p{
    padding-bottom: 0.9375rem;
}
.inner_content ul{
    padding-bottom: 0.9375rem;
}
.inner_content ul li, .cmn_list ul li{
    position: relative;
    padding: 0 0 0.625rem 0.9375rem;
}
.inner_content ul li ul{
    padding: 0.75rem 0 0.625rem;
}
.inner_content ul li::before, .cmn_list ul li::before{
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0;
    background: url(../images/icon/right-angle.svg) no-repeat center;
    background-size: 100% 100%;
    width: 0.625rem;
    height: 0.625rem;
}
.pink_txt{
    color: #ff339a;
}
/*
.inner_content ul li ul li::before{
    background: #e74310;
    border-radius: 50%;
    width: 0.4375rem;
    height: 0.4375rem;
    top: 0.4688rem;
}
*/
.inner_content ol{
    padding-left: 1.125rem;
}
.inner_content ol li ol{
    padding-top: 0.625rem;
    padding-bottom: 0;
}
.inner_content ol > li{
    padding-bottom: 0.75rem;
}
.inner_content ol li ol li:last-child, .inner_content ul li ul li:last-child{
    padding-bottom: 0;
}
.alignleft, .alignright{
    float: left;
    width: 46% !important;
/*    height: 19.875rem;*/
    object-fit: cover;
    margin: 0 1.875rem 1.875rem 0;
/*    border: 0.125rem solid #252e65;*/
}
.alignright{
    float: right;
    margin: 0 0 1.875rem 1.875rem;
}
.aligncenter{
    width: 100%;
    height: auto;
}
.small_img{
    width: 15% !important;
}
.full_width{
    width: 100%;
/*    border: 0.125rem solid #252e65;*/
    margin-bottom: 1.25rem;
}
.btnGgroup_gap{
    display: flex;
    flex-direction: column;
    margin: 0.9375rem 0 1.25rem;
}
.btnGgroup_gap .common_btn{
    align-self: flex-start;
    margin-bottom: 0.625rem;
}
.btnGgroup_gap .common_btn:last-child{
    margin-bottom: 0;
}
.img_item img{
    width: 100%;
    margin-bottom: 1.5625rem;
    border: 0.0625rem solid #283277;
}
.commonWrapper_box{
    background: #ededed;
    margin-bottom: 1.875rem;
    border-radius: 0.1875rem;
    overflow: hidden;
    box-shadow: 0 0 0.625rem 0.3125rem rgba(37, 46, 101, 0.26);
    padding: 1.875rem 1.25rem;
    margin: 1.875rem 0;
    clear: both;
}
.img_text a{
    display: block;
    margin-bottom: 0.25rem;
}
.border_both .news_item{
    border: 0.0625rem solid #d4d4d4;
    padding: 0.9375rem 0.75rem;
    margin-bottom: 1.875rem;
    height: auto;
}
.border_both .news_item .news_txt{
    text-transform: inherit;
}
.border_both .news_item .news_txt a{
    font-size: 0.9375rem;
    line-height: 1.1875rem;
    display: block;
    margin-bottom: 0.25rem;
}
.border_both .news_item .news_txt p{
    padding-bottom: 0;
}
.border_both .news_item .news_txt a span{
    display: inline-block;
    margin-bottom: 0;
}
.border_both .news_img{
    padding: 0;
}
.border_both .news_img img{
    width: 100%;
}
.image_flex [class*="col-"]{
    margin-bottom: 1.875rem;
}
.image_flex .img_item{
    height: 100%;
    display: block;
}
.image_flex .img_item img{
    height: 100%;
    object-fit: cover;
    margin-bottom: 0;
}
.image_flex .img_item span{
    display: block;
    margin-top: 0.3125rem;
}
.image_flex p{
    margin-top: 0.9375rem;
}
.videoWith_img [class*="col-"]{
    height: 100%;
}
.listing_none ul li, .listing_none ul li p{
    padding: 0;
}
.listing_none.social_icon ul{
    padding-bottom: 1.875rem;
}
.listing_none ul li::before{
    content: none;
}
.small_txt{
    font-size: 0.9375rem;
    line-height: 1.1875rem;
}
.inner_content .wp-caption-text{
    font-size: 0.875rem;
    line-height: 1.125rem;
    background: #ededed;
    padding: 0.625rem 0.75rem;
    text-align: center;
}
.inner_content p > .common_btn{
    margin-bottom: 0.9375rem;
}

/* Common table */
.common_table .table{
    color: #727272;
    border: 0.0625rem solid #283277;
    /*margin: 0.625rem 0 1.875rem;*/
    margin: 0.625rem 0;
    vertical-align: middle;
}
.common_table .table>:not(:first-child){
     border-top: none;
}
.common_table .table thead tr th{
    background: #283277;
    color: #fff;
    font-weight: 500;
    padding: 0.75rem 0.75rem;
    border-right: 0.0625rem solid #fff;
    border-bottom: 0.0625rem solid #fff;
}
.common_table .table thead tr:last-child th{
    font-size: 1.0625rem;
    line-height: 1.3125rem;
    padding: 0.625rem 0.75rem;
    background: #283277;
}
.common_table .table thead tr th:last-child{
    border-right: none;
}
.common_table .table td{
    border: 0.0625rem solid #283277;
    padding:  0.625rem 0.75rem;
}
.common_table .table tbody td h6{
    margin-bottom: 0;
}

/*--------------Sidebar Wrap-------------*/
.inner_sidebar{
    width: 28%;
}
.sidebar_wrap{
    border-radius: 0;
    overflow: hidden;
    height: 100%;
}
.title_wrap{
    padding: 5rem 1.5625rem 1.25rem 0;
}
.title_wrap h3{
    color: #444444;
}
.sidebar_info{
    font-size: 1.125rem;
    line-height: 1.375rem;
    padding: 0 2.8125rem 1.875rem 0;
}
.sidebar_link ul li{
    font-size: 0.9375rem;
    line-height: 1.1875rem;
    font-weight: 700;
    text-transform: uppercase;
    background: #2856b4;
    border-radius: 0.1875rem;
    margin-bottom: 0.5rem;
    padding-right: 0.9375rem;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sidebar_link ul li:last-child{
    margin-bottom: 0;
}
.sidebar_link ul li a{
    color: #fff;
    display: block;
    padding: 1.125rem 0.9375rem;
    width: 50%;
    flex-grow: 1;
}
.sidebar_link ul li:hover a{
    color: #fff;
}
.sidebar_link ul li:hover{
    color: #fff;
    background: #0e20a6;
}
.backBtn a{
    background: #0e20a6;
    color: #fff;
    display: block;
    margin-top: 1.5625rem;
    font-size: 1.125rem;
    line-height: 1.375rem;
    padding: 1.25rem 0.9375rem 1.25rem 2.5rem;
    border-radius: 0.1875rem;
}
.backBtn a::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0.9375rem;
    background: url(../images/icon/right-angle.svg) no-repeat center;
    background-size: 100% 100%;
    width: 0.75rem;
    height: 0.75rem;
    transform: translateY(-50%) rotate(180deg);
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.backBtn a::before{
    background: #444444;
}

/*--------------Sidebar Icon-------------*/
.sidebarIcon{
    display: none;
}
.sidebarIcon{
    width: 2.1875rem;
    height: 1.6875rem;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.sidebarIcon.open span{
    background: #fff;
}
.sidebarIcon span{
    display: block;
    position: absolute;
    height: 0.1875rem;
    width: 100%;
    background: #fff;
    border-radius: 0.125rem;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.sidebarIcon span:nth-child(1){
    top: 0;
}
.sidebarIcon span:nth-child(2){
    top: 0.75rem;
}
.sidebarIcon span:nth-child(3){
    top: 1.5rem;
}
.sidebarIcon.open span:nth-child(1){
    top: 0.75rem;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.sidebarIcon.open span:nth-child(2){
    opacity: 0;
    left: -2.8125rem;
}
.sidebarIcon.open span:nth-child(3){
    top: 0.75rem;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/*------------Accordion------------*/
.accordion .accordion-item{
    border-radius: 0;
    border: none;
    margin-bottom: 1.0625rem;
}
.accordion .accordion-header .accordion-button{
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: #fff;
    background: #444444;
    text-transform: inherit;
    padding: 0.9375rem 2.1875rem 0.9375rem 0.9375rem;
    white-space: normal;
    position: relative;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 0;
    border-radius: 0 !important;
    box-shadow: none;
}
.accordion .accordion-header .accordion-button strong{
    font-weight: 600;
}
.accordion .accordion-header .accordion-button span{
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
    padding-left: 0.3125rem;
}
.accordion .accordion-item.active > .accordion-button, .accordion .accordion-item .accordion-button:hover, .accordion .accordion-button:not(.collapsed) {
    background: #2856b4;
}
.accordion .accordion-header .accordion-button::after{
    content: "";
    position: absolute;
    background: url(../images/icon/right-angle.svg) no-repeat center;
    background-size: 100% 100%;
    width: 0.875rem;
    height: 0.875rem;
    top: auto;
    right: 0.9375rem;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    transform: rotate(90deg);
}
.accordion .accordion-header .accordion-button.collapsed::after{
    transform: rotate(0deg);
}
.accordion .accordion-body{
    border: 0.125rem solid #2856b4;
    border-top: 0;
    padding: 1.125rem 0.75rem;
}
.accordion .accordion-body p:last-child{
    padding-bottom: 0;
}

/*--------------Contact page--------------*/
/*--------------Contact sec--------------*/
.common_padding{
    padding: 5rem 0;
    position: relative;
    background: url(../images/pattern-2.png) repeat-x top;
    background-size: auto 3.125rem;
}
.common_padding .inner_content{
    padding: 0;
}
.common_padding .sec_head, .inner_content .sec_head{
    margin-bottom: 2.5rem;
}
.contact_wrap p{
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 1.25rem;
}

/*-----------Contact Info------------*/
.contact_wrap h2{
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0.9375rem;
}
.contact_link ul li{
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #182378;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}
.contact_link ul li:last-child{
    margin-bottom: 0;
}
.icon img{
    width: 1.125rem;
}
.link{
    padding-left: 0.9375rem;
    width: 50%;
    flex-grow: 1;
}
.contact_link ul li:first-child .link{
    flex-grow: inherit;
    width: 70%;
}
.link p{
    margin-bottom: 0;
}
.link a{
    color: #182378;
    display: block;
    margin-bottom: 0.1875rem;
}
.link a:last-child{
    margin-bottom: 0;
}
.link a:hover{
    color: #2856b4;
}
.contact_logo{
    width: 16.875rem;
    margin-bottom: 1.875rem;
}
.contact_logo img{
    width: 100%;
}

/*-----------Social icon------------*/
.contact_info .social_icon{
    padding-top: 1.875rem;
}

/*------------Contact form----------*/
.contact_form .form-group{
    margin-bottom: 1.5625rem;
}
.contact_form .form-group label{
    font-size: 1.0625rem;
    line-height: 1.3125rem;
    font-weight: 500;
    color: #333333;
    text-transform: capitalize;
    margin-bottom: 0.625rem;
}
.contact_form .form-group label sup{
    font-size: 100%;
    color: #e40500;
    top: -0.125rem;
}
.btn_right{
    text-align: right;
}

/*-------Contact form/wb form 7----------*/
.contact_form .btn_right p{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.contact_form .btn_right .common_btn{
    border: none;
}
.contact_form .btn_right .common_btn:hover{
    background: #182378;
}
.contact_form .wpcf7-not-valid-tip{
    font-size: 0.9375rem;
    line-height: 1.1875rem;
    margin-top: 0.3125rem;
}

/*--------------Map sec--------------*/
.map_area{
    height: 28.125rem;
}

/*------------Blog Page----------*/
/*------------Blog Sec----------*/
.blog_item{
    background: #eeeeee;
    margin-bottom: 1.875rem;
    border-radius: 0.1875rem;
    overflow: hidden;
    box-shadow: 0 0 0.625rem 0.3125rem rgba(37, 46, 101, 0.20);
}
.blogImg_wrap{
    overflow: hidden;
}
.blog_img{
    padding-top: 35%;
    transition: all 0.5s ease;
}
.blog_item:hover .blog_img, .blogImg_wrap:hover .blog_img{
    transform: scale(1.03);
}
.blog_info{
    padding: 1.5625rem 1.125rem;
}
.blog_info h2{
    font-size: 1.5rem;
    line-height: 1.75rem;
    text-transform: inherit;
    margin-bottom: 0.75rem;
}
.blog_info h2 a:hover{
    color: #2856b4;
}
.inner_content ul.date_auther li::before, .inner_content .pagination_wrap ul li::before{
    content: none;
}
.date_auther{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0.9375rem;
}
.inner_content ul.date_auther li{
    padding: 0 1.5625rem 0 0;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: #2856b4;
}
.date_auther li::after{
    content: "";
    position: absolute;
    background: #2856b4;
    width: 0.125rem;
    height: 0.875rem;
    top: 48%;
    transform: translateY(-50%);
    left: -0.75rem;
}
.date_auther li:first-child::after{
    content: none;
}
.inner_content .pagination_wrap ul li{
    padding: 0;
}

/*------------Pagination wrap----------*/
.pagination_wrap .page-link{
    color: #2856b4;
    border-color: #2856b4;
}
.pagination_wrap .page-item:first-child .page-link, .pagination_wrap .page-item:last-child .page-link{
    border-radius: 0;
}
.pagination_wrap{
    justify-content: center;
}
.pagination_wrap ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.pagination_wrap ul li{
    padding: 0;
}
.pagination_wrap ul li::before{
    content: none;
}
.pagination_wrap ul li .page-numbers{
    display: block;
    border: 0.0625rem solid #2856b4;
    padding: 0.375rem 0.75rem;
}
.pagination_wrap ul li:not(:first-child) .page-numbers{
    margin-left: -0.0625rem;
}
.pagination_wrap ul li a.page-numbers:hover, .pagination_wrap ul li a:hover{
    background: #2856b4;
    color: #fff;
}

/*------------Blog deatails page----------*/
/*------------Blog details sec----------*/
.blogDetails_content h1{
    font-size: 1.75rem;
    line-height: 2rem;
    text-transform: inherit;
}
.blogDetails_content .blogImg_wrap{
    margin-bottom: 1.25rem;
}

/*------------404 Page----------*/
/*------------404 Sec----------*/
.error_content{
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-align: center;
}
.error_content h1{
    font-size: 12.5rem;
    line-height: 12.75rem;
    font-weight: 700;
}
.error_content h2{
    margin-bottom: 0.9375rem;
    text-transform: inherit;
}
.error_content p{
    margin-bottom: 0.9375rem;
}

/*------------Team Page----------*/
/*------------Team Sec----------*/
.team_wrap .row [class*="col-"]{
    margin-bottom: 1.875rem;
}
.team_item{
    font-size: 1rem;
    line-height: 1.375rem;
    background: #ededed;
    box-shadow: 0 0 0.625rem 0.3125rem rgba(37, 46, 101, 0.26);
    padding: 1.875rem 0.9375rem;
    display: block;
    height: 100%;
}
.team_txt h5{
    color: #62822a;
    margin-bottom: 0.3125rem;
}
.team_txt span{
    font-size: 1.0625rem;
    line-height: 1.3125rem;
    font-weight: 700;
    font-family: 'Futura Md BT';
    color: #8bb736;
    display: block;
    margin-bottom: 0.9375rem;
}
.team_txt > p:last-child{
    padding-bottom: 0;
}

/*------------Resource Page----------*/
.resource_wrap .row [class*="col-"]{
    margin-bottom: 1.875rem;
}
.pdf_link{
    height: 100%;
}
.pdf_link a{
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 500;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background: #fff;
    padding: 1.875rem 1.25rem;
    box-shadow: 0.5rem 0.5rem 1.25rem rgba(0, 0, 0, 0.15);
/*    position: relative;*/
}
/*
.pdf_link a::before{
    content: "";
    position: absolute;
    background: url(../images/icon/pdf.svg) no-repeat center;
    background-size: 100% 100%;
    width: 2.1875rem;
    height: 2.1875rem;
    top: 1.375rem;
    left: 0.9375rem;
}
*/
.pdf_link a:hover{
    background: #6a9612;
    color: #fff;
}
/*
.pdf_link a:hover::before{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    
}
*/

/*------------PFAS Page----------*/
body.compensate-for-scrollbar{
    margin-right: 0;
}
.imgTxtBox_wrap .row{
    margin-bottom: 1.875rem;
}
.imgTxtBox_wrap .row:nth-child(even){
    flex-direction: row-reverse;
}
.imgBox_txt{
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 400;
    color: #fff;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #6a9612;
    height: 100%;
}
.imgBox_txt p{
    padding-bottom: 0;
}
.common_img{
    display: block;
    height: 100%;
}
.common_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* What os psh page */
.common_video{
    padding-bottom: 1.25rem;
/*    width: 60%;*/
    margin: 0 auto;
}
.common_video iframe{
    height: 22.5rem;
}
.small_text p{
    /*font-size: 0.5rem;*/
    font-size: 0.625rem;
    line-height: 0.875rem;
}

/*-------New project page----------*/
/* Inr hdr */
.inr_hdr{
    box-shadow: 0 0.125rem 0.3125rem 0 rgba(0,0,0,.1);
}

/* Project Banner */
/*
.project_bnr{
    margin-top: 3.125rem;
}
*/
.project_bnr::before{
    content: "";
    position: absolute;
    bottom: 2.5rem;
    right: 3.75rem;
    background: url(../images/logo-icon.png) no-repeat center;
    background-size: 100% 100%;
    width: 6.25rem;
    height: 6.25rem;
}
.bnr_title{
    padding-top: 2.1875rem;
}
.bnr_box{
    font-size: 1.125rem;
    line-height: 1.375rem;
    top: 50%;
    transform: translateY(-50%);
/*    background: #4080ff;*/
    max-width: 41.25rem;
    padding: 4.375rem 5rem;
}
.bnr_box ul{
    margin-bottom: 1.875rem;
}
.bnr_box ul li{
    margin-bottom: 0.75rem;
}

/* Blue bar */
.blue_bar{
    background: #4080ff;
    padding: 1.875rem 0;
}
.blueBar_txt h6{
    font-weight: 600;
}

/* Project info sec */
.projectInfo_sec{
    background: #fff;
}
/*
.projectInfo_img{
    margin-top: -8.125rem;
}
*/

/* PSH sec */
.psh_sec{
    margin: 1.875rem 0 0.9375rem;
    clear: both;
}

/* Timeline sec */
.timeline_title{
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #4080ff;
    border: 0.125rem solid #4080ff;
    padding: 0.8125rem 2.1875rem;
    margin-bottom: 3.75rem;
}
.timline_sec{
    padding: 2.5rem 0 6.25rem;
}

/* Timeline  */
.timline::before{
    content: "";
    position: absolute;
    top: 53.5%;
    left: 0;
    right: 0;
    height: 3.75rem;
    transform: translateY(-50%);
    background: linear-gradient(to right,  #368abf 1%,#44a694 50%,#8ebf45 100%);
}
.timline > ul > li{
    width: calc(100% / 3);
    padding: 0 2.5rem;
}
.icon_circle{
    background: #fff;
    width: 7.5rem;
    height: 7.5rem;
    border: 0.75rem solid #368ABF;
    cursor: pointer;
}
.timline > ul > li:nth-child(2) .icon_circle{
    border-color: #44A694;
}
.timline > ul > li:nth-child(3) .icon_circle{
    border-color: #80BF6F;
}
.icon_circle img{
    width: 2.8125rem;
}
.year p{
    font-size: 1.625rem;
    line-height: 1.875rem;
    font-weight: 700;
    color: #368ABF;
}
.timline > ul > li:nth-child(2) .year p{
    color: #44A694;
}
.timline > ul > li:nth-child(3) .year p{
    color: #80BF6F;
}
.timline_txt{
    margin-top: 2.5rem;
}
.timline_txt p{
    font-size: 1.375rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: #5f5f5f;
    text-transform: uppercase;
}
.icon_wrap{
    padding-top: 4.0625rem;
    margin-top: 1.5625rem;
}
.icon_wrap::before, .icon_wrap::after{
    content: "";
    position: absolute;
    top: 1.25rem;
    height: 2.8125rem;
    width: 0.0625rem;
    background: #bfbfbf;
}
.icon_wrap::after{
    border: 0.0625rem solid #bfbfbf;
    border-radius: 50%;
    width: 1.25rem;
    height: 1.25rem;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #368ABF;
    box-shadow: 0rem 0rem 0rem 0.3125rem #fff inset;
}
.timline > ul > li:nth-child(2) .icon_wrap::after{
    background: #44A694;
}
.timline > ul > li:nth-child(3) .icon_wrap::after{
    background: #80BF6F;
}
.hover_info{
    max-width: 15.625rem;
    background: #fff;
    box-shadow: 0 0 0.75rem 0.125rem rgba(0, 0, 0, 0.10);
    padding: 1.5625rem 1.5625rem;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all ease;
    transform: translateY(50%);
}
.icon_wrap:hover .hover_info{
    opacity: 1;
    visibility: visible;
    transform: translateY(30%);
}

/*--------Benefit page--------*/
.benefit_item{
    padding: 1.25rem 1.125rem;
    margin-top: 1.5625rem;
    box-shadow: 0 0 0.4375rem 0.1875rem rgba(0, 0, 0, 0.10);
}
.benefit_icon{
    width: 6.25rem;
    margin-right: 1.875rem;
}


/*--------------End CSS--------------*/


