@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/**********************************
* Default CSS
***********************************/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
  border: none;
  -webkit-border-radius: 0;
  outline: 0;
  line-height: normal;
  margin: 0;
  padding: 0;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  background: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.38;
  color: #687080;
  max-width: 1920px;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 100%;
  overflow-x: hidden;
  position: relative;
}

.siteCont {
  width: 90%;
  margin: 0px auto;
}

.bgcolor1 {
  background-color: #e7f3ff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1 {
  font-size: 2.8vw;
  font-weight: 600;
  line-height: 1.25;
  color: #0f3c94;
}

h2 {
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 1.21;
  color: #0f3c94;
}

h5 {
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.28;
  color: #37435a;
}

p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: #687080;
  margin-bottom: 15px;
}

.color2 {
  color: #37435a;
}

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

section {
  padding: 160px 0;
}

.text-center {
  text-align: center;
}

header {
  position: fixed;
  top: 0;
  left: 4%;
  padding: 20px 0;
  z-index: 9;
}

header .logo {
  width: 162px;
}

header .logo img {
  width: 100%;
}

.innrBaner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 100px 0 120px;
}

.innrBaner img {
  width: 100%;
  display: block;
}

.innrBaner p {
  font-size: 1.5vw;
  line-height: 1.4;
  color: #687080;
  margin-top: 35px;
}

.ourStory .storyList {
  list-style: none;
  margin: 40px 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ourStory .storyList li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 40px 0 0;
}

.ourStory .storyList li img {
  width: 80px;
  margin-bottom: 10px;
}

.ourStory .storyList li p {
  font-size: 18px;
  margin: 0;
  max-width: 160px;
}

.ourStory .storyBg {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.ourVision {
  position: relative;
}

.ourVision .row {
  margin: 0;
}

.ourVision .visionBox {
  width: 90%;
  margin-left: 10%;
  border: 1px solid #d1d3d8;
  border-right: none;
  padding: 5% 0;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  -webkit-box-shadow: -13px 19px 67px 11px rgba(232, 232, 232, 0.5);
  box-shadow: -13px 19px 67px 11px rgba(232, 232, 232, 0.5);
}

.ourVision .visionBox .visionText {
  width: 40%;
  margin-left: 40%;
}

.ourVision .visionBox .visonImage {
  width: 35%;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10%;
}

.ourVision .visionBox .visonImage img {
  width: 100%;
}

.aboutCounter {
  padding: 60px 0;
}

.aboutCounter .counterBg {
  padding-right: 3%;
}

.aboutCounter .counterBg img {
  width: 17%;
  display: block;
  float: right;
  clear: right;
}

.aboutCounter ul {
  list-style: none;
  background: #2d75ff;
  padding: 50px 20px;
  border-radius: 16px;
  -webkit-box-shadow: 20px 29px 46px -15px rgba(0, 0, 0, 0.1);
  box-shadow: 20px 29px 46px -15px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.aboutCounter ul li {
  padding: 0 30px;
  position: relative;
}

.aboutCounter ul li .contNo {
  font-family: "Poppins", sans-serif;
  font-size: 3vw;
  font-weight: 600;
  color: #ffffff;
}

.aboutCounter ul li .contHead {
  font-size: 1.3vw;
  line-height: 1.2;
  color: #ffffff;
}

.aboutCounter ul li:nth-child(1) {
  width: 20%;
}

.aboutCounter ul li:nth-child(2) {
  width: 15%;
}

.aboutCounter ul li:nth-child(3) {
  width: 22%;
}

.aboutCounter ul li:nth-child(4) {
  width: 28%;
}

.aboutCounter ul li:nth-child(5) {
  width: 15%;
}

.aboutCounter ul li+li:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 115%;
  background-color: #ffffff;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.aboutCounter ul:before {
  content: '';
  position: absolute;
  background-image: url(../images/left-hand-icon.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  width: 4%;
  height: 100%;
  bottom: -20px;
  right: 17%;
}

.aboutCounter ul:after {
  content: '';
  position: absolute;
  background-image: url(../images/right-hand-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  width: 4%;
  height: 100%;
  right: -20px;
  bottom: 0;
}

.aboutCounter.curntOpeng ul {
  padding: 90px 7%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.aboutCounter.curntOpeng ul li {
  width: 50%;
}

.aboutCounter.curntOpeng ul li h3 {
  color: #ffffff;
}

.aboutCounter.curntOpeng ul li .primaryBtn {
  background-color: #ffffff;
  color: #2d75ff;
}

.aboutCounter.curntOpeng ul li:nth-child(2) {
  text-align: right;
}

.aboutCounter.curntOpeng ul li+li:before {
  display: none;
}

.whyCogitate {
  background-image: url(../images/why-cogitte-sec-backgrond-image.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.whyCogitate ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.whyCogitate ul li {
  display: inline-block;
  width: calc(25% - 40px);
  margin: 30px 20px;
  vertical-align: top;
  padding: 0 20px;
  border: 1px solid #d1d3d8;
  background: #ffffff;
  border-radius: 6px;
  padding: 20px;
}

.split-screen-container {
  height: 100vh;
  width: 100%;
  position: relative;
  padding: 0;
}

.split-screen-left,
.split-screen-right {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.split-screen-left {
  background-color: #76a5ff;
  background: #76a5ff url(../images/personal-bg.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
}

.split-screen-right {
  /* background-color: #5ef4cc; */
  background: #5ef4cc url(../images/commercial-bg.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
}

.split-screen-left {
  left: -50%;
}

.split-screen-right {
  right: -50%;
}

.inner-split-right,
.inner-split-left {
  position: relative;
  width: 50%;
  padding: 0 5%;
  /* height: 100%;
	float: left; */
}

/* === Rest of styling ==== */
.see-more {
  display: inline-block;
  width: 4vw;
  height: 4vw;
  border-radius: 100%;
  text-align: center;
  background-color: #19efb6;
  text-decoration: none;
  transition: all .3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

.see-more i {
  font-size: 2.5vw;
  color: #2d75ff;
}

.close {
  position: absolute;
  width: 31px;
  height: 40px;
  cursor: pointer;
  top: -60px;
}

.close:before,
.close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 40px;
  width: 2px;
  background-color: #fff;
}

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

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

.close-left {
  left: 3rem;
}

.close-right {
  right: 3rem;
}

.split-screen-container h1 {
  position: relative;
  font-weight: 700;
  font-size: 3vw;
  color: #fff;
  line-height: 0;
}

.frontHead {
  position: relative;
  z-index: 1;
}

.split-screen-container h1 span {
  font-weight: 400;
  line-height: 2vw;
  position: relative;
  display: block;
}

.split-screen-container h1 span:after {
  content: '';
  width: 72%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.split-screen-container h1 .backHead {
  position: absolute;
  top: 0;
  left: -20px;
  font-size: 5vw;
  line-height: 3.4vw;
}

.split-screen-container .split-screen-left h1 .backHead {
  color: rgba(11, 31, 68, 0.1);
}

.split-screen-container .split-screen-right h1 .backHead {
  color: rgba(20, 174, 133, 0.1);
  right: -20px;
  left: inherit;
}

.split-screen-container .split-screen-right h1 span:after {
  left: 0;
  right: inherit;
}

.split-screen-container .split-screen-right .inner-split-left {
  text-align: right;
}

.split-screen-container .split-screen-right .see-more {
  background-color: #2d75ff;
  float: right;
}

.split-screen-container .split-screen-right .see-more i {
  color: #19efb6;
}

.text-container>ul {
  list-style: none;
  position: relative;
  display: flex;
  flex-flow: wrap;
}

.text-container>ul>li {
  float: left;
  width: calc(20% - 20px);
  margin: 10px;
  text-align: center;
}

.text-container>ul>li img {
  width: 50px;
  display: block;
  margin: 0px auto 10px;
}

.text-container>ul>li>a {
  color: #1556d2;
  text-decoration: none;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  padding: 15px 4px;
  display: block;
  background-color: #fff;
  border-radius: 10px;
  min-height: 123px;
  line-height: 1.2;
}

.split-screen-right .text-container>ul>li>a {
  color: #14ae85;
}

.text-container>ul>li .subMenu {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  text-align: left;
  display: none;
  transform: translateY(-50%);
}

.text-container>ul>li .subMenu h3 {
  display: flex;
  align-items: center;
  background-color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 500;
  color: #1556d2;
  border-radius: 10px;
  padding: 10px;
}

.split-screen-right .text-container>ul>li .subMenu h3 {
  color: #14ae85;
}

.text-container>ul>li .subMenu h3 img {
  margin: 0 20px 0 10px;
  background-color: #fff;
  width: 50px;
}

.text-container>ul>li .subMenu h3 .backBtn {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  background-color: #2d75ff;
  padding: 6px 0;
  margin: 0 10px 0 0;
  transition: 0.3s;
}

.text-container>ul>li .subMenu h3 .backBtn:hover {
  background-color: #1d64e9;
}

.split-screen-right .text-container>ul>li .subMenu h3 .backBtn {
  background-color: #19efb6;
}

.split-screen-right .text-container>ul>li .subMenu h3 .backBtn:hover {
  background-color: #11ce9b;
}

.text-container>ul>li .subMenu h3 .backBtn i {
  font-size: 26px;
  color: #fff;
}

.text-container>ul>li .subMenu > ul {
  list-style: none;
  margin: 40px 0 0 0;
}

.text-container>ul>li .subMenu > ul > li {
  display: inline-block;
  margin: 10px;
  position: relative;
}

.text-container>ul>li .subMenu > ul > li a {
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  display: block;
  border-radius: 10px;
  transition: 0.3s;
  background-color: #1556d2;
  border: 1px solid #1556d2;
  font-size: 15px;
}

.text-container>ul>li .subMenu ul li a:hover {
  background-color: transparent;
  color: #1556d2;
  border: 1px solid #1556d2;
}

.split-screen-right .text-container>ul>li .subMenu ul li a {
  background: #14ae85;
  border: 1px solid #14ae85;
}

.split-screen-right .text-container>ul>li .subMenu ul li a:hover {
  color: #14ae85;
  background: transparent;
  border: 1px solid #14ae85;
}
.text-container>ul>li .subMenu > ul > li:hover .thirdLevel {
  display: flex;
}
.thirdLevel {
  position: absolute;
  list-style: none;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.thirdLevel li {
  margin: 10px 5px;
}
.split-screen-right .text-container>ul>li .subMenu ul li:hover .thirdLevel {
  display: flex;
}

.split-screen-container p,
.split-screen-container h2 {
  color: #fff;
  margin: 0;
}

.split-screen-container h2 {
  font-size: 18px;
}

.split-screen-container h2 span {
  border: 1px solid #fff;
  padding: 2px 20px;
  border-radius: 20px;
  display: inline-block;
  font-weight: 400;
  margin-left: 10px;
}

.split-screen-container .split-screen-right h2 span {
  margin-left: 0;
  margin-right: 10px;
}

/************kamlesh css********************/

.prodInAct {
  background-color: #e2e2e2 !important;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  cursor: default;
}

.deactiveMenu {
  background-color: #77849c !important;
  border: 1px solid #d6d6d6 !important;
}

.deactiveMenu:hover {
  color: #fff !important;
  cursor: default;
}

#closeLeft,
#closeRight {
  display: none;
}