



#socsmrks-blinkingbutton{
    padding: 8px 35px;
    border-radius: 48px 0px;
    border: 0px solid #6C8003;
    font-size: 21px;
    line-height: 38px;
    margin-bottom: 25px;
    width: 302px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 550;
    font-family: "Lilita One", sans-serif;
}
@keyframes blinking {
  0%, 100% {background: linear-gradient(339deg, #2cb0c7, #353885);}
  50% {background: linear-gradient(339deg, #2384a7, #2cb0c7);}
}
#socsmrks-blinkingbutton {
  background-color: #8EDDBE;
  color: white;
  animation: blinking 1s linear infinite;
}

.socsmrks-prmsfetrs h2
{
	font-size: 35px;
	font-weight: 650;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
  font-family: "Righteous", sans-serif;
  color: #353c87;
}

.socsmrks-prmsfetrs p
{
	font-size: 18px;
	line-height: 31px;
	text-align: justify;
  font-family: "Josefin Sans", sans-serif;
}

/*form scopub*/
.cont-socsmrks {
     padding: 2rem 2rem;
     margin-left: 25px;
}
 .cont-socsmrks h4 {
     margin: 2rem 0rem;
     font-family: 'Roboto Slab', serif;

}
.socsmrks-form-group
{
    margin-bottom: 9px;
}
.socsmrks-form-group label
{
    margin-bottom: 9px;
    font-size: 15px;
    text-transform: capitalize;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 550;
}
#contformsocsmrks
{
    font-family: "Roboto", sans-serif;
    display: flex;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    width: 725px;
    margin: 25px -98px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.socsmrks-popformright
{
    margin-top: 0px;
    padding: 0px 25px 0px 25px;
    height: 100%;
    background: linear-gradient(339deg, #2cb0c78a, #35388587);
}
.socsmrks-popformleft
{
    margin-top: 40px;
    padding: 0px 0px 0px 15px;
    height: 100%;
}
.socsmrks-form-group select
{
    color: black;
    width: 100%;
    height: 38px;
}
.socsmrks-form-group select option
{
    background-color: white;
}
.socsmrks-popformimage1
{
    margin-left: 30px;
    margin-top: 5px;
    width: 498px;
    height: 648px;
}
.socsmrks-popformimage2
{
    margin-left: 30px;
    margin-top: 18px;
    width: 498px;
    height: 648px;
}
#butsubmit
{
    width: 250px;
    height: 62px;
    font-size: 18px;
    background-color: #1048a7;
    font-family: "Righteous", sans-serif;
}

.socsmrks-popformquteimg
{
  width: 338px;
  height: 462px;
  margin-left: 9px;
  margin-top: 68px;
}
.contformsocsmrks-qute {
    font-family: "Roboto", sans-serif;
    display: flex;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    width: 778px;
    margin: 0px -118px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 578px;
}

#socsmrks-popform2 input
{
  height: 30px;
}
#butsubmit-qute
{
    width: 178px;
    height: 62px;
    font-size: 15px;
    background-color: #1048a7;
}
#socsmrks-chasconts
{
  text-align: center;
  font-size: 18px;
  font-weight: 650;
  font-family: 'Roboto', sans-serif;
}
.socsmrks-form-groupqute
{
    margin-bottom: 9px;
}
.socsmrks-form-groupqute label
{
    margin-bottom: 9px;
}
.socsmrks-form-groupqute select
{
    color: black;
    width: 100%;
    height: 30px;
}
.socsmrks-form-groupqute select option
{
    background-color: white;
}
.socsmrks-downqute {
  background: #fb8407;
  color: #fff;
  text-decoration: none;
  width: 325px;
  padding: 9px 5px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 400;
  border-radius: 25px;
  box-shadow: 0 5px 25px rgba(1, 1, 1, 0.15);
  margin-bottom: 25px;
  position:relative;
  z-index:0;
  margin-top:42px;
}
.socsmrks-downqute:hover {
  background: #fff;
  color: white;
}
#socsmrks-popbutqute
{
    width: 100%;
    height: 48px;
    background-color: #1048a7;
    /*animation: glowing 500ms infinite;*/
    color: #fff;
    font-size: 18px;
    border-radius:25px;
    border: none;
}
.socsmrks-downqute h3
{
  font-size: 16px;
  font-weight:650;
  text-transform: capitalize;
  font-family: 'Rubik', sans-serif;
}

.socsmrks-down {
  background: #353c87;
  color: #fff;
  text-decoration: none;
  width: max-content;
  padding: 9px 9px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 400;
  border-radius: 5px;
  box-shadow: 0 5px 25px rgba(1, 1, 1, 0.15);
  margin-bottom: 25px;
  position: relative;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
.socsmrks-down:hover {
  background: #353c87;/*#fb8407*/
  color: white;
}
.socsmrks-down h3
{
  font-size: 23px;
  font-weight: 650;
  text-align: center;
  font-family: 'Roboto Slab', serif;
  z-index:3;
  font-family: "Righteous", sans-serif;
}

#socsmrks-popbut {
    width: 100%;
    height: 48px;
    background-color: #1048a7;
    animation: glow 500ms infinite;
    color: #fff;
    font-size: 18px;
    border: none;
    padding: 9px;
}

#socsmrks-popbut:hover
{
    animation: none;
}

#socsmrks-popsform1 h3
{
  font-size: 24.1px;
  font-weight: 650;
  text-align: center;
  line-height: 42px;
  font-family: "Righteous", sans-serif;
  margin-top: -18px;
}

.logsform
{
    position: relative;
    background: #bfc8e7;/*#060c21*/
    border: 1px solid #000;
    width: 525px;
    padding: 40px 40px 60px;
    border-radius: 10px;
    text-align: center;
}
.logsform::before
{
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background: linear-gradient(339deg, #2cb0c7, #353885);
    z-index: -1;
    transform: skew(5deg, 359deg);
    border-radius: 10px;
}
.logsform h2
{
    color: #353885;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 42px;
    font-family: "Righteous", sans-serif;
}
.logsform .logsinput
{
    margin-top: 40px;
    text-align: left;
}
.logsform .logsinput .logsinputBox
{
    margin-top: 10px;
}
.logsform .logsinput .logsinputBox label
{
    display: block;
    color: #353885;
    margin-bottom: 5px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 550;
    font-family: "Josefin Sans", sans-serif;
}
.logsform .logsinput .logsinputBox input
{
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 5px 15px;
    background: linear-gradient(339deg, #2cb0c787, #35388547);
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
}
.logsform .logsinput .logsinputBox input[type="submit"]
{
    cursor: pointer;
    margin-top: 20px;
    letter-spacing: 1px;
}
.logsform .logsinput .logsinputBox input[type="submit"]:hover
{
    background:linear-gradient(315deg,#5d02ff,#e91e63) ;
}
.logsform .logsinput .logsinputBox input[type="submit"]:active
{
    color: rgba(255, 255, 255, 0.521);
    background:linear-gradient(315deg,#e91e6271,#5f02ff8c) ;
}
.forgot
{
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}
.forgot a
{
    color: #ff0800;
}

#socsmrks-subtbutn
{
  background: linear-gradient(339deg, #2cb0c7, #353885);
  font-size: 25px;
  font-weight: 550;
  font-family: "Lilita One", sans-serif;
  padding: 9px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  border-radius: 9px;
  color: #fff;
}

#socsmrks-subtbutn:hover
{
  background: linear-gradient(339deg, #353885, #2cb0c7);
}

#socsmrks-modalfooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-around;
    padding: 1rem;
    border-top: 0px solid #e9ecef;
    align-items: center;
}

.balls {
    position: relative;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    z-index: 1;
  }
  
  .ball {
    margin-left: -300px;
    position: absolute;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    animation: floatAnimation 2s ease-in-out infinite alternate;
    opacity: 0.3;
  }
  
  @keyframes floatAnimation {
    0% {
      transform: translate(-50%, -50%);
    }
    100% {
      transform: translate(-50%, -50%) translateY(-20px);
    }
  }
  
  .ball1 {
    top: -55px;
    left: -130px;
    width: 100px;
    height: 100px;
    background: linear-gradient(90deg,#0084ff,#0ff);
  }
  
  .ball2 {
    bottom: 0px;
    left: 625px;
    width: 125px;
    height: 125px;
    background: linear-gradient(90deg, #119581ad, #209d61b0);
  }
  
  .ball3 {
    bottom: -80px;
    left: -30px;
    width: 125px;
    height: 125px;
    background: linear-gradient(90deg, #6b1e97a1, #1419769e);
  }

.ki {
    background: #efefff;
    padding: 14px;
    border-radius: 12px;
    margin: 22px 14px 28px 0;
    max-width: 32%!important;
    background: #fff none repeat scroll 0 0;
    border: medium none;
    padding: 17px 29px 21px;
    transition-duration: 1.3s;
    border-radius: 12px;
    box-shadow: rgba(50, 50, 93, 0.25) 0 50px 100px -20px, rgba(0, 0, 0, 0.3) 0 30px 60px -30px, rgba(10, 37, 64, 0.35) 0 -2px 6px 0 inset;
}
.ki:hover{
    transform: scale(1.1);
    transition-duration: 1.3s;
}
.kik:hover{
    transform: scale(1.1);
    transition-duration: 1.3s;
}
.kik {
    transition-duration: 1.3s;
    background: #efefff;
    padding: 14px;
    border-radius: 12px;
    margin: 22px 14px 28px 0;
    max-width: 48%!important;
    background: #fff none repeat scroll 0 0;
    border: medium none;
    padding: 17px 29px 21px;
    border-radius: 12px;
    box-shadow: rgba(50, 50, 93, 0.25) 0 50px 100px -20px, rgba(0, 0, 0, 0.3) 0 30px 60px -30px, rgba(10, 37, 64, 0.35) 0 -2px 6px 0 inset;
}

.socsmrks-olcards  .step {
  grid-area: step;
  display: flex;
  align-self: flex-start;
  background-color: #e2927d;
  border-radius: 0 50em 50em 0;
  padding: 1em;
  justify-content: flex-end;
  box-shadow: inset 0.25em 0.25em 0.5em rgba(0, 0, 0, 0.4), 0em 0.05em rgba(255, 255, 255, 1);
  flex: 1;
  gap: 1em;
  color: #f7f7f7;
}

.socsmrks-olcards  .step::before {
  content: "0" counter(ol-cards-counter);
  flex: 1;
  align-self: center;
  color: var(--ol-cards-color-bg);
  font-weight: bold;
  font-size: 2em;
  text-shadow: 0.025em 0.025em 0.125em rgba(0, 0, 0, 0.4);
}
.socsmrks-olcards.alternate:nth-child(even) .step {
  border-radius: 50em 0 0 50em;
  flex-direction: row-reverse;
}

.socsmrks-olcards  .step i {
  color: #fff;
  width: 2em;
  height: 2em;
  font-size: 1.8em;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-color: var(--ol-cards-color-bg);
  box-shadow: 0.25em 0.25em 0.5em rgba(0, 0, 0, 0.4),
    inset 0.05em 0.05em rgba(255, 255, 255, 1);
}

.socsmrks-olcards .title {
    grid-area: title;
    color: #195292;
    font-weight: bold;
    font-size: 25px;
    font-family: "Righteous", sans-serif;
    text-transform: capitalize;
}
.socsmrks-olcards.content {
  grid-area: content;
  font-size: 18px;
  line-height: 31px;
  text-align: justify;
  font-family: "Josefin Sans", sans-serif;
}

@media only screen and (max-width: 500px) {
  .socsmrks-olcards{
    padding: 1em;
  }
  .socsmrks-olcards{
    column-gap: 0em;
    grid-template-areas:
      'step title'
      'content content';
    grid-template-columns: min-content auto;
    padding: 1em 0em;
    font-family: "Josefin Sans", sans-serif;
  }
  .socsmrks-olcards.alternate:nth-child(even){
    column-gap: 0em;
    grid-template-areas:
      'title step'
      'content content';
    grid-template-columns: auto min-content ;
    padding: 1em 0em;
  }
  .socsmrks-olcards .title{
    padding: 0 1em;
    align-self: center;
    width: auto;
    
  }
  .socsmrks-olcards .step{
    font-size: .5em;
  }
  .socsmrks-olcards .content{
    padding: 0 1em;
  }
}

.socsmrks-hepsjours ul li {
  max-width: 100%;
  justify-self: center;
  display: grid;
  grid-template:
    "icon"
    "line"
    "dot"
    "title"
    "descr" 1fr;
  justify-items: center;
  align-items: flex-start;
  text-align: center;
}

.socsmrks-hepsjours ul li .icon {
    grid-area: icon;
    width: 6rem;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    color: white;
    font-size: 2.5rem;
    border: 9px solid #f7f7f7;
    border-radius: 50%;
    background: #254e8e;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 4px 25px, 
  rgba(0, 0, 0, 0.07) 0px 2px 25px, 
  rgba(0, 0, 0, 0.07) 2px 4px 25px, 
  rgba(0, 0, 0, 0.07) 0px 8px 25px, 
  rgba(0, 0, 0, 0.07) 0px 25px 25px;
}

.socsmrks-hepsjours ul li::before {
  content: "";
  grid-area: line;
  height: 2rem;
  border-right: 2px dotted currentColor;
}

.socsmrks-hepsjours ul li::after {
    content: "";
    grid-area: dot;
    width: 1rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #2f4a8a;
    justify-self: center;
    margin-bottom: 0.5rem;
}

.socsmrks-hepsjours ul li .title {
    grid-area: title;
    margin-block: 0.5rem;
    font-size: 23px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Lilita One", sans-serif;
    color: #000000;
}

.socsmrks-hepsjours ul li .descr
{
  grid-area: descr;
  font-size: 18px;
  line-height: 31px;
  text-align: justify;
  font-family: "Josefin Sans", sans-serif;
  word-spacing: 3px;
}

.socsmrks-campagsconts h2 {
    font-size: 50px;
    font-weight: 650;
    text-align: center;
    margin-top: 78px;
    margin-bottom: 25px;
    line-height: 75px;
    font-family: "Righteous", sans-serif;
    color: #195292;
}

.socsmrks-campagsconts p
{
  font-size: 18px;
  text-align: justify;
  line-height: 31px;
  font-family: "Josefin Sans", sans-serif;
}

.socsmrks-pubsprcos {
  text-align: center;
  padding: 18px 18px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flow;
  border-radius: 25px;
  margin-right: 9px;
  margin-left: 9px;
  margin-top: 9px;
  margin-bottom: 9px;
  width: 212px;
  /* overflow: overlay; */
  /* opacity: 0; */
  background-image: linear-gradient(45deg, #334f9282, #2dadc670);
}

.socsmrks-countconts
{
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.socsmrks-countconts
{
  font-size: 42px;
  font-weight: 650;
  margin-right: 9px;
  font-family: "Lilita One", sans-serif;
}

.socsmrks-customers
{
  font-size: 35px;
  font-weight: 650;
  margin-left: 5px;
}

#socsmrks-prdscounts
{
  display: inline-flex;
  font-family: "Lilita One", sans-serif;
}

.socsmrks-pubsprcos h3
{
  font-size: 18px;
  font-weight: 650;
  line-height: 31px;
  text-align: center;
  text-transform: capitalize;
  font-family: "Josefin Sans", sans-serif;
}

#socsmrks-counticons
{
  position: absolute;
  font-size: 125px;
  opacity: 0.3;
  color: #ffffffa3;
  /* overflow: hidden; */
  margin: auto;
  margin-left: -78px;
  margin-top: -18px;
}

.socsmrks-benftsconts h2
{
  font-size: 35px;
  font-weight: 650;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 38px;
  font-family: "Righteous", sans-serif;
  line-height: 48px;
  color: #353c87;
}

.socsmrks-benftsconts ul li
{
  list-style: none;
  font-size: 18px;
  line-height: 38px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px -0.05px 2.6px;
  padding: 3px;
  font-family: "Josefin Sans", sans-serif;
  border-radius: 0px 0px 25px 0px;
  background-image: linear-gradient(45deg, #3ba6c257, transparent);
}

.socsmrks-instabengts
{
  width: 250px;/*width: 225px;*/
  margin: auto;
  margin-top: 25px;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.socsmrks-benftsconts ul li b
{
  font-size: 16px;
  background-color: #2da0be;
  padding: 3px 5px;
  margin-top: 3px;
  color: #f7f7f7;
  border-radius: 25px;
}

.conainer 
{
  width: 100%;
  margin: auto;
  font-family: 'Arial';
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.circle_percent 
{
  font-size: 180px;
  width: 1em;
  height: 1em;
  position: relative;
  background: #eee;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin: 25px;
}
.circle_inner 
{
  position: absolute; 
  left: 0; 
  top: 0; 
  width: 1em;
  height: 1em; 
  clip:rect(0 1em 1em .5em);
}
.round_per 
{
  position: absolute; 
  left: 0; 
  top: 0; 
  width: 1em; 
  height: 1em; 
  background: #e2927d; 
  clip:rect(0 1em 1em .5em); 
  transform:rotate(180deg); 
  transition:1.05s;
}
.percent_more .circle_inner 
{
  clip:rect(0 .5em 1em 0em);
}
.socsmrks-indptresconts b
{
  background: linear-gradient(to left, #ea4288, #f9840d);
  -webkit-background-clip: text;
  color: transparent;
}
.socsmrks-benftsconts i
{
  background: linear-gradient(to left, #ea4288, #f9840d);
  -webkit-background-clip: text;
  color: transparent;
}
.socsmrks-fabsectconts b
{
  color: #5082ff;
}
.percent_more:after 
{
  position: absolute; 
  left: .5em; 
  top:0em; 
  right: 0; 
  bottom: 0; 
  background: #e2927d; 
  content:'';
}
.circle_inbox 
{
  position: absolute; 
  top: 25px; 
  left: 25px; 
  right: 25px; 
  bottom: 25px; 
  background: #fff; 
  z-index:3; 
  border-radius: 50%;
}
.percent_text 
{
  position: absolute; 
  font-size: 36px; 
  left: 50%; 
  top: 50%; 
  transform: translate(-50%,-50%); 
  z-index: 3;
  font-family: "Righteous", sans-serif;
}
.socsmrks-prtstrctsconts
{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.socsmrks-mrktsconts h2
{
  font-size: 35px;
  font-weight: 650;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: "Righteous", sans-serif;
  color: #353c87;
}
.socsmrks-mrktsconts p
{
  font-size: 18px;
  line-height: 31px;
  text-align: justify;
  font-family: "Josefin Sans", sans-serif;
}
.socsmrks-mrktsconts ul li
{
  list-style: none;
  font-size: 18px;
  text-align: left;
  line-height: 35px;
  font-family: "Josefin Sans", sans-serif;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
}
.socsmrks-mrktsconts ul li span
{
    color: #e2927d;
}
.socsmrks-emailimag
{
    width: 289px;
    height: 289px;
}
.socsmrks-seomrtsimag
{
    width: 389px;
    height: 292px;
}
.socsmrks-mrktsconts h2 b {
    background: linear-gradient(to left, #e04d3b, #8d8a83);
    -webkit-background-clip: text;
    color: transparent;
}

#socsmrks-seosecthds
{
    text-align: left;
}
.socsmrks-mrtsimag {
    width: 389px;
    height: 268px;
    margin-top: 18px;
}

.socsmrks-trctsprftsconts h2
{
  font-size: 35px;
  font-weight: 650;
  text-align: center;
  margin-top: 38px;
  margin-bottom: 25px;
  font-family: "Righteous", sans-serif;
  color: #353c87;
}

#socsmrks-modal-foots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    padding: 1rem;
    border-top: 0px solid #e9ecef;
    align-items: center;
}

@keyframes blink {
  50% {
    opacity: 0.0;
  }
}
.blink {
  animation: blink 1s step-start 0s infinite;
}
.socsmrks-trctsprftsconts p
{
  font-size: 18px;
  line-height: 31px;
  text-align: justify;
  font-family: "Josefin Sans", sans-serif;
}

.socsmrks-prtstrctsconts h3
{
  font-size: 25px;
  font-weight: 550;
  text-align: center;
  margin-top: 9px;
  margin-bottom: 9px;
  font-family: "Lilita One", sans-serif;
  color: #2ea0be;
}

.socsmrks-indptresconts h2
{
  font-size: 35px;
  font-weight: 650;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 38px;
  line-height: 48px;
  font-family: "Righteous", sans-serif;
  color: #353c87;
}

.socsmrks-indptresconts h3
{
  font-size: 25px;
  font-weight: 650;
  text-align: left;
  text-transform: capitalize;
  font-family: "Righteous", sans-serif;
  color: #2da0be;
}

.socsmrks-indptresconts p
{
  font-size: 18px;
  text-align: justify;
  line-height: 31px;
  font-family: "Josefin Sans", sans-serif;
}

.socsmrks-indptresconts ul li
{
  list-style: none;
  font-size: 16.9px;
  text-align: left;
  line-height: 35px;
  font-family: "Josefin Sans", sans-serif;
}

.socsmrks-indptresconts ul
{
  margin-top: 9px;
}

@keyframes glow
{
  0% {
    background-color: #e2927d;
    box-shadow: 0 0 3px #2cb0c7;
}
50% {
    background-color: #e2927d;
    box-shadow: 0 0 40px #2cb0c7;
}
100% {
    background-color: #2384a7;
    box-shadow: 0 0 3px #2cb0c7;
}
}

.socsmrks-indusftsctscons h2
{
  font-size: 35px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 38px;
  font-weight: 650;
  font-family: "Righteous", sans-serif;
  line-height: 48px;
  color: #353c87;
}

.socsmrks-indusftsctscons ul li
{
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  padding: 5px;
  font-size: 16px;
  line-height: 25px;
  text-transform: capitalize;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  margin-bottom: 25px;
  background-image: repeating-linear-gradient(270deg, #2da0be -62px, transparent 218px);/*#34458c*/
  font-family: "Josefin Sans", sans-serif;
  border-radius: 5px;
}

.socsmrks-indusimags
{
  width: 38px;
}

.socsmrks-indusftsctscons ul li i
{
  margin-left: 12px;
  font-weight: 450;
  font-size: 16px;
}

.socsmrks-moving-shape {
    width: 100px; 
    aspect-ratio:1;
    background-color: rgba(128, 128, 128, 0.7); 
    opacity: 0.4;
    position: absolute;
    top: -500px;
    z-index: -1;
    animation: rotate-fall 5s linear; 
     animation-iteration-count: 6;
    border: none;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    animation-name: rotate-fall;
}


@keyframes rotate-fall {
    0% {
        transform: translateY(0) rotate(0deg);
        border-radius: 0;
    }
    50% {
        transform: translateY(500px)rotate(900deg);
        border-radius: 50%;
    }
    100% {
        transform: translateY(calc(1000px)) rotate(1800deg);
        border-radius: 0; 
    }
}

.socsmrks-scmptsconts h3
{

}

.context {
    width: 100%;
    position: absolute;
    top:0px;
    
}

.context h1{
    text-align: center;
    color: #fff;
    font-size: 50px;
}


.area{
    background: #4e54c8;  
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:100vh;
}

.example-box {
  background-image: linear-gradient(to bottom right, #2c89ac, #35418a);
  width: 100%;
  height: 205px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  color: white;
  font-family: sans-serif;
  font-weight: 200;
  z-index: 0;
  border-radius: 5px;
}

.background-shapes {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 5076px;
  background-size: 100%;
  animation: 25s infiniteScroll linear infinite;
  background-repeat-x: repeat;
  background-image: url('../webserviceimg/social-media-marketing-agency-for-small-business.png');
}

@-webkit-keyframes infiniteScroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -1692px, 0);
    transform: translate3d(0, -1692px, 0);
  }
}

#socsmrks-hepstsconts
{
  width: 78px;
  overflow: hidden;
}

.socsmrks-awrdsprgms h2
{
  font-size: 38px;
  font-weight: 650;
  text-align: center;
  margin-top: 38px;
  margin-bottom: 25px;
  font-family: "Righteous", sans-serif;
  color: #353c87;
}

#socsmrks-awrdsectsconts
{
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}

.socsmrks-awrdsectsconts h3
{
  font-size: 25px;
  font-weight: 650;
  text-align: center;
  margin-top: 9px;
  margin-bottom: 9px;
}

#socsmrks-instsectsconts
{
  transform: rotate(300deg);
  margin-top: 0px;
  margin-right: 9px;
}

.socsmrks-frstsectconts h1 {
    font-size: 54px;
    font-weight: 650;
    text-align: center;
    margin-top: 9px;
    margin-bottom: 38px;
    font-family: "Lilita One", sans-serif;
    color: #195292;
}


/* CSS */
.button-29 {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono",monospace;
  height: 48px;
  justify-content: center;
  padding-left: 16px;
  padding-right: 16px;
  transition: box-shadow .15s,transform .15s;
  will-change: box-shadow,transform;
  font-size: 18px;
}

.button-29:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.button-29:hover {
  box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-29:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}

.socsmrks-subtbutn
{
  font-size: 21px;
  font-weight: 550;
  text-align: center;
  margin-top: 9px;
  margin-bottom: 9px;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  outline: 0;
  font-family: "Righteous", sans-serif;
  text-transform: capitalize;
}

.socsmrks-awrdsprgms p
{
  font-size: 18px;
  line-height: 31px;
  text-align: justify;
  font-family: "Josefin Sans", sans-serif;
}

.socsmrks-awrdsprgms h3
{
  font-size: 25px;
  font-weight: 650;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: "Righteous", sans-serif;
  line-height: 38px;
  background-image: linear-gradient(29deg, #ffffff 9px, #e2927d4f 1px);
  padding: 9px;
  border-radius: 78px;
  color: #353c87;
  width: max-content;
}

.socsmrks-awrdsprgms h4
{
  font-size: 25px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: "Righteous", sans-serif;
  color: #2da0be;
  text-transform: capitalize;
}

#socsmrks-blinkingbutton i
{
  padding: 5px;
  border-radius: 25px;
  background-color: #f7f7f7;
  color: #353885;
}

.example-box h2
{ 
  font-size: 42px;
  font-weight: 550;
  text-align: center;
  margin-top: 9px;
  margin-bottom: 9px;
  font-family: "Lilita One", sans-serif;
  text-transform: capitalize;
}

.socsmrks-indptresconts li span
{
  font-weight: 650;
  color: #2da0be;
  animation-name: blink;
}

.socsmrks-butsgrwsconts h2
{
  font-size: 42px;
  font-weight: 650;
  text-align: left;
  margin-top: 9px;
  margin-bottom: 25px;
  line-height: 62px;
  font-family: "Lilita One", sans-serif;
  background: linear-gradient(to left, #353c87, #2e8fb5);
  -webkit-background-clip: text;
  color: transparent;
}

.socsmrks-butsgrwsconts p
{
  font-size: 18px;
  text-align: justify;
  line-height: 38px;
  font-family: "Righteous", sans-serif;
}

.socsmrks-butsgrwsconts ul li {
    font-size: 18px;
    text-align: left;
    padding: 6px 1px 7px 23px;
    line-height: 38px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: normal;
    background: #e3e3ff;
    border-radius: 0px 5px 10px 0;
}

.socsmrks-prtshgtsconts h2
{
  font-size: 35px;
  font-weight: 650;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: "Lilita One", sans-serif;
  text-transform: capitalize;
  color: #353c87;
}

.socsmrks-hepsjours h2 {
    font-size: 38px;
    font-weight: 650;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 25px;
    font-family: "Lilita One", sans-serif;
    text-transform: capitalize;
    color: #195292;
}
.socsmrks-hepsjours h2 span {
    color: #444821;
    font-size: 42px;
}
.socsmrks-hepsjours p
{
  font-size: 18px;
  line-height: 31px;
  text-align: justify;
  font-family: "Josefin Sans", sans-serif;
}

.socsmrks-indutsimag
{
  width: 42px;
  height: 42px;
}

.socsmrks-frstsectconts p
{
  font-size: 18px;
  line-height: 35px;
  text-align: justify;
  font-family: "Josefin Sans", sans-serif;
}



.socsmrks-frstsectconts ul li
{
  font-size: 18px;
  text-align: left;
  line-height: 38px;
  font-family: "Josefin Sans", sans-serif;
}

.socsmrks-vertsimag
{
  width: 25px;
}

.socsmrks-awrdservsconts
{
  box-shadow: rgba(99, 99, 99, 0.2) 0px -8px 8px 0px;
  padding: 25px;
  background-image: linear-gradient(to bottom right, #2c89ac47, #35418a21);
  border-radius: 25px;
  border-top: 9px solid #353c87;
}

.socsmrks-awrdservsconts:hover
{
  background-image: linear-gradient(to bottom right, #35418a21, #2c89ac47);
  border-top: 9px solid #2c89ac47;
}

.socsmrks-fabsectconts h2
{
  font-size: 38px;
  font-weight: 650;
  text-align: left;
  margin-top: 42px;
  margin-bottom: 25px;
  font-family: "Righteous", sans-serif;
  text-transform: capitalize;
  color: #353c87;
}

.socsmrks-fabsectconts p
{
  font-size: 18px;
  line-height: 35px;
  text-align: justify;
  font-family: "Josefin Sans", sans-serif;
}

.socsmrks-continer {
  display: flex;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.socsmrks-continer>span{
  animation: shake 1s infinite;
  font-size: 38px;
  color: black;
  font-family: "Lilita One", sans-serif;
  text-transform: capitalize;
  background: linear-gradient(to left,
                    #353c87,
                    #2e8fb5
                    );
  -webkit-background-clip: text;
  color: transparent;
  margin-top: 25px;
  overflow: hidden;
  z-index: 0;
}

.socsmrks-continer>span:hover
{
  animation: none;
}

@keyframes shake {
  0% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
  10% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  20% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  100% {
    transform: translate(1px, 1px) rotate(0deg);
  }
}

.socsmrks-fabsectconts ul li
{
  font-size: 18px;
  text-align: left;
  line-height: 38px;
  font-family: "Josefin Sans", sans-serif;
  display: flex;
  align-items: center;
}

.socsmrks-fabsectconts ul li span
{
  font-size: 18px;
  font-weight: 650;
  margin-right: 5px;
  color: #e2927d;
}

.socsmrks-bantsconts {
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    padding: 25px;
    background-image: repeating-linear-gradient(41deg, #ffffff, #77bed1 1px);
    /* border-radius: 0px 38px 25px 98px; */
}

.socsmrks-bantsconts h3 {
    font-size: 69px;
    font-weight: 550;
    text-align: center;
    line-height: 75px;
    /* margin: 0 0 0 4px; */
    text-transform: capitalize;
    color: #195292;
    font-family: "Righteous", sans-serif;
}
.socsmrks-bantsconts h4 {
    font-size: 49px;
    margin: 26px 0 0 45px;
    font-family: 'Lilita One';
    text-align: center;
    text-transform: capitalize;
}
.socsmrks-bantsconts h4 a{text-transform: none;}
#socsmrks-contacsbutns
{
  margin-right: auto;
  margin-left: auto;
  display: flex;
  margin-top: 9px;
  margin-bottom: 9px;
  justify-content: center;
}

.accordion__wrapper {
    background-color: hsl(0deg 0% 100%);
    box-shadow: none;
    border-radius: 2.5rem;
    width: 100%;
    max-width: 100%;
    padding: 5rem;
    margin: auto;
}

.accordion__title {
    font-size: 35px;
    font-weight: 650;
    color: #444821;
    text-align: left;
    margin-bottom: 25px;
    margin-top: 25px;
    font-family: "Righteous", sans-serif;
}

.content {
    padding-bottom: 20px;
    font-family: "Josefin Sans", sans-serif;
        font-size: 19px;
    text-align: justify;
}


.accordion {
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 9px;
    margin-bottom: 9px;
    background-color: #f7f7f7;
    padding: 9px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-right: 5px solid #414926;
}

.accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
} 

.accordion__icon {
    background-color: var(--color-primary);
    width: 2.2rem;
    height: 2.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--color-white);
    flex-shrink: 0;
}

.accordion__question {
    font-size: 18px;
    font-weight: 450;
    color: #414926;
    font-family: "Righteous", sans-serif;
    text-align: justify;
    text-transform: capitalize;
}

.accordion__answer{
    padding: 9px;
    font-size: 18px;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    text-align: justify;
}

.accordion__content{
    overflow: hidden;
    height: 0;
    transition: var(--transition);
}

@media screen and (min-width: 580px) {
    .accordion__wrapper {
       padding: 0px;
       width: 100%;
    }
}
.socsmrks-contacsectsconts h5 {
    font-size: 23px;
    line-height: 31px;
    text-align: justify;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 650;
}
.socsmrks-contacsectsconts {
    padding: 41px 440px;
    text-align: center;
    margin: 64px 0 100px 0;
    background: repeating-linear-gradient(45deg, #b8d1ed, transparent 1184px);
}
.g-blue
{ 
  color:#4285F4; 
}
.o-red
{ 
  color:#DB4437; 
}
.o-yellow
{ 
  color:#F4B400; 
}
.l-green
{ 
  color:#0F9D58; 
}
.e-red 
{ 
  display:inline-block;
  transform:rotate(-20deg); 
}

.socsmrks-fabtsimag
{
  width: 378px;
  margin-top: 25px; 
}

.socsmrks-benftsconts h2 b
{
  color: #2da0be;
}

.socsmrks-googledsimags
{
  width: 325px;
}


/*design*/
.socsmrks-frstsimags {
    width: 100%;
    border-radius: 12px;
}
.socsmrks-hepsjours ul {
    width: 96%;
    border-radius: 12px;
    padding: 18px 29px;
    box-shadow: 1px 0px 14px darkblue;
    height: 394px;
}
.ag-offer_item {
    width: 48.33%;
    -moz-box-sizing: border-box;
    margin: 1px 0 17px 0;
    border-radius: 12px;
    position: relative;
    font-size: 16px;
    height: 269px;
    background: #fff;
}
.pythonpycharm3 h5 {
 text-align: center;
 font-size: 27px;
 margin: 18px 0 0 0;
 text-transform: capitalize;
 font-weight: 600;
 color: #00008b;
}
/*.ag-offer_title {
 font-weight: 600;
 text-transform: capitalize;
 font-size: 39px;
 font-family: sans-serif;
}*/
.ag-offer_title {
    position: absolute;
    top: 12px;
    background: repeating-linear-gradient(45deg, #ff5a8b, #7d47cf 191px);
    padding: 11px;
    left: 0px;
    font-size: 30px;
    color: white;
    border-radius: 7px 0;
}
.ag-format-container {
 width: 1142px;
 margin: 0 auto;
}
.ag-offer-block {
    padding: 0 0 40px;
    background: #d9d9d9;
    margin: 59px 0 0 0;
}
.ag-offer_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    /* background: #d4d4e3; */
    border-radius: 12px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    padding: 22px 21px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: space-around;
}
/*.ag-offer_item .ag-offer_hidden-item {
 background-color: #13ac90;
 border-radius: 12px;
}*/
/*.ag-offer_item:hover .ag-offer_visible-item {
 opacity: 0;
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 -ms-transform: scale(0);
 -o-transform: scale(0);
 transform: scale(0);
 -webkit-transition-delay: 0s;
 -moz-transition-delay: 0s;
 -o-transition-delay: 0s;
 transition-delay: 0s;
}*/
.ag-offer_visible-item {
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 height: 100%;
 width: 100%;
 padding: 35px 40px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-transition: 0.4s 0.3s;
 -moz-transition: 0.4s 0.3s;
 -o-transition: 0.4s 0.3s;
 transition: 0.4s 0.3s;
}
.ag-offer_img {
 height: 64px;
 width: 64px;
 margin: 0 15px 0 0;
}
.ag-offer_title {
    font-size: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*.ag-offer_hidden-item {
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 padding: 30px;
 opacity: 0;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 -webkit-transform: rotate(180deg) scale(0);
 -moz-transform: rotate(180deg) scale(0);
 -ms-transform: rotate(180deg) scale(0);
 -o-transform: rotate(180deg) scale(0);
 transform: rotate(180deg) scale(0);
 -webkit-transition-duration: 1s;
 -moz-transition-duration: 1s;
 -o-transition-duration: 1s;
 transition-duration: 1s;
}*/
/*.ag-offer_item:hover .ag-offer_hidden-item {
 opacity: 1;
 -webkit-transform: rotate(0) scale(1);
 -moz-transform: rotate(0) scale(1);
 -ms-transform: rotate(0) scale(1);
 -o-transform: rotate(0) scale(1);
 transform: rotate(0) scale(1);
 -webkit-transition-duration: 0.3s;
 -moz-transition-duration: 0.3s;
 -o-transition-duration: 0.3s;
 transition-duration: 1s;
}*/
.ag-offer_text {
 max-width: 100%;
 opacity: 0;
 font-size: 16px;
 font-weight: 600;
 text-align: justify;
 -webkit-transition: 0.3s 0.5s;
 -moz-transition: 0.3s 0.5s;
 -o-transition: 0.3s 0.5s;
 transition: 0.3s 0.5s;
}
/*.ag-offer_item:hover .ag-offer_text {
 opacity: 1;
}*/
.agm1 {
    width: 29%;
    position: absolute;
    top: 7px;
    left: 69%;
    /* animation: afirotea 4s infinite ease-out; */
}
.sag-offer_text {
    margin: 0 0 0 47px;
}
.sag-offer_text ul>li {
    margin: -37px 0  0 27px;
    font-size: 24px;
    text-align: justify;
    font-family: 'Josefin Sans';
}
.icn i {
    font-size: 83px;
    background: repeating-linear-gradient(45deg, #4271e9, #4188ef 100px);
    width: 93px;
    border-radius: 12px;
    color: white;
}
.agms1 {
    width: 17%;
    position: absolute;
    top: 17px;
    left: 76%;
    /* animation: afirotea 4s infinite ease-out; */
}
.agmss1
 {
    width: 20%;
    position: absolute;
    top: 17px;
    left: 251px;
/*animation: afirotea 4s infinite ease-out;*/
}
@keyframes afirotea{
  0%{transform: rotate3d(3, 8, 11,19deg);}
  50%{transform: rotate3d(3, 8, 11, 213deg);}
}

.SOCIAL-STAR-LIST ul {
    width: 53%;
    list-style: none;
    margin: 20px 10px 10px 50px;
}
.SOCIAL-STAR-LIST li {
    margin: -50px 0px 31px 42px;
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
}
.SOCIAL-STAR-LIST i {
    margin: 0px 0 0px 0px;
    font-size: 30px;
    background: gray;
    padding: 10px;
}
.SOCIAL-STAR-LIST i:nth-child(1) {
    background-color: #183d89;
    color: white;
    width: 18%;
}
/*.SOCIAL-STAR-LIST ul li:nth-child(2) {
    background-color: #183d89;
    color: white;
}*/
.SOCIAL-STAR-LIST i:nth-child(3) {
    background-color: #00acee;
    color: white;
    padding: 10px;
    width: 47px;
}
/*.SOCIAL-STAR-LIST ul li:nth-child(4) {
    background-color: #00acee;
    color: white;
}*/
.SOCIAL-STAR-LIST i:nth-child(5) {
   background-image: linear-gradient(to bottom right, #833AB4, #FD1D1D, #F56040);

    color: white;
        padding: 10px;
    width: 47px;
}
/*.SOCIAL-STAR-LIST ul li:nth-child(6) {
   background-image: linear-gradient(to bottom right, #833AB4, #FD1D1D, #F56040);
   color: white;
}*/
.SOCIAL-STAR-LIST i:nth-child(7) {
   background-color:  #0072b1;
    color: white;
        padding: 10px;
    width: 47px;
}
/*.SOCIAL-STAR-LIST ul li:nth-child(8) {
    background-color: #0072b1;
    color: white;
}*/
.SOCIAL-STAR-LIST i:nth-child(9) {
    background-color:   #FFFC00;
    color: black;
        padding: 10px;
    width: 47px;
}
/*.SOCIAL-STAR-LIST ul li:nth-child(10) {
    background-color:   #FFFC00;
    color: black;
}*/
.SOCIAL-STAR-LIST i:nth-child(11) {
  background-color:#075E54;
    color: white;
        padding: 10px;
    width: 47px;

}
/*.SOCIAL-STAR-LIST ul li:nth-child(12) {
    background-color:#075E54;
    color: white;
}*/

.SOCIAL-STAR-LIST i{
         border-radius: 12px;
}
.SOCIAL-STAR-LIST2 ul {
    width: 53%;
    list-style: none;
    margin: 22px 10px 96px 119px;
}
.SOCIAL-STAR-LIST2 li {
    margin: -50px 0px 31px 44px;
    font-size: 20px;
    font-weight: 700;
    /* background: gray; */
    padding: 10px;
}
.SOCIAL-STAR-LIST2 i {
    margin: 0px 0 0px 0px;
    font-size: 30px;
    border-radius: 12px;
    /* background: gray; */
    padding: 10px;
    color: white;
}
.SOCIAL-STAR-LIST2 i:nth-child(1) {
    background-color: #ab0303;
    color: white;
    padding: 10px;
    width: 50px;
}
/*.SOCIAL-STAR-LIST2:hover ul li:nth-child(2) {
    background-color: #c8232c; 
    color: white;
}*/
.SOCIAL-STAR-LIST2 i:nth-child(3) {
    background-color: #28a745;
    color: white;
    padding: 10px;
    width: 48px;
}
/*.SOCIAL-STAR-LIST2:hover ul li:nth-child(4) {
    background-color: #c4302b;
    color: white;
}*/
.SOCIAL-STAR-LIST2 i:nth-child(5) {
    background-color: #00aa51;
    color: white;
    width: 49px;
}
/*.SOCIAL-STAR-LIST2:hover ul li:nth-child(6) {
      background-color: #ff4500;

    color: white;
}*/
.SOCIAL-STAR-LIST2 i:nth-child(7) {
    background-color: #1b4f81;
    color: white;
    width: 18%;
}
/*.SOCIAL-STAR-LIST2:hover ul li:nth-child(8) {
    background-color:#34526f;
    color: white;
}*/
.SOCIAL-STAR-LIST2 i:nth-child(9) {
    background-color:   #0F9D58;
    color:white;
}
/*.SOCIAL-STAR-LIST2:hover ul li:nth-child(10) {
    background-color:   #0F9D58;
    color: white
}*/
.SOCIAL-STAR-LIST2 i:nth-child(11) {
  background-color:#0088cc;
    color: white;
}
/*.SOCIAL-STAR-LIST2:hover ul li:nth-child(12) {
    background-color:#0088cc;
    color: white;
}*/
.faq-section {
    background: #fdfdfd;
    min-height: auto;
    padding: 10px 0 0;
    /* margin: 26px 5px 0 0px; */
    /* left: 10px; */
    position: absolute;
    left: 8%;
    top: 14%;
    border-radius: 12px;
    width: 100%;
    height: auto;
    z-index: 10;
}
.sfs {
    position: absolute;
    left: 681px;
    top: 1023px;
    width: 16%;
    transform: scaleX(-1);
}
/*.faq-title h4::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #00008b;
    bottom: -25px;
    margin-left: -30px;
}*/
.faq-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}
.faq {
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}
.faq .card {
    border: none;
    background: 0 0;
    border-bottom: 1px dashed #cee1f8;
}
.faq .card .card-header {
    padding: 0;
    border: none;
    background: 0 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.faq .card .card-header:hover {
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 0;
    padding-left: 0px;
    padding-right: 0px;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    color: #3b566e;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: capitalize;
}
.faq .card .card-header .faq-title .badge {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: #254e8e;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
}
.faq .card .card-body {
    padding: 0;
    padding-left: 35px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #6f8ba4;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: 1px solid #f3f8ff;
}
.faq .card .card-body p {
    margin-bottom: 14px;
    padding: 10px 38px;
    text-align: justify;
}
.socsmrks-frstsectconts {
    margin: 216px 0 0 0;
}
.socsmrks-hepsjours {
    margin: 83px 0 0 0;
}
.es {
    margin: 0 0 58px 0;
}
.socsmrks-butsgrwsconts h2 {
    font-size: 42px;
    font-weight: 650;
    text-align: left;
    margin-top: 75px;
    margin-bottom: 25px;
    line-height: 62px;
    font-family: "Lilita One", sans-serif;
    background: linear-gradient(to left, #353c87, #2e8fb5);
    -webkit-background-clip: text;
    color: transparent;
}



/*faq and Peopleask*/
.annexure1-sub2 {
    padding: 10px 60px;
    background: #6f889f;
    margin: 121px 0 0 0;
}
.faq-title h4 {
    font-size: 43px;
    margin: 0px 0 5px 0;
    color: #2f4a8a;
    font-family: 'Righteous';
    /* text-align: center; */
    left: 227px;
    font-weight: 700;
}
.card-header h5 {
    text-transform: capitalize;
    cursor: pointer;
}
#accordion1 .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(255 255 255 / 31%);
    border-radius: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin: 0 0 15px 0;
}
.sp{
    font-size: 19px;
    color: #00008b;
}
/*faq*/

/*form design*/
.sa {
    margin: 96px 0px 0 190px;
    background: #c1e1eb;
    border-radius: 12px;
    width: 79%;
}
/*.frmd {
    padding: 29px 29px;
    clip-path: polygon(25% -50%, 100% 0%, 100% 100%, 25% 154%, 0% 50%);
}*/
.frmd label {
    text-transform: capitalize;
}

.frmd h3 {
    text-align: center;
    font-family: fantasy;
    margin: 9px 13px 9px 9px;
    line-height: 40px;
    font-size: 38px;
}
.frmd input,
.frmd input, .frmd select {
    border-style: dashed;
    border-width: 1px;
    background: #ffffff30;
    color: black;
}
.frmd label {
    font-weight: 600;
    float: left;
    color: #000;
    margin: 11px 0 6px 0; /* margin-top: 0px; */
    display: table-cell;
    position: relative;
}
.frmd button {
    width: 100%;
    margin: 15px 0 3px 0;
    background: #7b7b40;
    padding: 10px;
    cursor: pointer;
    border-radius: 12px;
    color: #fff;
    text-transform: capitalize;
    font-size: 17px;
    box-shadow: 2px 8px 0 0 #91914a;
    font-weight: 700;
    border-color: #ffffff;
    animation: 3s infinite alternate slide-in;
}

#mvd {
    background: #424909;
    color: #fff;
    border-color: #ffffff;
}
#muc{
    background: #7d343a;
    color: #fff;
}
#muc i{
    color: #fff;
}
#muc:hover {
    background: #e0e0ff;
    color: #040b1a;
}
#mug{
    background: #7d343a;
    color: #fff;
}
#mug:hover {
    background: #e0e0ff;
    color: #040b1a;
}
#muc:hover i {
    color: #000000d4;
}
.frmd option {
    background: #fff;
    color: #000;
}
.form-group {
    margin-bottom: 0;
}
.tesischnai h3 {
    text-align: center;
    margin: 0px 0 0 0;
    padding: 0px 0px 0px 0px;
    font-family: 'Righteous';
    font-weight: 800;
    color: #494614;
    text-transform: capitalize;
    line-height: 52px;
    position: relative;
    font-size: 47px;
    /* z-index: 1; */
    /* background: #e5e5ff; */
    border-radius: 15%;
}
.tesischnai h3 span{
    color: #195292;
}
.frmd {
    padding: 20px;
    margin: 74px -99px 69px 316px;
    border-radius: 62px 21px 19px 10px;
    background: #ebebeb;
    box-shadow: 6px -1px 0px 23px #47471b;
}

.tesischnai img {
    width: 100%;
    margin: 98px 0 0 0;
    border-radius: 12px;
    box-shadow: 5px 3px 1px darkblue;
}
#frmsa {
    position: absolute;
    left: 14%;
    top: 78%;
    z-index: 10;
    animation: 3s infinite alternate rubberBand;
}
#frmsb {
    position: absolute;
    left: 56%;
    top: 73%;
    z-index: 10;
    animation: 3s infinite alternate rubberBand;
}
#frmsbc {
    left: 72%;
    top: 15%;
    animation: 3s infinite alternate rubberBand;
}
#frmsbd{
    top: 8%;
    left: 16%;
    animation: 3s infinite alternate rubberBand;
}
.tesischnai {
    margin: 0px 0 10px 0px;
}
.imgfrm{
    width: 19%;
}
.dsd img {
    position: absolute;
    top: 128px;
    width: 100%;
    left: 1%;
    /* animation: 3s infinite alternate jackInTheBox; */
}
.hyderabadthesis{
    padding: 10px 259px;}
.ag-offer_text li {
    /* background: darkblue; */
    padding: 6px;
    color: white;
    font-size: 16px;
}
.ag-offer_item {
    width: 100%;
    -moz-box-sizing: border-box;
    margin: 1px 0 60px 0;
    border-radius: 12px;
    position: relative;
    font-size: 16px;
    height: 320px;
    box-shadow: 5px 1px 11px #363081;
    background: #fff;
}
.pythonpycharm5 h3{
    text-align: center;
    margin: 52px 0 51px 0px;
    font-size: 34px;
    font-family: 'Righteous';
    font-weight: 700;
}
.alternate {
    margin: 0 0 0 0;
}
.cllem{
    width: 100%;
    margin: 0 0 0 0;
}
.icns i {
    font-size: 83px;
    background: repeating-linear-gradient(45deg, #e25883, #bb55b7 100px);
    width: 93px;
    border-radius: 12px;
    color: white;
}
.ssa{
   background: repeating-linear-gradient(45deg, #4271e9, #4188ef 100px);
}
.icnst i {
    font-size: 83px;
    background: repeating-linear-gradient(45deg, #288dee, #278eef 100px);
    width: 93px;
    border-radius: 12px;
    color: white;
}
.icnsw i {
    font-size: 83px;
    background: repeating-linear-gradient(45deg, #00d03f, #00d73d 100px);
    width: 93px;
    border-radius: 12px;
    color: white;
}
.sga {
    position: absolute;
    top: 12px;
    background: repeating-linear-gradient(45deg, #00d554, #00da54 191px);
    padding: 11px;
    left: 0px;
    font-size: 30px;
    color: white;
    border-radius: 7px 0;
}
.sgas {
    position: absolute;
    top: 12px;
    background: repeating-linear-gradient(45deg, #3a88e9, #3a88e9 191px);
    padding: 11px;
    left: 0px;
    font-size: 30px;
    color: white;
    border-radius: 7px 0;
}
.agmss12 {
    width: 10%;
    position: absolute;
    top: 17px;
    left: 86%;
    /* animation: afirotea 4s infinite ease-out; */
}
.agmss1y {
    width: 20%;
    position: absolute;
    top: 14px;
    left: 76%;
    /* animation: afirotea 4s infinite ease-out; */
}
.sgy {
    position: absolute;
    top: 12px;
    background: repeating-linear-gradient(45deg, #fe0627, #710717 191px);
    padding: 11px;
    left: 0px;
    font-size: 30px;
    color: white;
    border-radius: 7px 0;
}
.icnsy i {
    font-size: 83px;
    background: repeating-linear-gradient(45deg, #a6001f, #f9002b 100px);
    width: 93px;
    border-radius: 12px;
    color: white;
}
.sfs {
    position: absolute;
    left: 635px;
    top: 1159px;
    width: 16%;
    z-index: 10;
}
.form-group label {

    margin-top: 0px!important;

}

@keyframes rtim{
  0%{ left: 954px;top: 1023px;}
  50% {left: 701px;top: 1152px;}
  100%{left: 459px;top: 1023px;}
}
/*.annexure1-sub2:hover .sfs{
  animation:rtim 6s  ease-out;
 }*/
 .dsaa{
    margin: 86px 0 0 0;

 }
.dsaa h3 {
    font-size: 38px;
    font-family: 'Righteous';
    text-align: center;
    line-height: 71px;
    font-weight: 900;
}
.dsaa ul>li{
    margin: -35px 0 0 33px;
    text-transform: capitalize;
}
.tgau {
    background: #e4e4ff;
    border-radius: 16px;
    padding: 19px 20px;
    margin: 60px 0 6px 0;
}
.tgau img {
    max-width: 100%;
    margin: 33px 0 0px 0px;
    border-radius: 8%;
}
.tgau  h4 {
    font-size: 44px;
    font-family: 'Righteous';
    text-align: center;
    margin: 0 0 0px 0;
    color: #777d47;
}
.tgau  ul>li {
    font-size: 20px;
    font-family: 'Josefin Sans';
    margin: -36px 0 -9px 33px;
}
.tgau button {
    width: 100%;
    margin: 24px 0 3px 0;
    background: #7b7b40;
    padding: 10px;
    cursor: pointer;
    border-radius: 12px;
    color: #fff;
    text-transform: capitalize;
    font-size: 17px;
    box-shadow: 2px 8px 0 0 #91914a;
    font-weight: 700;
    border-color: #ffffff;
    animation: 3s infinite alternate slide-in;
}
.tgau i{
    color: #254e8e;
}
.tgau {
    color: #254e8e;
}
.nij {
    position: absolute;
    width: 10%;
    left: 8%;
    border-radius: 50%;
    box-shadow: 12px 0px 1px #0e3057;
}
.cme{
    width: 9%;
    position: absolute;
    left: 88%;
    bottom: 819px;
    border-radius: 23px;

}
.dsaa p{
    font-size: 19px;
    font-family: 'Josefin Sans';
}
.fcsa{
    position: absolute;
    left: 22%;
    z-index: 0;
    opacity: 0.1;
    width: 60%;
}
.frstnr {
    position: absolute;
    width: 100%;
    left: 0%;
    top: 139px;
    opacity: 0.2;
}
.dsaa i{
    color: #254e8e;

}
@media (min-width: 321px) and (max-width: 375px){
  .socsmrks-frstsectconts h1 {
    font-size: 26px;
    margin-top: 9px;
    margin-bottom: 38px;
}
.frstnr {
    width: 100%;
    left: 0%;
    top: 196px;
}
.annexure1-sub2 {
    padding: 10px 0px;
    margin: 121px 0 0 0;
}
.faq-section {
    background: #fdfdfd;
    min-height: auto;
    padding: 10px 0 0;
    margin: 26px 5px 58px 0px;
    position: relative;
    left: 12%;
    top: 0%;
    border-radius: 12px;
    width: 86%;
    height: auto;
    z-index: 10;
}
.frmd {
    padding: 20px;
    margin: 0 42px 0 36px;
}
.tesischnai h3 {
    margin: 0px 0 0 0;
    padding: 0px 0px 0px 0px;
    line-height: 37px;
    font-size: 22px;
}
.frmd {
    padding: 8px;
    margin: 0 42px 0 36px;
}
.socsmrks-hepsjours h2 {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.accordion__wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0rem;
}
.socsmrks-butsgrwsconts h2 {
    font-size: 25px;
    margin-top: 31px;
    margin-bottom: 0px;
    line-height: 62px;
}
.SOCIAL-STAR-LIST ul {
    width: 100%;
    list-style: none;
    margin: 20px 10px 10px 0px;
}
.SOCIAL-STAR-LIST2 ul {
    width: 100%;
    list-style: none;
    margin: 22px 10px 96px 0px;
}
.socsmrks-bantsconts h3 {
    font-size: 30px;
     line-height: 49px;
}
.socsmrks-bantsconts h4 {
    font-size: 17px;
    margin: 26px 0 0 0px;
}
.dsaa h3 {
    font-size: 19px;
    line-height: 33px;
}
.tgau  h4 {
    font-size: 17px;
    margin: 0 0 0px 0;
}
.socsmrks-campagsconts h2 {
    font-size: 23px;
    margin-top: 34px;
    margin-bottom: 25px;
    line-height: 35px;
}
.ki {
    padding: 14px;
    margin: 22px 14px 28px 0;
    max-width: 100%!important;
    padding: 17px 29px 21px;
}
.kik {
    padding: 14px;
    margin: 22px 14px 28px 0;
    max-width: 100%!important;
    padding: 17px 29px 21px;
}
.pythonpycharm5 h3 {
    margin: 32px 0 0px 0px;
    font-size: 21px;
}

.ag-offer_title {
    font-size: 16px;
}
.ag-offer_visible-item {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    padding: 34px 0px;
}

.icn i {
    font-size: 24px;
    width: 67px;
}
.icn {
    position: absolute;
    top: 2%;
    left: 76%;
}
.sag-offer_text ul>li {
    margin: -33px 0  -7px 27px;
    font-size: 16px;
    text-align: justify;
    font-family: 'Josefin Sans';
}
.ag-format-container {
    width: 100%;
    margin: 0 auto;
}
.ag-format-container img{
display: none;
}
.ag-format-container ul li {
    margin: -29px 29px 0 -10px;
}
.sag-offer_text ul>i{
    margin: 0 0 0 -39px;
}
.sag-offer_text ul {
    margin: 61px 0 0 0;
}
.icns{
    position: absolute;
    top: 2%;
    left: 76%;

}
.icnsw {
    position: absolute;
    top: 2%;
    left: 76%;
}
.icnst {
    position: absolute;
    top: 2%;
    left: 76%;
}
.icnsy {
    position: absolute;
    top: 2%;
    left: 76%;
}
.icnsy i,.icnst i,.icnsw i,.icns i{
    font-size: 24px;
    width: 67px;
}
.socsmrks-contacsectsconts {
    padding: 58px 22px;
}
.socsmrks-contacsectsconts h5 {
    font-size: 18px;
    line-height: 31px;
}
.nij {
    position: relative;
    width: 16%;
    left: 0%;
    margin: -39px 0 0 0;
    box-shadow: 3px 0px 1px #0e3057;
}
.cme {
    width: 20%;
    position: relative;
    left: 0;
    bottom: 0;
}
}
@media (min-width: 376px) and (max-width: 425px){
  .socsmrks-frstsectconts h1 {
    font-size: 26px;
    margin-top: 9px;
    margin-bottom: 38px;
}
.frstnr {
    width: 100%;
    left: 0%;
    top: 196px;
}
.annexure1-sub2 {
    padding: 10px 0px;
    margin: 121px 0 0 0;
}
.faq-section {
    background: #fdfdfd;
    min-height: auto;
    padding: 10px 0 0;
    margin: 26px 5px 58px 0px;
    position: relative;
    left: 12%;
    top: 0%;
    border-radius: 12px;
    width: 86%;
    height: auto;
    z-index: 10;
}
.frmd {
    padding: 20px;
    margin: 0 42px 0 36px;
}
.tesischnai h3 {
    margin: 0px 0 0 0;
    padding: 0px 0px 0px 0px;
    line-height: 37px;
    font-size: 22px;
}
.frmd {
    padding: 8px;
    margin: 0 42px 0 36px;
}
.socsmrks-hepsjours h2 {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.accordion__wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0rem;
}
.socsmrks-butsgrwsconts h2 {
    font-size: 25px;
    margin-top: 31px;
    margin-bottom: 0px;
    line-height: 62px;
}
.SOCIAL-STAR-LIST ul {
    width: 100%;
    list-style: none;
    margin: 20px 10px 10px 0px;
}
.SOCIAL-STAR-LIST2 ul {
    width: 100%;
    list-style: none;
    margin: 22px 10px 96px 0px;
}
.socsmrks-bantsconts h3 {
    font-size: 30px;
     line-height: 49px;
}
.socsmrks-bantsconts h4 {
    font-size: 17px;
    margin: 26px 0 0 0px;
}
.dsaa h3 {
    font-size: 19px;
    line-height: 33px;
}
.tgau  h4 {
    font-size: 17px;
    margin: 0 0 0px 0;
}
.socsmrks-campagsconts h2 {
    font-size: 23px;
    margin-top: 34px;
    margin-bottom: 25px;
    line-height: 35px;
}
.ki {
    padding: 14px;
    margin: 22px 14px 28px 0;
    max-width: 100%!important;
    padding: 17px 29px 21px;
}
.kik {
    padding: 14px;
    margin: 22px 14px 28px 0;
    max-width: 100%!important;
    padding: 17px 29px 21px;
}
.pythonpycharm5 h3 {
    margin: 32px 0 0px 0px;
    font-size: 21px;
}

.ag-offer_title {
    font-size: 16px;
}
.ag-offer_visible-item {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    padding: 34px 0px;
}

.icn i {
    font-size: 24px;
    width: 67px;
}
.icn {
    position: absolute;
    top: 2%;
    left: 76%;
}
.sag-offer_text ul>li {
    margin: -33px 0  -7px 27px;
    font-size: 16px;
    text-align: justify;
    font-family: 'Josefin Sans';
}
.ag-format-container {
    width: 100%;
    margin: 0 auto;
}
.ag-format-container img{
display: none;
}
.ag-format-container ul li {
    margin: -29px 29px 0 -10px;
}
.sag-offer_text ul>i{
    margin: 0 0 0 -39px;
}
.sag-offer_text ul {
    margin: 61px 0 0 0;
}
.icns{
    position: absolute;
    top: 2%;
    left: 76%;

}
.icnsw {
    position: absolute;
    top: 2%;
    left: 76%;
}
.icnst {
    position: absolute;
    top: 2%;
    left: 76%;
}
.icnsy {
    position: absolute;
    top: 2%;
    left: 76%;
}
.icnsy i,.icnst i,.icnsw i,.icns i{
    font-size: 24px;
    width: 67px;
}
.socsmrks-contacsectsconts {
    padding: 58px 22px;
}
.socsmrks-contacsectsconts h5 {
    font-size: 18px;
    line-height: 31px;
}
.nij {
    position: relative;
    width: 16%;
    left: 0%;
    margin: -39px 0 0 0;
    box-shadow: 3px 0px 1px #0e3057;
}
.cme {
    width: 20%;
    position: relative;
    left: 0;
    bottom: 0;
}
}
@media (min-width: 426px) and (max-width: 576px){

  .socsmrks-frstsectconts h1 {
    font-size: 26px;
    margin-top: 9px;
    margin-bottom: 38px;
}
.frstnr {
    width: 100%;
    left: 0%;
    top: 196px;
}
.annexure1-sub2 {
    padding: 10px 0px;
    margin: 121px 0 0 0;
}
.faq-section {
    background: #fdfdfd;
    min-height: auto;
    padding: 10px 0 0;
    margin: 26px 5px 58px 0px;
    position: relative;
    left: 12%;
    top: 0%;
    border-radius: 12px;
    width: 86%;
    height: auto;
    z-index: 10;
}
.frmd {
    padding: 20px;
    margin: 0 42px 0 36px;
}
.tesischnai h3 {
    margin: 0px 0 0 0;
    padding: 0px 0px 0px 0px;
    line-height: 37px;
    font-size: 22px;
}
.frmd {
    padding: 8px;
    margin: 0 42px 0 36px;
}
.socsmrks-hepsjours h2 {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.accordion__wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0rem;
}
.socsmrks-butsgrwsconts h2 {
    font-size: 25px;
    margin-top: 31px;
    margin-bottom: 0px;
    line-height: 62px;
}
.SOCIAL-STAR-LIST ul {
    width: 100%;
    list-style: none;
    margin: 20px 10px 10px 0px;
}
.SOCIAL-STAR-LIST2 ul {
    width: 100%;
    list-style: none;
    margin: 22px 10px 96px 0px;
}
.socsmrks-bantsconts h3 {
    font-size: 30px;
     line-height: 49px;
}
.socsmrks-bantsconts h4 {
    font-size: 17px;
    margin: 26px 0 0 0px;
}
.dsaa h3 {
    font-size: 19px;
    line-height: 33px;
}
.tgau  h4 {
    font-size: 17px;
    margin: 0 0 0px 0;
}
.socsmrks-campagsconts h2 {
    font-size: 23px;
    margin-top: 34px;
    margin-bottom: 25px;
    line-height: 35px;
}
.ki {
    padding: 14px;
    margin: 22px 14px 28px 0;
    max-width: 100%!important;
    padding: 17px 29px 21px;
}
.kik {
    padding: 14px;
    margin: 22px 14px 28px 0;
    max-width: 100%!important;
    padding: 17px 29px 21px;
}
.pythonpycharm5 h3 {
    margin: 32px 0 0px 0px;
    font-size: 21px;
}

.ag-offer_title {
    font-size: 16px;
}
.ag-offer_visible-item {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    padding: 34px 0px;
}

.icn i {
    font-size: 24px;
    width: 67px;
}
.icn {
    position: absolute;
    top: 2%;
    left: 76%;
}
.sag-offer_text ul>li {
    margin: -33px 0  -7px 27px;
    font-size: 16px;
    text-align: justify;
    font-family: 'Josefin Sans';
}
.ag-format-container {
    width: 100%;
    margin: 0 auto;
}
.ag-format-container img{
display: none;
}
.ag-format-container ul li {
    margin: -29px 29px 0 -10px;
}
.sag-offer_text ul>i{
    margin: 0 0 0 -39px;
}
.sag-offer_text ul {
    margin: 61px 0 0 0;
}
.icns{
    position: absolute;
    top: 2%;
    left: 76%;

}
.icnsw {
    position: absolute;
    top: 2%;
    left: 76%;
}
.icnst {
    position: absolute;
    top: 2%;
    left: 76%;
}
.icnsy {
    position: absolute;
    top: 2%;
    left: 76%;
}
.icnsy i,.icnst i,.icnsw i,.icns i{
    font-size: 24px;
    width: 67px;
}
.socsmrks-contacsectsconts {
    padding: 58px 22px;
}
.socsmrks-contacsectsconts h5 {
    font-size: 18px;
    line-height: 31px;
}
.nij {
    position: relative;
    width: 16%;
    left: 0%;
    margin: -39px 0 0 0;
    box-shadow: 3px 0px 1px #0e3057;
}
.cme {
    width: 20%;
    position: relative;
    left: 0;
    bottom: 0;
}

}
@media (min-width: 577px) and (max-width: 991px){
  
  .socsmrks-frstsectconts h1 {
    font-size: 26px;
    margin-top: 9px;
    margin-bottom: 38px;
}
.frstnr {
    width: 100%;
    left: 0%;
    top: 196px;
}
.annexure1-sub2 {
    padding: 10px 0px;
    margin: 121px 0 0 0;
}
.faq-section {
    background: #fdfdfd;
    min-height: auto;
    padding: 10px 0 0;
    margin: 26px 5px 58px 0px;
    position: relative;
    left: 12%;
    top: 0%;
    border-radius: 12px;
    width: 86%;
    height: auto;
    z-index: 10;
}
.frmd {
    padding: 20px;
    margin: 0 42px 0 36px;
}
.tesischnai h3 {
    margin: 0px 0 0 0;
    padding: 0px 0px 0px 0px;
    line-height: 37px;
    font-size: 22px;
}
.frmd {
    padding: 8px;
    margin: 0 42px 0 36px;
}
.socsmrks-hepsjours h2 {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.accordion__wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0rem;
}
.socsmrks-butsgrwsconts h2 {
    font-size: 25px;
    margin-top: 31px;
    margin-bottom: 0px;
    line-height: 62px;
}
.SOCIAL-STAR-LIST ul {
    width: 100%;
    list-style: none;
    margin: 20px 10px 10px 0px;
}
.SOCIAL-STAR-LIST2 ul {
    width: 100%;
    list-style: none;
    margin: 22px 10px 96px 0px;
}
.socsmrks-bantsconts h3 {
    font-size: 30px;
     line-height: 49px;
}
.socsmrks-bantsconts h4 {
    font-size: 17px;
    margin: 26px 0 0 0px;
}
.dsaa h3 {
    font-size: 19px;
    line-height: 33px;
}
.tgau  h4 {
    font-size: 17px;
    margin: 0 0 0px 0;
}
.socsmrks-campagsconts h2 {
    font-size: 23px;
    margin-top: 34px;
    margin-bottom: 25px;
    line-height: 35px;
}
.ki {
    padding: 14px;
    margin: 22px 14px 28px 0;
    max-width: 100%!important;
    padding: 17px 29px 21px;
}
.kik {
    padding: 14px;
    margin: 22px 14px 28px 0;
    max-width: 100%!important;
    padding: 17px 29px 21px;
}
.pythonpycharm5 h3 {
    margin: 32px 0 0px 0px;
    font-size: 21px;
}

.ag-offer_title {
    font-size: 16px;
}
.ag-offer_visible-item {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    padding: 34px 0px;
}

.icn i {
    font-size: 24px;
    width: 67px;
}
.icn {
    position: absolute;
    top: 2%;
    left: 76%;
}
.sag-offer_text ul>li {
    margin: -33px 0  -7px 27px;
    font-size: 16px;
    text-align: justify;
    font-family: 'Josefin Sans';
}
.ag-format-container {
    width: 100%;
    margin: 0 auto;
}
.ag-format-container img{
display: none;
}
.ag-format-container ul li {
    margin: -29px 29px 0 -10px;
}
.sag-offer_text ul>i{
    margin: 0 0 0 -39px;
}
.sag-offer_text ul {
    margin: 61px 0 0 0;
}
.icns{
    position: absolute;
    top: 2%;
    left: 76%;

}
.icnsw {
    position: absolute;
    top: 2%;
    left: 76%;
}
.icnst {
    position: absolute;
    top: 2%;
    left: 76%;
}
.icnsy {
    position: absolute;
    top: 2%;
    left: 76%;
}
.icnsy i,.icnst i,.icnsw i,.icns i{
    font-size: 24px;
    width: 67px;
}
.socsmrks-contacsectsconts {
    padding: 58px 22px;
}
.socsmrks-contacsectsconts h5 {
    font-size: 18px;
    line-height: 31px;
}
.nij {
    position: relative;
    width: 16%;
    left: 0%;
    margin: -39px 0 0 0;
    box-shadow: 3px 0px 1px #0e3057;
}
.cme {
    width: 20%;
    position: relative;
    left: 0;
    bottom: 0;
}

}
@media (min-width: 1210px) and (max-width: 1280px){
.frmd {
    padding: 12px;
    margin: 74px -56px 69px 85px;
}
.faq-section {
    min-height: auto;
    padding: 10px 0 0;
    left: 8%;
    top: 24%;
    width: 100%;
    height: auto;
}
.faq .card .card-body {
    padding: 0;
    padding-left: 0;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;

}
.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 0;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 16px;
    padding-top: 9px;
    padding-bottom: 6px;
}
.sfs {
    position: absolute;
    left: 140px;
    top: 1149px;
    width: 18%;
    z-index: 10;
}
.socsmrks-bantsconts h3 {
    font-size: 44px;
    line-height: 56px;
}
.socsmrks-bantsconts h4 {
    font-size: 31px;
    margin: 26px 0 0 0px;
}
.cllem {
    width: 100%;
    margin: 44px 0 0 -40px;
}
.socsmrks-contacsectsconts {
    padding: 41px 175px;
    margin: 64px 0 100px 0;
}
.nij {
    position: absolute;
    width: 10%;
    left: 2%;
}
.cme {
    width: 9%;
    left: 88%;
    bottom: 871px;
}
.annexure1-sub2 {
    padding: 10px 60px;
    margin: 51px 0 0 0;
}
.frstnr {
    width: 135%;
    left: 0%;
    top: 132px;
}

}
@media (min-width: 1281px) and (max-width: 1366px){

.frmd {
    padding: 12px;
    margin: 74px -56px 69px 85px;
}
.faq-section {
    min-height: auto;
    padding: 10px 0 0;
    left: 8%;
    top: 24%;
    width: 100%;
    height: auto;
}
.faq .card .card-body {
    padding: 0;
    padding-left: 0;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;

}
.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 0;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 16px;
    padding-top: 9px;
    padding-bottom: 6px;
}
.sfs {
    position: absolute;
    left: 140px;
    top: 1137px;
    width: 18%;
    z-index: 10;
}
.socsmrks-bantsconts h3 {
    font-size: 44px;
    line-height: 56px;
}
.socsmrks-bantsconts h4 {
    font-size: 31px;
    margin: 26px 0 0 0px;
}
.cllem {
    width: 100%;
    margin: 44px 0 0 -40px;
}
.socsmrks-contacsectsconts {
    padding: 41px 175px;
    margin: 64px 0 100px 0;
}
.nij {
    position: absolute;
    width: 10%;
    left: 2%;
}
.cme {
    width: 9%;
    left: 88%;
    bottom: 871px;
}
.annexure1-sub2 {
    padding: 10px 60px;
    margin: 51px 0 0 0;
}
.frstnr {
    width: 135%;
    left: 0%;
    top: 132px;
}
.sfs {
    position: absolute;
    left: 304px;
    top: 1240px;
    width: 14%;
    z-index: 10;
}

}
@media (min-width: 1367px) and (max-width: 1440px){


.frmd {
    padding: 12px;
    margin: 74px -56px 69px 85px;
}
.faq-section {
    min-height: auto;
    padding: 10px 0 0;
    left: 8%;
    top: 24%;
    width: 100%;
    height: auto;
}
.faq .card .card-body {
    padding: 0;
    padding-left: 0;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;

}
.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 0;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 16px;
    padding-top: 9px;
    padding-bottom: 6px;
}
.sfs {
    position: absolute;
    left: 140px;
    top: 1137px;
    width: 18%;
    z-index: 10;
}
.socsmrks-bantsconts h3 {
    font-size: 44px;
    line-height: 56px;
}
.socsmrks-bantsconts h4 {
    font-size: 31px;
    margin: 26px 0 0 0px;
}
.cllem {
    width: 100%;
    margin: 44px 0 0 -40px;
}
.socsmrks-contacsectsconts {
    padding: 41px 175px;
    margin: 64px 0 100px 0;
}
.nij {
    position: absolute;
    width: 10%;
    left: 2%;
}
.cme {
    width: 9%;
    left: 88%;
    bottom: 871px;
}
.annexure1-sub2 {
    padding: 10px 60px;
    margin: 51px 0 0 0;
}
.frstnr {
    width: 135%;
    left: 0%;
    top: 132px;
}



}
@media (min-width: 1441px) and (max-width: 1536px){
  .tesischnai h3 {
    text-align: center;
    margin: 0px 0 0 0;
    padding: 0px 0px 0px 0px;
    font-family: sans-serif;
    font-weight: 800;
    color: #494614;
    text-transform: capitalize;
    line-height: 44px;
    position: relative;
    font-size: 29px;
    /* z-index: 1; */
    /* background: #e5e5ff; */
    border-radius: 15%;
}
.sfs {
    position: absolute;
    left: 506px;
    top: 1161px;
    width: 20%;
    z-index: 10;
}
.faq .card .card-body p {
    margin-bottom: 14px;
    padding: 10px 16px;
    text-align: justify;
}
.socsmrks-bantsconts h3 {
    font-size: 52px;
    font-weight: 550;
    text-align: center;
    line-height: 63px;
    /* margin: 0 0 0 4px; */
    text-transform: capitalize;
    color: #195292;
    font-family: "Righteous", sans-serif;
}
.socsmrks-bantsconts h4 {
    font-size: 27px;
    margin: 26px 0 0 17px;
    font-family: 'Lilita One';
    line-height: 44px;
    text-align: center;
    text-transform: capitalize;
}
.socsmrks-contacsectsconts {
    padding: 41px 167px;
    text-align: center;
    margin: 64px 0 100px 0;
    background: repeating-linear-gradient(45deg, #b8d1ed, transparent 1184px);
}
.nij {
    position: absolute;
    width: 7%;
    left: 2%;
    border-radius: 50%;
    box-shadow: 12px 0px 1px #0e3057;
}
.cme {
    width: 8%;
    position: absolute;
    left: 91%;
    bottom: 819px;
    border-radius: 23px;
}
}
@media (min-width: 1920px){
    .sfs {
    left: 663px;
    top: 1117px;
    width: 16%;
    z-index: 10;
}
}









