
/* Author: Hardeep Singh Villkhu */

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


/* GLOBAL */
::-moz-selection { color: #fff;background: #0051eb;}
::selection { color: #fff;background: #0051eb; }
.textBlue {color: #030938 !important;}
.textOrange {color: #ff4c1c !important;}
.textGray {color: #60697b !important;}
.poppinsBold {font-weight: 700 !important;}
.poppinsLight {font-weight: 300 !important;}
.bg-gray {background: #eceef6;}
a,a:hover,a:visited{text-decoration:none !important;color:inherit;display:inline-block;cursor:pointer;}
a:focus{color:inherit;outline:none;}


/*Buttons*/
.theme-btn-one {border-radius: 6px;position: relative;display: inline-block;font-size: 16px;line-height: 16px;color: #fff !important;text-align: center;font-weight: 600;padding: 13px 20px;text-align: center;z-index: 1;box-shadow: 0 20px 30px rgb(211 220 232 / 80%); transition: all 500ms ease;
   /* background-image: -webkit-gradient(linear, left top, right top, from(#1dbdf8), color-stop(50%, #5464fe), to(#2d4ad5));*/
    background-image: linear-gradient(90deg, #1dbdf8 0%, #5464fe 33%, #2d4ad5);
}
.theme-btn-one:before {position: absolute;content: '';background: #0d1d72;width: 0%;height: 100%;left: 0px;top: 0px;opacity: 0;border-radius: 6px;z-index: -1;transition: all 500ms ease;}
.theme-btn-one:hover {background: #0d1d72;color: #fff !important;}
.theme-btn-one:hover:before {width: 100%;opacity: 1;}


.vincent_back_to_top.show {opacity: 1;bottom: 15px;}
.vincent_back_to_top {    border-radius: 8px;display: block;width: 50px;height: 50px;position: fixed;z-index: 9999;bottom: -100px;right: 15px;cursor: pointer;transition: all 0.2s ease-out;opacity: 0;background: rgb(0 40 255 / 70%);-webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
.vincent_back_to_top:hover {background-color: #0020d0;}
.vincent_back_to_to.show {display: block !important;}
.vincent_back_to_top:after {display: block;font-size: 33px;line-height: 45px;width: 100%;text-align: center;height: 45px;font-family: 'Font Awesome 5 Pro';content: "\f106";color: #fff;position: absolute;top: 50%;left: 0;margin-top: -24px;}



/*********************************************** Start Index Page Css **********************************************************/

body{font-family: 'Poppins', sans-serif;color: #030938;}
header {     width: 100%;
    position: absolute;
    z-index: 8;
    top: 0;}

.top-bar {    background: #2543d3;
    color: #fff;
    padding: 10px 0 50px 0;
    margin: 0 0 -40px 0;}
.top-bar .contactEmailTop {text-align: right;}



.headerWithSlide {
background: url(../img/bg-slide.jpg) no-repeat;
        background-position: center;
    width: 100%;
    background-size: cover;
    padding: 155px 0 0 0;
    min-height: 500px;

}
.headerWithSlide .alignCenter {align-items: center;  }




/* Starts Pure CSS Responsive Dropdown Menu*/
.logo {
    position: relative;
    z-index: 123;
    float: left;
}
.logo a {
  
}

.text-style {
    font-size: x-large;
    background-color: #f3ec78;
    background-image: linear-gradient(90deg, #1dbdf8 0%, #5464fe 33%, #2d4ad5) !important;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.logo a img { width: 215px; }

#cssmenu ul.firstUlWrap {     float: right;  padding: 0 0 0 172px;  margin: 0;  }

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #head-mobile {
  display: none;
}
#cssmenu {
    z-index: 10;
    margin: 0 30px;
    border-radius: 8px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 15px;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li > a {
    padding: 17px 10px;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #030938;
    font-weight: 600;
}
#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a {
  color: #2543d3;
}
#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  /*background: #e2292c !important;*/
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 25px;
  right: 17px;
  width: 8px;
  height: 2px;
  display: block;
  background: #2543d3;
  content: "";
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 22px;
  right: 20px;
  display: block;
  width: 2px;
  height: 8px;
  background: #2543d3;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  background: #fff;
  transition: all 0.25s ease;
}
#cssmenu ul ul li:hover {
}
#cssmenu li:hover > ul {
  left: auto;
  width: 250px;
}
#cssmenu li:hover > ul > li {
  height: 48px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 15px 25px;
    width: 100%;
    font-size: 16px;
    text-decoration: none;
    color: #3e3e3e;
    font-weight: 700;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
     color: #fff;
    background: #0d1d72;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 20px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: "";
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 17px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #f5f5f5;
}
#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}
#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}



@media (min-width: 1281px) and (max-width: 1367px) {
#cssmenu ul.firstUlWrap {
    padding: 0px 0 0 40px;
}
}





@media (min-width: 1001px) and (max-width: 1280px) {

.logo a img {
    width: 125px;
}
#cssmenu > ul > li.has-sub > a {
    padding-right: 20px;
}

#cssmenu > ul > li > a {
    padding: 17px 7px;
    font-size: 14px !important;
        letter-spacing: 0;
}

.quoteBtnTop a {
    font-size: 14px !important;}

#cssmenu > ul > li.has-sub > a:after {
    right: 5px;
}
#cssmenu > ul > li.has-sub > a:before {
    right: 8px;
}

}


@media screen and (max-width: 1000px) {
  .logo {
    position: absolute;
    top: 10px;
    left: 0;
    width: 190px;
    padding: 0 0 0 15px;
    float: none;
  }
#cssmenu {    padding: 0;
    display: table;
    margin: 0 auto;
    width: 90%;}


#cssmenu ul.firstUlWrap {  
    padding: 0;  float: none;
    width: 100%;background: #fff;
}

#cssmenu > ul > li > a {
    color: #192e6d;
}
.quoteBtnTop {
    margin: 0;
    padding: 20px;
}
.quoteBtnTop a {
    font-size: 20px !important;
background: #2543d3;
    color: #fff !important;
    border-radius: 10px;
    margin: 0;
    text-align: center;
    width: 100% !important;
    display: block !important;
}
header {padding: 0;}
.logo a img {
    width: 100%;
}


  .logo2 {
    display: none;
  }
  nav {
    width: 100%;
  }

  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #1c3640;
    margin: 0;  
  }
  #cssmenu ul li:hover {
    background: #363636;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul li {
    background: #333 !important;
  }
  #cssmenu ul ul li:hover {
    background: #4a4a4a !important;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #ddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #fff;
    
    background: #4a4a4a;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
  }
  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
  }
  .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #030938;
    border-bottom: 2px solid #030938;
    content: "";
  }
  .button:before {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #030938;
    content: "";
  }
  .button.menu-opened:after {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #030938;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .button.menu-opened:before {
    top: 23px;
    background: #030938;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #234552;
    height: 51px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 45px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: "";
  }
  #cssmenu ul ul .submenu-button:after {
    top: 21px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: "";
  }
  #cssmenu ul ul .submenu-button:before {
    top: 18px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  #cssmenu ul ul ul li.active a {
    border-left: none;
  }
  #cssmenu > ul > li.has-sub > ul > li.active > a,
  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
}


.quoteBtnTop {margin: 0 0 0 10px;}
.quoteBtnTop a {font-size: 20px !important; padding: 15px 25px !important;}
#cssmenu > ul > li.quoteBtnTop:hover { border-radius: 10px;}

/* Ends Pure CSS Responsive Dropdown Menu*/


.leftMainText {color: #fff;}
.leftMainText h3 {  margin: 0 0 25px 0;  font-weight: 700;font-size: 16px;display: inline-block;padding: 7px 15px;border-radius: 6px;background: #ff4c1c;letter-spacing: 2px;text-transform: uppercase;}
.leftMainText h4 {font-weight: 700;font-size: 70px;line-height: 100px;margin: 0 0 20px 0;}
.leftMainText .paraGraphMain {font-size: 26px;margin: 0 0 15px 0;text-transform: uppercase;}
.leftMainText .paraGraphMain .theme-btn-one {font-size: 18px !important;padding: 20px 35px !important;}


.rightSideImg {    -webkit-animation: Pr_mark_animation_2 12s infinite linear alternate;
    animation: Pr_mark_animation_2 12s infinite linear alternate;}
.rightSideImg img {}


.companyPlacement {padding: 120px 0 80px 0;position: relative; z-index:1;
        overflow: hidden;}

.companyPlacement .column{
    position:relative;
    margin-bottom:30px;

}

.companyPlacement .column .inner{
    position:relative;
    text-align:center;

}

.companyPlacement .column .inner:before{
    position:absolute;
    content:'';
    right:-20px;
    top:95px;
    width:12px;
    height:12px;
    border-radius:50px;
    background: #ff4c1c;
}

.companyPlacement .column:last-child .inner:before{
    display:none;
}

.companyPlacement .column .inner .content {
    position: relative;
    background: -webkit-linear-gradient(top, #F8F8F8 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, #F8F8F8 0%, rgba(255, 255, 255, 0) 100%);
    border-image-source: linear-gradient(90deg, #ECF2F6 0%, rgba(236, 242, 246, 0) 70.31%);
    background-color: #fff;
    margin: 0 30px;
    padding: 30px 0;
    border-radius: 10px;
}

.companyPlacement .column .inner .content:hover {background-color: #ecf2f6;}



.companyPlacement .column .inner .iconn{
    position:relative;
    font-size:54px;
    line-height:1em;
    font-weight: 500;
    margin-bottom:22px;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    font-family: "flaticon";
    
    color:#05bcf7;
    line-height:1em;
    background-image: linear-gradient(to left, #05bcf7 0%, #0751cc 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.companyPlacement .column .inner:hover .iconn{
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.companyPlacement .count-outer .percentage{
    position:relative;
    font-weight:700;
    color:#000000;
    font-size:36px;
    line-height:1em;
    font-family: 'Poppins', sans-serif;
}

.companyPlacement .column .inner .count-outer{
    position: relative;
    font-weight: 700;
    color: #030938;
    font-size: 40px;
    line-height: 1em;
}

.companyPlacement .column .inner .counter-title{
    position:relative;
    color:#030938;
    font-size:24px;
    margin-top:10px;
    line-height:1.4em;
    font-family: 'Poppins', sans-serif;
}

.companyPlacement .column .inner .count-outer i{
    position:relative;
    right:-4px;
    top:-15px;
    font-style:normal;
    color:#000c3f;
    font-size:20px;
}


.content-inner-2 {
  padding: 40px 0 70px 0;
      position: relative;
}
.srMarkshape7 {
     top: -18px;
    left: -150px;
    z-index: 0;
}

.content-inner-2 .srMarkshape8 {
    left: 70px;
    top: 100px;
    z-index: 0;
    -webkit-animation: Pr_mark_animation_2 12s infinite linear alternate;
    animation: Pr_mark_animation_2 12s infinite linear alternate;
}
.content-inner-2 .srMarkshape10 {
    left: 40%;
    top: 0;
    -webkit-animation: 10s apldg_rotate_animation linear infinite;
    animation: 10s apldg_rotate_animation linear infinite;
}


.about-bx1 .dz-media {
    position: relative;
    overflow: unset;
}
.srMarkshape5 {top: 0;right: 55px;z-index: 0;-webkit-animation: Pr_mark_animation_3 15s infinite linear alternate;animation: Pr_mark_animation_3 15s infinite linear alternate;}

@-webkit-keyframes Pr_mark_animation_3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes Pr_mark_animation_3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.srMarkshape4 {
    right: 0;
    bottom: -70px;
    z-index: 0;
    -webkit-animation: Pr_mark_animation_2 12s infinite linear alternate;
    animation: Pr_mark_animation_2 12s infinite linear alternate;
}

@-webkit-keyframes Pr_mark_animation_2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes Pr_mark_animation_2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.srMarkshape6 {
    bottom: 0;
    left: 123px;
    z-index: -1;
}




.section-head {
    margin-bottom: 20px;
}
.sectionCOnn {    margin: 0 0 50px 0;font-size: 22px;line-height: 40px;}
.section-head .sub-title {        font-size: 22px;
    margin: 0 0 10px 30px;
    display: inline-block;
    position: relative;}
.section-head .sub-title:after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #ff4c1c;
    position: absolute;
    left: -25px;
    top: 7px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
  
.section-head .title {
      font-size: 50px;
    font-weight: 700;

    line-height: 65px;
}

.about-text-bx {
    position: relative;
    box-shadow: 0 24px 48px -15px rgb(153 161 170 / 25%);
    border-radius: 8px;
    display: flex;
        padding: 20px;
            background: linear-gradient(180deg, #F8F8F8 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid;
    border-image-source: linear-gradient(90deg, #ECF2F6 0%, rgba(236, 242, 246, 0) 70.31%);
}



.teamBoxx {    margin: 0 0 0 20px;}
.teamBoxx h4 {font-size: 22px;}
.teamBoxx p {font-size: 16px;margin: 0;}


.investMore {display: flex;      margin: 50px 0 0 0;  align-items: center;}
.investMore p {margin: 0 20px 0 0;    font-weight: 700;font-size: 24px;}
.investMore .theme-btn-one {      font-size: 18px !important;
    padding: 20px 35px !important;}


.creativeSolutions {background: #030938;color: #fff;position: relative;padding:50px 0 30px 0;margin: 150px 0 0 0;}
.creativeSolutions .creativeImgg {    right: 0;
    top: -113px;    -webkit-animation: Pr_mark_animation_2 12s infinite linear alternate;
    animation: Pr_mark_animation_2 12s infinite linear alternate;}
.creativeSolutions .about-bx33{}
.innerCreativeText h2 {font-size: 40px; background: #259CCF;
background: linear-gradient(to right, #259CCF 0%, #2A11CF 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding: 0 0 0 50px;  }
.innerCreativeText h3 {font-size: 120px;}




.topRecruiters {padding: 80px 0;}
.topRecruiters .partnerContent {margin: 50px 0 0 0;}
.topRecruiters .partnerContent ul {margin: 0;}
.topRecruiters .partnerContent li {
    padding: 0px 20px;
        display: inline-block;
    margin-bottom: 50px;
}
.topRecruiters .partnerContent li img {
    transition: 0.4s all ease-in-out;
    filter: grayscale(1);
        border-radius: 10px;
            border: 1px solid #e0e3eb;
}
.topRecruiters .partnerContent li img:hover {
    filter: grayscale(0);
    transform: scale(1.1);
}



.whyChoose {padding: 180px 0 90px 0;position: relative;}
.whyChoose .counterImg-7 {    position: absolute;
    top: 186px;
    right: 0;
}
.whyChoose .srMarkshape5 {
    top: 19%;
    left: 52%;
    right: unset;
    z-index: 0;
}

.whyChoose .srMarkshape8 {
    bottom: 13%;
    right: 17%;
    z-index: 0;
    -webkit-animation: Pr_mark_animation_2 12s infinite linear alternate;
    animation: Pr_mark_animation_2 12s infinite linear alternate;
}
 .whyChoose .srMarkshape10 {
      top: 37%;
    left: 17%;
    z-index: 0;
    -webkit-animation: Pr_mark_animation_2 12s infinite linear alternate;
    animation: Pr_mark_animation_2 12s infinite linear alternate; 
 }



.services-grid.service-style-2:hover, .services-grid.service-style-2.active {
    background-color: #ecf2f6;
}

.services-grid .thumbnail {
    margin-right: 25px;
    max-width: 85px;
}

.services-grid.service-style-2 {
    background: -webkit-linear-gradient(top, #F8F8F8 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, #F8F8F8 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid;
    border-image-source: linear-gradient(90deg, #ECF2F6 0%, rgba(236, 242, 246, 0) 70.31%);
    background-color: var(--color-white);
    margin-bottom: 30px;
}

.services-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 50px 40px;
    border-radius: 30px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    padding: 50px 30px 40px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.services-grid.service-style-2 .content .title a {font-weight: 700;font-size: 22px;line-height: 36px;color: #343f52;}
.services-grid.service-style-2 .content p {font-weight: 300;font-size: 16px;line-height: 28px;color: #60697b;}








.NewAndEvents {padding: 80px 0;background: #eceef6;position: relative;}
.NewAndEvents .srMarkshape8 {left: 0;bottom: 0;z-index: 0;}

#news-slider5 .owl-wrapper-outer {    padding:50px 0;}
.owl-theme .owl-controls {
    text-align: center;
}
.campusbox {margin: 0 10px;background: #fff;border-radius: 10px;}
.campusthumb {overflow: hidden;}
.campusthumb img {transition: all 1.5s cubic-bezier(0,0,.2,1);width: 100%;border-radius: 10px;}
.campusthumb:hover img {transform: scale3d(1.1,1.1,1.1);overflow: hidden;}

.campuscontent {padding: 35px 40px;box-shadow: 0 10px 40px #1c335412;}
.campuscontentHeader {margin: 0 0 20px 0;}
.campuscontentHeader h3 {font-size: 20px;line-height: 34px;}

.courseeClock span {margin: 0 0 0 10px;}

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


.testimonialSec {    padding: 80px 0 70px 0;
    background: #eceef6;}
#news-slider4 {margin: 50px 0 0 0;}

.mainTestContent {  }

.mainTestContent .testiCont {
        margin: 0 0 25px 0;
    background: #fff;
    color: #60697b;
    font-size: 22px;
    border-radius: 20px;
    padding: 50px;
    line-height: 38px;
    font-weight: 300;
}

.mt--100 {
    margin-top: 100px;
}
.mt--100Minus {
    margin-top: -100px;
}
.mt--230Minus {
    margin-top: -230px;
}
.mt--200 {
    margin-top: 200px;
}

.mainTestContent ul {
    display: flex;
    margin: -50px 0 0 30px;
    align-items: center;
}
.mainTestContent ul li:nth-child(1) {
        margin: 0 40px 0 0;
}
.mainTestContent ul li {
}
.mainTestContent ul li h2 {
       font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.mainTestContent ul li p {  
    font-size: 18px;
    font-weight: 300;
    color: #030938; 
    margin: 0;
}

#news-slider4 .owl-pagination, #news-slider4 .owl-pagination {
    text-align: center;
        margin: 45px 0 0 0;
}


.footer-area {padding: 100px 0 0 0;position: relative;}
.footer-area .srMarkshape81 {    bottom: 0;
    left: 40%;}




.footer-widget {
    margin-bottom: 80px;
}

.footer-widget .widget-title {
    font-weight: 700;
margin: 0 0 30px 0;
}

.footer-widget.border-end {
    border-right-color: #c7c7d5 !important;
    padding-right: 80px;
    margin-right: 40px;
    border-right: 1px solid #dee2e6!important;
}
.footer-newsletter .title {
    margin-bottom: 20px;
    font-size: 50px;
}

.footer-newsletter p {
    font-size:16px;
    line-height: 28px;
    margin: 0 0 40px 0;
    color: #60697b;
}


.footer-newsletter .input-group {
    background-color: #fff;
    border-radius: 20px;
    height: 72px;
    padding: 10px 10px 10px 55px;
    box-shadow: 0 24px 48px -15px rgb(153 161 170 / 25%);
}
.form-control:focus {box-shadow: none;}
.footer-newsletter .input-group:before {
    content: url(../img/message.png);
    position: absolute;
    left: 30px;
    top: 24px;
    z-index: 1;
}

.footer-newsletter .input-group .form-control {
    padding: 5px 15px;
    height: auto;
    border: none;
    background-color: transparent;
}



.footer-newsletter .input-group .theme-btn-one {
      outline: none;
    border: 0;
}

.footer-menu-link ul {
    margin: -8px 0;
}

.footer-menu-link li a {
    color: #60697b;
    padding: 8px 0;
    font-size: 18px;
    line-height: 1.5;
}
.footer-menu-link li a:hover, .site-footer__social a:hover {color: #2543d3;}
.footer-bottom {
    border-top: 1px solid #c7c7d5;
    padding: 25px 0;
}

.footer-copyright .copyright-text {
    color: #60697b;
}
.site-footer__social {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
    justify-content: end;
}
.site-footer__social a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #9ca2a9;
    font-size: 22px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.site-footer__social a+a {
    margin-left: 36px;
}


/* ---------------------------------------- Starts Breadcurmbs ----------------------------------------------- */

.diceCape-breadcurmb-section {
  background-color: #eceef6;
  padding: 200px 0px 80px 0;
 
}
.breadcurmb-title h2 {
  margin: 0;
  font-weight: 700;
  font-size: 70px;
  font-family: 'Poppins';
  padding-bottom: 20px;
   color: #030938;
}
.diceCape-page-breadcurmb {justify-content: center;align-items: center;margin: 0;}
.diceCape-page-breadcurmb li a, .diceCape-page-breadcurmb li span  {
  margin: 0px 10px;
  font-size: 22px;
  position: relative;
   color: #030938;
}

.diceCape-page-breadcurmb li a:hover {    color: #2543d3;}

.diceCape-page-breadcurmb li a:after {
 content: '\f111';
 font-weight: 900;
 font-size: 12px;
 font-family: 'Font Awesome 5 pro';
 margin: 0 0 0 25px;
 color: #ff4c1c;
}
.diceCape-page-breadcurmb li:last-child a:after {display: none;}

.arrowDownImgg {    display: table;
    margin: -36px auto;}
/* ---------------------------------------- Ends Breadcurmbs ----------------------------------------------- */



/* ---------------------------------------- Starts About ----------------------------------------------- */

.content-inner-2.aboutPagge {    margin: 100px 0 0 0;}
.content-inner-2.aboutPagge .sectionCOnn {
    margin: 0 0 20px 0;}
    .content-inner-2.aboutPagge.reverseSide {   padding: 40px 0 160px 0; margin: 182px 0 0 0;
    overflow: hidden;}
.dzMediaRevers .srMarkshape6 {    right: 100px;left: unset;}

.reverseSide .srMarkshape7 {    right: -50px;
    left: unset;
    top: 0;}
    .reverseSide .srMarkshape7 img {    width: 700px;}
.dice-about-service-list li {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.dice-about-service-list li i {
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 8px;
    text-align: center;
    line-height: 40px;
    color: #ff5722;
    margin-right: 20px;
    background-color: #fff4f1;
}

.whyChooseAbtt { overflow: hidden;  padding: 70px 0;
    position: relative;
    background: #030938;
    text-align: center;margin: 50px 0 0 0;}
.whyChooseAbtt h3 {    font-size: 40px;
    background: #259CCF;
    background: linear-gradient(to right, #259CCF 0%, #2A11CF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.whyChooseAbtt p {    font-size: 70px;color: #fff;}
.whyChooseAbtt .counterImg-7 {    position: absolute;
    top: 186px;
    right: 0;
}
.whyChooseAbtt .srMarkshape5 {
    top: 19%;
    left: 52%;
    right: unset;
    z-index: 0;
}

.whyChooseAbtt .srMarkshape8 {
    bottom: 13%;
    right: 17%;
    z-index: 0;
    -webkit-animation: Pr_mark_animation_2 12s infinite linear alternate;
    animation: Pr_mark_animation_2 12s infinite linear alternate;
}
 .whyChooseAbtt .srMarkshape10 {
      top: 37%;
    left: 17%;
    z-index: 0;
    -webkit-animation: Pr_mark_animation_2 12s infinite linear alternate;
    animation: Pr_mark_animation_2 12s infinite linear alternate; 
 }
.faculty {background: #eceef6;padding: 80px 0;}
.services-grid-2 {
      margin: 30px 0 0 0;
    display: block;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
    padding: 50px;
}
.services-grid-2 .thumbnail {margin: 0 0 20px 0;}
.services-grid-2 .content .title {    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
    color: #343f52;}
.services-grid-2 .content P {    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #60697b;    margin: 0;}

.services-grid-2 .content .title a {
    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
    color: #343f52;
}
.gotAquestion {
    padding: 100px 0;
    background: #ff4c1c;
}
.gotAquestion .row {      align-items: center;}
.gotAquestion .innerBoxxGot {position: relative;}
.gotAquestion .innerBoxxGot img {    position: absolute;
    left: -110px;
    top: -25px;}
.gotAquestion .innerBoxxGot h3 { color: #fff;
    padding: 0 0 0 250px;   font-size: 50px;
margin:0;
line-height: 72px;
font-weight: 700;}
.gotAquestion .callUsBtn {margin: 0;}
.gotAquestion .callUsBtn .theme-btn-one {    font-size: 24px;
    background: #030938;
    padding: 25px 50px;
    box-shadow: unset;}
/* ---------------------------------------- Ends About ----------------------------------------------- */



/* ---------------------------------------- Starts Software Development ----------------------------------------------- */

.pattern {    bottom: -330px;}

.howWeDo {padding: 80px 0;}
.WorkingProcess {padding: 100px 0;}

.WorkingProcess .section-head {margin: 0 0 50px 0;}
.process-wrapper.line .booxSteps {
    position: relative;
    text-align: center;
    margin: 30px 0 0 0;
}

.process-wrapper.line .booxSteps:after {
    width: 100%;
    position: absolute;
    content: "";
    height: 1px;
    background: 0 0;
    border-top: 1px solid rgba(164,174,198,.2);
    top: 2.5rem;
    z-index: 1;
    left: 12rem;
}
.process-wrapper.line .booxSteps.lastBoxxLine:after {display: none;}



.process-wrapper.line .booxSteps .btn-circle {
  position: relative;
  z-index: 2;
      width: 87px;
      font-size: 45px;
      border-radius: 100px;
      background-color: #eceef6;
    color: #030938;
}
.process-wrapper.line .booxSteps .btn-circle:hover {
    background-color: #ff4c1c;
    color: #fff;
}


.process-wrapper.line .booxSteps h4 {    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
    color: #343f52;}
.process-wrapper.line .booxSteps p {    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #60697b;
    margin: 0;}

.dividerImg {border: 0;
    border-top: 1px solid rgba(0,0,0,.1);}
.dividerImg img {}

/* ---------------------------------------- Ends Software Development ----------------------------------------------- */




/* ---------------------------------------- Starts Training and Internship ----------------------------------------------- */


.content-inner-2.traningPage.reverseSide {
    padding: 40px 0 160px 0;
    margin: 100px 0 0 0;
    overflow: hidden;
}
.popularCategories {
    padding: 100px 0;
}

.booxCato {     margin: 30px 0 0 0;    transition: 0.3s all ease-in-out; border: 1px solid #b3b7c8;  text-align: center;
   
    padding: 30px 15px;
    border-radius: 10px;  }
.booxCato h2 {font-size: 20px;margin: 0;}
.booxCato:hover { transform: translateY(-15px); background: #fff;  border: 1px solid #fff; box-shadow: 0 24px 48px -15px rgb(153 161 170 / 25%);}


.certificateDiv {   padding: 100px 0;}
.certficateImggBig {margin: 30px 0 0 0;}
.certficateImggBig img {transition: 0.3s all ease-in-out;}
.certficateImggBig img:hover {box-shadow: 0px 25px 40px 0px rgb(22 0 37 / 15%);    transform: translateY(-15px);}



/* ---------------------------------------- Ends Training and Internship ----------------------------------------------- */




/* ---------------------------------------- Starts Training and Internship ----------------------------------------------- */
.countTextt {    margin: 15px 0 0 0;}
.countTextt h4 {font-size: 40px;}
.countTextt p {font-size: 22px;line-height:30px;margin: 0;}
.workingProcessMain {    padding: 100px 0;margin: 130px 0 0 0;}

.workingProcessMain .section-head {margin: 0 0 50px 0;}
.booxWorkPro { margin: 30px 0 0 0;   position: relative;
    padding: 100px 0 0 100px;}
.booxWorkPro h2 {    font-size: 75px;
    position: absolute;
    top: 0;
    left: 0;}
.booxWorkPro p {line-height: 26px;    margin: 50px 0 0 0;}
.booxWorkPro .nameWithIcon {position: relative;}
.booxWorkPro .nameWithIcon img {    position: absolute;
    top: 10px;
    left: -45px;}
.booxWorkPro .nameWithIcon h3 {      transition: 0.3s all ease-in-out;  font-size: 18px;
    line-height: 28px;
    padding: 10px 10px 10px 115px;
    background: #f4f5fa;
    border-radius: 8px;}

.booxWorkPro .nameWithIcon h3:hover {
    background: #fff; box-shadow: 0 24px 48px -15px rgb(153 161 170 / 25%);}


.recruitmentSystem {
    background: url(../img/bg-3.jpg) no-repeat;
    background-attachment: fixed;
    width: 100%;
    background-size: cover;
    background-position: center center;
    padding: 120px 0 150px 0;
    color: #ffffff;
    position: relative;
    z-index: 1;
    text-align: center;
}    
.recruitmentSystem[data-black-overlay="9"]:before {opacity: .7;}
.recruitmentSystem[data-black-overlay]:before {background-color: #030938;}
.recruitmentSystem[data-black-overlay]:before {content: "";position: absolute;left: 0;top: 0;height: 100%;width: 100%;z-index: -1;}


.recruitmentSystem h3 {background: #259CCF;
background: linear-gradient(to right, #259CCF 0%, #2A11CF 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;font-size: 40px;
margin: 0 0 30px 0
}


.recruitmentSystem p {font-size: 70px;line-height: 100px; color: #fff;margin: 0 0 30px 0;
}
.recruitmentSystem .theme-btn-one {
  font-size: 24px;
    padding: 25px 50px;
    box-shadow: unset;
}

.staffing {
    padding: 80px 0;
}
.staffing .textBigg {    font-size: 200px;
    text-align: center;
    margin: -80px 0 0 0;
    color: #ebeef6;}


/* ---------------------------------------- Ends Training and Internship ----------------------------------------------- */





/* ---------------------------------------- Starts Resume Writing ----------------------------------------------- */

.booxResume {text-align: center;}
.booxResume h2 {font-size: 75px;
    margin: 0 0 50px 0;}
.booxResume:hover h2 {color: #ff4c1c;}    
.booxResume h3 {border-radius: 10px;padding: 20px 15px; font-size: 18px;line-height: 30px;background: #f4f5fa;transition: 0.3s all ease-in-out;}
.booxResume h3:hover {transform: translateY(-15px);
    background: #fff;}
.listOfFunctions {padding: 100px 0;}
.boxxListsMain {     display: flex;    min-height: 105px; transition: 0.3s all ease-in-out;  
    margin-bottom: 20px;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    padding: 20px 25px;
   }
.boxxListsMain h2 {font-size: 18px; display: flex;
    align-items: center;margin: 0;line-height: 30px;  }


.boxxListsMain h2 i {    width: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 8px;
    text-align: center;
    line-height: 40px;
    color: #ff5722;
    margin-right: 20px;
    background-color: #fff4f1;}
.boxxListsMain:hover {     box-shadow: 0 24px 48px -15px rgb(153 161 170 / 25%);   transform: translateY(-15px);
    background: #fff;border: 1px solid #fff;}

.tableResumee {padding: 100px 0;}
.resumeTableDib {    margin: 40px 0 0 0;}
.resumeTableDib .table {    background: #fff;
    border-radius: 10px;}

.resumeTableDib .table .thead-light th {    border-radius: 10px;  border-bottom: 1px solid #eceef6;  color: #030938;
    background-color: #fff;
    border-color: #eceef6;}
.resumeTableDib .table td, .resumeTableDib .table th {   padding: 1rem 1.5rem;   border-top: 1px solid #eceef6;}





/* ---------------------------------------- Ends Resume Writing ----------------------------------------------- */




/* ---------------------------------------- Starts Linkedin Optimization  ----------------------------------------------- */
.pricing-table {margin: 80px 0;}
.pricing-box {    border-radius: 10px;padding: 40px;background: #fff;transition: all .2s ease;position: relative;}
.pricing-box h3 {font-size: 30px;font-weight: 700;margin: 20px 0 10px;}
.pricing-box h4 {font-size: 18px;margin-top: 5px;font-weight: 700;}
.pricing-box h2 {margin-top: 25px;margin-bottom: 25px;font-weight: 700;font-size: 60px!important;}
.pricing-box h2 sup {font-size: 25px;top: -15.6px;}
.pricing-box h2 span {font-weight: 700;}
.pricing-box ul {margin: 20px 0;padding: 0;}
.pricing-box li {display: block;margin-bottom: 10px;list-style: none;font-size: 14px;font-weight: 300;}
.pricing-box-bottom {margin-top: 40px;}
.pricing-box-bottom .defaultBlack {border: 2px solid #1d2228 !important;background: #1d2228 !important;}
.pricing-box-bottom .defaultBlack:hover {background: transparent !important;    border: 2px solid #f9004d !important;}
.pricing-table.featured {margin: 40px 0;}
.pricing-box.featured {padding: 80px 40px;}
.pricing-box.featured .featured-mark {display: block;padding: 5px 18px 5px 10px;position: absolute;top: 44px;left: -4px;text-transform: uppercase;font-size: 12px;line-height: 1.4;font-weight: 700;color: #fff;background-color: #ff4c1c;}
.pricing-box.featured .featured-mark:after {content: "";position: absolute;top: 0;right: 0;border-right: 9px solid #fff;border-top: 12px solid transparent;border-bottom: 12px solid transparent;}

/* ---------------------------------------- Ends Linkedin Optimization  ----------------------------------------------- */





/* ---------------------------------------- Starts Interviews  ----------------------------------------------- */
.lappyImgg {    margin: -57px 0 0 0;
    position: relative;
    z-index: 1;
    padding: 0 0 80px 0;}
.lappyImgg .mainBoxxLappy {}
.lappyImgg .mainBoxxLappy img {}
/* ---------------------------------------- Ends Interviews  ----------------------------------------------- */










































/* Media Queries */

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width: 1367px) and (max-width: 1919px) {
#cssmenu ul.firstUlWrap { padding: 0 0 0 130px; }


/* ---------------------------------------- Starts Training and Internship ----------------------------------------------- */

.staffing .textBigg {
    font-size: 100px;
    margin: 0 15px;
    width: 100%;
}

/* ---------------------------------------- Ends Training and Internship ----------------------------------------------- */





}
@media (min-width: 1280px) and (max-width: 1312px) {
  #cssmenu > ul > li > a {
    padding: 17px 7px;
    font-size: 14px !important;
    letter-spacing: 0;
}

}
@media (min-width: 1199px) and (max-width: 1280px) {
.staffing .textBigg {
    font-size: 100px;
    margin: 0 15px;
    width: 100%;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
#cssmenu ul.firstUlWrap {
padding: 0;}
.mt--200, .mt--100, .mt--100Minus, .mt--230Minus {
margin-top: 0;
}
.footer-area .srMarkshape81 {
    bottom: unset;
    display: table;
    margin: 0 auto;
    left: unset;
    position: relative !important;
}
.innerCreativeText h3 {
    font-size: 65px;
}
.about-bx1 .dz-media {width: auto;}



/* ---------------------------------------- Starts Training and Internship ----------------------------------------------- */

.staffing .textBigg {
    font-size: 100px;
    margin: 0 15px;
    width: 100%;
}
.booxWorkPro .nameWithIcon h3 {
    padding: 10px 10px 10px 95px;
}


/* ---------------------------------------- Ends Training and Internship ----------------------------------------------- */







}

@media (min-width: 768px) and (max-width: 991px) {
.leftMainText {
    text-align: center;
}

.headerWithSlide {
    padding: 145px 0 0 0;
}
.leftMainText h4 {
    font-size: 50px;
    line-height: 65px;
}
.companyPlacement .column .inner:before {display: none;}
.about-bx1 .dz-media {
    width: auto;
    float: none;
    margin: 0 0 100px 0;
}
.investMore {    justify-content: center;
}

.creativeSolutions {
    margin: 0;
    text-align: center;
}
.creativeSolutions .creativeImgg {
    right: 0;
    top: 0;
    position: relative !important;
}
.innerCreativeText h2 {
    padding: 0;
}
.whyChoose {
    padding: 60px 0;
}
.topRecruiters .partnerContent {
    margin: 0px -40px;
}

.mainTestContent .testiCont {
    margin: 0 0 25px 0;
    background: #fff;
    color: #60697b;
    font-size: 16px;
    border-radius: 20px;
    padding: 20px;
    line-height: 26px;
}

.mainTestContent ul li img {
    width: 75px;
}
.mainTestContent ul {
    margin: -40px 0 0 15px;
    align-items: flex-end;
}
.mainTestContent ul li:nth-child(1) {
    margin: 0 20px 0 0;
}
.mainTestContent ul li h2 {
    font-size: 16px;
    margin: 0;
}
.footer-widget.border-end {
    padding-right: 0;
    margin-right: 0;
    border-right: 0 !important;
}
.footer-area .srMarkshape81 {
    bottom: unset;
    display: table;
    margin: 0 auto;
    left: unset;
    position: relative !important;
}
.footer-area {
    padding: 60px 0 0 0;
    position: relative;
}
.mt--200, .mt--100, .mt--100Minus, .mt--230Minus {
    margin-top: 0;
}



/* ---------------------------------------- Starts Breadcurmbs ----------------------------------------------- */

.diceCape-breadcurmb-section {
    padding: 140px 0px 50px 0;
}
.breadcurmb-title h2 {    font-size: 24px;}

.diceCape-page-breadcurmb li a, .diceCape-page-breadcurmb li span {
    margin: 0px 5px;
    font-size: 16px;
}
.diceCape-page-breadcurmb li a:after {margin: 0 0 0 10px;}
.arrowDownImgg {
    margin: -25px auto;
    width: 72px;
}
/* ---------------------------------------- Ends Breadcurmbs ----------------------------------------------- */



/* ---------------------------------------- Starts About ----------------------------------------------- */
.content-inner-2.aboutPagge {
    margin: 70px 0 0 0;
}
.content-inner-2.aboutPagge.reverseSide {margin: 0;padding: 0;}
.content-inner-2.aboutPagge.reverseSide .section-head {margin: 60px 0 0 0;}

.dz-media.dzMediaRevers {margin: 0;}



.whyChooseAbtt h3 {
    font-size: 24px;
    }
.whyChooseAbtt p {
    font-size: 30px;margin: 0;
}
.services-grid-2 {padding: 30px;
    margin: 15px 0 0 0;}
    .gotAquestion .innerBoxxGot img {display: none;}

.gotAquestion, .whyChooseAbtt {text-align: center;padding: 70px 0;}
.gotAquestion .innerBoxxGot h3 {
    font-size: 30px;
    padding: 0;
    margin: 0 0 30px 0;
    line-height: 48px;
}


/* ---------------------------------------- Ends About ----------------------------------------------- */

/* ---------------------------------------- Starts Software Development ----------------------------------------------- */

.process-wrapper.line .booxSteps:after {display: none;}

/* ---------------------------------------- Ends Software Development ----------------------------------------------- */


/* ---------------------------------------- Starts Training and Internship ----------------------------------------------- */
.workingProcessMain {
    padding: 60px 0;
    margin: 0;
}
.workingProcessMain .section-head {
    margin: 0;
}
.booxWorkPro .nameWithIcon h3 {
    padding: 10px 10px 10px 95px;
    }
.recruitmentSystem {    padding: 60px 0;}


.recruitmentSystem p {
    font-size: 30px;
    line-height: 50px;
}
.staffing .textBigg {
    font-size: 100px;
    margin: 0 15px;
    width: 100%;
}



/* ---------------------------------------- Ends Training and Internship ----------------------------------------------- */


/* ---------------------------------------- Starts Interviews  ----------------------------------------------- */
.lappyImgg {
    margin: -30px 0 0 0;
    padding: 0 0 50px 0;
}
/* ---------------------------------------- Ends Interviews  ----------------------------------------------- */













}














@media (max-width: 767px){



.top-bar {
    padding: 10px 0 35px 0;
    margin: 0 0 -25px 0;
}


.top-bar .contactEmailTop, .top-bar .contactPhoneTop {
    text-align: center;
}
.headerWithSlide {    padding: 125px 0 0 0;}
.leftMainText {text-align: center;}
.leftMainText h3 {
    margin: 20px 0 25px 0;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: unset;
}
.leftMainText h4 {
    font-size: 30px;
    line-height: 40px;
}

.leftMainText .paraGraphMain {
    font-size: 14px;}
.leftMainText .paraGraphMain i {
    margin: 0 10px 0 0;
}

.innerCreativeText h3 {
    font-size: 55px;
}

.courseSectionn {
    padding: 30px 0 10px 0;}    

.hadingAndParagraph h2 {
    font-size: 18px;
}
.hadingAndParagraph p {
    font-size: 16px;
}

.courseboxx ul li {   
     padding: 0 0 0 40px;
      font-size: 16px;
 }

.hadingAndParagraph {
    margin: 0 0 30px 0;
}
.topRecruiters {
    padding: 30px 0;
    overflow: hidden;
}
.topRecruiters .partnerContent {
    margin: 0px -40px;
}
.topRecruiters .partnerContent li {
    padding: 0px 5px;
    display: inline-block;
    margin-bottom: 15px;
    width: 40%;
}

.topRecruiters .partnerContent li img {
    width: 100%;
}

.companyPlacement {padding: 30px 0 20px 0;}
.companyPlacement .row {    margin-right: -7.5px;
    margin-left: -7.5px;}
.companyPlacement .row .col-6 {       margin-bottom: 15px; padding-right: 7.5px;
    padding-left: 7.5px;}
.companyPlacement .column .inner .count-outer {
      font-size: 30px;
}
.companyPlacement .column .inner .content {
  margin: 0;
      padding: 10px 0;
}
.companyPlacement .column .inner .counter-title {
      font-size: 14px;
}



.companyPlacement .column .inner:before {
    display: none;
}



.about-bx1 .dz-media {    width: auto;
    float: none;
    margin: 0 0 100px 0;}
.section-head {
    text-align: center;
}
.section-head .title {
    font-size: 32px;
    line-height: 50px;
}
.sectionCOnn {
    margin: 0 0 35px 0;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}
.about-text-bx {margin: 10px 0;}

.srMarkshape4 img {width: 190px;}
.creativeSolutions {
    margin: 0;
    text-align: center;
}
.creativeSolutions .creativeImgg {
    right: 0;
    top: 0;
    position: relative !important;
}
.innerCreativeText h2 {
    padding: 0;
}
.whyChoose {
    padding: 30px 0;
}
.whyChoose .srMarkshape5 {display: none;}
.campuscontent {
    padding: 35px 25px;
}

.services-grid {
    padding: 20px;
    display: block;
    text-align: center;
    margin-bottom: 15px !important;
}
.services-grid .thumbnail {
    margin-right: 25px;
    max-width: 85px;
    display: table;
    margin:0 auto 20px;

}
#news-slider4 {
    margin: 20px 0 0 0;
}
.testimonialSec {
    padding: 40px 0 35px 0;
}

.NewAndEvents {
    padding: 40px 0;
}
#news-slider5 .owl-wrapper-outer {
    padding: 15px 0 50px 0;
}
.mainTestContent .testiCont {
    margin: 0 0 25px 0;
    background: #fff;
    color: #60697b;
    font-size: 16px;
    border-radius: 20px;
    padding: 20px;
    line-height: 26px;
}

.mainTestContent ul li img {
    width: 75px;
}
.mainTestContent ul {
    margin: -40px 0 0 15px;
    align-items: flex-end;
}
.mainTestContent ul li:nth-child(1) {
    margin: 0 20px 0 0;
}
.mainTestContent ul li h2 {
    font-size: 16px;
    margin: 0;
}
.footer-area {
    padding: 30px 0 0 0;
    position: relative;
}
.footer-area .srMarkshape81 {
    bottom: unset;
    display: table;
    margin: 0 auto;
    left: unset;
    position: relative !important;
}

.footer-top {
    padding: 20px 0;
}
.footer-logo h2 {
    display: none;
}

.footer-widget {
    margin-bottom: 40px;
}
.footer-widget.border-end {
    padding-right: 0;
    margin-right: 0;
    border-right: 0 !important;
}
.footer-newsletter .title {
    font-size: 40px;
    text-align: center;
}
.footer-newsletter p {
    text-align: center;
        margin: 0 0 20px 0;
}
.footer-bottom {
    text-align: center;
    margin: 0 0 15px 0;
}
.footer-menu-link li a {
    color: #60697b;
    padding: 3px 0;
    font-size: 14px;
    line-height: 24px;
}
.footer-newsletter .input-group {
    height: 60px;
    padding: 10px 10px 10px 0;
}
.footer-newsletter .input-group:before {display: none;}
.footer-newsletter .input-group .subscribe-btn {
        padding: 10px 10px;
        border-radius: 8px !important;
    font-size: 14px;
}
.site-footer__social {    justify-content: center;margin: 20px 0 0 0;}
.mt--200, .mt--100, .mt--100Minus, .mt--230Minus {
    margin-top: 0;
}


/* ---------------------------------------- Starts Breadcurmbs ----------------------------------------------- */

.diceCape-breadcurmb-section {
    padding: 140px 0px 50px 0;
}
.breadcurmb-title h2 {    font-size: 24px;}

.diceCape-page-breadcurmb li a, .diceCape-page-breadcurmb li span {
    margin: 0px 5px;
    font-size: 16px;
}
.diceCape-page-breadcurmb li a:after {margin: 0 0 0 10px;}
.arrowDownImgg {
    margin: -25px auto;
    width: 72px;
}
/* ---------------------------------------- Ends Breadcurmbs ----------------------------------------------- */



/* ---------------------------------------- Starts About ----------------------------------------------- */
.content-inner-2.aboutPagge {
    margin: 70px 0 0 0;
}
.content-inner-2.aboutPagge.reverseSide {margin: 0;padding: 0;}
.content-inner-2.aboutPagge.reverseSide .section-head {margin: 60px 0 0 0;}

.dz-media.dzMediaRevers {margin: 0;}



.whyChooseAbtt h3 {
    font-size: 24px;
    }
.whyChooseAbtt p {
    font-size: 30px;margin: 0;
}
.services-grid-2 {padding: 30px;
    margin: 15px 0 0 0;}
    .gotAquestion .innerBoxxGot img {display: none;}

.gotAquestion, .whyChooseAbtt {text-align: center;padding: 70px 0;}
.gotAquestion .innerBoxxGot h3 {
    font-size: 30px;
    padding: 0;
    margin: 0 0 30px 0;
    line-height: 48px;
}


/* ---------------------------------------- Ends About ----------------------------------------------- */




/* ---------------------------------------- Starts Software Development ----------------------------------------------- */

.process-wrapper.line .booxSteps:after {display: none;}

/* ---------------------------------------- Ends Software Development ----------------------------------------------- */



/* ---------------------------------------- Starts Training and Internship ----------------------------------------------- */

.content-inner-2.traningPage.reverseSide {
    margin: 40px 0 0 0;
}
.popularCategories, .certificateDiv {
    padding: 60px 0;
}
.booxCato {margin: 15px 0 0 0;}

/* ---------------------------------------- Ends Training and Internship ----------------------------------------------- */





/* ---------------------------------------- Starts Training and Internship ----------------------------------------------- */
.workingProcessMain {
    padding: 60px 0;
    margin: 0;
}
.workingProcessMain .section-head {
    margin: 0;
}
.booxWorkPro .nameWithIcon h3 {
    padding: 10px 10px 10px 95px;
    }
.recruitmentSystem {    padding: 60px 0;}


.recruitmentSystem p {
    font-size: 30px;
    line-height: 50px;
}
.staffing .textBigg {
    font-size: 40px;
    margin: 0 15px;
    width: 100%;
}



/* ---------------------------------------- Ends Training and Internship ----------------------------------------------- */



/* ---------------------------------------- Starts Training and Internship ----------------------------------------------- */

.listOfFunctions {
    padding: 40px 0;
}


/* ---------------------------------------- Ends Training and Internship ----------------------------------------------- */



/* ---------------------------------------- Starts Linkedin Optimization  ----------------------------------------------- */

.pricing-table {
    margin: 20px 0 0 0;
}
.pricing-table.featured {
    margin: 20px 0 0 0;
}

/* ---------------------------------------- Ends Linkedin Optimization  ----------------------------------------------- */



/* ---------------------------------------- Starts Interviews  ----------------------------------------------- */
.lappyImgg {
    margin: -30px 0 0 0;
    padding: 0 0 50px 0;
}
/* ---------------------------------------- Ends Interviews  ----------------------------------------------- */







}




@media (min-width: 480px) and (max-width: 767px) {









}





@media (min-width: 150px) and (max-width: 479px) {


}



.footer-logo-container {
    text-align: center;
    width: 285px;
    height: 123px;
}
.footer-logo-container a {
    padding: 20px;
    border: 1px solid;
    background: white;
    border-radius: 8px;
}