/* reset start */
*,*:after,*:before{
  margin: 0;
  padding:0;
  box-sizing: border-box;
  word-break:break-word;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
label{
  display: block;
  position: relative;
}
img{
  max-width: 100%;
  display: block;
  font-size: 0;
}
a{
  text-decoration: none;
  cursor:pointer;
  &:hover{
    text-decoration: none;
  }
  &:focus{
    outline: none;
  }
}
ol,
ul {
  list-style: none;
}
 
blockquote,
q {
  quotes: none;
}
 
blockquote,
q {
  &:before,
  &:after {
    content: '';
    content: none;
  }
}
 
table {
  border-collapse: collapse;
  border-spacing: 0;
}
 
button{
  cursor:pointer;
  /* outline: none; */
  &:focus{
    outline: none;
  }
  &::-moz-focus-inner { 
    border: 0; 
  }
}
svg{
  display: block;
  line-height: 0;  
}
input::-webkit-outer-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

/* reset cssend */




/* fontfaces start */
/* @font-face{
  font-family:"rsextrabold" ;
  src:url(./fonts/Roboto_Slab/static/RobotoSlab-ExtraBold.ttf) ;
}
@font-face{
  font-family:"rsblack" ;
  src:url(./fonts/Roboto_Slab/static/RobotoSlab-Black.ttf) ;
}
@font-face{
  font-family: "rsbold";
  src: url(./fonts/Roboto_Slab/static/RobotoSlab-Bold.ttf);
} */
/* @font-face{
  font-family: "jbold";
  src: url(./fonts/Jost/static/Jost-Bold.ttf);
}
@font-face{
  font-family: "jsemiblod";
  src: url(./fonts/Jost/static/Jost-SemiBold.ttf);
}
@font-face{
  font-family: "jmedium";
  src: url(./fonts/Jost/static/Jost-Medium.ttf);
}
@font-face{
  font-family: "jregular";
  src: url(./fonts/Jost/static/Jost-Regular.ttf);
} */
@font-face{
  font-family: "inter";
  src: url(./fonts/Inter/static/Inter_18pt-Light.ttf);
}
@font-face{
  font-family: "inter-italic";
  src: url(./fonts/Inter/static/Inter_18pt-Italic.ttf);
}
@font-face {
  font-family: "inter-bold";
  src: url(../js/fonts/Inter/static/Inter_18pt-Bold.ttf);
}
@font-face {
  font-family: "inter-semi";
  src: url(../js/fonts/Inter/static/Inter_18pt-SemiBold.ttf);
}
@font-face {
  font-family: "inter-medium";
  src: url(../js/fonts/Inter/static/Inter_18pt-Medium.ttf);
}
@font-face {
  font-family: "inter-regular";
  src: url(../js/fonts/Inter/static/Inter_18pt-Regular.ttf);
}
@font-face {
  font-family: "plus-extra";
  src: url(../Plus_Jakarta_Sans/static/PlusJakartaSans-ExtraBold.ttf);
}
@font-face {
  font-family: "plus-bold";
  src: url(../Plus_Jakarta_Sans/static/PlusJakartaSans-Bold.ttf);
}
@font-face {
  font-family: "plus-semi";
  src: url(../Plus_Jakarta_Sans/static/PlusJakartaSans-SemiBold.ttf);
}
@font-face {
  font-family: "plus-medium";
  src: url(../Plus_Jakarta_Sans/static/PlusJakartaSans-Medium.ttf);
}
@font-face {
  font-family: "plus-regular";
  src: url(../Plus_Jakarta_Sans/static/PlusJakartaSans-Light.ttf);
}

/* fontfaces end */

/* variables start */
:root{
  --text-color-white:#FFFFFF;
  --text-color-gray:#1D1D1BCC;
  --text-color-pink:#DB1E5B;
  --text-color-black: #1D1D1B;
  --background-color-whitegray:#F3F3F3;
  --background-linear-gradient:linear-gradient(180deg, #FF9202 -7.54%, #DB1E5B 100%);
  --blue-color:#0148EE;
  --it-services-text-color:#3E4073;
  --yellow-color:#F7A400;
  --sub-heading-d8:#191D88;
  --gray-color:#7E7E81;
    --dark-black1:#090909;
    --blue2:#3F2FEE;
    --yellow2:#FFD500;
    --orange-color:#FF531A;
    --gray-white-f0-f0:#F0F0F0;
    --dark-black2:#1B1B1B;
    --num-gray2:#B9B9B9;
    --double-2-double-2:#22222266;
    --all-twos:#222222;
    --e8e7e7:#E8E7E7;
    --light-purple:#F0F0F033;
    --gary-color-texts:#3A3A3A;
    --color-white:#FFFFFF;

}
/* variables end */


/* typography start */
/* h1{
  font-family:"rsextrabold" ;
  font-size:86px;
}
h2{
  font-family:"rsextrabold" ;
  font-size:45px;
}
h3{
  font-family: "jbold";
  font-size:20px;
  font-weight: 700;
}
h4{
  font-family: "jsemibold";
  font-size: 16px;
}
h5{
  font-family:"jmedium";
  font-size:18px ;
}
h6{
  font-family:"jregular";
  font-size:16px;
  font-weight:400px ;
} */
.plus-font-extra{
  font-family: "plus-extra";
}
.plus-font-bold{
  font-family: "plus-bold";
}
.plus-font-semi{
font-family: "plus-semi";
}
.plus-font-medium{
  font-family: "plus-medium";
}
.plus-font-regular{
  font-family: "plus-regular";
}
.inter-regular{
  font-family: "inter-regular";
}
.inter-bold{
  font-family: "inter-bold";
}
.inter-semi{
  font-family: "inter-semi";
}
/* typography end */

/* button start */
/* .btn{
border-radius: 8px;
padding-top: 15.09px;
padding-right: 25px;
padding-bottom: 15.61px;
padding-left: 25px;
text-transform: uppercase;
font-family:"jbold";
font-size:12.91px ;
background-color:var(--text-color-pink) ;
color:var(--text-color-white) ;
border:none;
width:inherit;
} */
/* button end */



/* it services all css */


.it-services-section2 {
  width: 100%;
  height: 820px;
  background-color: var(--text-color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 300px;
}
.it-services-section2 .section2-content {
  position: relative;
}
.it-services-section2 .section2-content .all-content{
  position: absolute;
  top: 50px;
  left: 180px;
}
.it-services-section2 .section2-content .all-content .seamless{
  width: 530px;
  height: 264px;
  font-size: 60px;
  line-height: 66px;
  color: var(--it-services-text-color);
}
.it-services-section2 .section2-content .all-content .seamless span{
  color: var(--yellow-color);
}
.it-services-section2 .section2-content .all-content .empower{
  width: 555px;
  height: 64px;
  line-height: 32px;
  color: var(--it-services-text-color);
  margin-top: 14px;
}
.it-services-section2 .section2-content .all-content .get-free{
  width: 330px;
}
.it-services-section2 .section2-content .all-content .get-free .network-btn{
  height: 50px;
  border: 1px solid #191D88;
  border-radius: 10px;
  width: inherit;
  margin-top: 40px;
  background-color: var(--text-color-white);
  color:var(--sub-heading-d8);
}
.it-services-section2 .section2-content .all-content .get-free .network-btn:after{
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url('../images/it-services-blue-arrow.png');
    background-size: cover;
    vertical-align: middle;
    margin-left: 8px;
}
.it-services-section2 .adding-image img{
  width: 750px;
  height: 830px;
}

@media (min-width:320px) and (max-width:600px) {
.it-services-section2 {
  height: auto;
  padding: 70px 15px;
  flex-direction: column;
  gap: 0px;
}
 .it-services-section2 .section2-content img{
  display: none;
 }
.it-services-section2 .section2-content .all-content{
  position: unset;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.it-services-section2 .section2-content .all-content .seamless{
  width: auto;
  height: auto;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}
.it-services-section2 .section2-content .all-content .empower{
  width: auto;
  height: auto;
  font-size: 14px;
  text-align: center;
}
.it-services-section2 .section2-content .all-content .get-free{
  width: 100%;
  padding: 0px 10px;
}
.it-services-section2 .section2-content .all-content .get-free .network-btn{
  font-size: 12px;
}
.it-services-section2 .section2-content .all-content .get-free .network-btn:after{
    width: 15px;
    height: 15px;
}
.it-services-section2 .adding-image img{
  width: 100%;
  height: auto;
  max-width: 450px;
}
}
@media (min-width:380px) and (max-width:600px) {
.it-services-section2 .section2-content .all-content .get-free{
  width: 330px;
}
}

@media (min-width:601px) and (max-width:800px) {
.it-services-section2 {
  height: auto;
  padding: 100px 20px;
  flex-direction: column;
  gap: 0px;
}
 .it-services-section2 .section2-content img{
  display: none;
 }
.it-services-section2 .section2-content .all-content{
  position: unset;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.it-services-section2 .section2-content .all-content .seamless{
  width: auto;
  height: auto;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
}
.it-services-section2 .section2-content .all-content .empower{
  width: auto;
  height: auto;
  text-align: center;
}
.it-services-section2 .adding-image img{
  width: 100%;
  height: auto;
  max-width: 450px;
}
}

@media (min-width:801px) and (max-width:1000px) {
.it-services-section2 {
  height: auto;
  padding: 100px 40px;
  flex-direction: column;
  gap: 0px;
}
 .it-services-section2 .section2-content img{
  display: none;
 }
.it-services-section2 .section2-content .all-content{
  position: unset;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.it-services-section2 .section2-content .all-content .seamless{
  width: auto;
  height: auto;
  text-align: center;
}
.it-services-section2 .section2-content .all-content .empower{
  width: auto;
  height: auto;
  text-align: center;
}
.it-services-section2 .adding-image img{
  width: 100%;
  height: auto;
  max-width: 600px;
}
}
@media (min-width:1001px) and (max-width:1100px) {
.it-services-section2 {
  height: auto;
  padding: 100px 50px;
  flex-direction: column;
  gap: 0px;
}
 .it-services-section2 .section2-content img{
  display: none;
 }
.it-services-section2 .section2-content .all-content{
  position: unset;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.it-services-section2 .section2-content .all-content .seamless{
  width: auto;
  height: auto;
  text-align: center;
}
.it-services-section2 .section2-content .all-content .empower{
  width: auto;
  height: auto;
  text-align: center;
}
.it-services-section2 .adding-image img{
  width: 100%;
  height: auto;
  max-width: 650px;
}
}
@media (min-width:1101px) and (max-width:1300px) {
.it-services-section2 {
  padding: 0px 50px;
  justify-content: space-between;
  /* gap: 100px; */
}
.it-services-section2 .section2-content .all-content{
  position: absolute;
  top: 50px;
  left: 0px;
}
.it-services-section2 .adding-image img{
  min-width: 500px;
}
}


/* it-services-section3 */

.it-services-section3{
  width: 100%;
  height: 227px;
  background-color: var(--text-color-white);
  border-bottom: 1px solid #E6E7F3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.it-services-section3 .it-section2-images{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 91.67px;
}
.it-services-section3 .it-section2-images img:first-child{
  width:178.33px ;
  height:24px ;
}
.it-services-section3 .it-section2-images img:nth-child(2){
  width:171px ;
  height:38px ;
}
.it-services-section3 .it-section2-images img:nth-child(3){
  width:136px ;
  height:27px ;
}
.it-services-section3 .it-section2-images img:nth-child(4){
  width:137px ;
  height:42px ;
}
.it-services-section3 .it-section2-images img:nth-child(5){
  width:120px ;
  height:46px ;
}
.it-services-section3 .it-section2-images img:last-child{
  width:103px ;
  height:46px ;
}

@media (min-width:320px) and (max-width:600px) {
.it-services-section3{
  height: auto;
  padding: 0px 15px 70px;
}
.it-services-section3 .it-section2-images{
  overflow-x: auto;
}
}

@media (min-width:601px) and (max-width:800px) {
.it-services-section3{
  height: auto;
  padding: 0px 20px 70px;
}
.it-services-section3 .it-section2-images{
  overflow-x: auto;
}
}

@media (min-width:801px) and (max-width:1000px) {
.it-services-section3{
  height: auto;
  padding: 0px 40px 70px;
}
.it-services-section3 .it-section2-images{
  overflow-x: auto;
}
}

@media (min-width:1001px) and (max-width:1100px) {
.it-services-section3{
  height: auto;
  padding: 0px 50px 70px;
}
.it-services-section3 .it-section2-images{
  overflow-x: auto;
}
}
@media (min-width:1101px) and (max-width:1300px) {
.it-services-section3{
  padding: 0px 50px;
}
.it-services-section3 .it-section2-images{
  overflow-x: auto;
}
}
@media (min-width:1301px) and (max-width:1500px) {
.it-services-section3{
  padding: 0px 32px;
}
.it-services-section3 .it-section2-images{
  overflow-x: auto;
}
.it-services-section3 .it-section2-images{
  gap: 80px;
}
}

/* it-services-section4 */

.it-services-section4{
  width: 100%;
  height: 821px;
  background-color: var(--text-color-white);
  display: flex;
  gap: 83px;
  justify-content: center;
  align-items: center;
}
.it-services-section4 .section4-images{
  display: flex;
  justify-content: center;
  align-items: center;
}
.it-services-section4 .section4-images img:first-child{
  width:108px ;
  height:112px ;
  transform: translateY(150%);
}
.it-services-section4 .section4-images img:last-child{
  width:554px ;
  height:617px ;
}
.it-services-section4 .section4-content{
  position: relative;
  width: 650px;
}
.it-services-section4 .section4-content .star-image{
  position: absolute;
  right: 0;
  transform: translateY(-30px);
}
.it-services-section4 .section4-content .why{
  color: var(--yellow-color);
  text-transform: uppercase;
}
.it-services-section4 .section4-content .business{
  width: 472px;
  height: auto;
  color: #14176C;
  margin-top: 21px;
  line-height: 48px;
}
.it-services-section4 .section4-content .all-the-management{
  margin-top: 37.36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.it-services-section4 .section4-content .all-the-management .networks{
  display: flex;
  gap: 12px;
}
.it-services-section4 .section4-content .all-the-management .networks img{
  width:26px ;
  height: 26px;
}
.it-services-section4 .section4-content .all-the-management .networks .para1{
  line-height: 30px;
  color: var(--sub-heading-d8);
}
.it-services-section4 .section4-content .all-the-management .networks .para2{
  line-height: 25.92px;
  color: var(--it-services-text-color);
  margin-top: 8px;
}

@media (min-width:320px) and (max-width:600px) {
.it-services-section4{
  height: auto;
  flex-direction: column;
  padding: 50px 15px 70px;
  gap: 50px;
}
.it-services-section4 .section4-images img:first-child{
  display: none;
}
.it-services-section4 .section4-images img:last-child{
  width:100% ;
  height:auto ;
}
.it-services-section4 .section4-content{
  width: auto;
}
.it-services-section4 .section4-content .star-image{
  display: none;
}
.it-services-section4 .section4-content .why{
  text-align: center;
}
.it-services-section4 .section4-content .business{
  width: auto;
  height: auto;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.it-services-section4 .section4-content .all-the-management .networks .para1{
  font-size: 16px;
}
.it-services-section4 .section4-content .all-the-management .networks .para2{
  font-size: 12px;
}
}

@media (min-width:601px) and (max-width:800px) {
.it-services-section4{
  height: auto;
  flex-direction: column;
  padding: 50px 20px 70px;
  gap: 60px;
}
.it-services-section4 .section4-images img:first-child{
  display: none;
}
.it-services-section4 .section4-images img:last-child{
  width:100% ;
  height:auto ;
  max-width: 554px;
}
.it-services-section4 .section4-content{
  width: auto;
}
.it-services-section4 .section4-content .star-image{
  display: none;
}
.it-services-section4 .section4-content .why{
  text-align: center;
}
.it-services-section4 .section4-content .business{
  width: auto;
  height: auto;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}
.it-services-section4 .section4-content .all-the-management .networks .para1{
  font-size: 18px;
}
}
@media (min-width:801px) and (max-width:1000px) {
.it-services-section4{
  height: auto;
  flex-direction: column;
  padding: 50px 40px 70px;
  gap: 60px;
}
.it-services-section4 .section4-images img:first-child{
  display: none;
}
.it-services-section4 .section4-images img:last-child{
  width:100% ;
  height:auto ;
  max-width: 554px;
}
.it-services-section4 .section4-content{
  width: auto;
}
.it-services-section4 .section4-content .star-image{
  display: none;
}
.it-services-section4 .section4-content .why{
  text-align: center;
}
.it-services-section4 .section4-content .business{
  width: auto;
  height: auto;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}
}

@media (min-width:1001px) and (max-width:1300px) {
.it-services-section4{
  padding: 0px 32px;
  gap: 60px;
}
.it-services-section4 .section4-images img:first-child{
  display: none;
}
.it-services-section4 .section4-images img:last-child{
  width:100% ;
  height:auto ;
  max-width: 554px;
}
.it-services-section4 .section4-content{
  width: auto;
}
}
@media (min-width:1301px) and (max-width:1500px) {
.it-services-section4{
  padding: 0px 32px;
  gap: 60px;
}
}


/* it-services-section5 */

.it-services-section5{
  width: 100%;
  height: 953px;
  background: url('../images/it-services-blue-bg.jpg') no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.it-services-section5 .what{
  color: var(--yellow-color);
  text-align: center;
}
.it-services-section5 .let{
  width: 483px;
  height: 98px;
  color: var(--text-color-white);
  text-align: center;
  line-height: 48px;
  margin: 11px auto 0px;
}
.it-services-section5 .all-small-containers{
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 26px;
}
.it-services-section5 .all-small-containers .containers{
  width: 418px;
  height: 255px;
  border-radius: 15px;
  background-color: var(--text-color-white);
  padding: 40px 39px 63px 40px;
}
.it-services-section5 .all-small-containers .containers .row1{
  display: flex;
  gap: 13px;
}
.it-services-section5 .all-small-containers .containers .row1 img{
  width: 70px;
  height:60px;
}
.it-services-section5 .all-small-containers .containers .row1 p{
  width: 200px;
  height: auto;
  line-height: 26.4px;
  color: #14176C;
}

.it-services-section5 .all-small-containers .containers .custom{
  line-height: 24px;
  color:var(--it-services-text-color);
  margin-top: 34px;
}

@media (min-width:320px) and (max-width:600px) {
.it-services-section5{
  height: auto;
  padding: 50px 15px 70px;
}
.it-services-section5 .let{
  width: auto;
  height: auto;
  font-size: 20px;
  line-height: 30px;
}
.it-services-section5 .all-small-containers .containers{
  width: 100%;
  max-width: 318px;
  padding: 40px;
}
.it-services-section5 .all-small-containers .containers .row1 p{
  width: 200px;
  font-size: 14px;
}

.it-services-section5 .all-small-containers .containers .custom{
  font-size: 12px;
}  
}

@media (min-width:601px) and (max-width:800px) {
.it-services-section5{
  height: auto;
  padding: 50px 20px 70px;
}
.it-services-section5 .let{
  width: auto;
  height: auto;
  font-size: 25px;
  line-height: 30px;
}
.it-services-section5 .all-small-containers .containers{
  width: 100%;
  max-width: 300px;
  padding: 40px;
}
.it-services-section5 .all-small-containers .containers .row1 p{
  width: 200px;
  font-size: 18px;
}
}
@media (min-width:801px) and (max-width:1000px) {
.it-services-section5{
  height: auto;
  padding: 50px 40px 70px;
}
.it-services-section5 .let{
  width: auto;
  height: auto;
  font-size: 30px;
}
.it-services-section5 .all-small-containers .containers{
  width: 100%;
  max-width: 340px;
  padding: 40px;
}
.it-services-section5 .all-small-containers .containers .row1 p{
  width: 200px;
  font-size: 20px;
}
}

@media (min-width:1001px) and (max-width:1300px) {
.it-services-section5{
  height: auto;
  padding: 100px 32px;
}
}
@media (min-width:1301px) and (max-width:1500px) {
.it-services-section5{
  height: auto;
  padding: 50px 32px 70px;
}
}

@media (min-width:1740px) {
.it-services-section5 .all-small-containers{
  width: 1500px;
  margin: 50px auto 0px;
}
}



/* it-services-section6 */

.it-services-section6{
    width: 100%;
    height: 800px;
    background-color: var(--white-text-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.it-services-section6 .indusrty{
    line-height: 19.6px;
    letter-spacing:0.56px ;
    text-align: center;
    color: var(--yellow-color);
    text-transform: uppercase;
}
.it-services-section6 .building{
    line-height: 50px;
    text-align: center;
    margin-top: 13.59px;
    color: #14176C;
}
.it-services-section6 .our-range{
    line-height: 32px;
    letter-spacing:-0.2px ;
    text-align: center;
    color: var(--it-services-text-color);
    margin: 20px auto 0px;
}
.it-services-section6 .four-images{
    display: flex;
    gap: 26px;
    margin-top: 41px;
}
.it-services-section6 .four-images .insusty-image1{
    width: 307px;
    height: 248px;
    border-radius: 15px;
    background-color: #F7F8F9;
}
 .it-services-section6 .four-images .insusty-image1 img{
    width: 307px;
    height: 157px;
    border-radius: 15px 15px 0px 0px;
 }
  .it-services-section6 .four-images p{
    font-size: 21px;
    line-height: 32px;
    padding: 20px 0px 0px 20px;
    color: #14176C;
  }
.it-services-section6 .two-images{
    display: flex;
    gap: 26px;
    margin-top: 26px;
}
  .it-services-section6 .two-images .insusty-image2{
    width: 639px;
    height: 248px;
    border-radius: 15px;
    background-color: #F7F8F9;
}
  .it-services-section6 .two-images .insusty-image2 img{
    width: 640px;
    height: 157px;
    border-radius: 15px 15px 0px 0px;
 }
  .it-services-section6 .two-images p{
    font-size: 21px;
    line-height: 32px;
    padding: 20px 0px 0px 20px;
  }

  @media (min-width:320px) and (max-width:600px) {
 .it-services-section6{
    height: auto;
    padding: 50px 15px 70px;
}
 .it-services-section6 .building{
    line-height: 30px;
    text-align: center;
    font-size: 20px;
}
 .it-services-section6 .our-range{
    font-size: 12px;
}

 .it-services-section6 .four-images{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
 .it-services-section6 .four-images .insusty-image1{
    width: 100%;
}
 .it-services-section6 .four-images .insusty-image1 img{
    width: 100%;
 }
 .it-services-section6 .four-images p{
    font-size: 18px;
  }
 .it-services-section6 .two-images{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
 .it-services-section6 .two-images .insusty-image2{
    width:100%;
}
  .it-services-section6 .two-images .insusty-image2 img{
    width: 100%;
    height: 157px;
 }
  .it-services-section6 .two-images p{
    font-size: 18px;
  }
  }

@media (min-width:601px) and (max-width:800px) {
.it-services-section6{
    height: auto;
    padding: 50px 20px 70px;
}
.it-services-section6 .building{
    line-height: 30px;
    text-align: center;
    font-size: 25px;
}
.it-services-section6 .our-range{
    font-size: 14px;
}

.it-services-section6 .four-images{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.it-services-section6 .four-images p{
    font-size: 20px;
  }
.it-services-section6 .two-images{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.it-services-section6 .two-images .insusty-image2{
    width:307px;
}
.it-services-section6 .two-images .insusty-image2 img{
    width: 307px;
    height: 157px;
 }
 .it-services-section6 .two-images p{
    font-size: 20px;
  }
  }

@media (min-width:801px) and (max-width:1000px) {
.it-services-section6{
    height: auto;
    padding: 50px 40px 70px;
}
.it-services-section6 .building{
    text-align: center;
    font-size: 30px;
}
.it-services-section6 .four-images{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.it-services-section6 .two-images{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.it-services-section6 .two-images .insusty-image2{
    width:307px;
}
.it-services-section6 .two-images .insusty-image2 img{
    width: 307px;
    height: 157px;
 }
  }

@media (min-width:1001px) and (max-width:1300px) {
.it-services-section6{
    height: auto;
    padding: 50px 50px 70px;
}
.it-services-section6 .four-images{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.it-services-section6 .four-images .insusty-image1{
    width:407px;
}
.it-services-section6 .four-images .insusty-image1 img{
    width:407px;
 }
.it-services-section6 .two-images{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.it-services-section6 .two-images .insusty-image2{
    width:407px;
}
.it-services-section6 .two-images .insusty-image2 img{
    width: 407px;
    height: 157px;
 }
  }

  @media (min-width:1301px) and (max-width:1380px) {
.it-services-section6{
    padding: 0px 32px;
}
.it-services-section6 .four-images .insusty-image1{
    width: 290px;
}
.it-services-section6 .four-images .insusty-image1 img{
     width: 290px;
 }
.it-services-section6 .two-images .insusty-image2{
    width: 610px;
}
.it-services-section6 .two-images .insusty-image2 img{
    width: 610px;
 }
}


/* it-services-section7 */

.it-services-section7{
  width: 100%;
  height: 700px;
  background-color: var(--white-text-color);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 103px;
}
.it-services-section7 .all-images-section7 {
  height: 503px;
 position: relative;
}
.it-services-section7 .all-images-section7 img:first-child{
  width: 118px;
  height: 100px;
  position: absolute;
  top: 200px;
  transform: translateX(-30px);
}
.it-services-section7 .all-images-section7 img:nth-child(2){
  width: 445px;
  height: 503px;
}
.it-services-section7 .all-images-section7 img:nth-child(3){
  width: 86px;
  height: 85px;
  position: absolute;
  bottom: 0;
  left: 40px;
}
.it-services-section7 .all-images-section7 img:last-child{
  width: 97px;
  height: 49px;
  position: absolute;
  right: 0;
  top: 170px;
  transform: translateX(-30px);
}
.it-services-section7 .content-section7 .five-star-images{
  display: flex;
  gap: 2.68px;
}
.it-services-section7 .content-section7 .management{
  width: 652px;
  height: 82px;
  margin-top: 34px;
  font-family: "inter-italic";
  color: var(--it-services-text-color);
  line-height: 30px;
}
.it-services-section7 .content-section7 .director-name-content{
  margin-top: 47px;
  display: flex;
  justify-content:center;
  align-items: center;
  gap: 333px;
}
.it-services-section7 .content-section7 .director-name-content .morris-name{
   display: flex;
  align-items: center;
  gap: 16px; 
}
.it-services-section7 .content-section7 .director-name-content .morris-name .line{
  width: 4px;
  height: 36px;
  border-radius: 4px;
  background-color: var(--sub-heading-d8);
}
.it-services-section7 .content-section7 .director-name-content .morris-name .elena{
  line-height: 26.4px;
  color: var(--sub-heading-d8);
}
.it-services-section7 .content-section7 .director-name-content .morris-name .global{
  line-height: 16px;
  color: var(--it-services-text-color);
  margin-top: 8.39px;
}
.it-services-section7 .content-section7 .active-clickable-btns{
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}


@media (min-width:320px) and (max-width:600px) {
.it-services-section7{
  height: auto;
  padding: 0px 15px 70px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.it-services-section7 .content-section7 .management{
  width: auto;
  height: auto;
  font-size: 16px;
}
.it-services-section7 .content-section7 .director-name-content{
  justify-content:space-between;
  gap: 0px;
}
}

@media (min-width:601px) and (max-width:800px) {
.it-services-section7{
  height: auto;
  padding: 0px 20px 70px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.it-services-section7 .content-section7{
  width: 561px;
  margin: 0px auto;
}
.it-services-section7 .content-section7 .management{
  width: auto;
  height: auto;
  font-size: 16px;
}
.it-services-section7 .content-section7 .director-name-content{
  justify-content:space-between;
  gap: 0px;
}
}
@media (min-width:801px) and (max-width:1000px) {
.it-services-section7{
  height: auto;
  padding: 0px 40px 70px;
  display: flex;
  gap: 50px;
}
.it-services-section7 .content-section7{
  width: 561px;
}
.it-services-section7 .content-section7 .management{
  width: auto;
  height: auto;
  font-size: 16px;
}
.it-services-section7 .content-section7 .director-name-content{
  justify-content:space-between;
  gap: 0px;
}
}

@media (min-width:1001px) and (max-width:1300px) {
.it-services-section7{
  padding: 0px 50px ;
  display: flex;
  gap: 50px;
}
.it-services-section7 .content-section7{
  width: 561px;
}
.it-services-section7 .content-section7 .management{
  width: auto;
  height: auto;
  font-size: 18px;
}
.it-services-section7 .content-section7 .director-name-content{
  justify-content:space-between;
  gap: 0px;
}
}


/* it-services-section8 */

.it-services-section8{
  width: 100%;
  height: 400px;
  background-color: var(--white-text-color);
}
.it-services-section8 .blue-div{
  width: 1306px;
  height: 295px;
  border-radius: 15px;
  background-color: #14176C;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.it-services-section8 .blue-div .request{
  line-height: 48px;
  text-align: center;
}
.it-services-section8 .blue-div .ever{
  font-family: "inter-medium";
  margin-top: 21px;
  line-height: 25.92px;
  color: #D0D0DD;
  text-align: center;
}
.it-services-section8 .blue-div .contact-us{
  width: 336px;
}
.it-services-section8 .blue-div .contact-us .us-btn{
  width: inherit;
  height: 50px;
  border-radius: 4px;
  background-color: var(--yellow-color);
  color: var(--white-text-color);
  line-height: 16px;
  text-transform: uppercase;
  font-family: "inter-bold";
  margin-top: 30px;
}

@media (min-width:320px) and (max-width:600px) {
.it-services-section8{
  height:auto;
  padding: 0px 15px 70px;
}
.it-services-section8 .blue-div{
  width: auto;
  height: auto;
  padding: 20px;
}
.it-services-section8 .blue-div .request{
  font-size: 20px;
}
.it-services-section8 .blue-div .ever{
  font-size: 12px;
}
.it-services-section8 .blue-div .contact-us{
  width: 200px;
}
}

@media (min-width:601px) and (max-width:800px) {
.it-services-section8{
  height:auto;
  padding: 0px 20px 70px;
}
.it-services-section8 .blue-div{
  width: auto;
  height: auto;
  padding: 40px;
}
.it-services-section8 .blue-div .request{
  font-size: 25px;
}
.it-services-section8 .blue-div .ever{
  font-size: 14px;
}
}

@media (min-width:801px) and (max-width:1000px) {
.it-services-section8{
  height:auto;
  padding: 0px 40px 70px;
}
.it-services-section8 .blue-div{
  width: auto;
  height: auto;
  padding: 50px;
}
.it-services-section8 .blue-div .request{
  font-size: 30px;
}
}

@media (min-width:1001px) and (max-width:1300px) {
.it-services-section8{
  height:auto;
  padding: 0px 50px 70px;
}
.it-services-section8 .blue-div{
  width: auto;
  height: auto;
  padding: 70px;
}
}
@media (min-width:1301px) and (max-width:1500px) {
.it-services-section8{
  height:auto;
  padding: 0px 32px 70px;
}
.it-services-section8 .blue-div{
  width: auto;
}
}