@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}

html {
    scroll-behavior: smooth;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 65px;
    font-weight: 500;
    color: #fff;
    margin: 10px 0;
    position: relative;
    text-transform: uppercase;
}

h2 span {
    color: #414141;
}

h3 {
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
    margin: 10px 0 0;
}

h5 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0 0 5px;
}

h6 {
    color: #747474;
    font-size: 20px;
    margin: 0 0 10px;
}

p,span,ul,li,a {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #fff;
}

p {
    font-size: 28px;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none!important;
}

ul {
    list-style: none;
    padding: 0;
}

input[type=number]:
    :-webkit-inner-spin-button,input[type=number]:
    :-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

h4 {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    margin: 0 0 10px;
}

.no_space {
    padding-right: 0px;
    padding-left: 0px;
}

.sec {
    width: 100%;
    padding: 60px 0;
    background: #111112;
    position: relative;
}

a.main_btn1 {
    background: #F0D02B;
    padding: 18px 30px;
    border-radius: 50px;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 400;
    transition: linear 0.3s;
    display: inline-block;
    color: #000;
    margin: 0 20px 0 0px;
}


a.main_btn1 span {color: #000;transition: linear 0.3s;margin: 0 0 0 20px;}
a.main_btn1:hover span i {
    transform: rotate(-1deg);
    transition : linear 0.3s;
}
a.main_btn1 span i {
    transform: rotate(-35deg);
    transition: linear 0.3s;
}

/*a.main_btn1:hover span {opacity: 9;right: -10%;transition: linear 0.3s;}*/

a.main_btn2 {
    background: #000;
    padding: 14px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    transition: linear 0.3s;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
}

a.main_btn2:hover {color: #fff;background: #ff6f0f;border-color: #ff6f0f;transition: linear 0.3s;}

a.main_btn2 span {
    color: #000;
    margin: 0 0 0 10px;
}

a.main_btn2:hover span {
    color: #1fc0db;
}

a.main_btn3 span {
    font-size: 12px;
    color: #fd5b38;
    margin: 0 0 0 5px;
}

a.main_btn3:hover span {
}

a.main_btn3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    font-weight: 400;
    padding: 18px 30px;
    background: transparent;
    border-radius: 8px;
    transition: linear 0.3s;
}
a.main_btn3:hover {
    background: #ff6f0f;
    transition: all linear 0.3s;
}
.wow {
    animation-duration: 1s;

}

/***************************** Mouse Cursor *******************************/

.circle {
  height: 15px;
  width: 15px;
  border-radius: 24px;
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 99999999; /* so that it stays on top of all other elements */
}

/***************************** Mouse Cursor *******************************/

/************************** header  ************************************/
/************************** header  ************************************/

.header {
    width: 100%;
    padding: 5px 0;
    position: absolute;
    z-index: 9999;
}

.logo {
}

.head_mid .navbar-nav > li {
    display: inline-block;
    float: none;
    margin: 30px 0;
}

.main_navigation {
    width: 100%;
    padding: 9px 0;
}

.navbar-inverse {
    background-color: transparent;
    border: none;
}

.navbar-collapse.collapse {
    padding: 0;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    padding: 0;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 400;
    transition: linear 0.3s;
    position: relative;
    margin: 0 0px 0 20px;
}

/* .head_mid .navbar-nav > li > a:hover {
    color: #FD5B38;
}

.head_mid .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    background: #FD5B38;
    height: 2px;
    bottom: 0;
    left: 50%;
    right: 50%;
    transition: linear 0.3s;
}
.head_mid .navbar-nav > li > a:hover::before {
    right: 0;
    left: 0;
} */

/***********************************************************/

.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: #000; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 0; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: center; */
}

/* The navigation menu links */
/*.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #000000;
  display: block;
  transition: 0.3s;
  text-align: center;
}*/
/*.sidenav a.closebtn {
    padding: 0;
    top: -10px;
    right: 25px;
    font-size: 70px;
    margin-left: 0;
}*/

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
/*.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}*/

.head_mid {
    width: 100%;
}


.head_mid span {
    color: #FD5B38;
}

.nav_left iframe {
    width: 100%;
    height: 99vh;
    transform: scale(2.7);
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.nav_left {
    width: 100%;
    overflow: hidden;
    position: relative;
    /* overflow-y: hidden; */
    /* overflow-x: hidden; */
}

.nav_left::before {
    content: "";
    position: absolute;
    background: #00000061;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.nav_left a {
    position: absolute;
    z-index: 999;
    text-align: left;
}


.nav_right {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.nav_right a {
    width: 90%;
    text-align: left;
    font-size: 25px;
    font-weight: 600;
    padding: 20px 10px 0;
    color: #ff9800;
}

.nav_right a:before {
    content: "";
    position: absolute;
    /* top: 0; */
    bottom: 0;
    left: 50%;
    right: 50%;
    background: #ff9800;
    height: 2px;
    transition: linear 0.3s;
}

.nav_right a:hover:before{
    right: 0;
    left: 0;
}

.navbar {
    position: relative;
    min-height: 0;
    margin-bottom: 0;
}

.nav_right a.closebtn {
    position: absolute;
    padding: 0;
    top: -10px;
    right: 25px;
    font-size: 70px;
    margin-left: 0;
    border: none;
    text-align: right;
    width: 7%;
}

.nav_right a.closebtn:before {
    display: none;
}

.nav_right .navbar-collapse.collapse {
    width: 100%;
}

.nav_right .navbar-collapse.collapse ul.nav.navbar-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.nav_right .navbar-collapse.collapse ul.nav.navbar-nav li a:hover {
    background: transparent;
}

ul.dropdown-menu {
    background: #111112;
    width: 100%;
    min-width: 260px;
    top: 30px;
}
ul.dropdown-menu li {
    margin: 0 0 6px;
}


ul.dropdown-menu li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    width: 100%;
}

ul.dropdown-menu li a:hover {
    color: #FD5B38;
    background: transparent;
}
.caret {
    color: #1fc0db;
    margin-left: 9px;
}

.head_bt {
    text-align: center;
    margin: 10px 0;
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.head_bt a.call span p {
    font-size: 16px;
    margin: 0;
}

.head_bt a.call {
    margin: 0;
    display: flex;
    gap: 10px;
    transition: linear 0.3s;
    align-items: center;
}

.head_bt span {
    display: flex;
    flex-direction: column;
}
span.call_icon {
    font-size: 25px;
}
.head_bt a.call:hover span {
    color: #ff6f0f;
    transition: linear 0.3s;
}
.head_bt a.call:hover span p {
    color: #ff6f0f;
    transition: linear 0.3s;
}
/***********************************************************/
/*.dropdown-menu{padding:8px 0;margin:0;background-color:#fff;top:65px;}
ul.dropdown-menu{position:absolute;width: 280px;top: 57px;left:0;margin:auto;background: #101417;padding:5px 25px 25px 20px;text-align:left;border-radius:0 0 5px 5px;}
.dropdown-menu > li > a{color: #fff;text-align:left;font-size: 18px;text-transform:capitalize;font-weight: 600;padding:10px 0 5px;letter-spacing: 2px;}
.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus{background:transparent;color: #1fc0db;}
ul.dropdown-menu li{width:100%;border-bottom: 1px solid #1fc0db;}
.caret {
    color: #1fc0db;
    margin-left: 9px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #000;
    background-color: transparent;
}

.nav.navbar-nav {
    display: block;
    text-align: center;
}

.navbar-nav {
    float: none;
}

.navbar.navbar-inverse {
    margin-bottom: 0;
}

.navbar {
    min-height: auto;
}

.navbar-inverse .navbar-nav > li > a.main_btn {
    padding: 10px 30px;
    top: 14px;
    color: #000;
    font-weight: 600;
}

.navbar-inverse .navbar-nav > li > a.main_btn:hover {
    background: #342ead;
    color: #fff;
}*/


/*.head_right {width: 100%;margin: 0 0;text-align: right;}
.head_right ul li {display: inline-block;margin: 0 0 0 20px;}
.head_right ul li a {font-size: 20px;color: #ffffff;transition: .3s all;transition: linear .3s all;position: relative;vertical-align: middle;font-weight: 400;}
.head_right ul li a:hover {color: #000;}
.head_right ul li a span { margin: 0 10px 0 0; color: #1fc0db; }
.head_right span { margin: 0 15px 0 0; }

.head_right ul li a:hover {
    color: #1fc0db;
}



.head_right ul li a:before {
    content: "";
    position: absolute;
    background: #1fc0db;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 100%;
    transition: linear 0.3s;
}
.head_right ul li a:hover::before {
    right: 0;
}*/

/***************************** h_marquee **********************************/


/***************************** h_marquee **********************************/

/************************** section 1  ************************************/

.h_banner {
   width: 100%;
   padding: 110px 0 160px;
   position: relative;
   overflow: hidden;
   background: url(img/banner_img.jpg) no-repeat center;
   background-size: cover;
}


/*.h_banner::before {content: ""; position: absolute; background: url(img/h_banner1.png) no-repeat center top 30%; background-size: cover; top: 0; bottom: 0; left: 0; right: 0; }*/
/*.h_banner video {position: absolute;top: 0;width: 100%;right: 0;transform: scale(1.6);z-index: 0;}
.h_banner::before {content: "";position: absolute;background: #00000047;top: 0;bottom: 0;left: 0;right: 0;z-index: 1;}*/

.mil-animation-frame {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  -webkit-animation: jump 10s linear infinite;
  animation: jump 10s linear infinite;
  pointer-events: none;
}
.ban_left {width: 100%;color: #fff;position: relative;z-index: 999;}
.ban_left h1 {font-size: 130px;font-weight: 600;color: #ffffff;margin: 0px 0 50px;text-transform: capitalize;}
.ban_left h1 span {
    color: #fd5b38;
}

.ban_left h5 {
    text-transform: capitalize;
    font-size: 24px;
    color: #fff;
}

.ban_left h3 {
    font-size: 40px;
    font-weight: 600;
}

.ban_left p {
    color: #fff;
    margin: 0px 0 50px;
}
.ban_right {
    position: absolute;
    top: -280px;
}
.ban_r_box {
    width: 95%;
    background: #ffffff75;
    border-radius: 20px;
    padding: 20px 40px;
    margin: 0 0 40px;
}

.ban_r_box span {
    position: absolute;
    padding: 17px 24px;
    border-radius: 50px;
    background: #000;
    top: -50px;
    left: -20px;
    font-size: 25px;
}

p.designation {
    text-align: right;
    color: #818181;
}

.ban_r_box1 ul li img {
    border-radius: 50px;
}

.ban_r_box1 ul {
    display: flex;
}

.ban_r_box1 li:nth-child(2) img {
    margin: 0 0 0 0px;
}

.ban_r_box1 li:nth-child(2) img {
    position: absolute;
    left: 49px;
}

.ban_r_box1 li:nth-child(3) img {
    position: absolute;
    left: 95px;
}

.ban_r_box1 li:nth-child(4) {
    position: absolute;
    right: 130px;
}
p.designation1 {
    font-size: 22px;
    color: #9c9c9c;
}

span.style-five {
    position: absolute;
    right: 0px;
    bottom: -250px;
    font-size: 250px;
    line-height: 230px;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    color: #fff;
    opacity: 0.1;
    z-index: 1;
}
.ban_r_box1 li:nth-child(5) {
    position: absolute;
    left: 400px;
    top: 244px;
}

.ban_r_box1 li:nth-child(5) span {
    background: #fff;
    padding: 14px 16px;
    color: #000;
    font-size: 28px;
    border-radius: 50px;
    position: relative;
    z-index: 9999;
}

.ban_r_box1 li:nth-child(5) span:before {
    content: "";
    position: absolute;
    top: -8px;
    bottom: 0;
    right: 0px;
    left: -8px;
    background: #ffffff45;
    width: 77px;
    height: 77px;
    border-radius: 50px;
    z-index: -1;
}

/************************** section 1  ************************************/


.sec1 {
    display: flex;
    align-items: center;
}

.left_box h3 {
    font-size: 70px;
}
div#shiva {
    display: flex;
}
div#shiva span {
    font-size: 60px;
}
.s1_left_box {
    display: flex;
    gap: 90px;
    margin: 0 0 150px;
}
.left_box1 h4 {
    font-size: 60px;
}
.left_box {
    position: relative;
    margin: 0 0px 0 0px;
}
.left_box1 h4 span {
    font-weight: 600;
    border-bottom: 3px solid;
}
.left_box1 a {display: inline-block;margin: 20px 0 0 20px;}
span.icon {
    background: #F0D02B;
    padding: 30px 35px;
    color: #000;
    border-radius: 50px;
    font-size: 40px;
    margin: 0 0 0 20px;
    transition: linear 0.3s;
    margin: 0 0 0 0px;
}
span.icon:hover {
    color: #fff;
    background: #ff6f0f;
    transition: linear 0.3s;
}

/************************** section 1  ************************************/

.h_sec2.sec {
    position: relative;
}

.s2_bottom {
    width: 100%;
    padding: 50px 40px;
    background: #212527;
    border-radius: 40px;
    margin: 60px 0 0;
    position: relative;
    transition: linear 0.3s;
    z-index: 9999;
}
.s2_bottom:hover {
    transform: translateY(-10px);
    border: 1px solid #ff6f0f;
    transition: linear 0.3s;
}

.s2_bottom ul {
    display: flex;
    justify-content: space-between;
    margin: 0 0 90px;
}
.s2_bottom.s2_img1 a ul li:nth-child(1) {
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0;
}

.s2_bottom h4 {
    margin: 0 0 40px;
    font-size: 30px;
    transition: linear 0.3s;
}
.s2_bottom h4:hover {
    color: #ff6f0f;
    transition: linear 0.3s;
}

.s2_bottom li span i {
    transform: rotate(-35deg);
    font-size: 19px;
    border: 1px solid;
    padding: 15px 16px;
    border-radius: 50px;
}

.s2_bottom h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin: 15px 0;
}

.s2_bottom a span i {
}

.s2_bottom a span i:hover {
    background: #ff6f0f;
    transition: linear 0.3s;
}
.h_sec2:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(img/sec_top.png) no-repeat;
}

.s2_top h2 {
    position: relative;
}

.s2_top h2:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 710px;
    right: 0;
    background: url(img/star.png) no-repeat;
}
.s2_bottom.s2_img1:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    left: -60px;
    right: 0;
    background: url(img/s2_img1.png) no-repeat;
    z-index: -1;
}
.s2_bottom.s2_img2:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0px;
    right: 0;
    background: url(img/s2_img2.png) no-repeat;
    z-index: -1;
}
.s2_bottom.s2_img3:before {
    content: "";
    position: absolute;
    top: -2px;
    bottom: 0;
    left: 13px;
    right: 0;
    background: url(img/s2_img3.png) no-repeat;
    z-index: -1;
}
.s2_botm_box {margin: -430px 0 0;}

.s2_top {
    margin: 0 0 175px;
}
.s2_bottom.s2_img4 {
    margin: -110px 0 0 0;
}
/************************** section 1  ************************************/

.h_sec3.sec {
    width: 100%;
    background: url(img/s3_img.png) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.s3_top {
    display: inline-block;
    padding: 50px 30px;
    border: 1px solid #fff;
    border-radius: 140px;
    margin: 0 0 40px;
}
.s3_top span {
    font-size: 30px;
}
.s3_bottom h2 {
    font-size: 130px;
    color: transparent;
    background: -webkit-linear-gradient(0deg, #FFD2B1 25%, #FF94E1 50%, #6CFFF6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.s3_bottom {
    position: relative;
    padding: 0 0 660px;
}
.s3_bottom:before {
    content: "";
    position: absolute;
    top: 90px;
    bottom: 0;
    left: -40px;
    right: 0;
    background: url(img/s3_img2.png) no-repeat;
}
.s3_bottom img {
    position: absolute;
    left: -20px;
    right: 0;
    top: 70px;
}

.s3_bottom1 ul {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0 0 70px;
}

.s3_bottom1 ul li a {
    display: inline-block;
    padding: 15px 30px;
    font-size: 20px;
    border: 1px solid;
    border-radius: 50px;
    transition: linear 0.3s;
    color: #fff;
}
.s3_bottom1 ul li a:hover {
    color: #fff;
    background: #ff6f0f;
    border-color: #ff6f0f;
    transition: linear 0.3s;
}
a.main_btn4 {
    position: relative;
    font-size: 22px;
    margin: 120px 0;
    display: inline-block;
    color: #fff;
    transition: linear 0.3s;
}

a.main_btn4:before {
    content: "";
    position: absolute;
    top: -92px;
    bottom: -70px;
    right: -160px;
    left: -80px;
    background: url(img/s3_img_btn.png) no-repeat;
}

a.main_btn4 span {
    margin: 0 0 0 8px;
    transition: linear 0.3s;
}

a.main_btn4:hover {
    color: #ff6f0f;
}

a.main_btn4:hover span {
    color: #ff6f0f;
}
/************************** section 1  ************************************/

.h_sec4.sec {
    width: 100%;
    background: url(img/s3_img.png) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.s4_bottom h2 {
    font-size: 130px;
    color: transparent;
    background: -webkit-linear-gradient(0deg, #FFD2B1 25%, #FF94E1 50%, #6CFFF6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.s4_bottom {
    position: relative;
    padding: 0 0 600px;
}
.s4_bottom:before {
    content: "";
    position: absolute;
    top: 30px;
    bottom: 0;
    left: -40px;
    right: 0;
    background: url(img/s3_img2.png) no-repeat;
}

.s4_bottom img {
    position: absolute;
    left: -30px;
    right: 0;
    top: 30px;
}

.s4_bottom1 ul {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0 0 70px;
}

.s4_bottom1 ul li a {
    display: inline-block;
    padding: 15px 30px;
    font-size: 20px;
    border: 1px solid;
    border-radius: 50px;
    transition: linear 0.3s;
    color: #fff;
}
.s4_bottom1 ul li a:hover {
    color: #fff;
    background: #ff6f0f;
    border-color: #ff6f0f;
    transition: linear 0.3s;
}
/************************** section 1  ************************************/
.h_sec5.sec {
    width: 100%;
    padding: 60px 0 250px;
    background: url(img/s3_img.png) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.s5_bottom h2 {
    font-size: 130px;
    color: transparent;
    background: -webkit-linear-gradient(0deg, #FFD2B1 25%, #FF94E1 50%, #6CFFF6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.s5_bottom {
    position: relative;
    padding: 0 0 660px;
}
.s5_bottom img {
    position: absolute;
    left: 40px;
    top: 40px;
}
.s5_bottom:before {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: -40px;
    right: 0;
    background: url(img/s3_img2.png) no-repeat;
}

.s5_bottom1 ul {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0 0 70px;
}

.s5_bottom1 ul li a {
    display: inline-block;
    padding: 15px 30px;
    font-size: 20px;
    border: 1px solid;
    border-radius: 50px;
    transition: linear 0.3s;
    color: #fff;
}
.s5_bottom1 ul li a:hover {
    color: #fff;
    background: #ff6f0f;
    border-color: #ff6f0f;
    transition: linear 0.3s;
}
/************************** Section 6 ************************************/
.h_sec6_box {
    display: flex;
    align-items: center;
}
.s4_left_box {
    padding: 60px 30px;
    border-radius: 40px;
    margin: 30px 0 0;
}
.s4_left_box.s4_left1 {
     background: #FFDA7C;
}
.s4_left_box p {
    color: #000;
    margin: 30px 0 60px;
    font-size: 35px;
}

.s4_left_box ul li span {
    color: #000;
    font-size: 20px;
}

.s4_left_box ul {
    display: flex;
    justify-content: space-between;
}

.s4_left {
    margin: -290px 0 0;
}

.s4_left_box.s4_left2 {
    background: #85F8F1;
}

.s4_left_box.s4_left3 {
    background: #FF90ED;
}
.s6_right h2 {
    font-size: 90px;
}

.s6_right {
    padding: 0 90px;
}

.s6_right a {
    margin: 50px 0 0;
}
/************************** Section 6 ************************************/
/************************** Section 7 ************************************/
.h_sec7.sec {
    position: relative;
}
.h_sec7:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(img/sec_top.png) no-repeat;
}
.s7_top {
    margin: 30px 0;
}
.s7_box {
    display: flex;
    align-items: center;
}


/************************** Section 8 ************************************/
.h_sec8 {
    position: relative;
    background: url(img/banner_img.jpg) no-repeat center;
    background-size: cover;
}
.h_sec8:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(img/sec_top.png) no-repeat;
}
.s8_top {
    text-align: center;
}

.s8_top h2 {
    font-size: 100px;
    margin: 0 0px 60px 0px;
}
.left_box2 h4 {
    font-size: 44px;
    margin: 0;
}
.left_box2 h4 span {
    font-weight: 600;
    border-bottom: 3px solid;
    margin: 0 10px   0 0px;
}

.left_box2 {
    display: inline-block;
    background: #222223;
    padding: 15px 20px;
    border-radius: 100px;
}
.left_box2.left_box1 {
    background: #000;
}
.left_box_s8 {
    display: flex;
    align-items: center;
    gap: 150px;
}
.left_box2 a {display: inline-block;margin: 20px 0;}
span.icon {
    background: #F0D02B;
    padding: 20px 25px;
    color: #000;
    border-radius: 50px;
    font-size: 30px;
    margin: 0 0 0 20px;
    transition: linear 0.3s;
    margin: 0;
}
span.icon:hover {
    color: #fff;
    background: #ff6f0f;
    transition: linear 0.3s;
}

/************************** About Us ************************************/
.h_banner.about_banner {
    padding: 150px 0 60px;
    position: relative;
}
.h_banner.about_banner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.70);
}
.ban_left.about_banner_left {}
.s1_right.about_banner_right {
    position: relative;
}

.s1_right.about_banner_right:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 500px;
    right: 0;
    background: url(img/star.png) no-repeat;
    animation-name: swing;
    animation-duration: 24s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.s1_right.about_banner_right:after {
    content: "";
    position: absolute;
    top: 60%;
    bottom: 0;
    left: 70%;
    right: 0;
    z-index: 99999;
    background: url(img/star2.png) no-repeat;
    animation-name: swing;
    animation-duration: 24s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.s1_right.about_banner_right h2 {
    font-size: 80px;
}

.ban_left.about_banner_left {}

.s1_right.about_banner_right h2 {
    font-size: 70px;
}

.about_banner_left .left_box2 {
    padding: 40px 40px;
    background: rgba(255, 255, 255, 0.07);
}

.about_banner_left .left_box2 h4 {
    font-weight: 400;
    line-height: 80px;
}
.s1_right.about_top_right img {
    border-radius: 50px;
    transition: 10s ease;
}

.s1_right.about_top_right img:hover {
}

.s1_right.about_top_right {
    position: relative;
    display: block;
    overflow: hidden;
    border: 50px;
    padding: 130px 0px 0;
    margin: 0 0 80px;
}

.s1_left.about_s1 .s1_left_box {
    display: flex;
    gap: 140px;
    justify-content: center;
    margin: 0;
}
.about_sec1.sec {
    position: relative;
}

.about_sec1:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(img/sec_top.png) no-repeat;
}
.about_s1_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px;
}
.about_s1_box {display: inline-block;}
.s2_bottom.about_s1_right {
    margin: 30px 0 0;
}
.s2_bottom.about_s1_right span {
    font-size: 28px;
}

.s2_bottom.about_s1_right h4 {
    margin: 90px 0 40px;
}
.s2_bottom.about_s1_right a span i {
    background: #000;
    padding: 13px 16px;
    border-radius: 50px;
}

.s2_bottom.about_s1_right a span i:hover {background: #000;}
.about_s2_left_box {
    display: flex;
    gap: 20px;
    background: #595959;
    padding: 30px;
    border-radius: 20px;
    margin: 0px 0 30px;
    transition: linear 0.3s;
}
.about_s2_left_box:hover {
    transform: translateY(-10px);
}
.about_s2_left_box span {
    font-size: 30px;
    border-radius: 50px;
    padding: 10px 21px;
    height: 60px;
    width: 60px;
}
.about_s2_left_box.about_box1 span {
    background: #FF8FED;
}

.about_s2_left_box.about_box2 span {
    background: #565656;
}

.about_s2_left_box.about_box2 {
    background: #2C2C2C;
}

.about_s2_left_con h3 {
    margin: 0 0 20px;
}

.about_s2_left_box.about_box3 {
    background: #232323;
}

.about_s2_left_box.about_box3 span {
    background: #474747;
}

.about_sec2.sec {
    background: #1C1C1C;
    position: relative;
    padding: 60px 0 330px;
}
.about_sec2:after {
    content: "";
    position: absolute;
    top: 72%;
    bottom: 0;
    left: 40%;
    right: 0;
    background: url(img/about_s2_img.png) no-repeat;
    animation-name: float;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.about_s2_left h2 {
    font-size: 80px;
}
/************************** services  ************************************/
.ban_left.service_banner_top {
    text-align: center;
    padding: 0;
}

.h_banner.service_banner {
    padding: 140px 0 70px;
}
.ban_left.service_banner_top ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.ban_left.service_banner_top ul li img {width: 100px;}
.ban_left.service_banner_top p {
    margin: 0 0 30px;
}

.ser_s1_right svg path {
    fill: #fff;
}

svg {
    color: #fff;
}

.ser_s1_right svg {
    width: 70px;
    height: 70px;
}

.ser_s1_right {
    padding: 25px;
    height: 390px;
    background: #212527;
    border-radius: 40px;
    position: relative;
    transition: linear 1s;
}
.ser_s1_right:hover {
    border: 1px solid #ff6f0f;
    transition: linear 0.3s;
    transform: translateY(-10px);
}

.ser_s1_right p {
    margin: 10px 0 0px;
    font-size: 22px;
}
.ser_s1_right h3 {
    margin: 20px 0 0;
}
.ser_s1_left {
    background: #212527;
    padding: 130px 20px;
    height: 390px;
    border-radius: 40px;
}

.ser_s1_left h3 {
    font-size: 50px;
}

.ser_s1_left:before {
    content: '';
    position: absolute;
    width: 42px;
    height: 42px;
    background: #212527;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.ser_s1_box1:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -94px;
    right: 0;
    background: url(img/s2_img1.png) no-repeat;
}

.ser_s1_box2:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    left: -34px;
    right: 0;
    background: url(img/s2_img2.png) no-repeat;
}
.ser_s1_box3:before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 0;
    left: -19px;
    right: 0;
    background: url(img/s2_img3.png) no-repeat;
}
.ser_box {
    display: flex;
}
.ser_s1_rbottom {
    margin: 150px 0 0;
    background: #212527;
    padding: 30px;
    border-radius: 40px;
}

.ser_s1_box h3 {
    font-size: 60px;
}
.ser_s1_lbottom {
    background: #000;
    padding: 20px;
    border-radius: 40px;
    margin: 150px 0 0;
    position: relative;
    z-index: 999;
}

.ser_s1_lbottom:before {
    content: '';
    position: absolute;
    width: 42px;
    height: 42px;
    background: #000;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.ser_s1_lbottom h3 {
    font-size: 32px;
    margin: 0 0 20px;
}

.ser_s1_lbottom p {
    font-size: 18px;
    margin: 0 0 60px;
}

.ser_s1_lbottom img {
    border-radius: 20px;
}

span {}

.ser_s2_right span {
    display: block;
}

.ser_s2_right span svg {
    width: 70px;
    height: 70px;
}
.ser_s2_right {
    padding: 50px;
    background: #000;
    height: 430px;
    border-radius: 40px;
    transition: linear 1s;
}
.ser_s2_right:hover {
    border: 1px solid #ff6f0f;
    transition: linear 0.3s;
    transform: translateY(-10px);
}

.ser_s2_left h2 {
    font-size: 60px;
}

.ser_s2_left p {
    font-size: 22px;
}
.ser_s2_right.ser_s2_right4 {
    margin: 40px 0  0;
}
.ser_s2_right span {
    margin: 0 0 50px;
}

.ser_s2_right span svg path {
    fill: #fff;
}

.ser_s2_bottom span svg {fill:#fff;width: 70px;height: 70px;}

.ser_s2_2bottom {background: #000;padding: 60px 30px;border-radius: 40px;transition: linear 1s;}
.ser_s2_2bottom:hover {
    border: 1px solid #ff6f0f;
    transition: linear 0.3s;
    transform: translateY(-10px);
}

.ser_s2_top h3 {
    margin: 20px 0;
}

.ser_s2_2bottom h4 {
    margin: 40px 0 0;
}
.ser_sec3_top {
    text-align: center;
}
.ser_sec3_bottom ul::-webkit-scrollbar-track
{
/*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: #ffffff7a;
    border-radius: 20px
}

.ser_sec3_bottom ul::-webkit-scrollbar
{
    width: 10px;
    background-color: #ffffff7a;
    border-radius: 10px
}

.ser_sec3_bottom ul::-webkit-scrollbar-thumb
{
    background-color: #ff6f0f;
    border: 2px solid #ff6f0f;
    border-radius: 5px;
}
.ser_sec3_bottom {
    background: #212527;
    padding: 40px 0;
    text-align: center;
    border-radius: 40px;
    margin: 40px 0 0;
    position: relative;
    z-index: 999;
}
.ser_sec3_box1:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(img/ser_s2_img1.png) no-repeat right 0;
    border-radius: 40px;
    z-index: -1;
}
.ser_sec3_box1:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(img/ser_s2_img1.png) no-repeat right 0;
    border-radius: 40px;
    z-index: -1;
}
.ser_sec3_box2:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(img/ser_s2_img7.png) no-repeat right 0;
    border-radius: 40px;
    z-index: -1;
}
.ser_sec3_box3:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(img/ser_s2_img3.png) no-repeat right 0;
    border-radius: 40px;
    z-index: -1;
}
.ser_sec3_box4:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(img/ser_s2_img4.png) no-repeat top;
    border-radius: 40px;
    z-index: -1;
}
.ser_sec3_box5:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(img/ser_s2_img5.png) no-repeat right 0;
    border-radius: 40px;
    z-index: -1;
}
.ser_sec3_box6:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(img/ser_s2_img6.png) no-repeat right 0;
    border-radius: 40px;
    z-index: -1;
}
.ser_sec3_bottom h4 {
    font-size: 45px;
    text-transform: uppercase;
}

.ser_sec3_bottom p {
    font-size: 18px;
}

.ser_sec3_bottom ul {position: relative;margin: 40px 0;text-align: justify;padding: 30px 60px;overflow: hidden scroll;height: 300px;background: #000;border-radius: 20px;}

.ser_sec3_bottom ul li {
    margin: 0 0 10px;
    font-size: 14px;
}

.ser_sec3_bottom span {
    font-size: 70px;
    font-weight: 600;
}
.ser_sec3_bottom span sup {
    font-size: 40px;
    margin: 0 5px 0 0px;
}
.ser_sec3_bottom ul li span {
    font-size: 18px;
    margin: 0 10px 0 0px;
}
.service_sec4 {
    padding: 300px 0;
    position: relative;
    z-index: 9999999;
}

.service_sec4:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(img/ser_sec3_img.png) no-repeat center;
    background-size: cover;
    z-index: -1;
}

.ser_sec3_left {
    position: relative;
    z-index: 99999999;
}
a.call span strong {
    margin: 0 0 0 10px;
}

a.call {
    margin: 0 0px 0 20px;
}

.service_sec3.sec {
    position: relative;
}

.service_sec3.sec:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(img/sec_top.png) no-repeat;
}

.service_sec4.sec:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(img/sec_top.png) no-repeat;
}

.service_sec2.sec {
    position: relative;
}

.service_sec2.sec:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(img/sec_top.png) no-repeat;
}
/************************** CAREER  ************************************/
.h_banner.protfolio_banner {
    padding: 140px 0 100px;
    position: relative;
}
.h_banner.protfolio_banner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.70);
}
.h_sec4 {
    width: 100%;
    background: #ebecff;
    padding: 70px 0;
    position: relative;
}
.s4_top {
    text-align: center;
}
.s4_mid {
    width: 100%;
    overflow: hidden;
    margin: 0 0 15px;
    animation-duration: 2s;
}
.s4_bot {
    animation-duration: 2s;
}
.s4_mid ul.nav-tabs {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.s4_mid ul.nav-tabs li {
    padding: 10px 0;
    margin: 0 10px 0 0;
    width: 100%;
    transition: linear 0.3s;
    border-radius: 10px;
}
.s4_mid ul.nav-tabs li:hover {
}
.s4_mid ul.nav-tabs li.active {
    background: #f46a0e;
}
.s4_mid ul.nav-tabs li.active:hover {
}
.s4_mid ul.nav-tabs li img {
    margin: 0 20px 0 0;
    max-width: 100%;
}

.s4_mid .nav-tabs {
    border: none;
}

.s4_mid .nav-tabs>li>a {
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    display: block;
    text-align: center;
    padding: 0;
}

.color-white .s4_mid .nav-tabs>li>a {
    color: #0a0a2d;
}

.s4_mid .nav-tabs>li>a:hover {
    color: #fff;
    border: none;
}


.s4_mid .nav-tabs>li.active>a {
    border: none;
    background: transparent;
    color: #fff;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

.s4_mid .tab-content {
    width: 100%;
}

.s4_bot .tab-content {
    /* background: white; */
    /* display: inline-block; */
    border-radius: 0 40px 5px 0;
}


.s4_bright {width: 100%;margin: 20px 0 0px;position: relative;}
.s4_right a img {
    border-radius: 10px;
}

.s4_right {
    margin: 20px 0 0;
}

.s4_bright a img {
    width: 100%;
    transform: scale(1.1);
    transition: all 500ms ease;
}
.s4_bright img:hover {
    transform: scale(1);
}
.s4_bright .screen {
    background-size: 100% auto !important;
    cursor: pointer;
    display: none;
    float: left;
    margin: 0 0 20px 0;
    min-height: 350px;
    padding: 0;
    position: relative;
    transition: all 3s ease-in 0s;
    width: 100%;
    z-index: 99;
    border-radius: 10px;
}
.s4_bright .screen:hover {
    background-position: 0 100%;
}
.s4_bright {width: 100%;margin: 20px 0 0px;border-radius: 5px;}

.s4_bright a img {
    border-radius: 10px;
    width: 100%;
}
.s4_bright .screen {
    background-size: 100% auto !important;
    cursor: pointer;
    display: none;
    float: left;
    margin: 0 0 20px 0;
    min-height: 350px;
    padding: 0;
    position: relative;
    transition: all 3s ease-in 0s;
    width: 100%;
    z-index: 99;
    border-radius: 10px;
}
.s4_bright .screen:hover {
    background-position: 0 100%;
}

.s4_bright .web_1 {
    background: rgba(0, 0, 0, 0) url(img/p_brand1.jpeg) no-repeat scroll 0 0;
    display: block;
}
.s4_bright .web_2 {
    background: rgba(0, 0, 0, 0) url(img/p_brand2.jpeg) no-repeat scroll 0 0;
    display: block;
}
.s4_bright .web_3 {
    background: rgba(0, 0, 0, 0) url(img/p_brand3.jpeg) no-repeat scroll 0 0;
    display: block;
}
.s4_bright .web_4 {
    background: rgba(0, 0, 0, 0) url(img/p_brand4.jpeg) no-repeat scroll 0 0;
    display: block;
}
.s4_bright .web_5 {
    background: rgba(0, 0, 0, 0) url(img/p_brand5.jpeg) no-repeat scroll 0 0;
    display: block;
}
.s4_bright .web_6 {
    background: rgba(0, 0, 0, 0) url(img/p_brand6.jpeg) no-repeat scroll 0 0;
    display: block;
}
.s4_bright .web_7 {
    background: rgba(0, 0, 0, 0) url(img/p_brand7.jpeg) no-repeat scroll 0 0;
    display: block;
}
.s4_bright .web_8 {
    background: rgba(0, 0, 0, 0) url(img/p_brand8.jpeg) no-repeat scroll 0 0;
    display: block;
}
.s4_bright .web_9 {
    background: rgba(0, 0, 0, 0) url(img/p_web1.jpg) no-repeat scroll 0 0;
    display: block;
}
.s4_bright .web_10 {
    background: rgba(0, 0, 0, 0) url(img/p_web22.jpeg) no-repeat scroll 0 0;
    display: block;
}
.s4_bright .web_11 {
    background: rgba(0, 0, 0, 0) url(img/p_web33.jpg) no-repeat scroll 0 0;
    display: block;
}
.s4_bright .web_12 {
    background: rgba(0, 0, 0, 0) url(img/p_web4.jpg) no-repeat scroll 0 0;
    display: block;
}
.s4_bright .web_13 {
    background: rgba(0, 0, 0, 0) url(img/p_web5.jpeg) no-repeat scroll 0 0;
    display: block;
}
.s4_bright .web_14 {
    background: rgba(0, 0, 0, 0) url(img/p_web66.jpg) no-repeat scroll 0 0;
    display: block;
}
.s4_bright .web_15 {
    background: rgba(0, 0, 0, 0) url(img/p_web7.jpg) no-repeat scroll 0 0;
    display: block;
}
.s4_bright .web_16 {
    background: rgba(0, 0, 0, 0) url(img/p_web88.jpeg) no-repeat scroll 0 0;
    display: block;
}
.s4_bright .web_17 {
    background: rgba(0, 0, 0, 0) url(img/e_com1.jpeg) no-repeat scroll 0 0;
    display: block;
}
.s4_bright .web_18 {
    background: rgba(0, 0, 0, 0) url(img/e_com2.jpg) no-repeat scroll 0 0;
    display: block;
}
.s4_bright .web_19 {
    background: rgba(0, 0, 0, 0) url(img/e_com3.jpeg) no-repeat scroll 0 0;
    display: block;
}
.s4_bright .web_20 {
    background: rgba(0, 0, 0, 0) url(img/e_com4.jpeg) no-repeat scroll 0 0;
    display: block;
}
.s4_bright .web_21 {
    background: rgba(0, 0, 0, 0) url(img/e_com5.jpeg) no-repeat scroll 0 0;
    display: block;
}
.s4_bright .web_22 {
    background: rgba(0, 0, 0, 0) url(img/e_com6.jpeg) no-repeat scroll 0 0;
    display: block;
}
.s4_bright .web_23 {
    background: rgba(0, 0, 0, 0) url(img/e_com7.jpeg) no-repeat scroll 0 0;
    display: block;
}
.s4_bright .web_24 {
    background: rgba(0, 0, 0, 0) url(img/e_com8.jpg) no-repeat scroll 0 0;
    display: block;
}
/************************** ip 1  ************************************/
.h_banner.ip_sec_banner {
    padding: 100px 0 60px;
}
.ip_sec_left img {
    animation: 6s infinite tilt;
}

.ip_sec_left {
    text-align: end;
}
.ban_left h2 {
    font-size: 50px;
}
.ban_left ul {
    column-count: 2;
    margin: 0 0 20px;
}

.ban_left ul li {
    margin: 0 0 10px;
}

.ban_left ul li span {
    margin: 0 8px 0 0;
}
a.chat span {
    margin: 0 8px 0 0;
}
a.chat {
    color: #fff;
    font-size: 22px;
    display: inline-block;
    transition: linear 0.3s;
}
a.chat:hover {
    color: #ff6f0f;
    transition: linear 0.3s;
}
.head_bt.ip_btn {
    display: flex;
    gap: 40px;
    justify-content: flex-end;
    align-items: center;
}
.head_bt.ip_btn span {
    display: unset;
}

.protfolio_btn {
    text-align: center;
    margin: 30px 0 0;
}
.ip_secprot h4 {
    font-size: 40px;
}
.ip_sec_protfolio.sec {
    overflow: hidden;
}
.ip_sec1.sec {
    position: relative;
}

.ip_sec1.sec:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(img/sec_top.png) no-repeat;
}
.s4_bright.ip_sec_portbox {
    width: 96%;
}
.ip_sec3.sec {
    position: relative;
}
.ip_sec3.sec:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(img/sec_top.png) no-repeat;
}
.ip_sec_top {
    text-align: center;
    margin: 0 0 50px;
}
.ip_sec_top h2 {
    font-size: 50px;
}
.ip_sec_box {
    background: #212527;
    padding: 30px;
    border-radius: 40px;
    position: relative;
}
.ip_sec_box {
    padding: 25px;
    background: #212527;
    border-radius: 40px;
    position: relative;
    transition: linear 1s;
}
.ip_sec_box:hover {
    border: 1px solid #ff6f0f;
    transition: linear 0.3s;
    transform: translateY(-10px);
}
.ip_sec_box:hover h4 {
    color: #ff6f0f;
    transition: linear 0.3s;
}
.ip_sec_box h4 {
    margin: 20px 0 10px;
    transition: linear 0.3s;
}
.ip_sec2_left {
    text-align: center;
}
.ip_sec2_left h6 {
    margin: 20px 0;
    font-size: 18px;
}

.ip_sec2_left ul {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.ip_sec2_left ul li span {
    color: #f0d02b;
    margin: 0 3px 0 0;
}
.ip_sec_right {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.ip_sec_right h5 {
    font-size: 26px;
    margin: 0 0 10px;
}
.ip_sec_right p {
    font-size: 20px;
}
.ip_sec_right_box ul {
    display: flex;
    gap: 20px;
    margin: 30px 0 0 0;
}

.ip_sec_right_box ul li strong {
    font-size: 27px;
    margin: 0 10px 0 0;
}

.ip_sec_right_box h6 {
    margin: 20px 0 10px;
}

.ip_sec_right_box ul li {
    border-bottom: 1px solid;
    border-top: 1px solid;
}
.ip_sec2_box p {
    font-size: 19px;
}

.ip_sec2_box {
    border-right: 1px solid #fff;
    padding: 0px 40px;
}
.ip_sec2_box h5 {
    margin: 20px 0 10px;
}
.ip_sec2_box.ip_sec3_box {
    border-color: #ffffff00;
}

.ip_sec4_box {
    background: #212527;
    padding: 30px;
    border-radius: 40px;
    width: 96%;
}
.ip_sec4.sec {
    overflow: hidden;
    position: relative;
}
.ip_sec4.sec:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(img/sec_top.png) no-repeat;
}
.ip_sec5.sec {
    position: relative;
}
.ip_sec5.sec:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(img/sec_top.png) no-repeat;
}
ul.ip_box_ul span {
    color: #ffe000;
    margin: 0 3px 0 0;
}
.ip_sec4_box ul {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
}
.ip_sec4_box p {
    font-size: 20px;
    height: 400px;
}
.ip_sec4_box ul h5 span {
    font-size: 14px;
}
ul.accordion-list {
  position: relative;
  padding: 20px;
  margin: 0;
  list-style: none
}

ul.accordion-list li {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 30px;
  padding-top: 20px
}

ul.accordion-list li.active h3:after {
  transform: rotate(-180deg)
}

ul.accordion-list li h3 {
  cursor: pointer;
  font-size: 25px;
  line-height: 22px;
  color: #fff;
  padding-right: 30px
}

ul.accordion-list li h3:after {
  content: "";
  position: absolute;
  color: #f0d02b;
  transition: .3s ease-in-out;
  font-size: 15px;
  right: 0;
  left: 0px;
  font-weight: 700;
  transform: rotate(-90deg)
}

ul.accordion-list li div.answer {
  position: relative;
  margin: 0;
  padding: 0 100px 0 0;
  cursor: pointer
}

ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 31px;
  color: #fff;
  margin-top: 25px
}


/************************** section 1  ************************************/

.contact_banner {
    width: 100%;
    /* text-align: center; */
    padding: 140px 0 70px;
}

.contact_sec1.sec {
    position: relative;
}

.contact_sec1.sec:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(img/sec_top.png) no-repeat;
}

.contact_s1_right {
    padding: 50px;
    background: #212527;
    margin: 0 20px;
}

.contact_heading {
    width: 100%;
    text-align: center;
}

.contact_heading h1 {
}

.contact_s1_left {
    width: 100%;
}

.contact_s1_left h2 {
    margin: 0 0 30px;
    color: #fff;
}

.contact_s1_links {
    display: flex;
    align-items: center;
    margin: 20px 0 0;
}
.contact_s1_links a {
    display: flex;
    align-items: center;
}

.contact_s1_icon {
    margin: 0 20px 0 0;
}

.contact_s1_icon span {
    font-size: 26px;
    color: #1fc0db;
    background: #1ebcd63b;
    border-radius: 50px;
    padding: 10px 17px;
    position: relative;
}

.contact_s1_text {
    width: 100%;
}

.contact_s1_text h4 {
    font-size: 24px;
    color: #1fc0db;
    margin: 0 0 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact_s1_text p {
    color: #fff;
}

.contact_s1_right h2 {
    margin: 0 0 20px;
    color: #fff;
}

.contact_s1_right form label {
    color: #ff6f0f;
    font-size: 22px;
    font-weight: 500;
}

.contact_s1_right form input {
    background: transparent;
    height: 45px;
    border: 1px solid #ffffff00;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    padding: 25px 12px;
}

.contact_s1_right form textarea {
    background: transparent;
    border: 1px solid transparent;
    border-bottom: 1px solid #fff;
    height: 100px;
    font-size: 18px;
}

.form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #ff6f0f;
}

.contact_s2_map iframe {
    width: 100%;
    iframe src="https: //www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3619.7413002316193!2d67.05798937467348!3d24.872683744769706!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3eb33e923adec49d%3A0xcc2dbd936f1c5627!2sTariq%20Rd%2C%20Karachi%2C%20Karachi%20City%2C%20Sindh%2C%20Pakistan!5e0!3m2!1sen!2s!4v1722487620370!5m2!1sen!2s" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>;
    filter: invert(1);
    margin: 0 0 -10px;
}

.contact_banner.collab {
    width: 100%;
    padding: 100px 0 30px;
    background: #111216ed url(img/collab_banner.jpg) no-repeat center;
    color: #fff;
    border-top: 1px solid #fff;
    background-size: cover;
    height: 70vh;
    background-blend-mode: overlay;
}

/************************** term-of-use ************************************/

.ban_left.term_sec1 {
    text-align: center;
}

.h_banner.term_banner {
    padding: 150px 0  60px;
}
.term_s1_left p {
    font-size: 18px;
}
.term_sec1.sec {
    position: relative;
}

.term_sec1::before {
    content: "";
    position: absolute;
    background: url(img/h_banner1.png) no-repeat center bottom 40%;
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.term_s1_left h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 10px 0;
}

/************************** term-of-use  ************************************/
/************************** popup  ************************************/
.modal-content{background-size:cover;background-blend-mode: overlay;background-position: right;}
.modal-dialog{width: 40%;}

.modal-body{position:relative;padding: 30px 30px 20px;background: #212527;}
.modal-body h3 {
    text-transform: uppercase;
    font-size: 33px;
    text-align: center;
    margin: 30px 0 30px;
}
.modal-body h3 span {
    font-size: 30px;
    font-weight: 700;
    color: #ff6f0f;
    animation: 2s infinite flash;
}
.modal{background: #0000006b;z-index: 9999;}
.modal h5{font-size:24px;}
.modal h4{font-size:32px;font-weight:600;color:#13103c;margin:10px 0;}
.modal .form-control:focus {
    border-color: #ff6f0f;
}
.modal .form-control{padding:13px 10px 13px 40px;height:auto;border: none;border-bottom: 1px solid #fff;color: #ffffff;font-size:16px;background: transparent;box-shadow: none;border-radius: unset;}
.field{position:relative;margin:5px 0;}
span.pop_icon{position:absolute;left: 11px;font-size:20px;top: 7px;color: #ff6f0f;}
button.pop_btn:hover {
    background: #ff6f0f;
    color: #000;
    transition: linear 0.3s;
}


button.pop_btn{display:block;width:100%;background: #000;color: #fff;border-radius:6px;border:none;padding:10px;font-weight:600;font-size:20px;border-radius: 50px;transition: linear 0.3s;}
.modal textarea.form-control{resize:none;}
.modal p{text-align:center;font-weight:600;font-size:14px;color: #fff;}
button.close{width: 30px;height: 30px;position:absolute;top: 17px;right:15px;display:block;z-index:222220;background: url(img/cross.png) no-repeat;opacity:1;}
input.form-control::placeholder {color: #fff; } 
textarea.form-control::placeholder {color: #fff; }
/************************** section 1  ************************************/
/************************** section 1  ************************************/
/************************** section 1  ************************************/
/************************** section 1  ************************************/


.capbox0 {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}

#CaptchaDiv0 {
    width: 20%;
    background: #fff;
    padding: 9px 12px;
    margin: 0 0 15px;
    border-radius: 10px;
    float: left;
    border: 2px solid #555555;
    color: #000;
}

.capbox-inner0 {
    padding: 3px 13px;
    width: 76%;
    float: left;
    border-radius: 10px;
    margin: 0 0 0 20px;
    border: 2px solid #555555;
    color: #000;
}

#CaptchaInput0 {
    margin: 1px 0px 1px 30px;
    width: 130px;
    border-radius: 10px;
    padding: 4px;
    border: 2px solid #555555;
}

button.cont_but {
    font-size: 20px;
    background: #000;
    color: #fff;
    border-radius: 10px;
    padding: 9px 0;
    box-shadow: 0px 5px 15px #00000087;
    transition: 0.3s ease-in;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    border: none;
    font-weight: 600;
}
button.cont_but:hover {
    color: #000;
    background: #ff6f0f;
}
input#birthday {
    width: 100%;
    border: 2px solid #000;
    height: 40px;
    border-radius: 5px;
    padding: 5px 10px;
}

/***************************footer*******************************/

.footer {
    width: 100%;
    padding: 20px 0 10px;
    position: relative;
    background: #111112;
}
.footer:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(img/sec_top.png) no-repeat;
}

.foot_top_box {
    width: 100%;
    position: relative;
    padding: 30px 0;
}
.foot_top {
    width: 100%;
    display: inline-block;
    padding: 0 0 40px 0;
}

.foot_tleft {
    width: 100%;
    position: relative;
}

.foot_tright {
    width: 100%;
    margin: 60px 0;
    text-align: center;
}

.foot_mid {
    width: 100%;
    display: inline-block;
}

.foot_mbox {
    width: 100%;
}

.foot_mbox p {
    font-size: 18px;
    margin: 20px 0 0;
}

.foot_mbox h3 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 10px;
}

.foot_mbox ul.social_links {
    margin: 30px 0 0;
    position: relative;
    z-index: 0;
}

.foot_mbox ul.social_links li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.foot_mbox ul.social_links li a::before {
    display: none;
}

.foot_mbox ul.social_links li a span {
    font-size: 20px;
    padding: 6px 12px;
    display: inline-block;
    border-radius: 50px;
    transition: linear 0.3s;
    position: relative;
    z-index: 999;
}

.foot_mbox ul.social_links li span:hover::before {
    background: #ff6f0f;
}

.foot_mbox ul.social_links li span::before {
    content: "";
    position: absolute;
    background: #18191d;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 50px;
    transition: linear 0.3s;
    border: 1px solid;
}

.foot_mbox ul.social_links li span:hover {
    color: #000;
    transform: scale(1.1);
}

.foot_mbox ul.contact_links {
    margin: 20px 0;
}

.foot_mbox ul.contact_links li {
    margin: 0 0 10px;
}

.foot_mbox ul.contact_links li a {
    color: #fff;
    font-weight: 400;
    position: relative;
    transition: linear 0.3s;
    font-size: 16px;
}

.foot_mbox ul.contact_links li a span {
    margin: 0 10px 0 0;
    color: #fff;
}



.foot_mbox ul.contact_links li a:hover {
    color: #ff6f0f;
}

.foot_mbox ul.contact_links li a:hover::before {
    right: 0;
}

.foot_mbox ul.services li a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 10px 0 0;
    display: inline-block;
}

.foot_mbox ul.services li a:hover {
    color: #ff6f0f;
}

.foot_mbox ul.services li a span {
    color: #ff6f0f;
    font-size: 14px;
    margin: 0 8px 0 0;
}
.foot_bot {
    width: 100%;
    border-top: 1px solid #373738;
    padding: 15px 0 0;
}

.foot_bleft {text-align: center;}

.foot_bleft p {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.foot_bright ul {
    margin: 0;
}

.foot_bright ul li {
    display: inline-block;
    border-right: 2px solid #fd5b38;
    padding: 0 10px 0 0;
    margin: 0 0;
}

.foot_bright ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.foot_bright ul li a:hover {
    color: #fd5b38;
}

.foot_bright ul li:last-child {
    border: none;
    margin: 0 0 0 10px;
    padding: 0;
}

.foot_bg_img {
    position: absolute;
    bottom: 0;
    top: -270px;
    right: -80px;
    z-index: -1;
}

/**************************************************/

/**************************************************/
/**************************************************/

/*responsive*/
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1366px) {

.navbar-inverse .navbar-nav > li > a {
    margin: 0 0 0 20px;
}
.ban_left h1 {
    font-size: 100px;
}
.ban_r_box1 li:nth-child(4) {
    right: 90px;
}

.ban_r_box1 li:nth-child(5) {
    left: 320px;
}
p.designation1 {
    font-size: 16px;
}

}
@media screen and (max-width: 980px) {
    .navbar-inverse .navbar-nav > li > a {
    font-size: 18px;
    margin: 0  0px 0 17px;
}

.head_mid .navbar-nav > li {
    margin: 20px 0;
}

.head_bt a.call {
    display: none;
}

.h_banner {
    padding: 100px 0 140px;
}

a.main_btn3 {
    font-size: 14px;
    padding: 13px 30px;
}
.ban_left h1 {
    font-size: 70px;
    margin: 0 0 20px;
}

p {
    font-size: 20px;
}

.ban_left p {
    margin: 0 0 40px;
}

.ban_left img {
    max-width: 30%;
}

a.main_btn1 {
    font-size: 16px;
    padding: 14px 20px;
}

.ban_right {
    top: -180px;
}

.ban_r_box1 ul li:nth-child(5) {
    display: none;
}

.ban_r_box1 li:nth-child(4) {
    right: 10px;
}

h3 {
    font-size: 24px;
}

p.designation1 {
    font-size: 17px;
}

.ban_r_box span {
    padding: 9px 14px;
    font-size: 16px;
    top: -20px;
}
span.style-five {
    font-size: 150px;
}
.left_box h3 {
    font-size: 50px;
}

div#shiva span {
    font-size: 50px;
}

.s1_left_box img {max-width: 4%;}

.s1_left_box {gap: 105px;}

h2 {
    font-size: 50px;
}

.left_box_s8 {
    gap: 0px;
}

.left_box2 h4 {
    font-size: 40px;
}

span.icon {
    font-size: 30px;
    padding: 19px 23px;
}
.s1_left_box {
    margin: 0 0 100px;
}
.s2_bottom h4 {
    font-size: 23px;
}

.s2_bottom.s2_img1 a ul li:nth-child(1) {
    font-size: 15px;
}

.s2_bottom a span i {
    padding: 9px 10px;
    font-size: 14px;
}
.s2_bottom.s2_img4 {
    margin: -56px 0 0;
}

.s2_botm_box {
    margin: -402px 0 0;
}
.s2_bottom.s2_img1:before {
    left: -142px;
    background: url(img/s2_img11.png) no-repeat;
    background-size: cover;
}
.s2_bottom.s2_img2:before {
    left: -142px;
    background: url(img/s2_img22.png) no-repeat;
    background-size: cover;
}
.s2_bottom.s2_img3:before {
    left: -142px;
    background: url(img/s2_img33.png) no-repeat;
    background-size: cover;
}
.s2_bottom.about_s1_right a span i {
    font-size: 14px;
    padding: 12px 13px;
}
.s2_top h2:before {
    left: 430px;
}
h5 {
    font-size: 16px;
}

.s3_top span {
    font-size: 16px;
}

.s3_bottom h2 {
    font-size: 100px;
}

.s3_top {
    padding: 40px 20px;
}
.s4_bottom h2 {
    font-size: 100px;
}
.s5_bottom h2 {
    font-size: 100px;
}

.s4_bottom img {
    left: 0px;
    top: 0;
}

.s3_bottom1 ul li a {
    font-size: 16px;
}
.s4_bottom1 ul li a {
    font-size: 16px;
}
.s5_bottom1 ul li a {
    font-size: 16px;
}

a.main_btn4 {
    font-size: 16px;
}

a.main_btn4:before {
    left: -100px;
    top: -100px;
}

.s6_right {
    padding: 0;
}

.s6_right h2 {
    font-size: 82px;
}
.s4_left_box p {
    font-size: 25px;
}


.s8_top h2 {
    font-size: 80px;
}
.foot_mbox h3 {
    font-size: 18px;
}

.foot_mbox ul.social_links li a span {
    padding: 6px 11px;
    font-size: 18px;
}
.s1_right.about_banner_right h2 {
    font-size: 60px;
}
.ban_left.about_banner_left {
    margin: 0;
}
.about_banner_left .left_box2 {
    padding: 40px 40px;
}

.s1_left.about_s1 .s1_left_box {
    gap: 117px;
}
.about_s2_left h2 {
    font-size: 70px;
}
.ser_s1_right svg {
    width: 50px;
    height: 50px;
}
.ser_s1_right p {
    font-size: 16px;
}

.ser_s1_left h3 {
    font-size: 30px;
}
.ser_s1_box h3 {
    font-size: 40px;
}

.ser_s1_box p {
    font-size: 16px;
}

.ser_s2_left h2 {
    font-size: 40px;
}

.ser_s2_left p {
    font-size: 16px;
}

.ser_s2_bottom span svg {
    width: 50px;
    height: 50px;
}

h4 {
    font-size: 18px;
}

.ser_s2_right span {
    margin: 0 0 20px;
}

.ser_sec3_bottom h4 {
    font-size: 34px;
}

.ser_sec3_bottom p {
    font-size: 11px;
}

.ser_sec3_bottom span {
    font-size: 40px;
}

.ser_sec3_bottom span sup {
    font-size: 30px;
}

.ser_sec3_bottom ul li {
    font-size: 11px;
}

.ser_sec3_bottom ul {
    padding: 30px 20px;
}

a.main_btn2 {
    font-size: 14px;
    padding: 14px 20px;
}
.s4_mid .nav-tabs>li>a {
    font-size: 12px;
}
.h_banner.contact_banner {
    padding: 100px 0 30px;
}

.head_bt.ip_btn a.call {display: flex;}

.head_bt a.call {
    font-size: 15px;
}

.head_bt a.call span p {
    font-size: 13px;
}

a.chat {
    font-size: 18px;
}
.modal-body h3 {
    font-size: 22px;
}

span.pop_icon {
    font-size: 16px;
    top: 12px;
}

button.pop_btn {
    font-size: 16px;
}
.ban_left h2 {
    font-size: 45px;
}
.ban_left ul li {
    font-size: 14px;
} 
ul.accordion-list li h3 {
    font-size: 18px;
}
}
@media screen and (max-width: 767px) {
    .head_bt {
    display: none;
}

.head_mid {
    margin: -65px 0 0;
}
ul.nav.navbar-nav {display: grid;justify-content: center;background: #000;justify-items: stretch;}
.navbar-inverse .navbar-toggle {
    border-color: #fff;
    background: #f15a29;
}

.navbar-inverse .navbar-toggle:focus {
    border-color: #f15a29;
    background: #f15a29;
}
.ban_left h1 {
    font-size: 40px;
}

.s1_left_box {
    display: inline-block;
}

.s3_bottom h2 {
    font-size: 30px;
}

h2 {
    font-size: 30px;
}

.left_box2 h4 {
    font-size: 16px;
}

.ban_right {
    position: unset;
    margin: 60px 0 0;
}

.ban_r_box span {
    top: 40px;
    left: 6px;
}

span.style-five {
    font-size: 80px;
}

.s4_bottom h2 {
    font-size: 30px;
}

.s4_bottom1 ul {
    display: inline-block;
}

.s5_bottom1 ul {
    display: inline-block;
}

.s6_right {margin: 40px 0 0;}

.s8_top h2 {
    font-size: 40px;
}

span.icon {
    font-size: 17px;
    padding: 17px 20px;
}

.left_box2.left_box1 {
    padding: 7px 20px;
}

.h_sec6_box {
    display: inline;
}

.s6_right h2 {
    font-size: 40px;
}

h6 {
    font-size: 16px;
}

.s5_bottom h2 {
    font-size: 30px;
}
.s3_bottom {
    padding: 0 0 190px;
}
        .s4_bottom {
        padding: 0 0 190px;
    }
        .s5_bottom {
        padding: 0 0 190px;
    }

.s1_right {
    margin: 40px 0 0;
}

.s2_bottom.s2_img1 {
    margin: 0;
}

.s2_bottom.s2_img4 {
    margin: 30px 0 0;
}

.s2_top {
    margin: 0 0 30px;
}

.s2_botm_box {
    margin: 0 0 0;
}


.s3_bottom img {
    top: 30px;
    left: 0;
}

.s3_bottom1 ul {
    display: none;
}
        .s4_bottom1 ul {
        display: none;
    }
        .s5_bottom1 ul {
        display: none;
    }
h5 {
    font-size: 10px;
}

.s3_top span {
    font-size: 10px;
}

.s3_top {
    padding: 20px 11px;
    margin: 0 0 20px;
}
.s3_bottom1 ul li {
    margin: 0 0 20px;
}
.s5_bottom img {
    left: 0;
    top: 20px;
}

.foot_mbox h3 {
    margin: 20px 0 10px;
}
.s2_bottom.s2_img1:before {
    left: -150px;
}

.s2_bottom.s2_img2:before {
    left: -92px;
}

.s2_bottom.s2_img3:before {
    left: -73px;
    top: -1px;
}
.s3_bottom:before {
    display: none;
}
.s4_bottom:before {
    display: none;
}
.s5_bottom:before {
    display: none;
}
.foot_bleft p {
    font-size: 14px;
}
.s1_right.about_banner_right h2 {
    font-size: 40px;
}

.ban_left.about_banner_left {
    margin: 30px 0 0;
}

.about_banner_left .left_box2 {
    padding: 0px 30px;
}

.s1_right.about_top_right {
    padding: 30px 0 0;
    margin: 0 0 20px;
}

.s1_left.about_s1 .s1_left_box {
    display: inline-block;
}

.about_s1_top {
    display: inline;
}

.s2_bottom.s2_img1.about_s1_right {
    margin: 40px 0 0 0;
}

.s2_bottom.s2_img1:before {
}
.about_s2_left h2 {
    font-size: 50px;
    margin: 0 0 20px;
}

.about_s2_left_box {
    display: grid;
}

.about_sec2:after {
    display: none;
}
.ban_left.service_banner_top ul li img {
    width: 100%;
}

.ban_left.service_banner_top ul {
    display: none;
}

.ser_s1_left {
    margin: 0 0 30px;
}

.ser_s1_right {
    margin: 0 0 30px;
}

.ser_s1_box h3 {
    font-size: 30px;
}

.ser_s1_box p {
    font-size: 10px;
}

.ser_s1_rbottom {
    margin: 30px 0 0;
}

.ser_box {
    display: inline;
}

.ser_s2_bottom {
    margin: 30px 0 0;
}

.ser_s2_2bottom {
    margin: 30px 0 0;
}

.ser_s2_right {
    margin: 30px 0 0;
}
.s4_mid ul.nav-tabs {
    display: inline;
}

.s4_mid ul.nav-tabs li {
    margin: 0 0 10px;
}
.contact_s1_right {
    padding: 0;
    background: none;
}

.contact_s1_right form label {
    font-size: 14px;
}

.contact_s1_right form input {
    font-size: 11px;
}

.contact_s1_right form textarea {
    font-size: 10px;
}
.ban_left h2 {
    font-size: 30px;
}

.ip_sec_top h2 {
    font-size: 20px;
}

.h_banner.ip_sec_banner {
    padding: 150px 0 30px;
}

.ip_sec_left img {
    display: none;
}


.ban_left ul {
    column-count: 1;
}

.head_bt.ip_btn {
    justify-content: center;
}
.modal-dialog {
    width: 94%;
}
.modal-body h3 {
    font-size: 18px;
}

.modal-body h3 span {
    font-size: 20px;
}
.ip_secprot h4 {
    font-size: 26px;
}
.ip_sec_box {
    margin: 30px 0 0;
}

.ip_sec_top {
    margin: 0 0 30px;
}
.ip_sec2_box {
    border-right: unset;
    border-bottom: 1px solid #fff;
    padding: 0 20px 10px;
    margin: 20px 0 0px;
}

.ip_sec4_box ul h5 {
    font-size: 16px;
}

.ip_sec4_box ul {}

.ip_sec4_box p {
    height: 495px;
}

ul.ip_box_ul span {
    font-size: 14px;
}

ul.accordion-list li h3 {
    font-size: 15px;
}
ul.accordion-list li div.answer {
    padding: 0;
}
.foot_mid .head_bt.ip_btn {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
}
}   