html,body,div,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,
sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
  border: 0 none;
  font-family: inherit;
  font-size: var(--gblfs);
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
  font-family: var(--gblfnt);
}

:root {
  --gblfnt: "Noto Sans", sans-serif;
  --df: flex;
  --center: center;
  --start: start;
  --white: #fff;
  --ltgray: #ececec;
  --gray: #dddddd;
  --dgray: #262626;
  --black: #000;
  --redcolor: #ed1a3b;
  --basecolor: #209ea4;
  --basedeepcolor: #158682;
  --prelative: relative;
  --pabsolute: absolute;
  --px: 100px;
  --gblfs: 15px;
  --fs16: 16px;
  --fs17: 17px;
  --fs18: 18px;
  --fs20: 20px;
  --fs22: 22px;
  --fs25: 25px;
  --fs30: 30px;
  --fs32: 32px;
  --fs36: 36px;
  --br5: 5px;
  --br8: 8px;
  --br12: 12px;
}

picture img {
  display: block;
  width: 100%;
}

body {
  font-size: var(--gblfs);
  color: var(--dgray);
  background-color: var(--white);
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  color: var(--basecolor);
  font-family: var(--gblfnt);
}

a:hover {
  color: var(--basedeepcolor);
}

.gblbtn {
  background: var(--basecolor);
  display: block;
  margin: 20px auto;
  font-size: var(--fs16);
  width: 170px;
  text-align: var(--center);
  color: var(--white);
  border-radius: 5px;
  position: relative;
  padding: 7px;
}

.gblbtn:hover {
  color: var(--basedeepcolor);
  background: #e1e1e1;
}

p {
    font-size: var(--gblfs);
    line-height: 26px;
    margin-top: 12px;
}

.clearfix {
  clear: both;
}

h2, .heading {
  font-size: var(--fs32);
  margin-bottom: 10px;
  display: block;
  font-weight: 700;
  line-height: 140%;
}

h3 {
  font-size: var(--fs25);
  margin-bottom: 10px;
  font-weight: 700;
  display: block;
  line-height: 140%;
}

h4 {
  font-size: var(--fs22);
  display: block;
  font-weight: 700;
  line-height: 140%;
}

h5 {
  font-size: var(--fs17);
  font-weight: 700;
  line-height: 140%;
}

.media {
  display: var(--df);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mt-40 {
  margin: 40px 0;
}

.adpad-8 {
  padding: 8px;
}

.btnbox.d-flex {
  margin: 10px 0;
  gap: 15px;
  align-items: center;
}

/* // Global CSS */

/* Dropdown Popup Effect */
ul.dropdown-menu {
  border-top: medium none;
  border-left: medium none;
  border-right: medium none;
  border-bottom: 5px solid #3b9eff;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
  max-width: 250px;
  overflow: hidden;
  padding: 0;
  border-radius: 4px 4px 0 0px;
  width: 100%;
  min-width: 210px;
}

ul.dropdown-menu li a {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 15px;
}

.dropdown-menu>li:last-child>a,
ul.dropdown-menu li:last-child a:hover,
ul.dropdown-menu li:last-child a:active,
ul.dropdown-menu li:last-child a:focus {
  border-bottom: medium none;
}

ul.dropdown-menu li a:hover,
ul.dropdown-menu li a:active,
ul.dropdown-menu li a:focus {
  background: #eaf3fc none repeat scroll 0 0 !important;
  border-bottom: 1px solid #cce0f4 !important;
  color: #248bf0 !important;
  padding: 10px 15px;
}

/* Dropdown Popup Effect */

/* Start Header */
.fixed-top {
  top: -40px !important;
  transform: translateY(40px);
  transition: transform 0.3s;
}

.header .main_head {
  background: none;
  z-index: 9;
  padding: 5px 0;
}

.header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 5px 10px rgb(0, 0, 0, 0.1);
  position: relative;
}

.header.fixed-top {
  background: #fff;
  position: fixed;
}

.header img.img-fluid {
    width: 260px;
}

.header.fixed-top a.navbar-brand.logo {
  display: block;
}

.navbar-nav.ml-auto {
  margin: 2px 0 auto auto;
}
.navmenu_close_btn {
    display: none;
}
.header .main_head a.nav-link {
  font-size: 14px;
  padding: 10px 15px;
  color: #111;
  position: relative;
  font-weight: 600;
}

.header .main_head a.nav-link:hover {
  color: var(--basecolor);
}

.header .main_head nav.navbar {
  padding: 0;
}

.header .main_head a.nav-link.job {
  border-radius: 5px;
  color: var(--basecolor);
  border: 1px solid var(--black);
}

.header .main_head a.nav-link.hire {
  background: #f85252;
  margin-right: 12px;
  border-radius: 5px;
  color: var(--white);
}

.header .main_head a.nav-link.hire:hover {
  background: var(--basecolor);
}

.header .main_head a.nav-link.job:hover {
  background: #e7e7e7;
  border-color: #e7e7e7;
  color: var(--black);
}

.header .main_head .navbar-nav .dropdown-item {
    color: #222 !important;
    font-size: 14px;
    padding: 8px 15px;
}
.header .main_head .navbar-nav .dropdown-item:active {
    background-color: var(--basecolor) !important;
    color: var(--white) !important;
}

.header .main_head .navbar-nav .dropdown-menu {
  box-shadow: 0px 2px 6px rgb(0 0 0 / 4%);
}

.header .navbar-expand-lg .navbar-collapse {
  flex-grow: initial;
}

.header .dropdown:hover .dropdown-menu {
  display: block;
}
.header .th_head {
    background: #1f2b39;
    padding: 7px 0;
}

.header .th_head .social {
    display: var(--df);
    gap: 12px;
    border-right: 1px solid #697d91;
    padding-right: 25px;
}

.header .th_head .social a {
    color: #7891ab;
}

.th_head .ctn_wrap {
    display: var(--df);
    gap: 25px;
}

.th_head .ctn_wrap a {
    color: var(--white);
    font-size: 14px;
}

.th_head .ctn_wrap a i.fa {
    color: #3ce9e5;
    margin-right: 6px;
}

.th_head .ctn_wrap a:hover, .header .th_head .social a:hover {
    color: #3ce9e5;
}

.th_head .d-flex {
    justify-content: flex-end;
    gap: 25px;
}
/* // Header */

/*  Banner */
.lnd_slider_wrap .col-md-6.slider_ele {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lnd_slider_wrap .caption h1 {
  font-weight: 700;
  font-size: 35px;
  line-height: 120%;
  margin-top: 20px;
}

.lnd_slider_wrap .caption h1 span {
  color: #f85252;
}

.lnd_slider_wrap .caption p {
  margin: 25px 0;
  font-size: 16px;
  line-height: 27px;
  width: 90%;
}

.btnbox a {
  display: block;
  padding: 13px 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  width: 150px;
  border-radius: var(--br8);
}

.btnbox .talent {
  background: #fff;
  border: 1px solid #111;
  color: var(--basecolor);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
}

.btnbox .sjob {
  background: var(--basecolor);
  color: var(--white);
  border: 1px solid var(--basecolor);
}

.btnbox a i.fa {
  font-size: 17px;
  margin-left: 5px;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
}

.btnbox a:hover i.fa {
  margin-left: 10px;
}

.btnbox a.talent:hover {
  box-shadow: 0 0 8px rgb(0 0 0 / 30%);
}

.lnd_slider_wrap .owl-dots {
  display: none;
}

.lnd_slider_wrap .thumb {
  margin-top: 40px;
}

/* // Banner */

/* Achievement Bar */
.acbar {
  background: #d2fdff;
  padding: 20px 0;
}

.acbar ul {
  display: var(--df);
  gap: 10px;
  justify-content: space-around;
  align-items: var(--center);
  max-width: 1020px;
  margin: auto;
}

.acbar .acbox h2 {
  font-size: var(--fs30);
  margin: 0;
  color: #154b4e;
}

.acbar .acbox {
  display: var(--df);
  align-items: var(--center);
  gap: 10px;
}

.acbar .acbox span {
  color: #154b4e;
}

.acbar .bdr {
  width: 1px;
  background: #71aca9;
  height: 25px;
  display: block;
}

/* // Achievement Bar */

/*  Services */
.service_sec .serbox_wrap {
  display: var(--df);
  justify-content: var(--center);
  gap: 30px;
  margin-top: 15px;
}

.service_sec .serbox_wrap .serbox {
  flex: 0 0 calc(33.33% - 20px);
}

.service_sec .serbox_wrap .serbox.mdbox h4 {
  background: #24786e;
}

.service_sec .serbox_wrap .serbox h4 {
  padding: 10px 16px;
  background: #343434;
  font-size: 17px;
  border-radius: 8px 8px 0 0;
  color: var(--white);
  font-weight: 400;
}

.service_sec .serbox_wrap .slist {
  background: #f0f0f0;
  padding: 15px;
  border-bottom: 1px solid #b2b2b2;
}

.service_sec .serbox_wrap .slist a {
  font-weight: 600;
  color: var(--black);
  margin: 5px 0;
  display: block;
}

.service_sec .serbox_wrap .slist a i.fa {
  color: var(--basecolor);
  margin-right: 10px;
}

.service_sec .gblbtn, .featjob_whyus .gblbtn {
  padding: 10px;
  width: 180px;
  font-weight: 600;
  border: 1px solid transparent;
  font-size: 15px;
  margin-bottom: 0;
}

.service_sec .gblbtn:hover, .featjob_whyus .gblbtn:hover {
  border: 1px solid #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: var(--white);
}

/* // Services */

/*  Induatries section */
.industries_wrap h2 {
  text-align: center;
  background: #10192a;
  padding: 40px 0 10px;
  color: #fff;
  position: relative;
}

.industries_wrap h2:after {
  position: absolute;
  background: #10192a;
  left: 0;
  right: 0;
  top: 0;
  height: 210px;
  content: "";
  z-index: -1;
}

.industries_wrap .indbox_wrap {
  display: var(--df);
  align-items: flex-start;
  justify-content: space-between;
}

.industries_wrap .indbox_wrap .thumb {
  background: #fff;
  display: block;
  padding: 25px 18px;
  text-align: center;
  box-shadow: 4px 4px 0px #cecece;
  margin: 10px;
}
.industries_wrap .indbox_wrap .thumb h5 {
    color: var(--black);
}
.industries_wrap .indbox_wrap .thumb .icon {
  width: 65px;
  height: 65px;
  margin: auto;
}

.industries_wrap .indbox_wrap .thumb .hr {
  background: #cecece;
  height: 5px;
  width: 50px;
  border-radius: 15px;
  margin: 20px auto;
}

.industries_wrap .indbox_wrap .thumb:hover {
  border-radius: 5px;
  box-shadow: 4px 4px 0px var(--basecolor);
}

.industries_wrap .indbox_wrap .thumb img.img-fluid {
  width: auto;
  display: inline-block;
}

/* // Service section */

/* Feature job & why us section */
.featjob_whyus h2 {
  font-size: 27px;
  margin-bottom: 20px;
}

.featjob li {
  margin: 10px 0;
  background: var(--ltgray);
  padding: 10px;
  border-bottom: 1px solid #cbcbcb;
}

.featjob .featbar .d-flex {
  align-items: var(--center);
  justify-content: space-between;
}

.featjob .featbar .gblbtn {
  margin: 0;
  width: 110px;
  font-size: 13px;
  text-transform: uppercase;
  background: var(--white);
  color: var(--basecolor);
  font-weight: 600;
  border: 1px solid var(--basecolor);
  padding: 7px;
}

.featjob .featbar h5 {
  font-size: 16px;
}

.featjob .featbar p {
  color: #777;
  font-size: 14px;
}

.featjob .featbar .gblbtn:hover {
  background: var(--basecolor);
  color: var(--white);
  box-shadow: none;
}

.whyus li {
  margin: 10px 0;
}

.whyus li i.fa {
  margin-right: 10px;
  font-size: 18px;
  color: #f85252;
}

/* // Feature job & why us section */

/* Testimonials section */
.testimonials_wrap .quote img.img-fluid {
  width: 25px;
  filter: brightness(0.5);
}

.testimonials_wrap .testi_content h4 {
  font-size: 17px;
  font-style: italic;
  margin: 13px 0;
}

testimonials_wrap .btnbox a {
  width: auto;
}

.testimonials_wrap .btnbox a {
  width: auto;
  padding: 10px 20px;
  margin-top: 15px;
  border-radius: 5px;
}

.testimonials_wrap {
  background: var(--ltgray);
  padding: 40px 0 0;
}

.testimonials_wrap .col-md-7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* // Testimonials section */

/* Footer section */
.footer {
  padding: 40px 0;
  background: #10192a;
}

.footer .footer_element > ul {
  display: flex;
  flex-wrap: wrap;
}

.footer .footer_element > ul > li {
  width: 25%;
  padding: 5px 10px;
}

.footer .footer_element h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 15px;
}

.footer .footer_element a {
  color: rgba(255, 255, 255, 0.6);
  padding: 7px 0;
  font-size: 14px;
  display: block;
}
.footer .footer_element a.f_logo {
    width: 230px;
    margin: auto;
}

.footer .footer_element a.call, .footer .footer_element a.email {
  color: #3fbcc3;
}

.footer .footer_element a:hover {
  color: var(--white);
}

.footer .footer_element .social {
  display: flex;
}

.footer .footer_element .social a {
  margin-right: 9px;
  font-size: 20px;
  margin-top: 7px;
}

.footer .footer_element a i {
  margin-right: 7px;
  color: var(--white);
}
.footer .footer_element .social a i.fa:hover {
    color: var(--basecolor);
}
.footer_element p {
  color: var(--white);
  text-align: center;
  line-height: 24px;
  font-size: 13px;
  margin: 0;
}

.footer_element p {
  color: var(--white);
  text-align: center;
  line-height: 24px;
  font-size: 13px;
  margin: 0;
}

.btm_footer {
  background: #010204;
  overflow: hidden;
}

.btm_footer p {
  margin: 10px 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

/* // Footer section */

.whatsapp_float {
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 999;
}
.whatsapp_float img {
    width: 50px;
}


/*  About us page */
.abtpg_wrap h1 {
    font-weight: 700;
    font-size: 35px;
    line-height: 120%;
    margin-top: 20px;
}
.abtpg_wrap  .toparea picture {
    display: block;
    border-radius: var(--br12);
    overflow: hidden;
}
.abtpg_wrap  .col-lg-6.col-md-12 {
    display: flex;
    align-items: center;
}

.abtpg_wrap .abtdesc {
    margin-left: 5%;
}
.abtpg_featurelist {
  margin-top: 50px;
}

.abtpg_featurelist .featurelist {
    display: var(--df);
    align-items: flex-start;
    gap: 30px;
    flex-wrap: nowrap;
}

.abtpg_featurelist .headbox {
    display: var(--df);
    align-items: var(--center);
    gap: 20px;
}

.abtpg_featurelist .headbox picture {
    display: block;
    width: 90px;
    background: var(--white);
    padding: 15px;
    border: 1px solid var(--black);
    border-radius: var(--br12);
    box-shadow: 0 0 16px rgba(0,0,0,0.2);
}
/* // About us page */


/* Inner page Global Head section */
.gblinpg_hbanner {
    background: var(--basecolor);
}
.gblinpg_hbanner h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: var(--white);
}
.gblinpg_hbanner h6 {
    color: rgba(255,255,255,0.5);
}
.gblinpg_hbanner .col-md-12 {
    padding: 25px 0;
}
.gblinpg_hbanner .banner-link a {
    margin-right: 5px;
    color: #fff;
}
/* // Inner page Global Head section */


/* What we do Inner page */
.wwd_inpg_wrap  .big_thumb picture {
      display: block;
      border-radius: var(--br12);
      overflow: hidden;
  }

  .wwd_inpg_wrap  h3 {
      margin: 17px 0;
  }
  .wwd_inpg_wrap  .wwdinpg_content {
    max-width: 900px;
    margin: auto;
}
.wwd_inpg_wrap  .wwdinpg_content {
    max-width: 900px;
    margin: auto;
}
/* // What we do Inner page */


/*  Moto Grid box widget */
.motogdbox_wrap {
    background: #fdf2f2;
    padding: 50px 0;
}

.motogdbox_wrap .d-flex {
    flex-wrap: nowrap;
    gap: 30px;
}

.motogdbox_wrap .d-flex .motobox {
    flex: 0 0 calc(33% - 20px);
}

.motogdbox_wrap .motobox {
    background: var(--white);
    padding: 35px;
    border-radius: var(--br8);
    text-align: center;
    border: 1px solid #000;
}

.motogdbox_wrap .motobox .icon {
    width: 80px;
    margin: auto;
}

.motogdbox_wrap .motobox h4 {
    font-size: 24px;
    margin: 30px 0 15px;
}
/* // Moto Grid box widget */


/*  Inner page full form*/
.fullcntform_wrap {
    background: #205374;
    padding: 50px 0;
    position: var(--prelative);
}
.fullcntform_wrap .container {
    z-index: 1;
    position: var(--prelative);
}
.fullcntform_wrap img.logofadebg {
    position: var(--pabsolute);
    left: -70px;
    bottom: 0;
    max-width: 360px;
    opacity: 0.1;
}
.fullcntform_wrap h2 {
    font-size: 5.5rem;
    font-weight: 100;
    color: var(--white);
    line-height: 120%;
}
.fullcntform_wrap .fullcntform_inner {
    max-width: 800px;
    margin: auto;
    float: right;
}

.fullcntform_wrap .fullcntform_inner .form-control {
    border: none;
    padding: 17px;
    border-radius: 0;
    font-size: 18px;
    background: rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    color: var(--white);
}

.fullcntform_wrap .fullcntform_inner .col-md-6 {
    margin-bottom: 20px;
}

.fullcntform_wrap .fullcntform_inner label {
    color: #fff;
    margin-bottom: 3px;
}

.fullcntform_wrap .fullcntform_inner .gblbtn {
    background: #f85252;
    border: none;
    padding: 20px;
    width: 260px;
    font-weight: 700;
    transition: all 0.3s;
    margin: 3px 0;
}
.fullcntform_wrap .fullcntform_inner .gblbtn:hover {
    background: var(--white);
    color: var(--black);
    box-shadow: 0 0 25px rgba(0,0,0,0.4);
}
/* // Inner page full form*/


/* Blog page*/
.blogpg_wrap {
    margin: 50px 0;
}
.blogpg_wrap .bl_th {
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
    padding: 10px 10px 25px 10px;
    transition: all 0.3s;
}
.blogpg_wrap .bl_th:hover {
    background: #effffa;
}
.blogpg_wrap .bl_th:hover h5 {
    color: var(--basedeepcolor);
}
.blogpg_wrap a.bl {
    display: block;
}
.blogpg_wrap a.bl picture {
    border-radius: 10px;
    overflow: hidden;
    display: block;
}
.blogpg_wrap .bl_th p {
    color: #757575;
}
.blogpg_wrap .bl_th h5 {
    color: var(--black);
    margin: 15px 0 0;
}

.blogpg_wrap .bl_th span.date {
    background: var(--basecolor);
    color: var(--white);
    padding: 5px 10px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 15px;
    font-size: 13px;
}
.pagination  a.page-link {
    color: var(--black);
}
/* // Blog page*/

/*  Contact us page*/
.cntpg_wrap .cnt_details li {margin-top: 15px;}

.cntpg_wrap .cnt_details li span {
    display: block;
    color: #7f7f7f;
    text-transform: uppercase;
    font-size: 14px;
}

.cntpg_wrap .cnt_details li a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: var(--basecolor);
}
.cntpg_form_sec {
    margin-left: 4%;
}
.cntpg_wrap .follow_sec {
    margin-top: 20px;
    border-top: 2px dashed #bfbfbf;
    padding-top: 16px;
    display: flex;
}

.cntpg_wrap .follow_sec a {
    width: 35px;
    height: 36px;
    background: var(--basecolor);
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: var(--white);
}

.cntpg_wrap .cntpg_form_sec h3 {
    font-weight: 300;
    margin-bottom: 4px;
    font-size: 40px;
}

.cntpg_wrap .cntpg_form_sec p {
    color: #757575;
}
.cntpg_wrap .cnt_details li p {
    margin: 0;
}
.cntpg_wrap .cntpg_form_sec input.form-control, .cntpg_wrap .cntpg_form_sec textarea {
    background: #eee;
    padding: 16px;
    margin-top: 14px;
    border: none;
}

.cntpg_wrap .cntpg_form_sec .gbl_btn {
    background: #f85252;
    border: none;
    padding: 20px;
    width: 260px;
    font-weight: 700;
    transition: all 0.3s;
    margin-top: 14px;
    border-radius: .25rem;
    color: var(--white);
}
.cntpg_wrap .cntpg_form_sec .gbl_btn:hover {
    background: var(--white);
    color: var(--black);
    box-shadow: 0 0 25px rgba(0,0,0,0.4);
}
.map iframe {
    width: 100%;
}
/* // Contact us page*/

/* Study adroad page **/
.stabdpg.form_wrap {
    margin: 40px auto;
    max-width: 800px;
    width: 93%;
}

.stabdpg.form_wrap .col-md-12, .stabdpg.form_wrap .col-md-6 {
    margin-top: 12px;
}

.stabdpg.form_wrap label {
    margin-bottom: 4px;
}

.stabdpg.form_wrap input.form-control, .stabdpg.form_wrap select {
    padding: 12px;
}

.stabdpg.form_wrap input.checkbox {
    margin-right: 5px;
}
.stabdpg.form_wrap .gbl_btn {
    background: #f85252;
    border: none;
    padding: 20px;
    width: 260px;
    font-weight: 700;
    transition: all 0.3s;
    margin-top: 14px;
    border-radius: .25rem;
    color: var(--white);
}
.stabdpg.form_wrap .gbl_btn:hover {
    background: var(--white);
    color: var(--black);
    box-shadow: 0 0 25px rgba(0,0,0,0.4);
}
/* // Study Abroad page **/


/* CV page*/
.cvform_wrap input.form-control, .cvform_wrap select {
    padding: 15px;
    border-color: #111;
    margin-top: 15px;
}

.cvform_wrap {
    padding: 40px 0;
    background: #fffeed;
}
.cvform_wrap .gbl_btn {
    background: #f85252;
    border: none;
    padding: 20px;
    width: 260px;
    font-weight: 700;
    transition: all 0.3s;
    margin: 23px 0 0;
    border-radius: 5px;
    color: #fff;
}
.cvform_wrap .gbl_btn:hover {
    background: var(--white);
    color: var(--black);
    box-shadow: 0 0 25px rgba(0,0,0,0.4);
}
/* // CV page*/


