
* {
  box-sizing: border-box;
  margin: 0; padding: 0;
}

body#page-top.no-scroll{
  overflow: hidden;
}

/* #page-top .row{
  margin: 0;
} */

:active, :hover, :focus {
  outline: 0!important;
  outline-offset: 0;
}

::placeholder {
  color: #8E8E8E;
  font-size: 16px;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { 
  font-size: 16px;;
color: #8E8E8E;
}
body{
  font-family: "Mona Sans", sans-serif;
 }


h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
      font-family: "Mona Sans", sans-serif !important
}

::-webkit-input-placeholder { /* Edge */
 font-family: "Mona Sans", sans-serif;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 font-family: "Mona Sans", sans-serif;
}

::placeholder {
 font-family: "Mona Sans", sans-serif;
}
p{
      font-weight: 400 !important;
}

:root {
  --animate-duration: 800ms;
  --animate-delay: 0.9s;
}

.nav-btn{
  background: #fff;
  border-radius: 20px;

  padding: 11px 25px 10px 20px;
font-weight: 700;
font-size: 14px;
line-height: 21px;
color: black !important;
cursor: pointer;
  
}
.nav-btn i{
  font-size: 18px;
  color: #144FA8;
  /* float: left; */
  margin-right: 3px;
  position: relative;
  top: 4px;
}
.navbar-brand img{
  width: 130px;
          margin-top: 10px;
}

.ms-my{
  margin-left: auto;

}
.nav-item{
  padding-top: 0.7rem;
}
.nav-it li{
  float: left;
  padding: 0 1rem;
  list-style: none;

}
.nav-it{
  padding-top: 10px;

}

/***** Sidebar *****/

.sidebar {
  width: 250px; height: 100vh; position: fixed; top: 0;  right: -273px; z-index: 9999;
  background: #144fa8; color: #000; transition: all .3s; box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
  text-align: left;
}

.sidebar.active {right: 0; }

.dismiss {
  width: 35px; height: 35px; position: absolute; top: 10px; right: 10px; transition: all .3s;
  background: #1550a8; border-radius: 4px; text-align: center; line-height: 35px; cursor: pointer;color: #fff;
}

.dismiss:hover, .dismiss:focus { background: #fff; color: #555; }

.sidebar .logo { padding: 40px 20px; border-bottom: 1px solid #1550a8; transition: all .3s; }

.sidebar .logo a {
  display: inline-block;
  width: 172px;
  height: 34px;
  background: url(../img/logo.png) left top no-repeat;
  border: 0;
  text-indent: -999999px;
}

.sidebar ul.menu-elements {padding: 82px 0; transition: all .3s; }
.privacy-sec ul{
  margin-left: 20px;

}
.sidebar ul li a {
  display: block; padding: 10px 20px;
  border: 0; color: #fff;
  text-decoration: none;

}
.sidebar ul li a:hover,
.sidebar ul li a:focus,
.sidebar ul li.active > a:hover,
.sidebar ul li.active > a:focus { outline: 0; background: #fff; color: #1550a8; }

.sidebar ul li a i { margin-right: 5px; }

/*
.sidebar ul li.active > a, a[aria-expanded="true"] {
  background: #1550a8;
  color: #fff;
}
*/

.sidebar ul ul a { background: #1550a8; padding-left: 30px; font-size: 14px; }

.sidebar ul ul li.active > a { background: #555; }

.sidebar a[data-toggle="collapse"] {
  position: relative;
}

.sidebar .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.sidebar .to-top { padding: 20px; text-align: center; }

.sidebar .dark-light-buttons { padding: 10px 20px 30px 20px; text-align: center; }

/* sidebar light */

.sidebar.light { background: #fff; color: #888; }

.sidebar.light .dismiss { background: #ddd; color: #888; }

.sidebar.light .dismiss:hover,
.sidebar.light .dismiss:focus { background: #ccc; color: #888; }

.sidebar.light .logo { border-color: #eee; }
.sidebar.light .logo a { background-image: url(../img/logo-dark.png); }

.sidebar.light ul.menu-elements { border-color: #eee; }

.sidebar.light ul li a { color: #888; }

.sidebar.light ul li a:hover,
.sidebar.light ul li a:focus,
.sidebar.light ul li.active > a:hover,
.sidebar.light ul li.active > a:focus { background: #ccc; color: #888; }

.sidebar.light ul li.active > a, .sidebar.light a[aria-expanded="true"] {
  background: #ddd;
  color: #888;
}

.sidebar.light ul ul a { background: #ddd; }

.sidebar.light ul ul li.active > a { background: #ccc; }

.sidebar.light a.btn-customized-3 { background: #ddd; color: #888; }

.sidebar.light a.btn-customized-3:hover,
.sidebar.light a.btn-customized-3:active,
.sidebar.light a.btn-customized-3:focus,
.sidebar.light a.btn-customized-3:active:focus,
.sidebar.light a.btn-customized-3.active:focus,
.sidebar.light a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active,
.sidebar.light a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #ccc; color: #888;
}

.sidebar.light a.btn-customized-4.btn-customized-dark { background: #555; }
.sidebar.light a.btn-customized-4.btn-customized-light { background: #eee; }

.sidebar.light a.btn-customized-4.btn-customized-dark:hover,
.sidebar.light a.btn-customized-4.btn-customized-dark:active,
.sidebar.light a.btn-customized-4.btn-customized-dark:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark:active:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark.active:focus,
.sidebar.light a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active,
.sidebar.light a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #ccc; color: #fff;
}

.sidebar.light a.btn-customized-4.btn-customized-light:hover,
.sidebar.light a.btn-customized-4.btn-customized-light:active,
.sidebar.light a.btn-customized-4.btn-customized-light:focus,
.sidebar.light a.btn-customized-4.btn-customized-light:active:focus,
.sidebar.light a.btn-customized-4.btn-customized-light.active:focus,
.sidebar.light a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active,
.sidebar.light a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #ccc; color: #fff;
}


/***** Dark overlay *****/

.overlay {
  display: none; position: fixed; width: 100vw; height: 100vh;
  top: 0px;
  background: rgba(51, 51, 51, 0.7); z-index: 9996; opacity: 0; transition: all .5s ease-in-out;
}
/* .close{
  display: none;
}

.close.active { display: block;}
.overlay.active { display: block; opacity: 1; } */

/*******Hero********/

.masthead .col-lg-8{
  padding: 0px;;
}
header.masthead h1, header.masthead .h1 {
padding-top:8rem;
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  padding-right: 2em;
  line-height: 61px;
}
.masthead p{
margin-top: 22px;;
font-style: normal;
font-weight: 400  !important;
font-size: 20px  !important;
  padding-right: 13em;
line-height: 30px;
}

.masthead h1 span{
  color: #1DBDDF !important;
    font-weight: 900;
}
.GCPP_logo img{
  width: 180px;
}

.fullscreen {
  -webkit-clip-path: circle(0% at 96.5% 4%);
          clip-path: circle(0% at 96.5% 4%);
  position: fixed;
  /* background: linear-gradient(-45deg, #6c1515, #c30726, #100c8a, #02060c); */
  background: linear-gradient(-45deg, #ee7752, #100c8a, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 10s ease infinite;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s cubic-bezier(0.23, 0.93, 0.23, 0.93);
  z-index: 999;
  overflow: auto;
  scrollbar-width: none;
}
.fullscreen ul {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-direction: column;

}
.fullscreen ul li {
  padding: 4px 20px 11px 4px;

}
.fullscreen ul li a {
  font-size:1.2rem;
  /* background: -webkit-linear-gradient(45deg, #b68fd5 0%, rgba(255, 174, 174, 0.6853116246) 100%); */
  -webkit-background-clip: text;
  /* -webkit-text-fill-color: transparent; */
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.7;
}
.fullscreen .close {
 
  
  z-index: 9999;
  position: absolute;
  top: 20px;

  /* left: 0px; */
  background: #fff;
  width: 40px;
  HEIGHT: 40PX;
  border-radius: 50px;
  right: 110px;
}
.fullscreen .close div {
  width: 32px;
  height: 32px;
  overflow: hidden;
}
/* .fullscreen .close div:before, .fullscreen .close div:after {
  content: "";
  height: 2px;
  border: 1px solid #022b75;
  position: absolute;
  border-radius: 5px;
  top: 23px;
  left: 8px;
} */
/* .fullscreen .close div:after {
  transform: rotate(90deg);
  background: #022b75
} */
.fullscreen.active {
  -webkit-clip-path: circle(140% at 96.5% 4%);
          clip-path: circle(140% at 96.5% 4%);
  transition: all 0.7s cubic-bezier(0.23, 0.93, 0.23, 0.93);
  z-index: 9999;
}
.fullscreen.active ul > li {
  -webkit-animation: animateIn 360ms ease-in-out calc(var(--animation-order) * 100ms) both;
          animation: animateIn 360ms ease-in-out calc(var(--animation-order) * 100ms) both;
}
.fullscreen.reverse_anim {
  -webkit-clip-path: circle(0% at 96.5% 4%);
          clip-path: circle(0% at 96.5% 4%);
  opacity: 0.6;
  transition: all 0.4s cubic-bezier(0.23, 0.93, 0.23, 0.93);
}

@-webkit-keyframes animateIn {
  0% {
    opacity: 0;
    transform: translateX(10px) rotate(2deg);
  }
  100% {
    opacity: 1;
  }
}

@keyframes animateIn {
  0% {
    opacity: 0;
    transform: translateX(10px) rotate(2deg);
  }
  100% {
    opacity: 1;
  }
}

.fullscreen ul li a:before{
  content: '';
  position: absolute;
  top: 35px;
  left: 0px;
  width: 100%;
  height: 10%;
  background: #1fc7e6;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
  z-index: 1;
  bottom: 0px;
  opacity: 1;
}

/* .fullscreen  a:hover:before{
  transition:transform 0.5s;
  transform-origin:left;

  transform:scaleX(1);
} */
.fullscreen  a:hover{
  opacity: 1
}
.close .material-icons{
  font-size: 40px;
}

.fullscreen h4{
  width: 70px;
  margin-left: 5px;
  margin-bottom: 3rem;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  border-bottom: solid 5px #1fc7e6;
  padding-bottom: 10px;
}

.fullscreen .logo img{
  width: 70px;
  margin-top: 5rem;
  margin-bottom: 3rem;

}


.cd-nav__contact {
  text-align: right;
  padding-top: 6rem;
}
.cd-nav__contact a {
  color: #fff !important;
  font-size: 20px !important;
  text-transform: inherit !important;
  font-weight: 400 !important;
  

}
.ad-tops{
  margin-top: -14px !important
}
.cd-nav__contact li {
  text-align: left;
  margin-bottom: 1.25em;
  color: hsla(0, 0%, 100%, .3);
  color: #fff;
}

.cd-nav__contact ul li a:before{
  content: '';
  position: absolute;
  top: 25px;
  left: 0px !important;
  width: 0% !important;
  height: 0% !important;
  background: transparent !important;
  transition: 0.5s;
  transform-origin: right;
  transform: scaleX(0);
  z-index: 1;
  bottom: 0px;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.hambergur {

  cursor: pointer;

}
.hambergur div {
  width: 1.6rem;
  height: 2px;
  border: 1px solid #fff;
  margin-bottom: 5px;
  border-radius: 5px;
}
.hambergur div:nth-child(2) {
  width: 1.3rem;
  background: #fff;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}


#mainNav {
    box-shadow: none;
    background-color: #fff;
}
    header.masthead {
        height: auto;
        min-height: 40rem;
        padding-top: 4rem;
        background-color: #fff;
        z-index: 99;
        padding-bottom: 3rem;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        color: #000;
       padding: 0 1.5rem;
        font-size: 16px;
        font-weight: bold;
    }


    #mainNav.navbar-shrink {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0);
        background-color: #fff !important;
        padding-bottom: 0.9rem !important;
    }
    #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
        color: #000;
    }




    .tools{
      margin-top: 3rem;
   
    }
.product{

          gap: 38px;
          position: relative;
}
    .tool_1{
    background-color: #E7FCF7;
    border-radius: 10px;
      padding: 10px 90px 10px 12px;
    height: 52px;
              position: relative;

    }

     .tool_1 a{
    color: #000;
    font-size: 19px;
    margin-bottom: 0px;
font-weight: 400;
line-height: 32px;
     }

     
     .tool_1 a span{
      color: #1CB08F;
      font-weight: bold;
     }

 .tool_2{
    background-color: #EAF2FF;
    border-radius: 10px;
   padding: 10px 90px 10px 12px;
    height: 52px;
          position: relative;
          line-height: 32px;

    }

     .tool_2 a{
    color: #153D77;
    font-size: 19px;
font-weight: 400;
    margin-bottom: 0px;
    line-height: 26px;
     }

     
     .tool_2 a span{
      color: #153D77;
      font-weight: bold;
     }

      .tool_3{
    background-color: #FFF2ED;
    border-radius: 10px;
   padding: 10px 90px 10px 12px;
    height: 52px;
    line-height: 32px;
          position: relative;

    }

     .tool_3 a{
    color: #153D77;
    font-size: 19px;
    margin-bottom: 0px;
font-weight: 400;
    line-height: 26px;
     }

     
     .tool_3 a span{
      color: #9A3F0B;
      font-weight: bold;
     }
    .tool_1{
      position: relative;
    }
.product img{
position: absolute;
    right: 20px;
    top: 20px;
}
.product {
    gap: 38px;
    position: relative;
    left: -11px;
}
.follow img{
  width: 50px;
  margin-left:10px;
}
.follow{
  gap: 30px;
  align-items: center;
  flex-direction: row-reverse;
}

.follow a{
  color: #909090;
  display: inline-block;

}
.about_coolboots{
  background-color: #F7F7F7;
  padding-top: 3rem;
    padding-bottom: 2rem;
}

.sec-title{
  padding-top: 3rem;
  padding-bottom: 3rem;


}

.title{
  font-size: 35px !important;
    text-align: center;
        font-weight: 300;
}

.title span{
  color: #000;
  font-weight: bold;
    text-align: center;
}

.about_coolboots p{
  font-size: 20px !important;
  padding-left: 12rem;
  padding-right: 12rem;
    font-weight: 400;
  text-align: center;
      margin-top: 2rem;
     
}
.record{
  display: none;
}


.platforms h2{
  margin-top: 1rem;

}
.enterprise_solutions p{
  font-size: 20px !important;
}
.outspark img{
  width: 100%;
}
.outspark .logo{
  width: 200px;
     margin-bottom: 4rem;

}

.sec_hadding{
  font-size: 48px;
  font-weight: bold;
}

.para{
    font-size: 20px;
    font-weight: 500;
    padding-top: 20px;
    padding-right: 11rem;
}
.ai{
gap: 20px;
    align-items: end;
    margin-top: 4rem;
}
.ai img{
  width: 46px;
}

.ai h6{
  color: #144FA8;
  font-size: 27px;
  font-weight: 500;
}

.service{
margin-top: 3rem;
}
.service-box{
  border: solid 1px #B2B2B2;
    padding: 20px 20px 18px 24px;
    height: 270px;
    position: relative;
        margin-bottom: 2rem;
}
.service-box img{
  width:80px;
  height: 80px;
  justify-content: space-between;
  display: flex;
}

.service-box h3{
  font-size: 28px;

  font-weight: bold;
}

.service-box p{
  font-size: 24px;
  color: #5D5A5A;
  font-weight: 500;
  padding-right: 9rem;
  line-height: 30px;
  margin-top: 2rem;
}
.service-box a img{
  width: 16px;
  height: 16px;

}
.service-box a{

    position: absolute;
    right: 24px;
    bottom: 15px;
}
.kmore{
    display: flex;
    background-color: #144FA8;
    color: #fff;
    font-size: 18px;
    justify-content: center;
    margin: 28px auto;
    font-weight: bold;
    padding: 11px 35px;
    border-radius: 6px;
   
}
.kmore:hover{
    display: flex;
    background-color: #1DBDDF;
    color: #fff;
    font-size: 18px;
    justify-content: center;
    margin: 28px auto;
        border-radius: 6px;
    font-weight: bold;
    padding: 11px 35px;
   
}


.enterprise_solutions{
background-color: #F7F7F7;
margin-top: 2rem;
    padding-bottom: 1rem;
}
.sec-title p {
     font-size: 18px ;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.tj-info h3{
    font-size: 31px;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-right: 5rem;
}

.tj-info p{
 font-size: 18px !important;
 font-weight: 500;
 padding-right: 6rem;
}
.tj-info {
  margin-top: 2rem;
}
.tj-fluid{
  width: 90%;
  margin-bottom: 2rem;
}
.time-counter{
  padding: 15px;
  background-color: #fff;
  border: solid #CFCFCF 1px;
  border-radius: 6px;
  margin-top: 1rem;
}
.time-counter h5{
  font-weight: bold;
  font-size: 23px;
  color:#144FA8;
  margin-bottom: 5px;
}
.time-counter p{
  font-weight: 500;

  font-size: 17px !important;
  color: #000 !important;
  margin-bottom: 0px;
  padding-right: 0px;
margin-bottom: 0px;
}

.tg{
  margin-top: 1rem;
}
.tg-fluid{
    flex-direction: row-reverse;
  display: flex;
}

.tg-fluid img{
  width: 96%;
  margin-top: 1rem;
}

.publisher_solutions{
  background-color: #fff;
  padding-bottom: 2rem;
}

.tj-info span{
  font-weight: bold;
  color: #144FA8;
  font-size: 22px;
  display: inline-block;
  margin-top: 20px;
}

.top-footer ul{
padding-left: 0.5rem;
}

.top-footer ul li{

  padding-right: 1.5rem;
}
.active-nav{
  background-color: #022b75 !important;
  padding-bottom: 16px !important;
}

.top-footer ul li  a{
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.top-footer{
  background-color: #F3F3F3;
}

.buttom-footer p{
  display: inline-block;
  padding-left: 2.5rem;
  font-size: 14px;
}

.ft-info{
  float: right;
  padding-right: 3rem;
  font-size: 14px;
}

.buttom-footer img{
padding-left: 10px;
width: 50px;
}

.buttom-footer a{

}
.top-footer{
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;;
}

.enterprise_solutions .kmore{
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.ds-none{
  display: none !important;
}
.job h5::after {
  content: "+";
}
.cv h5::after {
  content: "M+";
}
.users h5::after {
  content: "M+";
}
/* .inr h5::after {
  content: "M+";
} */

.inr h5::before{
  content: "₹";
}
.inr h5::after {
  content: "M+";
}
.K h5::after {
  content: "K+";
}

.background {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}
#particles-js{
  width: 35%;
  height: 60%;
  right: 0px;
  background-color: transparent;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
}

#particles-j{
  width: 35%;
  height: 60%;
  right: 0px;
  background-color: transparent;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
}

#new-particles{
  width: 35%;
  height: 60%;
  left: 0px;
  background-color: transparent;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  display: none;
}


/* Large Desktop Screens (1440px and up) */
@media (min-width: 1440px) {
 #new-particles{
  width:15%;
  height: 70%;
  left: 0px;
  background-color: transparent;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
display: none;
}
}

/* Full HD / Ultra-wide Screens (1920px and up) */
@media (min-width: 1920px) {
  #new-particles{
  width:20%;
  height: 70%;
  left: 0px;
  background-color: transparent;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
display: block;
}
}
