﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Sarabun:wght@200;300;400;500;600;700;800&display=swap');/*==BASIC-SETUP==*/
body {
  font-family: 'Sarabun', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  background: #fff;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin:  0;
}

/* scroll-bar */
.scrolltotop {
  width: 40px;
  height: 40px;
  border-radius: 100px 100px 0 0;
  background: #333333;
  text-align: center;
  padding-top: 8px;
  font-size: 20px;
  color: #ffffff;
  position: fixed;
  right: 8px;
  bottom: 10px;
  display: none;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
  color: #fff;
  background: rgba(51, 51, 51, 0.7);
}

/*==THIS IS START==*/
.header-area {
  padding: 10px 0;
  background: #F7F7F7;
}

.main-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.main-nav ul li {
  padding-right: 30px;
}

.main-nav ul li:last-child {
  margin-right: 0;
}

.main-nav ul li a {
  font-weight: 600;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.94);
  position: relative;
}

.active-nav {
  border-bottom:3px solid #2D4BA0;
}

.main-nav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 2px;
  background: #2D4BA0;
  left: 50%;
  bottom: -3px;
  transition: 0.3s all ease;
  border-radius: 10px;
  transform: translateX(-50%);
}

.main-nav ul li a:hover::after {
  width: 100%;
}

.logo-item img {
  max-width: 170px;
}

/* MOBIL-MENU-START*/
.sidebar-menu {
  backdrop-filter: blur(15px);
  width: 250px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -250px;
  overflow-y: auto;
  transition: 0.6s ease;
  transition-property: right;
  background: #002341;
  z-index: 9999;
}

.sidebar-menu::-webkit-scrollbar {
  width: 0px;
}

.sidebar-menu.active7 {
  left: auto;
  right:0;
}

.menu-wrap {
  margin-top: 10px;
}

.menu-item a {
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  display: block;
  padding: 5px 9px;
}

.menu-header {
  background: #fff;
  padding: 10px 8px;
}

.close-icon {
  width: 25px;
  height: 25px;
  display: block;
  position: relative;
  cursor: pointer;
}

.close-icon::before,
.close-icon::after {
  content: '';
  background: #000000;
  position: absolute;
  height: 100%;
  width: 4px;
  border-radius: 3px;
}

.close-icon::before {
  transform: rotate(45deg);
}

.close-icon::after {
  transform: rotate(-45deg);
}

.menu-btn {
  width: 40px;
  cursor: pointer;
  margin-left: auto;
}

.menu-btn span {
  display: block;
  width: 100%;
  height: 4px;
  background: #000000;
  border-radius: 10px;
  margin: 5px 0 0 0;
}

.menu-btn span:first-child {
  margin-top: 0;
}

.mobil-brand img {
  max-width: 100px;
}

/* MOBIL-MENU-END*/

/*hero-area-start*/
.hero-area {
  padding-top: 13px;
}
 
.rslides {
  width: 100% !important;
  margin: auto;
}

/*hero-area-end*/

/* service-area-start */
.service-area {
  background: #F7F7F7;
  padding: 95px 0;
}

.service-img {
  min-height: 172px;
}

.service-title h2 {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: rgba(0, 35, 65, 0.94);
}

.service-item {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 8px rgba(193, 187, 187, 0.2);
  border-radius: 10px;
  text-align: center;
  padding: 28px 20px 52px 20px;
  min-height: 460px;
    margin: 65px 15px auto auto;
}

.service-item h4 {
  font-weight: 700;
  font-size: 24px;
  line-height:31px;
  color: rgba(0, 35, 65, 0.94);
  margin-top: 11px;
  margin-bottom:8px;
  height:38px;
}

.service-item p {
  font-weight: 400;
  font-size: 16px;
  line-height:21px;
  color: #4B4B4B;
  margin-top: 8px;
}

    .service-item ul {
        list-style: none;
        text-align: left;
        color: #4B4B4B;
        font-size: 18px;
        line-height:170%;
    }

    .service-item li:before {
        content: '✓';
        
    }


  .service-item a {
  font-weight: 600;
  font-size: 16px;
  color: rgba(29, 29, 29, 0.94);
  background: #FFFFFF;
  border: 2px solid #2D4BA0;
  border-radius: 5px;
  padding: 12px 62px;
  display: inline-block;
  transition: 0.2s all ease;
  margin-top: 34px;
}

.service-item a:hover {
  background: #2D4BA0;
  color: #ffffff;

}

/* service-area-end */

/* client-area-start */
.client-area {
  background: #ffffff;
  padding: 18px 0 56px 0;
}

.client-title h2 {
  font-weight: 700;
  font-size: 40px;
  color: rgba(0, 35, 65, 0.94);
  text-align: center;
}

.client-item ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.client-item ul li {
  margin-right: 40px;
}

.client-item10 {
  margin-top: 50px;
}

.client-item ul li:last-child {
  margin-right: 0;
}

.client-item2 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.client-item2 ul li {
  margin-right: 85px;
}

.client-item2 ul li:last-child {
  margin-right: 0;
}

.client-item3 ul li {
  margin-right: 100px;
}

.client-item4 ul li {
  margin-right: 120px;
}

/* client-area-end */

/* testimonial-area-start */
.main-content1 {
  position: relative;
}

.main-content1 .owl-dots {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.main-content1 .owl-theme .owl-dots .owl-dot span {
width: 20px;
height: 20px;
margin: 10px 7px;
background: transparent;
display: block;
-webkit-backface-visibility: visible;
backface-visibility: visible;
transition: opacity .2s ease;
border-radius: 30px;
border: 2px solid  #2D4BA0!important;
 display: none;
}

.main-content1 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #2D4BA0;
}

.main-content1 .owl-dots button {
  border: none !important;
  outline: none !important;
}

.main-content1 .owl-nav button {
  border: none !important;
  outline: none !important;
}

.main-content1 .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.main-content1 .owl-theme .custom-nav .owl-prev, .main-content1 .owl-theme .custom-nav .owl-next {
  position: absolute;   
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

.main-content1 .owl-theme .custom-nav .owl-prev img, .main-content1 .owl-theme .custom-nav .owl-next img  {
  width: 50px;
  height: 50px;
}

.main-content1 .owl-theme .custom-nav .owl-prev {
  left: -56px;
  top: 123px;
}

.main-content1 .owl-theme .custom-nav .owl-next {
  right: -56px;
  top: 123px;
}

.testimonial-main {
margin: 0 10px;
}

.testimonial-title h2{
  font-size:40px;
}

.testimonial-area {
background: #F7F7F7;
padding: 95px 0 148px 0;
}

.testimonial-item {
background: rgba(255, 255, 255, 0.45);
border: 2px solid #0F304C;
border-radius: 10px;
margin-top: 70px;
}

.testimonial-pg {
padding: 28px 35px 46px 35px;
height:350px;
}

.testimonial-pg p {
font-weight: 600;
font-size: 19px;
color: #4B4B4B;
}

.testimonial-btm {
background: #4B4B4B;
padding: 8px 39px 12px 39px;
}

.testimonial-btm h4 {
font-weight: 700;
font-size: 22px;
color: #ffffff;
}

.testimonial-btm p {
font-weight: 500;
font-size: 16px;
color: #FFFFFF
}

/* testimonial-area-end */

/* why-arus-area-start */
.why-arus-area {
  background: #ffffff;
  padding: 18px 0 83px 0;
}

.why-arus-main h2 {
  font-weight: 700;
  font-size: 40px;
  color: rgba(0, 35, 65, 0.94);
}

.why-arus-main p {
  font-weight: 400;
  font-size: 24px;
  color: #000000;
}

.why-arus-main p {
  margin-top: 22px;
}

.why-arus-pg {
  max-width: 703px;
  margin: auto;
  margin-top: 10px;
}

.why-arus-pg p {
  margin-top: 10px;
}

/* why-arus-area-end */

/*footer-area-start*/
.footer-area {
  background: #002341;
  padding: 18px 0;
}

.footer-main {
  max-width: 1140px;
  margin: auto;
}

.footer-title img {
  max-width: 224px;
  display: block;
  margin: auto;
}

.footer-item {
  max-width: 230px;
  margin: auto;
  margin-top: 55px;
}

.footer-item h3 {
  font-weight: 700;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.94);
}

.footer-item p {
  font-weight: 600;
  font-size: 20px;
  color: rgba(239, 239, 239, 0.94);
  margin-top: 10px;
}

.footer-item ul {
  margin-top: 12px;
  width: 280px;
}

.footer-item ul li {
  font-weight: 400;
  font-size: 16px;
  color: #EFEFEF;
}

.footer-item a {
  font-weight: 600;
  font-size: 16px;
  color: rgba(29, 29, 29, 0.94);
  display: inline-block;
  padding: 16px 34px;
  background: #FFFFFF;
  border: 2px solid #3758B6;
  border-radius: 9px;
  transition: 0.2s all ease;
  margin-top: 22px;
}

.footer-item a:hover {
  background: #2D4BA0;
  color: #ffffff;
  border: 2px solid #2D4BA0;
}

.footer-item a:hover .loc1 {
  display: none;
}

.loc2 {
  display: none;
}

.footer-item a:hover .loc2 {
  display: inline-block;
}

.footer-item a span img {
  width: 18px;
  margin-right: 9px;
}

.copy-right-area {
  padding-top: 69px;
}

.copy-right-main a {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
}

.copy-right-main a span img {
  width: 22px;
  margin-right: 12px;
}

.copy-right-main p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 15px;
  text-decoration: underline;
}

/*footer-area-end*/

/*==consult-configure-page==*/
.consult-area {
  background: #F7F7F7;
  padding: 80px 0 68px 0;
}

.consult-menu {
  max-width: 844px;
  margin: auto;
  background: #E4E4E4;
  border-radius: 10px;
}

.consult-menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.consult-menu ul li {
  margin-right: 45px;
}

.consult-menu ul li:last-child {
  margin-right: 0;
}

.consult-menu ul li a {
  font-weight: 700;
  font-size: 24px;
  color: rgba(75, 75, 75, 0.94);
  display: inline-block;
}

.active-consul {
  background: #2D4BA0;
  border-radius: 10px;
  color: #ffffff !important;
  padding: 19px 32px;
}

.consult-top-pg {
  max-width: 1096px;
  margin: auto;
  text-align: center;
  width:85%; /*changed from 75 to 90 sathya*/
}

.consult-top-pg p {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #4B4B4B;
  margin-top: 40px;
}

.consult-top-pg p span {
  color: #D79242;
}

.consult-title h2 {
  font-weight: 700;
  font-size: 50px;
  color: rgba(0, 35, 65, 0.94);
  margin-top: 35px;
  text-transform:capitalize;
}

.consult-main {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 10px rgba(193, 187, 187, 0.15);
  border-radius: 20px;
  padding: 40px 50px;
  margin-top: 70px;
}

.consult-item { 
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 4px rgba(167, 167, 167, 0.15);
  border-radius: 10px;
  text-align: center;
  text-transform:capitalize;
  padding: 36px 14px;
  max-width: 211px;
  min-height: 211px;
  height:211px;
  margin: auto;
  transition: 0.2s all ease;
  cursor: auto;
}

/*.consult-item:hover {
    box-shadow: 0px 0px 10px 10px rgba(250, 130, 44, 0.37);
}*/

.consult-item h4 {
  font-weight: 700;
  font-size: 20px;
  color: rgba(0, 35, 65, 0.94);
}

.consult-item p {
    font-size: 12px;
 }

.consult-item h6 {
  font-weight: 700;
  font-size: 20px;
  color: rgba(0, 35, 65, 0.94);

}

.consult-item img {
  max-width: 120px;
  margin-bottom: 18px;
}

.consult-item5 {
  margin-top: 35px;
  position: relative;
  text-transform: capitalize;
}

.consult-item5::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 318px;
  background:  #EAEAEA;
  top: -86%;
  right: -18%;
}

.consult-inner2::before {
  content: "";
  display: block;
  max-width: 1080px;
  height: 4px;
  background: rgba(205, 205, 205, 0.43);
  margin: auto;
  margin-top: 45px;
}

.consult-item50::after {
  display: none;
}

.consult-menu2 {
  padding-left: 32px;
}

.consult-menu3 ul {
  justify-content: flex-end;
}

.consult-menu3 ul li {
  margin-left: 45px;
  margin-right: 0;
}

.consult-menu3 ul li:first-child {
  margin-left: 0;
}

.consult-item30 img {
  margin-bottom: 0;
  
}

.consult-img {
  min-height: 115px;
}

/*==contact-page-start==*/
.contact-area {
  padding: 30px 0 39px 0;
}

.contact-main {
  max-width: 505px;
  margin: auto;
}

.contact-main h2 {
  font-weight: 700;
  font-size: 40px;
  color: rgba(0, 35, 65, 0.94);
}

.contact-main img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin-top: 15px;
}

.contact-main p {
  font-weight: 400;
  font-size: 24px;
  color: #4B4B4B;
  margin-top: 15px;
}

.contact-form-area {
  background: #F7F7F7;
  padding: 90px 0;
}

.contact-form-main {
  max-width: 590px;
  margin: auto;
}

.contact-title {
  width: 30%;
  background: #CBE9FF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 51px;
  margin-top: 56px;
}

.contact-title1 {
  margin-top: 0;
}

.contact-title h5 {
  font-weight: 600;
  font-size: 22px;
  line-height:34px;
  color: #4B4B4B;
  margin-top: -5px;
}

.arrow-img {
  position: absolute;
  right: -28px;
  top: 0;
}

.copy-icon{
  position: relative;
    width: 32px;
    height: 32px;
    margin-top: 52px;
    padding: 0px 10px;
    cursor:pointer;
}
.freshcot-icon{
  float:right;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  width: 24px;
  height: 24px;
}
.copy-icon1{
  margin-top:0px;
  width: 32px;
    height: 32px;
    cursor:pointer;
    padding: 0px 10px;
}
.contact-input-item {
  margin-top: 52px;
  width: 70%;
  padding-left: 60px;

}


.contact-input-item1 {
  margin-top: 0;
}

.contact-input-item input {
  width: 100%;
  outline: none;
  background: #FFFFFF;
  border: 1px solid #3E5BAB;
  border-radius: 9px;
  padding: 14px;
  font-weight: 400;
  text-align: center;
}

.contact-input-item label {
  width: 100%;
  outline: none;
  background: #FFFFFF;
  border: 1px solid #3E5BAB;
  border-radius: 9px;
  padding: 14px;
  font-weight: 400;
  text-align: center;
  cursor:text;
}


.contact-input-item input::placeholder {
  font-weight: 600;
  font-size: 24px;
  color: #4B4B4B;
  opacity: 1;
}


.input-title-wrap {
  display: flex;
  align-items: center;
}

/*==About-page-start==*/
.about-area {
  background: #ffffff;
  padding: 18px 0 65px 0;
}

.about-title h2 {
  font-weight: 700;
  font-size: 40px;
  color: rgba(0, 35, 65, 0.94);
  margin-bottom: 25px;
}

.about-title ul li {
  font-weight: 500;
  font-size: 18px;
  color: #4B4B4B;
  margin-top: 10px;
}

.about-title ul li:nth-child(1),
.about-title ul li:nth-child(2){
  margin-top: 0;
}

.about-title ul li span img {
  width: 17px;
  margin-right: 13px;
}

.journery-area {
  background: #F7F7F7;
  padding: 95px 0 125px 0;
}

.journery-title h2 {
  font-weight: 400;
  font-size: 40px;
  color: rgba(0, 35, 65, 0.94);
}

.journery-main img {
  max-width: 850px;
  display: block;
  margin: auto;
  width: 100%;
  margin-top: 85px;
}

.leaders-area {
  background: #ffffff;
  padding: 18px 0 47px 0;
}

.leaders-title h2 {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: rgba(0, 35, 65, 0.94);
}

.leaders-item {
  max-width: 234px;
  margin: auto;
  margin-top: 50px;
}


.leaders-item img {
  width: 100%;
}

.leaders-cnt {
  text-align: center;
  margin-top: 20px;
}

.leaders-cnt img {
  max-width: 24px;
  margin-top: 5px;
  transition: 0.2s all ease;
}

.leaders-cnt img:hover {
  opacity: 0.8;
}

.leaders-cnt h4 {
  font-weight: 600;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.94);
}

.leaders-cnt h6{
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.83);
}

.statement-area {
  background: #F7F7F7;
  padding: 95px 0;
}

.statement-item {
  text-align: center;
  position: relative;
  max-width: 460px;
  margin-top: 100px;
  padding-bottom: 20px;
}

.fram-item {
  position: absolute;
}

.fram-item1 {
  top: 0;
  left: 0;
}

.fram-item2 {
  top: 0;
  right: 0;
}

.fram-item3 {
  left: 0;
  bottom: 0;
}

.fram-item4 {
  right: 0;
  bottom: 0;
}

.statement-title h2 {
  font-weight: 700;
  font-size: 40px;
  color: rgba(0, 35, 65, 0.94);
  text-align: center;
}

.statement-img {
  min-height: 160px;
  display: flex;
    justify-content: center;
    align-items: center;
}

.statement-pg {
  max-width: 415px;
  margin: auto;
}

.statement-pg p {
  font-weight: 400;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.78);
  margin-top: 15px;
}

.statement-item2 {
  margin-left: auto;
}

/*===tab-cnt===*/
.tab-area {
  background: #F7F7F7;
  padding: 80px 0 108px 0;
}

.button-box {
  background: #E4E4E4;
  border-radius: 10px;
  max-width: 1200px;  /* 899px to 1080*/
  margin: auto;
}

.skltbs-tab-group {
  display: flex;
  flex-wrap: wrap;
}

.skltbs-tab-group  li {
  margin-right: 47px;
}

.skltbs-tab-group  li:last-child {
  margin-right: 0;
}

.skltbs-tab-group  li button {
  border: none;
  background: none;
  font-weight: 700;
  font-size: 24px;
  color: rgba(75, 75, 75, 0.94);
  padding: 19px 34px;
}

.skltbs-tab-group button.skltbs-active {
  border: none;
  background: #2D4BA0;
  border-radius: 10px;
  color: #ffffff;
}

.modal-dialog {
  max-width: 1020px;
  margin: auto;
} 

.modal-content {
  background: #3C486B;
  border-radius: 14px;
  border: none;
  padding: 35px 100px 10px 100px;
  height: 570px;
  position: relative;
}

.modal-content h4 {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: rgba(249, 249, 249, 0.94);
  margin-top: 20px;
}

.modal-content p {
  font-weight: 600;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 15px;
}

.modal-list {
  max-width: 180px;
  margin: auto;
  margin-top: 40px;
}

.modal-list ul li {
  font-weight: 600;
  font-size: 24px;
  color: rgba(249, 249, 249, 0.94);
  margin-top: 10px;
}

.modal-list ul li img {
  margin-right: 20px;
}

.modal-clos span {
  position: absolute;
  right: 30px;
  top: 18px;
}

.modal-clos i {
  cursor: pointer;
  font-size: 30px;
  transition: 0.2s all ease;
  color: #ffffff;
}

/*Contact Form Css*/

.send-contact{
  font-weight: 600;
    font-size: 16px;
    color: rgba(29, 29, 29, 0.94);
    background: #FFFFFF;
    border: 2px solid #2D4BA0;
    border-radius: 5px;
    padding: 12px 62px;
    display: inline-block;
    transition: 0.2s all ease;
    margin-top: 34px
}

.form-group{
  padding:10px;
}

#contact-form{
  margin:20px;
}

/*Contact form css end*/

@media screen and (min-width: 1200px) and (max-width: 1350px) {
  
  .testimonial-main {
      margin: 0 56px;
  }

  .main-content1 .owl-theme .custom-nav .owl-prev {
      left: -10px;
      top: 123px;
  }

  .main-content1 .owl-theme .custom-nav .owl-next {
      right: -10px;
      top: 123px;
  }
  
}


@media screen and (min-width: 1200px) and (max-width: 1250px) {
  
  .client-item ul li {
      margin-right: 22px;
  }
  
}

/*Mobile max-width: 767*/
@media screen and (max-width: 1250px)
{

  .button-box{
   background:#fff;
  }

.skltbs-tab-group button.skltbs-active {
  width: 100%;
}

.skltbs-tab-group li button{
  border-top:2px solid #2D4BA0;
}

.footer-item ul {
  width:auto;
}

.testimonial-main {
  margin: 0 45px;
}

  .consult-item {
    min-height: 180px;
    height: 130px;
  }

  .leader-img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:214px;
    height: 197px;
}
.consult-top-pg {
  width:100%;
}

  }


  
  @media screen and (min-width: 992px) and (max-width: 1199px){
    .testimonial-pg{
      height:500px;
    }
    .main-content1 .owl-theme .custom-nav .owl-prev {
      left: -60px!important;
      }

      .main-content1 .owl-theme .custom-nav .owl-next {
        right: -60px!important;
        
    }
  }

 