*,::before,::after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Thin.ttf);
    font-weight: 100;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-ExtraLight.ttf);
    font-weight: 200;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Light.ttf);
    font-weight: 300;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Medium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
    font-weight: 600;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-ExtraBold.ttf);
    font-weight: 800;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Black.ttf);
    font-weight: 900;
}
:root{
    --primaryColor:#b17f33;
    --secondaryColor:#022459;
    --whiteColor: #fff;
    --headingColor: #00204c;
    --bodyFont: "Poppins"; 
    --iconFont: 'Line Awesome Free';
    --box-shadow: 0 12px 28px rgba(15,23,42,.06);
    --bgGradient: linear-gradient(180deg, #022459, #c38318);
}
.contentTitle h2{
    font-size: 50px;
    font-weight: 700;
    color: var(--secondaryColor);
}
.img{
    max-width: 100%;
}
h2{
    font-size: 36px;
}
h3{
    font-size: 20px;
}
h4{
    font-size: 17px;
    color: var(--headingColor);
    font-weight: 700;
    margin: 20px 0 15px;
}
h5{
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin: 10px 0;
}
.pl{
    padding-left: 30px;
}
.pRight{
    padding-right: 20px;
}
body {
    font-family: var(--bodyFont);
    font-size: 16px;
}
header,section,footer,.headerTop,.headerBottom,.footerTop,.footerBottom{
    width: 100%;
    float: left;
}
p{
    font-size: 15px;
    line-height: 25px;
}
.filter{
    filter: grayscale(1);
}
a{
    display: inline-block;
    text-decoration: none;
    color: var(--secondaryColor);
    font-weight: 600;
    font-size: 15px;
}
.bgYellow{
    background-color: var(--primaryColor);
}
.object-cover{
    object-fit: cover;
    object-position: center;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.contentList li{
    padding: 9px 0 9px 40px;
    line-height: 1.5;
    position: relative;

}
ul.contentList li::before{
    content: "\f00c";
    font-family: var(--iconFont);
    font-weight: 900;
    color: var(--whiteColor);
    left: 0;
    top: 7px;
    font-size: 13px;
    position: absolute;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background-color: var(--secondaryColor);
    border-radius: 50%;
}
.bg-gray {
    background-color: rgb(109 132 134 / 6%);
}
a.primaryBtn{
    background-color: var(--secondaryColor);
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 4px;
    color: var(--whiteColor) !important;
    text-transform: capitalize;
}
a.primaryBtn::after{
    content: '';
  width: 0;
  height: 100%;
   border-radius: 4px;
  position: absolute;
  top: 0;
  left: -5%;
  background-color: var(--primaryColor);
  -webkit-transition: .5s ease;
  transition: .5s ease;
  color: var(--whiteColor) !important;
  display: block;
  z-index: -1;
}
a.primaryBtn:hover::after{
    width: 110%;
   color: var(--whiteColor) !important;
}
a.btn2{
    position: relative;
    background-color: var(--whiteColor);
    color: #000;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
    text-transform: uppercase;
}
a.btn2::after{
    content : "";
    position : absolute;
    right: 0;
    top: 0;
    bottom: 100%;
    width : 100%;
    background-color: var(--primaryColor);
    z-index : -1;
    transition: 0.5s ease;
}
a.btn2:hover::after{
    bottom: 0;
}
a.trackBtn{
    background-color: red;
    color: var(--whiteColor);
    padding: 10px 15px !important;
    font-size: 16px;
    font-weight: 600;
    transition: all 150ms linear;
    animation: bgColor 1s linear infinite;
}
a.submitBtn{
    background-color: var(--primaryColor);
    color: #000 !important;
    padding: 10px 15px !important;
    transition: all 150ms linear;
    animation: bgColor2 1s linear infinite;
}

@keyframes bgColortrackpaper {
    0% { background-color: #009688; box-shadow: 0 0 1px rgb(0 150 136 / 66%); }
    50% { background-color: #00423c; box-shadow: 0 0 1px rgb(0 150 136 / 66%);}
    100% { background-color: #1bb8a0; box-shadow: 0 0 3px rgb(0 150 136 / 60%); }
  }

 @keyframes bgColorverifycertificate {
    0% { background-color: #2e3192; box-shadow: 0 0 1px #1b1d68; }
    50% { background-color: #1b1d68; box-shadow: 0 0 1px rgb(15 18 87 / 52%);}
    100% { background-color:#1b1d68; box-shadow: 0 0 3px rgb(46 49 146 / 47%) }
  }

 
 
 

section {
    padding: 70px 0;
}
header{
    background-color: var(--whiteColor);
}
header .headerTop .infoBar ul.info{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .headerTop .infoBar{
    display: flex;
    align-items: center;
    gap: 20px;
}
header .headerTop .infoBar .socialLinks li i{
    color: var(--whiteColor);
}
header .headerTop .rightBar ul.menu{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 18px;
}
header .headerTop{
    background-color: #ebebeb;
    padding: 12px;
}
header .headerTop .searchBar .inner{
    max-width: fit-content;
    position: relative;
    background: var(--whiteColor);
    padding: 6px;
    border-radius: 50px;
    display: flex;
    overflow: hidden;
    border:1px solid rgb(24 24 24 / 26%);
}
header .headerTop .searchBar form input{
    border: none;
    padding: 0px 10px;
    margin: 0;
    font-size: 15px;
}
header .headerTop .searchBar form input:focus{
    border: none;
  outline: none;
}
header .headerTop .searchBar form input[type="text"]{
    flex:3;
}
header .headerTop .searchBar form button.searchBtn{
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    text-align: center;
    font-size: 14px;
    padding: 5px 25px;
    border-radius: 50px;
    flex: 1;
    border: none;
}
header .headerBottom{
    position: relative;
    z-index: 999;
    background-color: var(--whiteColor);
    box-shadow: var(--box-shadow);
}
/*header .headerBottom::before{*/
/*    content: "";*/
/*    background-color: var(--primaryColor);*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    right: 120px;*/
/*    height: 100%;*/
/*    width: 20%;*/
/*    z-index: 0;*/
/*    transform: skew(30deg);*/
/*}*/
header .headerBottom nav.navbar .issnWRap span{
    color: var(--whiteColor);
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-left: 80px;
}
.headerTop .rightBar ul.menu li{
    display: flex;
    align-items: center;
}
header .headerBottom nav.navbar .navbar-collapse{
    justify-content: space-between;
}


.headerTop .rightBar ul.menu li a,.headerTop .rightBar ul.menu li{
    color: #444;
    font-size: 14px;
    font-weight: 600;
}
header .headerTop .rightBar ul.menu li i{
    background-color: var(--primaryColor);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: var(--whiteColor);
    margin-right: 10px;
    border-radius: 50px;
    font-size: 25px;
}
header .headerBottom a.navbar-brand img{
    height: 90px;
}
header .headerBottom nav.navbar ul.navbar-nav {
    align-items: center;
    gap: 30px;
    margin: 0 auto;
}
header .headerTop .rightBar ul.menu li a.primaryBtn{
    display: block;
}
header .headerBottom a.navbar-brand h1{
    color: var(--whiteColor);
    margin: 0;
    font-size: 25px;
    font-weight: 700;
}
header .headerBottom nav.navbar ul.navbar-nav li a{
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0;
}
header .headerBottom nav.navbar ul.navbar-nav li.dropdown ul.dropdown-menu{
    position: absolute;
    display: block;
    padding: 0;
    width: 250px;
    border: none;
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
    top: calc(100% + 60px);
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}
header .headerBottom nav.navbar ul.navbar-nav li.dropdown ul.dropdown-menu li a{
    padding: 5px 15px;
    color:#00204c;
    font-weight: 600;
}
header .headerBottom nav.navbar ul.navbar-nav li.dropdown ul.dropdown-menu li a:hover{
    color: var(--secondaryColor);
}
header .headerBottom nav.navbar ul.navbar-nav li.dropdown ul.dropdown-menu li.sub-dropdown ul.sub-dropdown-menu{
display: none;
position: absolute;
left: 100%;
top: 0;
background: var(--whiteColor);
width: 250px;
list-style: none;
border-top: solid 2px var(--primaryColor);
box-shadow:  0 15px 35px rgba(0,0,0,0.1);
}
header .headerBottom nav.navbar ul.navbar-nav li.dropdown:hover ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
  header .headerBottom nav.navbar ul.navbar-nav li.dropdown ul.dropdown-menu li {
    width: auto;
  }
  header .headerBottom nav.navbar ul.navbar-nav li.dropdown ul.dropdown-menu li {
    padding:4px 20px;
    position: relative;
    border-bottom: 1px solid rgb(195 195 195 / 29%);
  }
  header .headerBottom nav.navbar ul.navbar-nav li.dropdown ul.dropdown-menu li.sub-dropdown:hover ul.sub-dropdown-menu {
    display: block;
  }
  header .headerBottom nav.navbar ul.navbar-nav li.dropdown ul.dropdown-menu li.sub-dropdown ul.sub-dropdown-menu {
    display: none;
    list-style: none;
    background-color: var(--whiteColor);
}

header .headerBottom .contact_info_box{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}
header .headerBottom .contact_info_box i{
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 28px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--primaryColor);
    color:var(--whiteColor);
}
header .headerBottom .contact_info_box .main_contact_container span{
    display: block;
    color:var(--whiteColor);
    font-size: 13px;
}
header .headerBottom .contact_info_box .main_contact_container a{
    font-size: 16px;
    font-weight: 600;
    color:var(--headingColor);
}
header .headerBottom nav.navbar ul.navbar-nav li.dropdown ul.dropdown-menu li.sub-dropdown ul.sub-dropdown-menu li a{
    color: #333;
}
header .headerBottom nav.navbar ul.navbar-nav li.dropdown ul.dropdown-menu li.sub-dropdown ul.sub-dropdown-menu li a:hover{
    font-variant: var(--secondaryColor);
}
header .headerBottom nav.navbar ul.navbar-nav li.dropdown:hover ul.dropdown-menu {
    visibility: visible;
  }

  header nav.navbar ul.navbar-nav li.nav-item ul.dropdown-menu li.sub-dropdown a.dropIcon{
    position: relative;
}
header nav.navbar ul.navbar-nav li.nav-item ul.dropdown-menu li.sub-dropdown a.dropIcon::after{
    content: "\f105";
    font-family: var(--iconFont);
    font-weight: 900;
    color: #000;
    position: absolute;
    left: 200px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
}


section.mainBanner button[type="button"].carousel-control-prev{
    left: 10px;
}
header .headerBottom nav.navbar {
    padding: 0;
}
section.mainBanner{
    height: 75vh;
}
section.mainBanner button[type="button"]{
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #bac1c6;
    top: 50%;
    bottom: 100%;
    opacity : 1;
    font-size : 20px;
    border: 3px solid #bac1c6;
}
section.mainBanner button[type="button"]:hover{
    background-color: var(--secondaryColor);
    color: var(--whiteColor);
    border: 3px solid var(--secondaryColor);
}
section.mainBanner button[type="button"].carousel-control-next{
    right: 10px;
}
section.mainBanner .bannerInnerWrap .container{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
section.mainBanner .bannerInnerWrap{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 35%);
}
section.mainBanner .bannerInnerWrap h1,section.mainBanner .bannerInnerWrap span{
    color: var(--whiteColor);
    text-transform: uppercase;
    font-size: 43px;
    font-weight: 700;
}
section.mainBanner .bannerInnerWrap span{
    color: var(--primaryColor);
}
section.mainBanner .bannerInnerWrap h1.headingBox{
    border: 1px solid var(--primaryColor);
    padding: 10px;
}
section.mainBanner .carousel,section.mainBanner .carousel-inner,section.mainBanner .carousel-item,section.mainBanner .carousel-item img{
    height: 100%;
}
section.bannerBottom h2{
    font-size: 20px;
    font-weight: 800;
    color: #000;
    margin: 0;
}
section.bannerBottom a.primaryBtn{
    background-color: var(--secondaryColor);
    color: var(--whiteColor) !important;
    float: right;
}
section.bannerBottom a.primaryBtn:hover{
    color: #000 !important;
}
section.serviceWrapper{
background-color: var(--whiteColor);
}
section.serviceWrapper .serviceBox{
    border: 3px solid #d6d6d6;
    padding:15px;
    height: 100%;
    transition: .5s ease;
}
section.serviceWrapper .serviceBox:hover{
    border: 3px solid var(--secondaryColor);
}
section.serviceWrapper .serviceBox .serviceContent{
    margin: 10px 0 0;
}
section.serviceWrapper .serviceBox .serviceContent h3{
    color: #222;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px;
}
section.serviceWrapper .serviceBox .serviceContent p{
    color: #3f3e3e;
    font-size: 14px;
    margin: 0 0 10px;

}
section.serviceWrapper .serviceBox .serviceContent p a{
    color: var(--secondaryColor);
    font-weight: 600;
}
section.serviceWrapper .logoWrapper .logoImg{
    border-radius: 10px;
    padding: 10px;
}
section.serviceWrapper .rightBox{
    border: 4px solid var(--primaryColor);
    padding: 30px;
    margin:  20px 0 0;
    transition: .4s ease;
}
section.serviceWrapper .rightBox:hover{
    border: 4px solid var(--secondaryColor);
}
.contentTitle h3{
    color: #0e0b06;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    padding: 0 0 20px;
    margin:  0 0 20px;
}
.contentTitle h3::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--primaryColor);
    height: 3px;
    width: 60px;
}
.contentTitle.text-center h3::after{
    left: 50%;
    transform: translateX(-50%);
}
.contentTitle h3 span{
    color: var(--primaryColor);
    font-weight: 700;
}
section.featureWrap .padding-left{
    padding-left: 70px;
}
section.serviceWrapper .rightBox p{
    font-size: 13px
}
section.featureWrap{
    background-image: url(../img/bg/feature-bg.jpg);
    padding: 80px 0;
}
section.featureWrap .box{
    display: flex;
    gap: 20px;
    margin: 30px 0 20px;
}
section.featureWrap .content{
    flex: 1;
}
section.featureWrap .content h4{
    font-size: 18px;
    color: #002e5b;
    font-weight: 600;
}
section.featureWrap .content p{
    font-size: 14px;
    line-height: 25px;
}
section.featureWrap .box .icon i{
    color: #6c98e1;
    font-size: 40px;
    margin: 16px 0 0;
}
section.counterBox {
    padding: 90px 0;
    position: relative;
    background-color: #19223a;
    z-index: 0;
}
section.counterBox .counterBg{
    background-image: url(../img/bg/counter-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.05;
    z-index: -1;
}
section.counterBox .boxInner {
    position: relative;
  background-color: var(--primaryColor);
  width: 220px;
  height: 220px;
  display: block;
  text-align: center;
  border-radius: 50%;
  z-index: 2;
display: flex;
align-items: center;
justify-content: center;
margin: 50px 0 0;
}
section.counterBox .boxInner.whiteBgBox{
    background-color: var(--whiteColor);
}

section.counterBox .boxInner .shape span.dot{
    position: absolute;
  top: unset;
  bottom: 55px;
  right: 15px;
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
  background-color: var(--secondaryColor);
  z-index: 2;
}
section.counterBox .boxInner:hover .shape2{
    -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}

section.counterBox .boxInner .shape2 span.dot{
    position: absolute;
    top: unset;
    bottom: 40px;
    right: 8px;
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 50%;
    background-color: var(--primaryColor);
    z-index: 2;
}
section.counterBox .boxInner .shape2::before{
    content: "";
  position: absolute;
  bottom: 20%;
  right: 7%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-sizing: content-box;
  background-color: var(--primaryColor);
}
section.counterBox .boxInner .shape2::after{
    content: "";
  position: absolute;
  bottom: 20%;
  right: 7%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-sizing: content-box;
  background-color: var(--primaryColor);
}
section.counterBox .boxInner .shape2::after{
    -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ripple3;
  animation-name: ripple3;
}


/*section.counterBox .boxInner .shape2{*/
/*    position: absolute;*/
/*  inset: -24px;*/
/*  width: 150px;*/
/*  height: 150px;*/
/*  border-radius: 50%;*/
/*  background-color:var(--primaryColor);*/
/*  -webkit-transition: all 0.4s ease-in-out;*/
/*  transition: all 0.4s ease-in-out;*/
/*  z-index: -1;*/
/*}*/

section.counterBox .boxInner .shape2.topWrap::before,section.counterBox .boxInner .shape2.topWrap::after{
bottom: unset;
  top: 10%;
  right: 16%;
}
section.counterBox .boxInner .shape2.topWrap span.dot{
    top: 18px;
    right: 32px;
}


section.counterBox .boxInner.whiteBgBox h4{
    font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  color: #000;
}

section.counterBox .boxInner.whiteBgBox h4 span.counter-value{
    font-weight: 600;
  font-size: 55px;
  line-height: 48px;
  text-transform: capitalize;
  color: var(--primaryColor);
  margin-bottom: 7px;
  display: block;
}
section.counterBox .boxInner h4 span.counter-value{
    font-weight: 600;
  font-size: 55px;
  line-height: 48px;
  text-transform: capitalize;
  color: var(--whiteColor);
  margin-bottom: 7px;
  display: block;
}
section.counterBox .boxInner h4{
    color: var(--whiteColor);
    font-weight: 500;
  font-size: 18px;
  line-height: 36px;
}
section.counterBox .counterContent span.subHeading{
    color: #838790;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
}
section.counterBox .counterContent h2 span.subMainTag{
    color: var(--primaryColor);
}
section.counterBox .counterContent h2{
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    color: var(--whiteColor);
}
section.counterBox .counterContent p{
     color: #838790;
}

section.counterBox .why-choose-four__list{
    display: flex;
    align-items: center;
    border-radius: 0 100px 100px 50px;
    background-color: rgb(255 255 255 / 10%);
    margin-bottom: 40px;
}
section.counterBox .why-choose-four__list .why-choose-four__item:first-child{
    border-right: 2px solid var(--primaryColor);
}
section.counterBox .why-choose-four__list .why-choose-four__item{
    padding: 30px 25px 26px;
    flex: 1;
}
section.counterBox .why-choose-four__list .why-choose-four__item__top {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 12px;
}
section.counterBox .why-choose-four__list .why-choose-four__item__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color:  #7782A0;
    margin-bottom: 0;
}
section.counterBox .why-choose-four__list .why-choose-four__item__icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #19223a;
    color: var(--whiteColor);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    transition: all 500ms ease;
}
section.counterBox .why-choose-four__list .why-choose-four__item__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: var(--whiteColor);
    margin-bottom: 0;
}

section.counterBox a.primaryBtn{
    background-color: var(--primaryColor);
    color: var(--whiteColor) !important;
}


/*** 
=============================================
     Animation Css Start
=============================================
***/

@-webkit-keyframes ripple3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(2.9);
        transform: scale(2.9);
        opacity: 0.2
    }
}

@keyframes ripple3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(2.9);
        transform: scale(2.9);
        opacity: 0.2
    }
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
/*** 
=============================================
   Animation Css End
=============================================
***/



section.bannerBox .btnWrap{
    display: flex;
    justify-content: center;
    gap:15px;
}

section.callPaper{
     background-image: url(../img/bg/pattern-inner-bg.png);
    padding: 60px 0;  
}
section.bannerBox .leftBox h1{
    color: var(--headingColor);
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px;
}


@keyframes bgColorSubmit {
  0% { background-color: var(--primaryColor); box-shadow: 0 0 1px var(--primaryColor) }
  50% { background-color: var(--primaryColor); box-shadow: 0 0 1px rgb(122 23 76 / 59%); }
  100% { background-color: var(--primaryColor); box-shadow: 0 0 3px var(--primaryColor); }
}

section.bannerBox .leftBox ul.contentList li::before{
    background-color: #ededed;
    color: var(--secondaryColor);
    border: 1px solid #ddd;
}
section.bannerBox .leftBox:hover ul.contentList li::before{
    background-color: var(--secondaryColor);
    color: var(--whiteColor);
}




section.bannerBox{
    background: radial-gradient(900px 420px at 12% 10%, rgba(14, 165, 164, .12), transparent 62%), radial-gradient(760px 420px at 88% 0%, rgba(59, 130, 246, .09), transparent 66%), linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .82));
    border-bottom: 1px solid rgba(11, 60, 93, .08);
    /*background-image: url(../img/bg/banner-bg.jpg);*/
    /*background-position: center;*/
    /*background-size: cover;*/
    /*padding: 60px 0;*/
    position: relative;
    z-index: 0;
}
section.bannerBox .leftBox{
    padding: 20px 20px 34px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 14px;
}
section.bannerBox .leftBox::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    height: 100%;
    opacity: .85;
    background: linear-gradient(180deg, #022459, #c38318);
}
section.bannerBox::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: .55;
    width: 420px;
    height: 420px;
    border-radius: 999px;
    z-index: -1;
    background: radial-gradient(circle at 35% 35%, rgba(11, 60, 93, .14), transparent 66%);
}
section.bannerBox::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    opacity: .55;
    width: 460px;
    height: 460px;
    border-radius: 999px;
    z-index: -1;
    background: radial-gradient(circle at 35% 35%, rgba(59, 130, 246, .12), transparent 70%);
}
section.bannerBox .leftBox ul.contentList li{
    color: #0c0c0c;
    border-bottom: 1px solid #f3f3f3;
    font-size: 14px;
    font-weight: 500;
}
section.bannerBox .rightBox .box{
    background-color: var(--whiteColor);
    padding:16px 14px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(15,23,42,.08);
    border-radius: 14px;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
    box-shadow:var(--box-shadow);
}
section.bannerBox .rightBox .box:hover{
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(15, 23, 42, .10);
    border-color: rgba(11, 60, 93, .18);
}
section.bannerBox .rightBox .box::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    opacity: .85;
    background: linear-gradient(180deg, #022459, #c38318);
}
section.bannerBox .rightBox .box p{
    margin: 0;
    color: var(--headingColor);
    font-weight: 600;
}
section.bannerBox .rightBox .box h3{
    font-size: 16px;
}
section.testimonialWrap .testimonialInner .testimonialBox{
    border-radius: 24px 50px 24px 24px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
    -webkit-transition: .4s;
    transition: .4s;
    padding: 40px;
    background-color: var(--whiteColor);
    border-bottom: 6px solid var(--primaryColor);
    position: relative;
}
section.testimonialWrap .item{
    margin: 0 10px 35px;
}
section.testimonialWrap{
    padding: 70px 0;
    background-image: url(../img/bg/testi-bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
section.testimonialWrap .testimonialInner .testimonialBox .quoteWrap{
    width: 111px;
    height: 91px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 91px;
    background-color: #F5F5F5;
    border-radius: 0 50px;
    -webkit-transition: .4s;
    transition: .4s;
    position: absolute;
    z-index: 2;
}
section.testimonialWrap .testimonialInner .testimonialBox:hover .quoteWrap{
    background-color: var(--secondaryColor);
}
section.testimonialWrap .testimonialInner .testimonialBox:hover .quoteWrap i{
    color: var(--whiteColor);
}
section.testimonialWrap .testimonialInner .testimonialBox .quoteWrap i{
    color: var(--secondaryColor);
    font-size: 60px;
    -webkit-transform: translate(-3%, 24%);
    -ms-transform: translate(-3%, 24%);
    transform: translate(-3%, 24%);
}
section.testimonialWrap .testimonialInner .testimonialBox .profileWrap{
        display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px;
}
section.testimonialWrap .testimonialInner .testimonialBox .profileWrap .imgBox img{
    border-radius: 50px;
    max-width: 70px;
    max-height: 70px;
}
/*section.testimonialWrap .contentTitle h3::after,section.publishPaper .contentTitle h3::after,section.ChooseWrap .why-choose-area .contentTitle h3::after{*/
/*    margin: 0 auto;*/
/*}*/
section.testimonialWrap .testimonialInner .testimonialBox .profileWrap .contentBox h3{
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: var(--headingColor);
}
section.testimonialWrap .testimonialInner .testimonialBox .profileWrap .contentBox span{
    font-size: 16px;
    color: #6E7070;
}
section.testimonialWrap .testimonialInner .testimonialBox .cont p{
    color: #838790;
    font-style: italic;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    margin: 20px 0;
}
section.testimonialWrap .shapeTestimonial{
    position: relative;
}
section.testimonialWrap .shapeTestimonial img{
    position: absolute;
    right: 0%;
    bottom: -2%;
    z-index: -1;
    pointer-events: none;
}
section.testimonialWrap .owl-theme .owl-dots .owl-dot span{
    background: var(--whiteColor);
    width: 15px;
    height:15px;
    border-radius: 50px;
    margin: 3px;
    border: 2px solid var(--headingColor);
}
section.testimonialWrap .owl-theme .owl-nav.disabled+.owl-dots{
    margin: 10px 0 0;
}
section.testimonialWrap .owl-theme button.owl-dot.active{
    background: var(--secondaryColor);
    border-radius: 50px;
    border: 2px solid var(--headingColor);
}
section.testimonialWrap .box-1 .boxWrap h3{
    color: var(--whiteColor);
    font-size: 20px;
    font-weight: 400;
}

section.testimonialWrap .box-1 .boxWrap .line-2-white {
    width: 60px;
    height: 2px;
    background-color: var(--whiteColor);
    margin-top: 10px;
}
section.testimonialWrap .boxChoose{
    background-color: var(--primaryColor);
    border-radius: 10px;
}
section.testimonialWrap .boxChoose .box-1{
    padding: 30px;
     transition: all 1s ease;
     height: 100%;
}
section.testimonialWrap .boxChoose .box-1:hover,section.testimonialWrap .boxChoose .box-2:hover{
    background-image: url(../img/bg/box-back1.jpg);
    background-size: cover;
  background-position: center;
  color: var(--whiteColor);
}
section.testimonialWrap .boxChoose .box-2{
    transition: all 1s ease;
  height: 100%;
  border-left: 1px solid rgb(242 238 233 / 47%);
  padding:30px;
}
section.testimonialWrap .boxChoose a.readMore{
    border-radius: 2px;
  border: 1px solid var(--whiteColor);
  color: var(--whiteColor);
  padding: 10px 20px;
  transition: all 0.5s ease;
  font-size: 12px;
}
section.testimonialWrap .boxChoose a.readMore:hover{
    background-color: #fe533d;
  border: 1px solid #fe533d;
  text-decoration: none;
}
section.testimonialWrap .boxChoose .box-2 h4{
    color: var(--whiteColor);
  font-size: 20px;
  font-weight: 400;
  margin: 10px 0 0;
}
section.testimonialWrap .boxChoose p{
    color: var(--whiteColor);
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin: 15px 0 0;
}
section.testimonialWrap .owl-theme .owl-nav button {
    margin: 0;
    position: absolute;
    transform: translateY(-100%);
}
section.testimonialWrap .owl-theme .owl-nav button span {
    padding: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 46px;
    background-color: var(--primaryColor);
    font-size: 30px;
    color: var(--whiteColor);
    border-radius: 50%;
    transition: .4s ease;
}
section.testimonialWrap .owl-theme .owl-nav button span:hover{
    background-color: var(--secondaryColor);
    color: #fff;
}
section.testimonialWrap .owl-theme .owl-nav [class*="owl-"]:hover{
    background: none;
}
section.testimonialWrap .owl-theme .owl-nav button.owl-next {
    top: 50%;
    right: -40px;
    z-index: 2;
}
section.testimonialWrap .owl-theme .owl-nav button.owl-prev {
    top: 50%;
    left: -40px;
    z-index: 2;
}
section.ChooseWrap .why-choose-area .choose-card-thumb {
    max-width: 574px;
    margin: auto;
    border-radius: 24px;
    padding: 10px 1px;
    position: relative;
}
section.ChooseWrap .why-choose-area .choose-card-thumb img{
   border-top: 10px solid var(--primaryColor);
}

section.ChooseWrap .why-choose-area .choose-card-thumb .choose-card-thumb-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
section.ChooseWrap .why-choose-area .choose-card:hover .icon img {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

section.ChooseWrap .why-choose-area .choose-card .icon {
    width: 80px;
    background: var(--secondaryColor);
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    -webkit-transition: .4s;
    transition: .4s;
    text-align: center;
    margin-left: auto;
    margin-bottom: 22px;
}

section.ChooseWrap .why-choose-area .choose-card .icon img {
    -webkit-transition: .4s;
    transition: .4s;
}

section.ChooseWrap .why-choose-area .choose-card-thumb img {
    border-radius: 20px;
}

section.ChooseWrap .why-choose-area .order-xl-0:last-child .choose-card .icon {
    margin-left: 0;
}



section.ChooseWrap .why-choose-area .choose-card .content.why-content3 h3.box-title{
    color: #011C1A;
    font-size: 18px;
    font-weight: 600;
}




section.teamWrapper .teamBox .teamImg{
    height: 330px;
    position: relative;
    overflow: hidden;
}
section.teamWrapper .teamBox .teamImg img{
    transition: .5s ease;
}

section.teamWrapper .teamBox .teamImg:hover img{
    transform:scale(1.09);
}
section.teamWrapper .teamBox .name h3{
    color: var(--secondaryColor);
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 50px;
}
section.partnersWrap{;
    position:relative;
    overflow: hidden;
    padding: 80px 0;
}

section.partnersWrap .owl-carousel .item{
    margin: 10px;
}

section.partnersWrap .brand-type1-bg .left {
    position: relative;
    display: block;
    width: 45%;
    height: 100%;
    float: left;
    background-image: url(../img/bg/career-bg.jpg);
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
section.partnersWrap .brand-type1-bg .right {
    position: relative;
    display: block;
    width: 55%;
    height: 100%;
    float: left;
    z-index: 1;
}
section.partnersWrap .owl-carousel .owl-item img {
    background-color: var(--whiteColor);
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgb(34 34 34 / 76%);
    box-shadow:0 0 10px rgb(0 0 0 / 14%);
}
section.partnersWrap .brand-btn a.primaryBtn{
    background-color: var(--primaryColor);
    border-radius: 2px;
  border: 1px solid var(--primaryColor);
  color: var(--whiteColor);
  transition: all 0.5s ease;
  overflow: hidden;
}
section.partnersWrap .brand-btn a.primaryBtn:after,section.bannerBox a.primaryBtn:after{
    border-radius: 2px;
}
section.partnersWrap .brand-btn a.primaryBtn:hover::after{
    background-color:var(--primaryColor);
}
section.bannerBox a.primaryBtn.trackBanner{
    background-color: var(--primaryColor);
    transition: all 0.5s ease;
    font-size: 14px;
    text-transform: uppercase;
}
section.bannerBox a.primaryBtn.trackBanner:hover::after{
    background-color: #111111 !important;
    border:1px solid var(--primaryColor) !important;
}
section.bannerBox a.primaryBtn.submitBanner{
    border: 1px solid var(--secondaryColor);
    font-size: 14px;
    background-color: var(--secondaryColor);
    text-transform: uppercase;
}
section.bannerBox a.primaryBtn.submitBanner:hover::after{
    background-color:#111111 !important;
    border: 1px solid #111111 !important;
}

section.partnersWrap .brand-type1-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
section.partnersWrap .brand-type1-bg .left:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgb(24 24 24 / 75%);
    z-index: -1;
}
section.partnersWrap .brand-type1-bg .right:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--whiteColor);
    z-index: -1;
}
section.partnersWrap .brand-type1-left {
    position: relative;
    display: block;
    max-width: 410px;
    width: 100%;
    z-index: 1;
}
section.partnersWrap h4{
    color: var(--whiteColor);
    font-size: 30px;
    font-weight:600;
    margin: 0 0 20px;
    position: relative;
   padding: 0 0 20px;
}
section.partnersWrap h4::before{
content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background:var(--whiteColor);
  height: 3px;
  width: 60px;
}
section.partnersWrap .brand-right-layout h4::before{
    background: var(--primaryColor);
}
section.partnersWrap .brand-type1-left p{
    color: var(--whiteColor);
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 0.5px;
}
section.partnersWrap .brand-right-layout h4{
    color:var(--secondaryColor);
}
section.partnersWrap .brand-right-layout {
    position: relative;
    display: block;
    z-index: 1;
}

section.ourTopper .item{
    margin: 10px;
}
section.ourTopper .item .content{
    padding: 24px 28px 22px;
    border: 3px solid #f2f2f2;
    background-color: var(--whiteColor);
}
section.ourTopper .item .content h3{
    color: var(--secondaryColor);
    font-size: 16px;
    font-weight: 700;
}
section.ourTopper .item img{
    border-radius: 10px 10px 0 0;
}

section.issuesWrapper .volumepaperList  article.cardBody .imgWrapper{
    height: 280px;
    /*-webkit-transform: translateX(-30%);*/
    /*transform: translateX(-30%);*/
}
section.issuesWrapper .volumepaperList  article.cardBody .imgWrapper img{
    border-radius: 25px;
}
section.issuesWrapper .volumepaperList article.cardBody ul.btnIssue{
    display: flex;
    gap: 20px;
}
section.issuesWrapper .volumepaperList article.cardBody h3 a{
    font-size: 18px;
    color: #000;
}
/*section.issuesWrapper .volumepaperList article.cardBody ul.btnIssue li i{*/
/*   background: rgb(172 201 221 / 67%);*/
/*    width: 50px;*/
/*    height: 40px;*/
/*    font-size: 20px;*/
/*    padding: 0;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
section.issuesWrapper .volumepaperList article.cardBody ul.btnIssue li a{
    width: 100%;
    display: inline-block;
    padding: 20px 20px;
    color: var(--whiteColor);
    font-size: 12px;
    font-weight: 400;
    background-color: #0D1127;
    border-radius: 5px;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 5px solid #5978F3;
    border-radius: 50px;
}



section.issuesWrapper .volumepaperList article.cardBody{
    background-color: var(--whiteColor);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    padding:20px 25px;
    border-radius: 20px;
    margin-bottom: 25px;
    border: 1px solid #ddd;
}
section.issuesWrapper .volumepaperList article.cardBody ul.shareSocial{
    margin: 20px 0 0;
    display: flex;
    gap: 9px;
    align-items: center;
    border-top: solid 1px #e8e8e8;
    padding: 20px 0 0;
}
section.issuesWrapper .volumepaperList article.cardBody ul.shareSocial li{
    color: #000;
}
section.issuesWrapper .volumepaperList article.cardBody h4{
    font-size: 20px;
    color: var(--secondaryColor);
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: solid 1px #e8e8e8;
}
section.issuesWrapper .volumepaperList article.cardBody span{
   font-size: 15px;
}
section.issuesWrapper .volumepaperList article.cardBody p{
    margin: 0 0 5px;
}
.sidebarIssue aside.currentVolumn ul.linkVolumn li{
    padding:10px 20px;
    position: relative;
    border-bottom: 1px solid var(--whiteColor);
}
.sidebarIssue aside.currentVolumn a{
    font-size: 14px;
    color: var(--primaryColor);
    font-weight: 600;
    text-decoration: underline;
}
.sidebarIssue aside.currentVolumn ul.linkVolumn li::after{
    content: "\f061";
    font-family: var(--iconFont);
    font-weight: 900;
    color: var(--secondaryColor);
    position: absolute;
    left: 0;
    top: 11px;
    font-size: 13px;
}
.sidebarIssue aside.currentVolumn ul.linkVolumn li a{
    color: #002e5b;
    font-weight: 600;
    font-size: 15px;
}
.sidebarIssue aside.currentVolumn ul.linkVolumn li a:hover{
    color: var(--secondaryColor);
}
.sidebarIssue aside.currentVolumn h3.innerTitle,section.issueDetail .innerBgTitle h3{
    color: var(--whiteColor);
    font-size: 15px;
    font-weight: 600;
    padding: 10px 15px;
    position: relative;
    border-left: solid 5px var(--primaryColor);
    background-color: var(--secondaryColor);
}

/*.sidebarIssue aside.currentVolumn h3::after,section.issueDetail .innerBgTitle h3::after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 20px;*/
/*     height: 20px; */
/*    left: 14px;*/
/*    top: 100%;*/
/*    border-right: solid 10px transparent;*/
/*    border-left: solid 10px transparent;*/
/*    border-top: solid 11px #b17f33;*/
/*}*/
.sidebarIssue aside.currentVolumn .bgWrap{
    background-color: rgb(177 127 51 / 10%);
    padding: 10px;
    border-left: 4px solid var(--primaryColor);
    border-radius: 7px;
}
.sidebarIssue aside.currentVolumn .bgWrap p{
    text-align: justify;
    font-size: 14px;
}
.sidebarIssue aside.currentVolumn p{
    font-size: 14px;
}
section.issueDetail .bgChangeWrapperID{
    background-color: var(--whiteColor);
    padding: 25px 20px;
    border: 1px solid rgb(206 218 237);
}
section.issueDetail .bgChangeWrapperID h3{
    margin: 0 0 25px;
}
section.submitWrapper ul.shareSocial li a i{
    width: 45px;
    height: 45px;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--secondaryColor);
    color: var(--whiteColor);
    border: 4px solid #fff;
    box-shadow: 5px 0 10px #8d8686;
}
section.submitWrapper ul.shareSocial li a i.lab.la-facebook-f{
    background-color: #0866ff;
}
section.submitWrapper ul.shareSocial li a.twitterBox{
    background-color: rgb(29, 155, 240);
    width: 45px;
    height: 45px;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    color: var(--whiteColor);
    border: 4px solid #fff;
    box-shadow: 5px 0 10px #8d8686;
}
section.submitWrapper ul.shareSocial li a.twitterBox img{
    height: 13px;
    -webkit-filter: invert(100%) sepia(100%) saturate(24%) hue-rotate(56deg) brightness(106%) contrast(108%);
    filter: invert(100%) sepia(100%) saturate(24%) hue-rotate(56deg) brightness(106%) contrast(108%);
}
section.submitWrapper ul.shareSocial li a i.lab.la-linkedin-in{
    background-color:#0a66c2 ;
}




section.issueDetail .bgChangeWrapperID ul.btnIssue{
    column-count: 2;
}
section.issueDetail .bgChangeWrapperID ul.btnIssue li a{
     width: 100%;
    padding: 10px;
    color: var(--whiteColor);
    font-size: 12px;
    font-weight: 600;
    background-color: var(--primaryColor);
    border-radius: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 2px solid var(--primaryColor);
    text-transform: uppercase;
}
section.issueDetail .bgChangeWrapperID ul.btnIssue li i{
    font-size: 25px;
    padding: 0;
}
.sidebarIssue aside.currentVolumn{
    width: 100%;
    float: left;
    background-color: var(--whiteColor);
    padding: 20px;
    box-shadow: var(--box-shadow);
    border: 1px solid rgb(206 218 237);
}
.sidebarIssue aside.currentVolumn .boxIssue2 p{
    text-align: justify;
    font-size: 14px;
}
section.submitWrapper .indexingWrap{
    background-color: var(--whiteColor);
    padding: 20px;
    box-shadow:0 15px 35px rgba(0,0,0,0.1);
    margin: 20px 0 0;
}
section.submitWrapper .indexingWrap ul.partnerBox li{
    text-align: center;
}
section.submitWrapper .indexingWrap ul.partnerBox{
    column-count: 2;
    margin: 20px 0 0;
}
section.submitWrapper .indexingWrap ul.partnerBox li img{
    max-width: 160px;
    max-height: 160px;
    margin: 0 0 20px;
    border: 1px solid #ddd;
    padding: 10px;
}
section.submitWrapper .indexingWrap h3{
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
section.submitWrapper .indexingWrap .contentTitle h3::after{
    margin: 0 auto;
}
.bgcontentWrapper{
    padding: 30px 35px;
    background-color: var(--whiteColor);
}
.bgcontentWrapper h2{
    color: var(--secondaryColor);
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 40px;
}
.modal.fade .ctPopUpWrap.modal-dialog{
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease-out;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}
.ctPopUpWrap{
    max-width: 700px;
    width: 90%;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999999;
    background-color: var(--whiteColor);
    padding: 25px;
    border-radius: 10px;
}
.modal-header .btn-close:focus{
    outline: none;
    box-shadow: none;
    border: none;
}
.accordion-button:not(.collapsed)::after,.accordion-button::after{
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);

}
header .headerBottom .btnWrap{
    display: flex;
    align-items: center;
    gap: 17px;
}
header .headerBottom .btnWrap a.primaryBtn.submitBanner{
    border: 1px solid var(--primaryColor);
    background-color: var(--primaryColor);
    border-radius: 2px;
    padding: 10px 17px;
    font-size: 14px;
    border-radius: 3px;
}
header .headerBottom .btnWrap a.primaryBtn.trackBanner{
    border: 1px solid #009688;
    background-color: #009688;
    padding: 10px 17px;
    font-size: 15px;
    border-radius: 3px;
}
header .headerBottom .btnWrap a.primaryBtn.verifyCerificate{
    border: 1px solid var(--secondaryColor);
    background-color: var(--secondaryColor);
    padding: 10px 17px;
    font-size: 14px;
    border-radius: 3px;
}
header .headerTop .btnWrap{
    display: flex;
    justify-content: end;
    gap: 20px;
}
header .headerTop .btnWrap a.primaryBtn:hover::after{
    background-color: #111111 !important;
    border-radius: 2px;
}
a.primaryBtn.submitBanner:hover::after{
     background-color: #111111 !important;
    border-radius: 2px;
}
a.primaryBtn.verifyCerificate:hover::after{
     background-color: #111111 !important;
    border-radius: 2px;
}
a.primaryBtn.trackBanner:hover::after{
     background-color: #111111 !important;
    border-radius: 2px;
}
header .headerTop .btnWrap a.primaryBtn{
    font-size: 12px;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 2px;
}
header .headerTop .btnWrap a.primaryBtn.submitBanner{
    animation: bgColorSubmit 1s linear infinite;
}
header .headerTop .btnWrap a.primaryBtn.trackBanner{
    animation: bgColortrackpaper 1s linear infinite;
}
header .headerTop .btnWrap a.primaryBtn.verifyCerificate{
    animation: bgColorverifycertificate 1s linear infinite;
}



header .headerTop .btnWrap a.primaryBtn::after{
   border-radius: 2px;
}
form.forms input,form.forms textarea,form.forms select{
    font-size: 14px;
    font-weight: 400;
    background-color: var(--whiteColor);
    border-radius: 3px;
    padding: 15px 25px;
    color: #565656;
    margin-bottom: 20px;
    width: 100%;
    border: solid 1px #e4e4e4;
    resize: none;
}
form.forms input:focus,form.forms textarea:focus,form.forms select:focus{
    outline: none;
    border: 1px solid var(--headingColor);
    box-shadow: none;   
}
form.forms input.submit{
    background-color: var(--headingColor);
    width: 100%;
    color: var(--whiteColor);
    font-weight: 600;
    border: none;
}
section.certificateWrap .verificationWrap .form-group{
    width: 100%;
    display: flex;
    align-items: stretch;
}
section.certificateWrap .verificationWrap .form-group input.show{
    flex: 1 20%;
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    text-transform: uppercase;
    font-weight: 600;
}
section.certificateWrap form.verification{
    background-color: #eee;
    padding: 25px;
    max-width: 900px;
    width: 100%;
    border-radius: 10px;
}
section.certificateWrap form.verification input{
    margin: 0;
}
section.certificateWrap .verifyBox{
    background-color: #eee;
    margin-top: 40px;
    padding: 25px 0;
    color: #4b4b4b;
    font-size: 18px;
}
section.mapWrap{
    line-height: 0;
}
section.trackWrapper .trackBox{
    background-color: #e2f1ff;
    width: 60%;
    padding: 30px 20px;
    margin: 0 auto;
    border-radius: 10px;
}
section.submitWrapper .submitPaper{
    background-color: rgb(233 233 233 / 46%);
    padding:25px 20px;
    border-radius: 15px;
}
section.submitWrapper .submitPaper form.forms input, form.forms textarea, form.forms select{
    padding: 8px 15px;
    font-size: 14px;
    border: none;
    border: 1px solid #ddd;
    border-radius: 5px;
}
section.submitWrapper .submitPaper form.forms input::placeholder, section.submitWrapper .submitPaper form.forms textarea::placeholder, section.submitWrapper .submitPaper form.forms select::placeholder{
    color: #000;
}

section.submitWrapper .contentTitle.innerHeading h3{
    color: #000;
    font-size: 20px;
    margin: 0 0 30px;
    font-weight: 600;
    padding: 12px 14px;
    background-color: rgba(182, 140, 90, 0.1);
    border-left: 4px solid var(--primaryColor);
}
section.submitWrapper .contentTitle.innerHeading h3::after{
    display: none;
}
.sidebarIssue aside.currentVolumn {
    color: #000;
}
section.submitWrapper .submitPaper form.forms input.submit{
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
}
section.submitWrapper .submitPaper h3.formHeading{
    color: var(--secondaryColor);
    font-size: 16px;
    margin: 0 0 15px;
    font-weight: 600;
}
section.submitWrapper .submitPaper .authorHeading{
    background-color: var(--secondaryColor);
    border: 1px solid #ddd;
    padding: 10px 20px;
    color: var(--whiteColor);
    margin: 0 0 15px;
    border-radius: 3px;
    width: fit-content;
}
section.submitWrapper .submitPaper .authorHeading h3{
    margin: 0;
    font-size: 13px;
}
section.perkWrap {
    background-color: rgb(245 245 245);
}

aside.currentVolume{
    background-color: var(--whiteColor);
    width: 100%;
    padding:30px 30px;
}
aside.currentVolume h3{
    background-color: var(--secondaryColor);
    border-left: 5px solid var(--primaryColor);
    width: 100%;
    padding: 10px;
    color: var(--whiteColor);
    margin: 30px 0 0;
    display: inline-block;
    font-size: 16px;
}
aside.currentVolume marquee.marquee  ul.sideClients li img{
    height: 120px;
}
aside.currentVolume marquee.marquee ul.sideClients li {
    width: 100%;
    display: block;
    text-align: center;
}
aside.currentVolume marquee.marquee{
    height: 350px;
    margin-top: 30px;
}
section.aboutInner{
    background-color: #f2f2f2;
}
section.aboutInner .content p{
    color: #243238;
    font-size: 15px;
    line-height: 30px;
}
.bgboxStyle{
    background-color: rgb(2 36 89 / 94%);
    padding: 35px 25px;
    line-height: 26px;
    color: #243238;
    font-weight: 600;
    margin: 0 0 20px;
    position: relative;
    text-align: center;
    z-index: 0;
    border-radius: 15px;
}
.bgboxStyle::before{
    position: absolute;
    content: "";
    border: 1px solid #8ea0bd;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: -1;
    border-radius: 15px;
}
.bgboxStyle p{
    color: var(--whiteColor);
    font-weight: 300;
    font-size: 14px;
}
.bgboxStyle h4{
    font-size: 20px;
    color: var(--whiteColor);
    font-weight: 600;
    line-height: 22px;
    margin: 0 0 15px;
}
section.contactWrapper .contactInner{
    height: 100%;
}
section.contactWrapper .aboutContact{
  border: 1px solid #E1E4E6;
  border-radius: 8px;
  padding: 24px 24px 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 100%;
}
section.contactWrapper .aboutContact .aboutIcon{
    -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 60px;
  height: 60px;
  line-height: 70px;
  text-align: center;
  background: var(--headingColor);
  border-radius: 50%;
  color: var(--whiteColor);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0 0 20px;
}
section.contactWrapper .aboutContact .aboutIcon i{
    font-size: 30px;
}
section.contactWrapper .aboutContact:hover .aboutIcon{
    background-color: var(--primaryColor);
}
section.contactWrapper .aboutContact .aboutContactDetails p a{
    color: #000;
    font-size: 14px;
    font-weight:400;
}
section.contactWrapper .aboutContact .aboutContactDetails p {
    margin: 0;
    color: #000;
    font-size: 14px;
    font-weight:400;
}
section.contactWrapper .aboutContact .aboutContactDetails h3{
    font-size: 20px;
    color: var(--headingColor);
}
section.contactWrapper .contactInner ul.contactDetails li{
    position: relative;
    padding: 5px 0 5px 28px;
}
section.contactWrapper .contactInner ul.contactDetails li i{
    position: absolute;
    left: 0;
    top: 10px;
    color: var(--primaryColor);
    font-size: 15px;
}
section.contactWrapper .contactImg{
    height: 430px;
}
section.contactWrapper .contactImg img{
    object-fit: cover;
    object-position: right;
}
section.contactWrapper .innerForm,section.careerWrapper .innerBox{
    background-color: #f5f5f5;
    color: #243238;
    padding: 40px;
    border-radius: 10px;
}
section.contactWrapper .sideInfo{
    background-color: #f5f5f5;
    padding: 30px;
    height: 100%;
    border-radius: 10px;
}
section.careerWrapper .careerImg img{
    border-radius: 30px;
}
section.formWrapContact{
    background-image: url(../img/bg/contact-form-2bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 120px 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
} 
section.formWrapContact::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: #061225;
    opacity: .8;
}
section.formWrapContact .shape-mockup.contact_2-right{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

section.formWrapContact .innerForm{
     background: rgb(13 9 9 / 24%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    border: 1px solid #F5F5F5;
}
section.formWrapContact .innerForm form.forms input, section.formWrapContact .innerForm form.forms textarea, section.formWrapContact .innerForm form.forms select{
    background-color: transparent;
    color: var(--whiteColor);
    border: 1px solid #E0E0E0;
    border-radius: 27px;
    font-size: 15px;
    padding: 15px 20px;
    margin:  0 0 1.5rem;
}
section.formWrapContact .innerForm form.forms input::placeholder, section.formWrapContact .innerForm form.forms textarea::placeholder, section.formWrapContact .innerForm form.forms select::placeholder{
    color: #b9b4b4;
}
 section.formWrapContact .innerForm form.forms .form-group{
    position: relative;
}
section.formWrapContact .innerForm form.forms i{
    display: inline-block;
    position: absolute;
    right: calc(var(--bs-gutter-x) / 2 + 25px);
    top: 16px;
    font-size: 20px;
    color: var(--whiteColor);
}
section.formWrapContact .innerForm span{
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--whiteColor);
    display: block;
    margin:  0 0 15px;
}
 section.formWrapContact .innerForm h2{
    color: var(--whiteColor);
    font-size: 36px;
    margin: 0 0 25px;
}

section.formWrapContact .innerForm form.forms input.submit{
    background-color: var(--primaryColor);
    margin: 0;
    border: none;
}


section.contactWrapper .sideInfo ul{
    border-top: 3px solid var(--secondaryColor);
}
section.contactWrapper .sideInfo h2{
    font-size: 18px;
    color: #222222;
    line-height: 50px;
    font-weight: 700;
}
section.contactWrapper .sideInfo ul li{
    position: relative;
    padding: 5px 0 5px 28px; 
    line-height: 30px;
    font-size: 15px;
}  
section.contactWrapper .sideInfo ul li i{
    position: absolute;
    left: 0;
    top: 10px;
    color: #6c98e1;
    font-size: 18px;
}
section.contactWrapper .sideInfo p{
    margin: 0 0 10px;
    font-size: 15px;
} 

section.indexingWrapper .imgWrap,section.careerWrapper .careerImg{
    position: relative;
}
section.indexingWrapper{
    padding: 100px 0;
}
section.indexingWrapper .imgWrap::before,section.careerWrapper .careerImg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    background-color:#dce4ff;
    transform: rotate(346deg);
    z-index: -1;
}
section.indexingWrapper .logogridWrap{
    display: grid;
    grid-template-columns: repeat(4 ,1fr);
    grid-template-rows: 1fr;
    gap: 20px;
    margin: 100px 0 0;
}
section.indexingWrapper .logogridWrap .logoGrid{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 30px 25px;
    background-color: #f2f4fa;
    border-radius: 10px;
    transition: .3s;
}
section.indexingWrapper .logogridWrap .logoGrid:hover{
    box-shadow: 0 0 20px rgba(0,0,0,.2);;
}
section.indexingWrapper .logogridWrap .logoGrid .column img{
    max-width: 200px;
    max-height: 200px;
    width: 100%;
}
section.pageWrapper{
    padding: 100px 0;
}
section.tableWarpper .tableBox{
    overflow-y: scroll;
    overflow-x: scroll;
}
section.tableWarpper .tableBox table tr td{
    vertical-align: middle;
    font-size: 13px;
}
header .headerBottom nav.navbar .logoContent h5{
    color: var(--whiteColor);
    font-size: 18px;
    margin: 0 0 5px;
}
header .headerBottom nav.navbar .logoContent span{
    color: var(--whiteColor);
    font-size: 24px;
    font-weight: 500;
}
header .headerBottom nav.navbar .logoContent p{
    color: var(--whiteColor);
    font-size: 12px;
    margin: 0;
}
header .headerBottom nav.navbar .logoContent{
    border-left: 3px solid var(--whiteColor);
    padding-left: 18px;
    }
    
section.serviceWrapper .boxBtn{
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
section.serviceWrapper .bottombtnWrap{
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
section.serviceWrapper .boxBtn a.topLinks{
    text-align: center;
    padding: 15px 45px;
    color: var(--whiteColor);
    background-color: #212832;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}
section.serviceWrapper .boxBtn a.topLinks.topLinks1{
    background-color: #3636a5;
}
section.serviceWrapper .boxBtn a.topLinks.topLinks2{
    background-color: #1a9589;
}
section.serviceWrapper .boxBtn a.topLinks.topLinks3{
    background-color: #b51a4f;
}
section.serviceWrapper .bottombtnWrap .btnWrap a.blueBtn{
    text-align: center;
    padding: 15px;
    color: var(--whiteColor);
    background-color: #212832;
    display: inline-block;
    font-size: 15px; 
    width:350px;
    text-transform: uppercase;
    border: 1px solid #212832;
}
section.serviceWrapper .bottombtnWrap .btnWrap a.blueBtn:hover,section.serviceWrapper .bottombtnWrap .btnWrap a.greenBtn:hover{
    border: 1px solid var(--secondaryColor);
    background-color: var(--whiteColor);
    color: #000;
    
}
section.serviceWrapper .bottombtnWrap .btnWrap a.greenBtn{
    text-align: center;
    padding: 15px;
    color: #000;
    background-color: var(--primaryColor);
    display: inline-block;
    font-size: 15px; 
    width:260px;
    text-transform: uppercase;
    border: 1px solid var(--primaryColor);
}
a.whatsapp_btn {
    position: fixed;
    bottom: 70px;
    left: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #3bb13b;
    color: var(--whiteColor);
    border-radius: 50%;
    font-size: 1.6rem;
    z-index: 9999;
}
section.homeFeature .contentTitle h3::after{
    margin: 0 auto;
}
section.homeFeature{
    background-image: url(../img/bg/journal-featurebg.jpg);
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}
section.publishPaper{
    background-color: #f9f9f9;
}
section.publishPaper .gridWrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 25px;
    width: 100%;
    float: left;
}
section.publishPaper .gridWrap .column{
    text-align: center;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 0;
}
section.publishPaper .gridWrap .column::before{
    width: 300px;
    position: absolute;
    content: '';
    border-top: 2px dashed #8b8b8b;
    top: 104px;
    right: -190px;
    z-index: -1;
    
}
section.publishPaper .gridWrap .column:nth-child(3)::before{
    display: none;
}
section.publishPaper .gridWrap .column:last-child::before{
    display: none;
}
section.publishPaper .gridWrap .column .iconWrap{
    height: 150px;
    width: 150px;
    line-height: 130px;
    text-align: center;
    background-color:#26487d;
    border-radius: 100%;
    margin: 0 auto 30px;
    position: relative;
    border: 11px solid var(--whiteColor);
}
section.publishPaper .gridWrap .column .iconWrap::before{
    content: '';
    width: 150px;
    height: 150px;
    position: absolute;
    top: -10px;
    left: -10px;
    border: 2px dashed var(--primaryColor);
    border-radius: inherit;
}
section.publishPaper .gridWrap .column:hover .iconWrap::before{
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}
section.publishPaper .gridWrap .column .iconWrap span.number{
    position: absolute;
    display: block;
    top: -18px;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--primaryColor);
    border-radius: 50%;
    color: var(--whiteColor);
    font-size: 17px;
    border: 2px solid transparent;
    font-weight: 500;
    -webkit-transition: .4s;
    transition: .4s;
}
section.publishPaper .gridWrap .column .iconWrap img{
    height: 60px;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(144deg) brightness(103%) contrast(102%);
}


section.publishPaper .gridWrap .column .contentWrap h3{
    color: #141414;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}
section.publishPaper .gridWrap .column .contentWrap p{
    color:#575d6e ;
}
section.perkWrap .perkGrid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    gap: 20px;
    width: 100%;
    float: left;
}
section.perkWrap .perkGrid .column{
  background-color: var(--whiteColor);
    padding: 16px 14px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 14px;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
    box-shadow: var(--box-shadow);
}
section.perkWrap .perkGrid .column::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    opacity: .85;
    background: var(--bgGradient);
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

section.perkWrap .perkGrid .column .content h3{
    color: #000;
    font-size: 18px;
    margin: 0 0 15px;
    font-weight: 600;
}
section.perkWrap .perkGrid .column .content p{
    color: #000;
    font-size: 13px;
    margin: 0;
    line-height: 22px;
}
section.perkWrap .perkGrid .column .icon img{
    height: 40px;
    -webkit-filter: invert(100%) sepia(100%) saturate(24%) hue-rotate(56deg) brightness(106%) contrast(108%);
    filter: invert(100%) sepia(100%) saturate(24%) hue-rotate(56deg) brightness(106%) contrast(108%);
}
section.perkWrap .perkGrid .column .icon{
    background-color: var(--secondaryColor);
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
    margin: 0 auto 20px;
    border: 1px dashed #fff;
}
section.perkWrap .perkGrid .column:hover{
    background-color: var(--secondaryColor);
}
section.perkWrap .perkGrid .column:hover .icon{
    background-color: var(--primaryColor);
    border: 1px dashed #fff;
}
section.perkWrap .perkGrid .column:hover .content h3,section.perkWrap .perkGrid .column:hover .content p{
    color: var(--whiteColor);
}
section.editiorTeam .teamBox{
     background-color: var(--whiteColor);
    text-align: center;
    padding: 29px;
    counter-increment: count;
    transition: all 500ms ease;
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
    border: 1px solid #d9d9d9;
    height: 100%;
}
section.editiorTeam .teamBox:hover{
    border-color: var(--primaryColor);
}
section.editiorTeam .teamBox .contentWrap{
    position: relative;
    border: 1px solid #838790;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    height: 100%;
}
section.editiorTeam .teamBox .contentWrap .contentBox{
    padding: 25px 15px;
}
section.editiorTeam .teamBox .contentWrap p{
    margin: 0;
}
section.editiorTeam .teamBox .contentWrap:hover{
    background-color: var(--secondaryColor);
}
section.editiorTeam .teamBox .contentWrap:hover h3,section.editiorTeam .teamBox .contentWrap:hover span,section.editiorTeam .teamBox .contentWrap:hover p,section.editiorTeam .teamBox .contentWrap:hover p a{
    color: var(--whiteColor);
}
section.editiorTeam .teamBox .contentWrap h3{
    color: #0e0b06;
    font-size: 20px;
    font-weight: 600;
}
section.editiorTeam .teamBox .contentWrap:hover i{
    background-color: var(--primaryColor);
}
section.editiorTeam .teamBox .contentWrap span{
    color: var(--headingColor);
    font-weight: 700;
    font-size: 15px;
}
section.editiorTeam .teamBox .contentWrap p{
    color: #000;
    font-size: 14px;
}
section.editiorTeam .teamBox .contentWrap p a{
    color: var(--primaryColor);
    text-decoration: underline;
    font-size: 15px;
    font-weight: 400;
    margin-left: 5px;
}
section.editiorTeam .teamBox .contentWrap i{
    background-color: var(--secondaryColor);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: var(--whiteColor);
    margin-right: 10px;
    border-radius: 50px;
    font-size: 25px;
    margin: 10px auto;
}
section.contactHome{
    position: relative;
    z-index: 2;
    padding: 120px 0;
    background-color:#ededed;
    overflow: hidden;
}
section.contactHome .contact-two__bg{
    position: absolute;
    top: 0;
    right: 0;
    width: 28.91%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
section.contactHome .contact-two__img{
    position: absolute;
    bottom: 0;
    left: 100px;
    width:350px;
    height: auto;
    z-index: 1;
}
section.contactHome .contact-two__bg::after {
    background: radial-gradient(111.51% 143.6% at 0% 2.69%, rgb(199 149 74 / 80%) 6.19%, rgba(41, 34, 58, 0.8) 80.27%);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    transform: rotate(-180deg) scaleX(-1);
}
section.contactHome .innerForm form.forms input, section.contactHome .innerForm form.forms textarea{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
    padding-left: 0;
}
section.contactHome .innerForm form.forms input:placeholder, section.contactHome .innerForm form.forms textarea:placeholder{
      color: #565656;
}
section.contactHome .contact-two__bg__shape{
    position: absolute;
    width: 680px;
    height: 680px;
    border-radius: 50%;
    background-color: rgb(25 34 58 / 10%);
    bottom: -260px;
    left: -60px;
    animation: zoomsIn 3s linear 0s infinite;
}
section.contactHome .innerForm form.forms{
    padding: 39px 50px 60px;
    position: relative;
    z-index: 2;
}
section.contactHome  .contact-one__form__bg-one {
    position: absolute;
    background: #c7954a;
    width: 32px;
    height: 32px;
    right: 0;
    bottom: 0;
    z-index: 2;
}
section.contactHome .contact-one__form__bg-two {
    background-color: var(--whiteColor);
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #d9d9d9;
}
section.contactHome .contentBox span.titleBox{
    color: #838790;
    font-size: 16px;
    text-transform: uppercase;
}
section.contactHome .contentBox h2{
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    color: #0e0b06;
}
section.contactHome .contentBox h2 span.Headingtag{
    color: var(--primaryColor);
}
section.contactHome .innerForm form.forms input.submit{
    background-color: var(--secondaryColor);
    
}

@keyframes zoomsIn {
  100%, 0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
}




footer{
    background: var(--secondaryColor);
  padding-top: 50px;
  overflow: hidden;
}

footer .footerTop .footerMiddle.midBox{
    padding-left: 25px;
  padding-right: 25px;
  position: relative;
  z-index: 1;
}
footer .footerTop .footerMiddle.midBox::after{
    content: "";
  position: absolute;
  top: -11rem;
  right: 0;
  left: 0;
  bottom:0;
  background-color: rgb(0 16 44 / 41%);
  z-index: -1;
}
footer .footerBottom{
    background-color:rgb(0 16 44 / 41%);
    padding: 20px 0;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, .35);
}
footer .footerBottom p{
    color:var(--whiteColor);
    font-size: 14px;
}
footer .footerBottom p a{
    color: var(--whiteColor);
    font-size: 14px;
}
footer .footerTop .footerWidgets h2{
    color: var(--whiteColor);
  font-size: 17px;
  position: relative;
  padding-right: 70px;
  display: inline-block;
  margin: 0;
}
footer .footerTop .footerWidgets h2::before{
    content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 3px;
  width: 50px;
  background: var(--whiteColor);
}
footer .footerTop .footerWidgets ul{
    margin:  40px 0 0;
    line-height: 40px;
    color: #bacbf9;
    font-size: 14px;
    position: relative;
}
footer .footerTop .footerWidgets ul.quickLinks li{
    position: relative;
    margin: 8px 0;
    line-height: 1.5;
    padding: 7px 0 0 25px;
}
footer .footerTop .footerWidgets ul.quickLinks li::before{
    position: absolute;
    content: "\f105";
    top: 6px;
    left: 0;
    font-family: var(--iconFont);
    font-size: 15px;
    font-weight: 900;
    color: #bacbf9;
}
footer .footerTop .footerWidgets ul li a{
    color: #bacbf9;
    font-weight: 400;
    font-size: 13px;
}
footer .footerTop .footerWidgets ul.socialLinks li i{
    width: 38px;
    height: 38px;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--whiteColor);
    color: var(--whiteColor);
    transition: .4s ease;
}
footer .footerTop .footerWidgets ul.socialLinks li i:hover{
    background-color:var(--primaryColor);
    color: var(--whiteColor);
}
footer .footerTop .footerWidgets ul.infoAddress{
    line-height: 30px;
}
footer .footerTop .footerWidgets ul.infoAddress li i{
    position: absolute;
    left: 0;
    top: 7px;
    color: #bacbf9;
    font-size: 18px;
}
footer .footerTop .footerWidgets ul.infoAddress  li {
    position: relative;
    padding: 5px 0 5px 30px;
    color:#bacbf9;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
}
section.bottomSearch .searchBar{
   border: 1px solid rgb(24 24 24 / 26%);
    border-radius: 50px;
    height: 40px;
    background-color: var(--whiteColor);
    position: relative;
    overflow: hidden;
}
section.bottomSearch .searchBar input{
    width: 100%;
    float:left;
    border: none;
    padding: 0 12px;
}
section.bottomSearch .searchBar input:focus{
    border: none;
    outline: none;
}
section.bottomSearch .searchBar form{
    display: flex;
    align-items: center;
}
section.bottomSearch .searchBar form button.searchBtn{
    border: none;
    background-color: var(--primaryColor);
    font-size: 20px;
    width: 20%;
    height: 40px;
}

section.bottomSearch .boxBtn{
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}
section.bottomSearch .boxBtn .btnWrap a.primaryBtn{
    padding: 8px 35px;
    text-transform: uppercase;
    font-size: 13px;
}

section.teamWrapper a{
    width: 100%;
}
section.teamWrapper a.primaryBtn{
    width: auto;
}
section.bottomSearch .searchBar form button.searchBtn i{
    color: var(--whiteColor);
}
footer .footerTop .footerWidgets .accessWrap{
    margin: 30px 0 0;
}
footer .footerTop .footerWidgets .accessWrap p{
    color:#bacbf9;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
}
footer .footerTop .footerWidgets .accessWrap a{
    color: #bacbf9;
    font-size: 14px;
}
footer .footerTop .footerWidgets .accessWrap  span{
    color:rgba(225,255,255,.6) ;
}
.sidebarIssue aside.currentVolumn .samebgWrap{
    background-color:rgb(176 207 237 / 34%);
    padding: 10px;
}
section.aboutWrap .aboutShape{
   position: absolute;
    z-index: -1;
    pointer-events: none;
}

section.aboutWrap .img-box1{
    position: relative;
}
section.aboutWrap .img-box1 .img1{
    position: relative;
     overflow: hidden;
}
section.aboutWrap .img-box1 .img1 img{
    border-radius:50%;
}
section.aboutWrap .img-box1 .img2 img{
    position: absolute;
    bottom: -92px;
    right: 116px;
    border-radius: 50%;
    padding: 16px;
    background: linear-gradient(360deg, var(--procounsel-primary, #19223a) 28.75%, var(--procounsel-base, #c7954a) 71.82%) border-box;
    border: 4px solid transparent;
}
section.aboutWrap{
    padding: 60px 0 130px;
}
section.aboutWrap .img-box1 .img3{
   position: absolute;
    bottom: -92px;
    left: -100px;
    border-radius: 0;
}
section.aboutWrap .img-box1 img{
    max-width: 100%;
}
section.aboutWrap .contentBox p{
    font-size: 15px;
    line-height: 30px;
    margin: 0;
}
section.aboutWrap .img-box1 .img4 img{
    position: absolute;
    top: -8px;
    left: -70px;
    border-radius: 0;
    z-index: -1;
    animation: zoomsIn 2s infinite alternate;
}
@keyframes zoomsIn {
  100%, 0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
}

  header .headerBottom:hover::before{
      background-color: #000;
  }
section.aboutWrap{
    background-image: url(../img/bg/about-inner-bg.png);
    background-position: center;
    background-size: cover;
} 
section.aimWrap .aimBox{
    position: relative;
}
section.aimWrap{
    padding: 100px 0 60px;
}
 section.aimWrap .aimBox .imageWrap{
     background-image: url(../img/thm-pattern-2.png);
     position: absolute;
    top: -30px;
    left: -60px;
    bottom: 0;
    right: 0;
    width: 230px;
    height: 310px;
    z-index: -1;
 }
 
/* section.issuesWrapper .volumepaperList article.cardBody .contentList{*/
/*    margin-left: -75px;*/
/*}*/
 
 
 
 @-webkit-keyframes float-bob-y {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(-20px);
    }
}
  @keyframes float-bob-y {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(-20px);
    }
}

.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.innerpagesBg{
    background-color: #ededed;
    padding: 20px 30px;
    border-radius: 20px;
}
section.instructionWrap{
    background: radial-gradient(50% 50% at 50% 50%, rgba(var(--procounsel-base-rgb), 0.42) 38%, rgba(var(--procounsel-base-rgb), 0.8) 63.5%, rgba(var(--procounsel-gray2-rgb), 0.8) 86.5%);
}
  
 section.instructionWrap .bpxWrap{
     display:flex;
     gap: 20px;
     align-items: center;
     background-color: #2f3292;
     padding: 20px;
     border-bottom: 10px solid #cba86d;
 }
 section.instructionWrap .bpxWrap .logoWrap img{
     height: 150px;
 }
section.instructionWrap ul.contentList li{
    font-size: 15px;
}

@media screen and (min-width: 1424px){
/*    header .headerBottom::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    right: 365px;*/
/*    height: 100%;*/
/*    width: 15%;*/
/*    z-index: 0;*/
/*    transform: skew(30deg);*/
/*}*/
header .headerBottom nav.navbar .issnWRap span{
    font-size: 18px;
}
header .headerBottom nav.navbar .issnWRap span:hover{
    color: var(--whiteColor);
}
section.aboutWrap .img-box1 .img1,section.aboutWrap .img-box1 .img2,section.aboutWrap .img-box1 .img3{
    max-width: 100%;
}
footer .footerTop .footerWidgets h2{
    font-size: 20px;
}
section.bottomSearch .boxBtn .btnWrap a.primaryBtn{
    font-size: 15px;
}
section.issuesWrapper .volumepaperList article.cardBody ul.btnIssue li a{
    font-size: 14px;
}
section.issuesWrapper .volumepaperList article.cardBody ul.btnIssue li i{
    font-size: 24px;
}
section.contactHome .contact-two__img{
    left: 320px;
}
section.contactHome .contact-two__bg__shape{
    left: 160px;
}
section.publishPaper .gridWrap .column::before{
    width: 330px;
}

}


@media screen and (max-width: 1366px){
    section.serviceWrapper .rightBox{
        height: 415px;
    }
    header .headerBottom nav.navbar .logoContent{
        border-left: 3px solid var(--whiteColor);
         padding-left: 18px;
    }
    section.serviceWrapper .bottombtnWrap .btnWrap a.blueBtn{
        width: 250px;
    }
    section.serviceWrapper .boxBtn a.topLinks{
        padding: 15px 35px;
    }
    section.mainBanner button[type="button"].carousel-control-next{
        right: 70px;
    }
    section.issueDetail .bgChangeWrapperID ul.btnIssue li a{
        font-size: 11px;
    }
}
@media screen and (min-width:991px){
    .mobile_header{
        display: none;
    }
}

@media screen and (max-width: 991px) {
     .menu_holder{display:none}
    .mobile_header .menu_bar{
        border: none;
        background: none;
    }
    .mobile_header .menu_bar i{
        color: var(--primaryColor);
        font-size: 26px;
        border: 1px solid var(--primaryColor);
        padding: 6px 10px;
        border-radius: 3px;
    }
    header .headerBottom{
        display: none;
    }
    .mobile_header{
        display:flex;
        width:100%;
        align-items:center;
        position:relative;
        padding:10px;
        justify-content:space-between;
        background-color: #f5f5f5;
        border-bottom: 1px solid rgba(11, 60, 93, .08)
        
    }
    .mobile_header .mobile_logo a img{
        height:60px
    }
    .mobile_header ul.mobile_nav{
        position:absolute;
        top:100%;
        z-index:5;
        background:#fff;
        width:100%;
        right:100%;
        transition:.5s ease; 
        border-top: solid 1px rgb(47 121 148 / 23%);
    }
    .mobile_header ul.mobile_nav.show{
        right:0;
    }
    .mobile_header ul.mobile_nav > li{
        padding: 10px 20px;
        font-size:14px;
        color:#000;
        font-weight: 500;
        border: 1px solid #eee;
    }
    .mobile_header ul.mobile_nav > li > a{
        color:#000;
        font-weight: 500;
        font-size: 14px;
        width: 100%;
    }
    .mobile_header ul.mobile_nav > li > a.trackBtn{
        color: #fff;
    }
    .mobile_header ul.mobile_nav > li > a.trackBtn,.mobile_header ul.mobile_nav > li > a.submitBtn{
       text-align: center;
    }
    .mobile_header ul.mobile_nav > li > ul.drop-menu{
        position:absolute;
        width:100%;    
        background: #fff;
        right: 100%;
        display: block;
        transition: .5s ease;
        top: 0;
        padding: 0;
        max-height: inherit;
    }
    .mobile_header ul.mobile_nav > li.drop span{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        color:#000;
    }
    .mobile_header ul.mobile_nav > li > ul.drop-menu.show{
        right: 0;
    }
    .mobile_header ul.mobile_nav > li > ul.drop-menu > li.drop > ul.sub-drop-menu{
        position: absolute;
        top: 0;
        right: 100%;
        width: 100%;
        transition: 0.5s ease;
        background-color: #fff;
    }
    .mobile_header ul.mobile_nav > li > ul.drop-menu > li.drop > ul.sub-drop-menu.show{
        right: 0;
    }
    .mobile_header ul.mobile_nav,
    .mobile_header ul.mobile_nav > li > ul.drop-menu,
    .mobile_header ul.mobile_nav > li > ul.drop-menu > li.drop > ul.sub-drop-menu{
        height: 100vh;
    }
    .mobile_header ul.mobile_nav > li > ul.drop-menu li.menu_tag{
        background-color: var(--primaryColor);
        color: var(--whiteColor);
    }
    .mobile_header ul.mobile_nav > li > ul.drop-menu li a{
        color: #000;
        font-size: 14px;
        font-weight: 500;
    }
    .mobile_header ul.mobile_nav > li > ul.drop-menu li a:hover{
        color: var(--secondaryColor);
    }
    .mobile_header ul.mobile_nav > li.drop span:hover,.mobile_header ul.mobile_nav > li a:hover{
         color: var(--secondaryColor);
    }
    .mobile_header ul.mobile_nav > li > ul.drop-menu li.menu_ta,.mobile_header ul.mobile_nav > li > ul.drop-menu > li,.mobile_header ul.mobile_nav > li > ul.drop-menu > li.drop > ul.sub-drop-menu > li,.mobile_header ul.mobile_nav > li > ul.drop-menu > li.drop > ul.sub-drop-menu > li.mini-drop > ul.sub-drop-mini-menu > li{
        padding: 5px 14px;
        font-size: 13px;
        padding: 10px 20px;
        border-bottom: 1px solid #eee;
    }
    .mobile_header ul.mobile_nav > li > ul.drop-menu > li.drop > ul.sub-drop-menu > li.mini-drop > ul.sub-drop-mini-menu > li{
        padding: 5px 14px;
        font-size: 13px;
        padding: 5px 20px;
        border-bottom: 1px solid #eee;
    }
    .mobile_header ul.mobile_nav > li > ul.drop-menu > li.drop span{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .mobile_header ul.mobile_nav > li > ul.drop-menu > li.drop > ul.sub-drop-menu > li.mini-drop > ul.sub-drop-mini-menu{
        position: absolute;
        background-color: #fff;
        top: 0;
        right: 100%;
        width: 100%;
        height: 100%;
        overflow: scroll;
        transition: 0.5s ease;
    }
    .mobile_header ul.mobile_nav > li > ul.drop-menu > li.drop > ul.sub-drop-menu > li.mini-drop > ul.sub-drop-mini-menu.show{
        right: 0;
    }
    header .headerTop .infoBar{
        justify-content: center;
    }
    header .headerTop .rightBar ul.menu{
        display: block;
        text-align: center;
    }
    header .headerTop ul.socialLinks {
        display: none !important;
    }
    header .headerTop .rightBar ul.menu{
        display: block;
        text-align: center;
    }
    header .headerTop .rightBar ul.menu li{
        display: inline-block;
        margin: 5px 0;
    }
    header .headerTop .rightBar ul.menu li i{
        margin-right: 5px;
    }
    header .headerTop .infoBar ul.info li a, header .headerTop .infoBar ul.info li, header .headerTop .rightBar ul.menu li a, .headerTop .rightBar ul.menu li,header .headerTop .rightBar ul.menu li i{
        font-size: 13px;
    }
    section.mainBanner .bannerInnerWrap h1, section.mainBanner .bannerInnerWrap span{
        font-size: 30px;
    }
    section.mainBanner{
        height: 50vh;
    }
    section.mainBanner button[type="button"]{
        display: none;
    }
    a.btn2,a.primaryBtn{
        font-size: 13px;
    }
    section.bannerBottom{
        text-align: center;
    }
    section.bannerBottom a.primaryBtn{
        float: none;
        margin:  15px 0 0;
    }
    section.testimonialWrap .testimonialInner .owl-theme .owl-nav button{
        display: none;
    }
    section.testimonialWrap .testimonialInner .testimonialBox{
        padding: 30px 20px 30px;
        height: 440px;
    }
    section.serviceWrapper .serviceBox {
        height: auto;
        margin: 10px 0;
    }
    section.serviceWrapper .rightBox{
        height: auto !important;
    }
    section.featureWrap,section.testimonialWrap{
        padding: 50px 0;
    }
    section.featureWrap .box{
        margin: 20px 10px;
        align-items: baseline;
    }
    section.testimonialWrap h4{
        font-size: 25px;
        margin: 15px 0;
    }
    section.aboutInner .aboutImg,section.issuesWrapper .volumepaperList article.cardBody .imgWrapper,section.boardWrap .bgBox .innerWrap .column .image,section.contactWrapper .contactImg{
        margin:  0 0 20px;
    }
    section.careerWrapper .careerImg{
        margin: 0 0 100px;
    }
    section.issuesWrapper .volumepaperList article.cardBody ul.btnIssue{
        gap: 10px;
    }
    section.boardWrap .bgBox .innerWrap .column{
        display: block;
    }
    section.boardWrap .bgBox .innerWrap .column .image{
        height: 300px;
        width: 100%;
    }
    section.boardWrap .bgBox .innerWrap .column .cont h3{
        font-size: 15px;
    }
    section.trackWrapper .trackBox{
        width: 100%;
        padding: 30px;
    }
    section.indexingWrapper .logogridWrap{
        grid-template-columns: repeat(2 ,1fr);
    }
    section.careerWrapper .contentTitle{
        padding: 0;
    }
    section.serviceWrapper .bottombtnWrap{
        display: block;
        text-align: center;
    }
    section.serviceWrapper .bottombtnWrap .btnWrap{
        margin: 0 0 30px;
    }
    .indexingWrap ul.partnerBox{
        column-count: 2;
    }
    section.teamWrapper .teamBox .teamImg{
        height: 230px;
    }
    section.partnersWrap h4{
        margin: 20px 0 20px;
    }
    footer .footerTop .footerMiddle.midBox{
        overflow: hidden;
    padding: 30px 20px;
    margin: 30px 0;
    }
   
    footer .footerTop .footerWidgets ul{
        margin: 0 0 30px;
    }
    footer .footerTop .footerMiddle.midBox::after{
        top: -30px;
    }
    footer .footerTop .footerWidgets ul.socialLinks{
        margin: 0px !important;
    }
    .bgboxStyle{
        padding: 20px;
    }
    section.perkWrap .perkGrid{
        grid-template-columns: repeat(2, 1fr);
    }
    section.careerWrapper .innerBox{
        padding: 25px;
    }
    
    section.bannerBox .leftBox{
        margin: 0 0 15px;
    }
    section.aboutWrap .img-box1 .img1,section.aboutWrap .img-box1 .img2,section.aboutWrap .img-box1 .img3{
        max-width: 100%;
    }
    section.aboutWrap .img-box1{
        margin: 0 0 20px;
    }
    section.counterBox .boxInner{
        margin-top: 100px;
    }
    footer .footerTop .footerWidgets .accessWrap{
        margin: 30px 0;
    }
    
    section.aimWrap .aimBox .imgSide{
        margin: 0 0 20px;
    }
    header .headerTop .searchBar .inner{
        margin: 0 auto;
    }
    header .headerTop{
        display: none;
    }
    section.publishPaper .gridWrap{
        grid-template-columns: repeat(2, 1fr);
    }
    section.careerWrapper{
        padding: 70px 0 40px;
    }
    section.issuesWrapper .volumepaperList article.cardBody .imgWrapper{
        -webkit-transform: inherit;
        transform: inherit;
    }
    section.issuesWrapper .volumepaperList article.cardBody .contentList{
    margin-left: 0;
    }
    section.testimonialWrap .boxChoose .box-2{
        border-top: 1px solid rgb(242 238 233 / 47%);
        border-left: none;
    }
    section.bannerBox::after,section.bannerBox::before{
        display: none;
    }
    section.partnersWrap .brand-type1-bg .right,section.partnersWrap .brand-type1-bg .left{
        width: 100%;
    }
     section.partnersWrap .brand-right-layout h4{
        color: var(--whiteColor);
    }
    section.partnersWrap .brand-right-layout h4::before{
        background-color:var(--whiteColor) ;
    }
    
}



@media screen and (max-width: 767px) {
    section.testimonialWrap .testimonialInner .testimonialBox .imageBox{
        display: block;
    }
     section.ChooseWrap .why-choose-area .choose-card .icon {
        margin-left:auto;
        margin-right: auto;
    }

    section.ChooseWrap .why-choose-area .order-xl-0:last-child .choose-card .icon {
        margin-left: auto;
        margin-right: auto;
    }
    section.teamWrapper .teamBox .name h3{
        margin: 20px 0;
    }
    footer .footerTop{
        padding: 40px 0;
    }
    a.submitBtn{
        margin: 10px 0;
    }
    section.issuesWrapper .volumepaperList article.cardBody ul.btnIssue{
        display: block;
    }
    section.issuesWrapper .volumepaperList article.cardBody ul.btnIssue li a{
        margin: 4px 0;
    }
    .bgcontentWrapper{
        padding: 20px;
    }
    .bgcontentWrapper h2{
        font-size: 18px;
    }
    header .headerTop .searchBar{
        display: flex;
        align-items: center;
        justify-content:center;
        float: none;
    }
    header .headerTop .rightBar{
        margin: 0 0 4px;
    }
    section.featureWrap .padding-left{
        padding: 0;
    }
    header .headerTop .searchBar{
        float: none;
    }
    section.serviceWrapper .boxBtn a.topLinks{
        padding: 10px !important;
        font-size: 13px !important;
    }
    section.serviceWrapper .boxBtn{
        gap: 0;
    }
    .indexingWrap ul.partnerBox{
        column-count: 1 !important;
    }
    section.perkWrap .perkGrid{
        grid-template-columns: 1fr;
    }
    section.bottomSearch .boxBtn{
        gap: 10px;
    }
    section.bottomSearch .searchBar{
        margin: 15px 0 0;
    }
    section.bottomSearch .boxBtn .btnWrap a.primaryBtn{
        padding: 6px 14px;
        font-size: 12px;
    }
    .mt-sm{
        margin: 20px 0 0;
    }
    section.aboutWrap .img-box1{
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 0 0 30px;
    }
    section.aboutWrap .img-box1 .img2,section.aboutWrap .img-box1 .img3{
        display: none;
    }
    section.bannerBox .leftBox ul.contentList li{
        font-size: 12px;
    }
    section.bannerBox a.primaryBtn{
        padding:8px 15px !important;
        font-size: 12px !important;
    }
    section.counterBox .boxInner{
        width: 194px;
        height: 194px;
        margin: 30px auto;
    }
    section.counterBox .boxInner .shape2{
        width: 240px;
        height: 240px;
    }
    section.counterBox h4{
        font-size: 14px;
    }
    section.counterBox h4 span.counter-value{
        font-size: 28px;
    }
    section.counterBox .boxInner .shape2.topWrap span.dot,section.counterBox .boxInner .shape2 span.dot{
        display: none;
    }
    section.counterBox{
        padding: 50px 0;
    }
    section.contactWrapper .aboutContact{
        margin: 0 0 15px;
        height: auto;
    }
    section.formWrapContact .innerForm{
        padding: 20px;
    }
    section.publishPaper .gridWrap{
        grid-template-columns: 1fr;
    }
    section.careerWrapper .careerImg{
        margin: 0 0 60px;
    }
    section.contactHome .contact-two__bg{
        display: none;
    }
    section.contactHome .contact-two__img{
        display: none;
    }
    section.contactHome{
        padding: 70px 0;
    }
    section.contactHome .contentBox h2{
        font-size: 40px;
         line-height: 46px;
         margin: 0 0 15px;
    }
    section.counterBox .why-choose-four__list{
        flex-wrap: wrap;
    }
    section.counterBox .why-choose-four__list .why-choose-four__item:first-child {
    border-bottom: 2px solid var(--primaryColor);
    border-right: none;
    }
    section.counterBox .counterContent h2{
        font-size: 30px;
        line-height: 34px;
        margin: 15px 0;
    }
    section.publishPaper .gridWrap .column::before{
        display: none;
    }
    section.editiorTeam .teamBox{
        height: auto;
        margin: 0 0 15px;
    }
}
