@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300..800&family=Roboto:wght@300;400;500;700&display=swap');

/* Scss Document */

body {
  font-family: "Roboto", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: normal;
  background:#fff;
  overflow-x: hidden;
  color: #5c676f;
  line-height: normal;
}


h1, h2, h3, h4, h5, h6{ font-family: "Merriweather Sans", sans-serif; }

p {
  font-size: 14px;
  color: #5c676f;
  line-height: 24px;
}

img { max-width: 100%; border: 0; }

.clear {
  clear: both;
  float: none;
  width: 100%; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

a {
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  color: #216438; 
}

a:hover { color: #f2cf4c; }

.img-responsive { width: 100%; height: auto; }

/*------------------common-css-------------------*/

 .common-btn {
    font-size: 14px;
    background:#f2cf4c;
    color: #222;
    padding:14px 18px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
    font-weight: 400;
    text-transform: uppercase;
    border: none;
    transition: all 0.3s ease-in;
}

.common-btn:hover {
  background: #ee9f33; 
  color: #000;
  box-shadow: 0px 0px 0px rgb(0 0 0 / 20%);
}


.title-col{ margin-bottom:40px; text-align: center; }

.title {
  font-family: "Merriweather Sans", sans-serif;
  position: relative;
  font-size:32px;
  font-weight:600;
  color:#5c676f;
  margin-bottom:0px;
  display: inline-block;
}

.title-para {
  font-size: 17px;
  max-width: 900px;
  margin: 20px auto 50px;
  width: 100%;
}

.form-control {
  border-radius: 0px;
  padding:1.1rem 15px;
  font-size:15px;
  height: 32px;
  background-color: #fff;
  color: #000;
  border: 1px solid #222;
}

select.form-control { padding: 0; padding-left:15px; height:36px; -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.3em;
  background-color: #fff;
  border: 1px solid #222;
  color: #000 !important;
}

textarea.form-control{ height:auto !important; }

.form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  background-color:#fff;
  border: 2px solid #000 !important;
  color: #000 !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #666;
}


@media (min-width: 992px){ .dropdown:hover>.dropdown-menu { display: block; } }

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


/*------------------end common-css-------------------*/

.topbar {
  padding: 0px;
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 1;
}
.topbar .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.topbar p{ margin-bottom:0; font-size:14px;  } 
.header-top-action ul{ padding: 0px; margin: 0px; list-style: none; }
.header-top-action ul li{ display: inline-block; font-size: 13px; color: #1F1F1F; margin-right: 10px; }
.header-top-action ul li:last-child{ border: none; margin-right: 0px; padding-right: 0px; }
.header-top-action ul li a{ color: #5c676f; font-weight: 600; font-size: 14px; }
.header-top-action ul li a:hover{ color: #1F1F1F; }
.header-top-action ul li i{ color:#5c676f; margin-right: 3px; }
.top-call{ text-align: right; }
.top-call a {
  margin-left: 1px;
  color:  #5c676f;
  font-size: 16px;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 26px;
  display: inline-block;
}

.topright-col{ display: flex; }
.top-google{ margin-left: 10px; }
.top-google img {
  max-height: 24px;
  border-radius: 3px;
}

.header-top-action { text-align: right; margin-right: 20px; }


.main-header { padding:0px 0px; }

.inner-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-phone { width: 33%; justify-content: start; display: flex; }

.logo {
  display: flex;
  align-items: center;
}

.cgiar-toplogo{ margin-left: 20px; }

.logo img{ max-height:90px; }

.top-phone b{ font-weight: 500; font-size: 16px; margin-left: -3px; }
.top-phone b small{ font-size: 14px; color: #727272; text-transform: uppercase; display: block; font-weight: 400; } 

.top-phone a{ display: flex; color: #000; }
.top-phone a:hover{ color: #3ABBB9; }
.top-email span{ margin-right: 10px; }
.top-email b{ margin-left: 0; }

.top-phone.top-email {
  display: flex;
  justify-content: end;
}

.main-header .container-fluid{ padding-left: 30px; padding-right: 30px; }

.main-header .navbar-expand-lg .navbar-nav .nav-link {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin: 0px 0px;
  padding:12px 15px;
  text-align: center;
  font-family: "Merriweather Sans", sans-serif;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link:hover { background:#eee; }

@media (min-width: 992px){
	.dropdown-menu .dropdown-toggle:after{
		border-top: .3em solid transparent;
	    border-right: 0;
	    border-bottom: .3em solid transparent;
	    border-left: .3em solid;
	}
	.dropdown-menu .dropdown-menu{
		margin-left:0; margin-right: 0;
	}
	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}

.navbar-nav .dropdown-menu{ padding: 0px; border-radius: 0px; margin-top: -3px; min-width: 250px; }

ul.submenu.dropdown-menu a {
  font-size: 13px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.dropdown-item {
  padding: 13px 1.1rem;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.dropdown-item:hover{ background-color:#1D3D44; color: #fff; }

@media (min-width: 992px){
.nav-item .submenu {
    top: 3px;
}
}

@keyframes slideIn {
  0% {
      transform: translateY(2rem);
      opacity: 0;
  }
  100% {
      transform: translateY(0rem);
      opacity: 1;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
  animation-duration: 0.4s;
  animation-fill-mode: both;
}


/*-------------banner---------------*/

.banner{ position: relative; background: #fff;  }

.banner .item:after {
  z-index: 1;
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 30%);
}

.banner .banner_containt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  max-width: 600px;
  width: 100%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}

.banner .banner_containt h4{ color: #fff; margin-bottom:10px; font-size: 48px; font-weight:400; line-height: 70px; text-shadow: 3px 3px 6px rgb(0 0 0 / 50%); margin-top: 15px; }

.banner .banner_containt h1.yellow-strip a {
background: #FDD61F;
font-weight: 500;
color: #000;
font-size: 20px;
display: inline-block;
padding:10px 20px;
}

.banner .banner_containt p {
  color: #fff;
  font-size: 16px;
  margin: 20px 0px 30px;
  line-height: 26px;
}



.banner-pic{ background: #000; overflow: hidden; }
.banner-pic img{ opacity: 0.9; object-fit: cover; width: 100%; height: calc(100vh - 120px); }

.banner .owl-nav .owl-prev {
  position: absolute;
  color: #fff;
  top: 50%;
  left:1%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 16px; 
}

.banner .owl-nav span { position: relative; }

.banner .owl-nav .owl-next {
  position: absolute;
  color: #fff;
  top: 50%;
  right:1%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 16px; 
}
.banner .owl-nav i { font-size:28px; color: #fff; }

.banner-btn{ position: absolute; bottom:80px; right:30%; z-index: 99; color: #fff; }
.banner-btn a{ color: #fff; }

.banner .owl-dots{ position: absolute; bottom:20px; width: 100%; }

.banner .owl-nav span img {
  max-height: 24px;
  filter: grayscale(1) invert(1);
}

.owl-nav span img { max-height: 24px; }

.banner .owl-theme .owl-nav{ margin-top: 0px; }
.banner .owl-theme .owl-dots .owl-dot span{ background: #fff; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{ background: #FDD61F !important; }

/*-------------end banner---------------*/

.homeabout-sec{ padding:60px 0px; }
.rice-ico{ margin-bottom: 10px; }
.small-title{ font-size: 20px; color: #216438; text-transform: uppercase; }
.haboutmain-text .title{ margin: 15px 0px; }

.haboutmain-pic { position: relative; }

.haboutmain-pic:before {
  content: "";
  position: absolute;
  right: 0%;
  height: 120%;
  background: #E9F1EE;
  width: 60%;
  top: -10%;
  z-index: -1;
}

.homeGQP-sec{ padding: 50px 0px; }

.home-howwork-col {
  text-align: center;
  background:url(../images/home-gpu-bg.jpg) no-repeat #F3F5E9;
  height: 100%;
  background-size: cover;
  padding: 30px;
  position: relative;
  padding-bottom: 50px;
}

.home-howwork-col:hover{ background:url(../images/home-hover-1.jpg) no-repeat #f3f5e8; background-blend-mode: luminosity; background-size: 100% !important; background-position: center center; } 
.home-howwork-col:hover h3{ color: #fff; }
.home-howwork-col:hover p{ color: #fff; }
.home-howwork-col:hover .home-howwork-ico img{ border: 2px solid #fff; border-radius: 50%; }

.home-howwork-ico img{ border: 2px solid transparent; border-radius: 50%; }

.homeGQP-sec .col-lg-4:nth-child(2) .home-howwork-col:hover{ background:url(../images/home-hover-2.jpg) no-repeat #f3f5e8; }
.homeGQP-sec .col-lg-4:nth-child(3) .home-howwork-col:hover{ background:url(../images/home-hover-3.jpg) no-repeat #f3f5e8; }

.home-howwork-text{ margin-top: 30px; }
.home-howwork-text h3{ font-size: 21px; color: #000; margin-bottom: 14px; }

.gpu-link{ position: absolute; bottom: 0; width: 100%; left: 0; }
.gpu-link a {
  background: #216438;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  padding:13px 20px;
  justify-content: space-between;
}

.gpu-link a:hover{ background: #f2cf4c; color: #000; }

.homequote{ text-align: center; font-size: 24px; font-weight: 300; color: #5F5F5F; max-width: 850px; width: 100%; margin: 40px auto 0px; }
.homequote span{ font-size: 32px; color: #000; }


.homesearch-sec{ padding-top: 30px; }
.innerhome-search {
  padding: 0px;
  background: #114d26;
  border-radius: 0px;
}

.homefilter-field .title{ color: #fff; font-size: 28px; }

.homefilter-field label{ width: 100%; margin-bottom:6px; color: #e2e2e2; font-weight: 400; }
.homefilter-field .common-btn{ background: #ee9f33; border-color: #ee9f33; color: #fff; border-radius: 40px; padding: 14px 30px; }
.form-group.mt-3{ margin-top: 21px !important; }

footer{ padding: 50px 0px 25px; background:url(../images/footer-vector.png) no-repeat #F5F5E9; background-position: bottom right; background-size: 180px; }
.footer-logo{ margin-bottom: 25px; display: flex; align-items: center; }
.footer-logo img{ max-height: 70px; }

.footer-about .top-call{ text-align: left; }
.footer-about p{ color: #5F5F5F; font-size: 13px; line-height: 20px; }

.footer-title{font-size:16px; font-weight:400; color: #000; text-transform: uppercase; margin-bottom: 20px; }
.footer-links p { margin-bottom: 15px; }
.footer-links p a { font-size: 14px; color: #444; font-weight:400; }
.footer-links p a:hover{ color: #000; }

.footer-links { padding-left: 50px; }

.footer-about-text p{ color: #444; }
.contact-conten a{ color: #444; }
.contact-conten p{ color: #444; display: flex; line-height: 22px; margin-bottom: 16px; font-size: 14px; }
.footer-social a{ margin: 0px 0px; display:inline-flex; color: #444; align-items: center; }
.footer-social a i{ width:30px; }
.footer-social a:hover{ color: #000; }

.footer-social i {
  font-size: 18px;
  margin: 0px 2px;
}

.contact-conten p strong{ width:40px; }
.contact-conten img{ max-height: 24px; }

.copyright {
  color: #727272;
  font-size: 13px;
  margin-top:25px;
}

.copyright span{ margin-left: 10px; }

.modal-header { border-bottom: none; background: #f5f5f5; padding-top: 10px; padding-bottom: 10px; }

.modal-title {
  font-weight: 500;
  color: #3C4147;
  font-size: 20px;
}

.popup-content h3{ font-size: 20px; }

/*-----------login page------------------*/

.login-wrapper{ position: relative;}
.login-wrapper:before{ content: ""; background:#f2fffc; position: absolute; left: 0; top: 0; width: 50%; height: 100%; z-index:-1; }

.login-wrapper .row.align-items-center{ min-height: 100vh; }

.login-logo {
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: 1;
}

.login-logo img{max-width: 180px; }

.login-form-col{ max-width:450px; width:100%; margin:auto; margin-top:20px;  }
.login-headcontet h1{ color:#151515; font-size:32px; font-weight: 700; margin-bottom:20px; }
.login-headcontet p{ font-size:14px; color: #7c7c7c; max-width:70%; margin:15px 0;  }

.login-form{ margin-top:15px; }
.login-form .form-group{ margin-bottom:15px; position: relative; }
.login-form .form-group label{ font-size:14px; font-weight:500; color:#636363; display: block; margin-bottom:8px;   }

.login-form .form-group .form-control{ font-size: 14px; color:#333;  }
.login-user-ico {
    position: absolute;
    top:32px;
    right: 15px;
    font-size: 15px;
	color:#777; 
}

.login-form .form-check .form-check-label{ font-weight: 400; font-size:14px; display: inline; color:#6e6e6e;  }

.login-user-ico img{ max-height:16px; }

.form-validate-err{ font-size:13px; color: crimson; margin-top:3px; display:none;  }

.login-form .login-btn{ width:100%; }

.forgot-txt{ text-align: right; }
.forgot-txt a{ color:#292929; font-weight: 500; }
.forgot-txt a:hover{ color:#12b433; }

.formor{ position:relative; text-align: center; margin-bottom:20px; font-size:18px; color: #aaa; line-height:1;  }
.formor:before{ background:#e1e1e1; height: 1px; width:100%; top:12px; position: absolute; content: ""; left: 0; z-index:-1; }   

.formor:after {
    background: white;
    height: 30px;
    width: 80px;
    top: -4px;
    position: absolute;
    content: "";
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
}

.google-account a{ background:#428F9F; text-align: center; font-size:14px; color:#fff; width:100%; padding:14px 0;  border-radius: 10px;  display: block;   }

.google-account a:hover{ background:#006400; box-shadow:none;  }

.google-account a img{ margin-right:10px;  }

.gosignup-link{ margin:20px 0; font-size:15px; color:#151515; }
.gosignup-link a{ color:#006400; font-weight: 500; }


.login-leftside {
    text-align: center;
    padding: 70px 30px 10px;
}


.login-lefttop-txt h3{ font-size:21px; font-weight: 600; color:#151515; margin-bottom:0px;  }
.login-lefttop-txt p{ font-size:14px; color: #444; max-width:330px;  margin:10px auto 25px; text-align: center;  }
.loginscanqr-col img{ max-height:270px; }

.loginfapp-col p {
    margin-bottom: 0;
    color: #121212;
    font-size: 15px;
    margin-top: 5px;
}
.app-down-btns{ margin-top:20px; }
.app-down-btns a{ margin:0px 5px; }
.app-down-btns img{ max-height:40px; }

.login-lefttop-txt { margin-top:40px; }

.form-check-input{ border-color:#c1c1c1; }

.regist-term{ text-align: center; font-size:13px; margin-bottom:10px; color:#666;   }
.regist-term a{ text-decoration: underline !important; color:#111; }


/*--------------------inner-page---------------*/

.inner-banner{ position: relative; overflow: hidden; }
.inner-banner:before{ content: ""; background:rgb(0 0 0 / 30%); top:0; width: 100%; height: 100%; left: 0; position: absolute; }
.inner-banner:after{ 
  content:"";
  position:absolute;
  height: 1px;
  top:0px;
  right: 0;
  background-color: transparent;
  border-bottom:100vh solid rgb(79 201 79 / 60%);
  border-left: 100vh solid transparent;
  width: 210px;
  z-index:1;
 }

.innerbanner-pic img{ min-height:400px; max-height:4000px; object-fit: cover; width: 100%; }

.innerbanner-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 20px;
  width: 100%;
  z-index: 9;
}

.innerbanner-text h1 {
  font-size: 52px;
  color: #fff;
  margin-bottom: 10px;
}


.inner-page{ padding:60px 0px 80px; }

.who-text p{ font-size: 16px; line-height: 28px; }
.who-text .title-col{ margin-bottom: 20px; }
.who-text{ padding-left: 40px; }

.about-img { box-shadow: 0px 0px 20px rgb(0 0 0 / 5%); }

.aboutpg-sec2{ padding:50px 0px 60px; background: #f5f5f5; margin-top:80px; }
.title-col h4.green-color{ margin-top:10px; font-weight:700; }
.green-color{ color: #007837; }

.goals-col{ background: #fff; border: 8px solid #20ae50; height: 100%; }
.goals-content{ padding: 20px; }
.goals-content h3 {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 32px;
}
.goals-content p{ margin-bottom: 0px; font-size: 16px; }

.aboutpg-sec3{ padding-top: 60px; }
.inner-aboutsec3{ background: #002c44; max-width: 1000px; width: 100%; margin: auto; }
.report-content{ padding: 30px 40px; }
.report-content h3{ color: #fff; font-size: 20px; font-weight: 300; }
.report-content h2{ color: #fff; font-size:34px; font-weight: 700; margin: 20px 0px 30px; }

.homefilter-field .form-group{ margin-bottom:7px; margin-top: 7px; }
.homefilter-field .form-control{ border-radius: 40px; }

.homefilter-field{ padding:30px 30px; }

.whatdo-para{ text-align: center; }
.whatdo-para h3{ margin-bottom: 20px; }
.whatdo-para p{ 
  text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #5F5F5F;
    max-width: 1000px;
    width: 100%;
    margin: auto;
 }

.whatdo-sec2{ margin-top:70px; }
.whatdo-sec2 .goals-col{ background: #428f9f; border: none; position: relative; box-shadow: 0px 0px 20px rgb(0 0 0 / 5%); }
.whatdo-sec2 .goals-content{ position: relative; padding-top:50px; padding-bottom: 30px; }
.whatdo-sec2 .goals-content *{ color: #fff; }

.whatdo-ico{ position: absolute; top:-30px; left: 20px; z-index: 1; }
.whatdo-ico img{ max-height: 60px; border:3px solid #fff; border-radius: 50%; }
.whatdo-sec2 .goals-col:hover{ background: #EE9F33; }

.whatdo-sec2 .col-lg-4{ margin-bottom: 30px; }

.hireprocess-col{ text-align: center; margin-top:24px; }
.hireprocess-col .icons{ max-height:70px; }
.hireprocess-col h4 {
  font-size: 19px;
  color: #000;
  margin-bottom: 10px;
  margin-top: 20px;
}

.career-sec2{ padding-top: 50px; background-image: linear-gradient(to bottom,#F6F6F6, #fff); margin-top: 50px; }
.career-table{ padding: 20px 30px; }
.career-table .table h4{ font-size: 15px; color: #428f9f; margin-bottom:2px; }
.career-table .table p{ margin-bottom: 0px; }
.career-table .table td{ vertical-align: middle; color: #666; }
.career-table .table thead th{ font-size: 16px; font-weight: 500; }

.intermap-filter{ background: #51785f; padding: 10px; margin-bottom:3px; }

.mapfilter-field label {
  width: 100%;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 400;
}

.mapfilter-field .common-btn{ padding: 12px 18px; border-radius: 5px; }
.intermap-livemap{ margin-bottom:2px; }

.biofortification-sec2{ background: #eeeae7; padding: 60px 0px; margin:70px 0px; }

.biofortification-sec2 .flex-lg-row-reverse .who-text { padding-left: 0px; padding-right: 40px; }

.big-text{ display: block; font-size: 42px; font-weight: 600; margin-top: 30px; color: #f5bb03; }

.grainvector img{ max-height: 200px; }
.grainvector {
  display: inline-block;
  background: #ffffff;
  padding: 10px;
  box-shadow: 18px 18px 40px rgb(0 0 0 / 10%);
  border-radius: 50%;
  width: 400px;
  height: 400px;
  line-height: 400px;
  border: 10px solid #f5f5f5;
  position: relative;
}


.hometreat-col {
  background: #FFF8ED;
  padding: 10px 20px;
  padding-left: 30px;
  margin: 10px 0px;
  border-radius: 20px 60px;
  min-height: 255px;
}

.hometreat-col h3{ font-size: 20px; color: #fff; margin-bottom: 15px; border-bottom: 1px dashed #fff; padding-bottom: 10px; border-left: 3px solid #fff; padding-left: 15px; }
.hometreat-col ul{ padding-left: 16px; }
.hometreat-col ul li{ margin: 10px 0px; color: #fff; font-size: 15px; }
.hometreat-col p{ color: #fff; font-size: 15px; }

.green-bg{ background: #00a000; }
.purple-bg{ background: #a50071; }
.blue-bg{ background: #53537c; }
.orange-bg{ background: #d15400; }

.curve-rht .hometreat-col{ border-radius:60px 20px; }

.relative{ position: relative; }

.arrow1 {
  position: absolute;
  top: 32px;
}

.arrow2 {
  position: absolute;
  bottom: 144px;
  transform: scaleY(-1);
}

.arrow3 {
  position: absolute;
  top: 32px;
  right: 0;
  transform: scaleX(-1);
}

.arrow4 {
  position: absolute;
  bottom: 144px;
  right: 0;
  transform: scale(-1);
}

.arrow1 img, .arrow2 img, .arrow3 img, .arrow4 img { max-height: 74px; }

.gqp-result-col{ text-align: center; border: 1px solid #ccc; padding: 20px; height: 100%; }
.gqp-resultpic{ margin-top:20px; }
.gqp-result-col h5{ font-size: 16px; }
.gqp-result-col h5 span{ color: #ee9f33;  }
.gqp-sec2{ margin-top: 40px; }

.gqp-sec3{ margin-top: 20px; }
.gqp-sec3 th{ background: #4f81bd; color: #fff; font-size: 21px; border-bottom: 2px solid #fff; }
.gqp-sec3 td{ background: #d0d8e8; color: #000; font-size: 16px; }

.mt-7 { margin-top: 5rem; }

.career-text h2{ color: #216438; }
.career-text .title-col{ margin-bottom:20px; }
.career-text{ padding-left: 30px; padding-right: 60px; }
.career-text p { font-size: 16px; line-height: 28px; }

.gallery .col-sm-6{ margin-bottom: 24px; }

.gallery a {
  width: 100%;
  max-height: 300px;
  overflow: hidden;
  display: block;
}

.gallery img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
  transition: all 0.3s ease-in;
}


.top-user-profile {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 6px;
  position: relative;
  margin-left: 10px;
}

.top-user-profile img{ width:36px; border-radius: 50%; }

.top-user-profile a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top-user-profile .dropdown-menu {
  padding: 0;
  left: auto;
  right: 0;
  border-radius: 0px;
  margin-top: 0px;
}

.top-user-profile .dropdown-menu a {
  color: #111;
  font-size: 14px;
  padding:8px 15px;
  min-width: 200px;
display: block;
}

.top-user-profile .dropdown-menu a i{ font-size:14px; margin-right:6px; }

.homefilter-left{ position: relative; height: 100%; }
.homefilter-text{ position: absolute; top: 50%; transform: translateY(-50%); left: 50px; max-width:500px; width: 100%; }
.homefilter-text h2 {
  color: #fff;
  line-height: 52px;
  font-weight: 800;
  text-shadow: 2px 2px rgb(0 0 0 / 30%);
}

.homefilter-text p {
  color: #fff;
  font-size: 21px;
  line-height: 28px;
}

.homefilter-pic {
  height: 100%;
}

.homefilter-pic img {
  height: 100%;
  object-fit: cover;
}


.userprofile-top{ background: #F5F5E9; padding: 20px 0px; text-align: center; }
.userprofile-top .title{ font-size: 28px; color: #333; }

.userprofile-left ul{ padding-left: 0px; margin-bottom: 0px; list-style: none; }
.userprofile-left li a{ font-size: 14px; background:#F5F5E9; padding:15px 20px; color: #000; display: block; border-bottom: 1px solid #fff; }
.userprofile-left li a:hover, .userprofile-left li.active a{ background: #216438; color: #fff; }
.userprofile-left li a i{ margin-right: 10px; }

.profile-form label{ display: block; margin-bottom: 6px; color: #666; }
.profile-form .form-group{ margin-bottom: 24px; }

.userprofile-right{ padding-left: 20px; }

.userprofile-right .title{ font-size: 24px; color: #333; margin-bottom: 15px; }

.tbl-bold td {
  background: #ebffc7;
  font-weight: 500;
}

.table-light th {
  background: #216438;
  color: #fff;
}

.field-topserach h4{ font-size: 14px; margin-bottom: 5px; color: #000; }

.popup-image { height: 100%; }
.popup-image img{ height: 100%; object-fit: cover; border-radius: 15px; }


.resulttop-cols h2{ text-transform: uppercase; color: #000; font-weight: 600; font-size: 26px; border-bottom: 2px solid #00a000; }

.resulttop-cols{ margin-bottom: 24px; }

.resulttop-right{ height: 100%; }
.field-topserach{ background: #F5F5E9; padding: 20px; height: calc(100% - 40px); }

.resulttop-right .field-topserach h4{ font-size: 16px; }

.result-tables table{ text-align: center; }

.result-mainslider .owl-nav .owl-prev {
  position: absolute;
  color: #fff;
  top: 50%;
  left:1%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 16px; 
}

.result-mainslider .owl-nav span { position: relative; }

.result-mainslider .owl-nav .owl-next {
  position: absolute;
  color: #fff;
  top: 50%;
  right:1%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 16px; 
}
.result-mainslider .owl-nav i { font-size:28px; color: #fff; }

.result-mainslider-btn{ position: absolute; bottom:30px; right:30%; z-index: 99; color: #fff; }
.result-mainslider-btn a{ color: #fff; }

.result-mainslider .owl-dots{ position: absolute; bottom:10px; width: 100%; }

.result-mainslider .owl-nav span img {
  max-height: 24px;
  filter: grayscale(1) invert(1);
}

.result-mainslider .owl-theme .owl-nav{ margin-top: 0px; }
.result-mainslider .owl-theme .owl-dots .owl-dot span{ background: #fff; }
.result-mainslider .result-pic img{ min-height: 280px; max-height: 280px; object-fit: cover; }













