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

:root {
  --light_white: #f7f7f7;
  --black: #000;
  --white: #fff;
  --pink: #d41116;
  --blue: #013a9d;
  --light_blue: #d41116;
  --gray: #6d6e70;
  --light_gray: #919396;
  --bg_color: #121212;
  --light_bg_color: #141414;
  --heading_color: #111;
  --heading-font-family: Poppins, sans-serif;
  --paragraph-font: Poppins, sans-serif;
}


img {
  pointer-events: none
}


/*Website Font USE/
font-family: 'Poppins', sans-serif;
/*Website Font USE*/


/*BEGIN: GENERAL CSS*/

body {
  font-family: var(--paragraph-font);
  overflow-x: hidden;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  background: var(--whit);
}

body::-webkit-scrollbar {
  width: 20px;
  height: 10px;
}

body::-webkit-scrollbar-button:start:decrement,
body::-webkit-scrollbar-button:end:increment {
  display: none;
}

body::-webkit-scrollbar-track-piece {
  background-color: #f4f4ec;
  -webkit-border-radius: 0px;
  border-left: 1px solid #ccc;
}

body::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: var(--pink);
}

::selection {
  color: var(--white);
  background: var(--pink);
}

a {
  text-decoration: none;
  color: #000;
  /*-webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  /*-webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;*/
}

/*p {
     -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font-family);
  /*-webkit-user-select: none;
        -webkit-touch-callout: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;*/
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

ul {
  padding: 0;
  margin: 0;
}

.center-col {
  margin: 0 auto;
  display: table;
  float: none;
  padding: 0;
}


/*Top Bar Section Begin*/

.top_bar_sec {
  background: var(--light_blue);
  padding: 6px 0 2px;

  overflow: hidden;
}

.top_bar_sec .container-fluid {
  max-width: 1500px;
  margin: auto;
  padding: 0 15px;
}

.top_bar_list ul li a {
  font-size: 16px;
  color: var(--white);
  font-weight: 400;
}

.top_bar_list ul li a .fa {
  color: var(--white);
  font-size: 19px;
  padding-right: 10px;
}

.top_bar_list ul li {
  display: inline-block;
  padding: 0 30px 0 0px;
}

.top_br_marquee {
  font-size: 14px;
  color: var(--white);
  font-weight: 400;
}

.top_br_marquee span {
  padding: 3px 11px;
  display: inline-block;
  border-radius: 5px;
  background: var(--pink);
  border: 2px solid #fff;
}

.top_bar_sec .row {
  align-items: center;
}

/*Top Bar Section End*/

/*Header Section Begin*/

header {
    padding: 0px 0;
    /* box-shadow: 0px 0px 22px rgb(0 0 0 / 20%); */
    position: relative;
    z-index: 9999;
    position: absolute;
    width: 100%;
    background: transparent;
    /* overflow: hidden; */
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

header.stickyheader .main_menu_sec ul.navbar-nav li > a {color: #000;}

header.stickyheader .web_btn ul li a {color: #000;}

header.stickyheader .web_btn ul li a img {filter: brightness(0) invert(0);}

header.stickyheader .web_btn ul li a.btn1_top {color: #fff;}

header.stickyheader .web_btn ul li a.btn1_top img {filter: brightness(0) invert(1);}

header.stickyheader {
    position: fixed;
    z-index: 9999;
    min-height: auto;
    top: 0;
    width: 100%;
    background: #fff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    box-shadow: 0px 10px 23px #0000000d;
    }

.navbar-nav li:hover>ul.dropdown-menu {
  display: block;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 29%);
  min-width: 16rem;
  border-radius: 0;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

.logo_Sec_main a {
  display: block;
}

/* rotate caret on hover */
.dropdown-menu>li>a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}


.main_menu_sec ul li a {
  font-size: 15px;
  padding: 27px 12px !important;
  color: var(--white);
}

.submenu-services p a {position: relative;transition: 0.5s ease-in-out;}

.submenu-services p a:hover {color: #ff8901;
    margin-left: 15px;}

.submenu-services p a:before {
    content: "\f0da";
    color: #d35433;
    font-size: 20px;
    margin-right: 10px;
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 26px;
}

.main_menu_sec {
  padding-top: 0;
}

.dropdown-menu {
  padding: 0;
  margin: 0;
}

ul.dropdown-menu li a:hover,
ul.dropdown-menu li a:focus {
  background: var(--light_blue);
  color: var(--white) !important;
}

.main_menu_sec .navbar-collapse {
  justify-content: end;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
}

ul.dropdown-menu li a {
  font-size: 16px;
  border-bottom: 1px solid rgb(204 204 204 / 32%);
  color: var(--black);
}

.logo_Sec_main img {
  width: 85%;
position: relative;right: -25px;}

.logo_Sec_main {
  display: inline-block;
  width: 220px;
  transition: .5s;
  background: transparent;
  top: 0;
  position: relative;
  padding: 30px 10px;
}

header.stickyheader .logo_Sec_main {
    padding: 22px 10px;
}

header .container-fluid {

  margin: auto;
  padding: 0 75px;
}

header .row {
  align-items: center;
}

.main_menu_sec ul li a:hover {
  color: var(--light_blue) !important;
}

.top_bar_list ul li a:hover {
  color: #d7d7d7;
}

.container {
  max-width: 1350px;
}

.top-left-social {
  position: absolute;
  background: #ffff;
  z-index: 99;
  height: 100%;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  display:none;
}

ul.breyer-social li {
  font-size: 45px;
  padding-bottom: 10px;
}

ul.breyer-social li a {
  color: #626569;
  padding: 13px 50px;
  display: block;
}

ul.breyer-social:after {
  content: '';
  position: absolute;
  border-right: 1px solid #ccc;
  width: 5px;
  height: 190px;
  right: 75px;
  top: -210px;
}

ul.breyer-social {
  position: relative;
}

ul.breyer-social:before {
  content: '';
  position: absolute;
  border-right: 1px solid #ccc;
  width: 5px;
  height: 190px;
  right: 75px;
  bottom: -210px;
}

.menu-item-has-children {
    /* position: relative; */
}
.menu-item-has-children>a {
    padding-right: 20px;
    position: relative;
}

ul.submenu.submenu-abt li {
    display: block;
}

ul.submenu.submenu-abt {
    width: auto;
}
.menu-item-has-children>a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 3px 0 3px;
    border-color: #d35433 transparent transparent transparent;
    -webkit-transition: -webkit-transform .1s ease-out;
    transition: -webkit-transform .1s ease-out;
    -o-transition: transform .1s ease-out;
    transition: transform .1s ease-out;
    transition: transform .1s ease-out, -webkit-transform .1s ease-out;
}
.menu-item-has-children>.submenu {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    display: block;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    opacity: 0;
    top: 80%;
    left: 0%;
    width: 100%;
    margin-left: 0;
    background-color: #111111;
    padding-top: 0;
    border-radius: 5px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: opacity .2s cubic-bezier(.165, .84, .44, 1), -webkit-transform .2s cubic-bezier(.165, .84, .44, 1);
    transition: opacity .2s cubic-bezier(.165, .84, .44, 1), -webkit-transform .2s cubic-bezier(.165, .84, .44, 1);
    -o-transition: opacity .2s cubic-bezier(.165, .84, .44, 1), transform .2s cubic-bezier(.165, .84, .44, 1);
    transition: opacity .2s cubic-bezier(.165, .84, .44, 1), transform .2s cubic-bezier(.165, .84, .44, 1);
    transition: opacity .2s cubic-bezier(.165, .84, .44, 1), transform .2s cubic-bezier(.165, .84, .44, 1), -webkit-transform .2s cubic-bezier(.165, .84, .44, 1);
    /*margin-top: 10px;*/
    padding-bottom: 10px;
}
.menu-item-has-children>.submenu:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 0px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .65);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .65);
    border-radius: 5px;
}
.menu-item-has-children>.submenu:after {
    /* content: ''; */
    position: absolute;
    left: 50%;
    bottom: 100%;
    z-index: 2;
    margin-left: -6px;
    margin-bottom: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 10px 6px;
    border-color: transparent transparent rgba(35, 31, 32, .9) transparent;
}
.menu-item-has-children>.submenu>li {
    position: relative;
    z-index: 2;
    padding: 0 24px;
    width: 33%;
    display: inline-block;
    vertical-align: top;
}
.menu-item-has-children>.submenu>li:first-child {
    border-radius: 5px 5px 0 0;
}
.menu-item-has-children>.submenu>li:last-child {
    border-radius: 0 0 5px 5px;
}
.menu-item-has-children>.submenu>li:not(:last-child)>a{
    border-bottom: 1px solid #303030;
    margin: 20px 0;
}
.menu-item-has-children>.submenu>li>a img {
    max-width: 30px;
    margin-right: 10px;
}
.menu-item-has-children>.submenu>li.lastchild>a {
    border-bottom: none;
}
.menu-item-has-children>.submenu>li.is-active>a {
    color: #ff8901;
}
.menu-item-has-children>.submenu>li.is-active>a.on_press, html:not(.mobile):not(.tablet) .menu-item-has-children>.submenu>li.is-active>a:hover {
    color: #f6f073;
}
.menu-item-has-children>.submenu>li.menu-item-has-children>a {
    padding-right: 30px;
}
.menu-item-has-children>.submenu>li.menu-item-has-children>a:after {
    right: 20px;
}
.menu-item-has-children>.submenu>li>a {
    white-space: nowrap;
    display: block;
    padding: 13px 0;
    color: #fff !important;
    border-bottom: 1px solid #303030;
    margin: 20px 0;
}
.menu-item-has-children>.submenu>li>a.on_press, html:not(.mobile):not(.tablet) .menu-item-has-children>.submenu>li>a:hover {
    /* color: #ff8901; */
}
.menu-item-has-children>.submenu .submenu {
    top: 0;
    left: 100%;
    margin-left: 0;
    padding-top: 0;
}
.menu-item-has-children.focussed, .menu-item-has-children:hover {
    z-index: 2;
}
.menu-item-has-children.focussed>a:after, .menu-item-has-children:hover>a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.menu-item-has-children.focussed>.submenu, .menu-item-has-children:hover>.submenu {
    display: block;
    clip: auto;
    height: auto;
    overflow: visible;
    white-space: normal;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.main_menu_sec ul {
    align-items: center;
}

img.dark__logo.hide {
    display: none;
}

header.stickyheader img.light__logo {
    display: none;
}


header.stickyheader img.dark__logo.hide {
    display: block;
}

header .web_btn ul li a {padding: 13px 17px;font-size: 14px;color: #fff;}

header .row {align-items: center;}

header .web_btn {padding: 0;}

header .web_btn ul li a img {filter: brightness(0) invert(1);}

.mobile-nav {
    position: fixed;
    width: 80%;
    height: 100%;
    overflow-y: scroll;
    top: 0;
    right: -80%;
    z-index: 12;
    background: var(--primary-color);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background: #000000;
}

.mobile-nav .logo-main {
    font-size: 16px;
    color: #8795a0;
    padding: 15px 0 15px 24px;
    display: inline-block;
}

.mobile-nav img {
    width: 130px;
}

.mobile-nav nav {
    height: 100%;
}

.mobile-nav nav li a {
    color: #fff;
    font-weight: 400;
    display: block;
    padding: 15px 24px;
    border-top: 1px solid #d6d8db;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
font-size: 16px;}

.mobile-nav nav li a .fa {
    font-size: 20px;
    float: right;
}

.mobile-nav nav li ul {
    display: none;
    background: #fff;
}

.mobile-nav nav li ul li a {
    font-weight: 500;
    font-size: 14px;
color: #000;}

.app-container.active {
    left: -80%;
}

.app-container {
    position: relative;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
display: none;}

.mobile-nav-btn {
    display: none;
    position: fixed;
    top: 4px;
    height: 30px;
    padding: 6px 7px;
    border-radius: 4px;
    right: 2%;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 14;
}

.mobile-nav-btn {
    display: block;
    z-index: 99999;
    top: -10px;
}

.mobile-nav-btn.active {
    right: 2%;
z-index: 999999999;top: 15px;}

.mobile-nav-btn span {
    display: none;
    height: 3px;
    width: 22px;
    background-color: var(--primary-color);
    display: block;
    margin-bottom: 6px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    top: 8px;
}

.lines:before, .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top .3s .6s ease,-webkit-transform .3s ease;
    transition: top .3s .6s ease,transform .3s ease;
}


.mobile-nav-btn .lines:before {
    top: 0;
    content: "\f0c9";
    font-family: 'FontAwesome';
    font-size: 38px;
    color: #fff;
    position: absolute;
    right: 0;
    background: #e02e34;
    padding: 16px 15px;
    border-radius: 5px;
    }

.mobile-nav-btn.active .lines:before {
        content: "\f00d";
background: #000;}

.mobile-nav.active {
    z-index: 9999999;
}

.mobile-nav.active {
    height: 100%;
    right: 0;
}

.mobile-nav ul {
    padding-top: 100px;
}

ul.firstlevel.unstyled {
    padding: 0;
}

/*Header Section End*/

/*Banner Section Begin*/

.banner_Sec_main .carousel-caption {
  left: 0;
  top: 60px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  bottom: 0;
  padding: 0;
}

.banner_Sec_main .carousel-item:before {
  content: '';
  position: absolute;
  background: rgb(0 0 0 / 55%);
  width: 100%;
  height: 100%;
  top: 0;
}

.banner_content_sec h3 {
  font-size: 72px;
  color: var(--white);
  font-weight: 600;
  line-height: 80px;
  margin-bottom: 15px;
  text-transform: capitalize;
  text-align: left;
  left: 60px;
  position: relative;
padding-bottom: 20px;}

.banner_content_sec p {
  font-size: 19px;
  color: var(--white);
  line-height: 30px;
  font-weight: 400;
}

.banner_Sec_main ul.list_menu li {
  font-size: 18px;
  padding-bottom: 16px;
  display: block;
  color: var(--white);
  font-weight: 400;
}

.banner_Sec_main ul.list_menu li .fa {
  color: var(--pink);
}

.banner_Sec_main .web_btn ul li a {
  color: var(--white) !important;
}

.banner_Sec_main .web_btn ul li a img {
  filter: brightness(0) invert(1);
}

.web_btn ul li a {
  border: 2px solid #ffffff;
  border-radius: 10px;
  padding: 17px 45px;
  display: inline-block;
  text-align: left;
  font-size: 17px;
  color: var(--blac);
}

.web_btn ul li a img {
  padding-right: 9px;
  width: auto !important;
  filter: brightness(1) invert(0);
}

.web_btn ul li a.btn1_top {
  background: #d41116;
  color: #fff;
  border: 2px solid #ffffff;
}

.web_btn ul li a.btn1_top img {
  filter: brightness(0) invert(1);
}

.web_btn ul li a:hover {
  background: #3c3c3c;
  color: var(--white);
  transition: 0.5s ease-in-out;
  border-color: #3c3c3c;
}

.web_btn ul li a:hover img {
  filter: brightness(0) invert(1);
  transition: 0.5s ease-in-out;
}

.web_btn ul li a.btn1_top:hover {
  border: 2px solid #3c3c3c;
  background: #3c3c3c;
  color: #fff;
}

.web_btn ul li a.btn1_top:hover img {
  filter: brightness(1) invert(0);
}

.web_btn ul li {
  display: inline-block;
  padding: 0 0px 0px 10px;
}

.web_btn {
  padding-top: 20px;
}

.banner_Sec_main .carousel-caption .row {
  align-items: center;
  /* justify-content: end; */
}

.banner_Sec_main .carousel-item.active img {
  width: 100%;
}

.banner_right_img {
  text-align: center;
  padding-top: 70px;
}

.banner_right_img:before {
  content: '';
  right: 2rem;

  width: 22rem;
  height: 30rem;
  background: url(../images/banner-pattern.svg);
  position: absolute;
  z-index: -1;
  top: auto;
  bottom: -60px;
  /* filter: brightness(0) invert(1); */
}

.banner_right_img img {
  border-radius: 10px;
  width: auto !important;
}

.banner_content_sec {
  padding-top: 80px;
  /* float: right; */
  border-left: 20px solid #fff;
  padding-bottom: 40px;
  position: relative;
}

.banner_content_sec h3 span {
  background: url(../images/header-border.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 7px;
}


.banner_Sec_main .carousel-caption .web_btn {
  display: inline-block;
  float: none;
}


.hero-border-bottom {
  position: relative;
}

.hero-border-top {
  border-top: 20px solid #fff;
  height: 0;
  position: relative;
}

.hero-border-top,
.hero-border-bottom {
  /* border-left: 20px solid #fff; */
  width: 50%;
  float: left;
  clear: both;
}

.hero-border-bottom {
  border-bottom: 20px solid #fff;
  height: 0;
  margin-bottom: 40px;
}

.hero-border-top:after {
  content: '';
  position: absolute;
  background: #fff;
  width: 20px;
  height: 40px;
  right: 0;
}

.hero-border-bottom:before {
  content: '';
  position: absolute;
  background: #fff;
  width: 20px;
  height: 40px;
  bottom: 0;
  right: 0;
}

video.banner_video {
    width: 100%;
    height: 890px;
    object-fit: cover;
}

.banner__hme__sec h1 {
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 20px;
}

.banner__hme__sec p {
    font-size: 24px;
    line-height: 37px;
    font-weight: 300;
}

.banner_Sec_main.video__banner .carousel-item:before {
    background: url(../images/video-overlay.png) rgba(0, 0, 0, 0.6);
}

/*Banner Section End*/


/*About Us Section Begin*/

.about_img img {
  width: 96%;
}

.about_us_sec .row {
  align-items: center;
}

.about_img.animate-float-y {position: absolute;top: auto;right: 10px;bottom: -280px;}

.about_us_sec {position: relative;}

.about_content h2 {
  font-size: 52px;
  font-weight: 800;
  line-height: 61px;
  padding-bottom: 25px;
  color: var(--black);
  position: relative;
  z-index: 99;
  right: -70px;
  }


ul.about_ul {padding-bottom: 20px;padding-left: 21px;}

ul.about_ul li {
    font-size: 16px;
    line-height: 29px;
    color: var(--black);
    font-weight: 400;
    padding-bottom: 5px;
    list-style: disc;
    }

.about_content p {
  font-size: 16px;
  line-height: 29px;
  color: var(--black);
  font-weight: 400;
}

/*About Us Section End*/


/*PlatForm Logo Section Begin*/

.platform_logo_sec {
  background: var(--white);
  padding: 30px 0 10px;
  /* box-shadow: 0px 0px 20px rgb(0 0 0 / 8%); */
}

.logo_tab_platform {
  box-shadow: 0px 6px 14.25px 0.75px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  position: relative;
  padding: 21px 20px 24px 14px;
  background: #fff;
  line-height: 60px;
  margin-left: 16px;
  margin-bottom: 20px;
transition: 0.2s ease-in-out;}

.logo_tab_platform h5 {
  display: inline-block;
  font-size: 12px;
  padding-left: 7px;
  margin: 0;
  position: relative;
  top: 3px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.logo_tab_platform span img {
  width: 57px;
  height: 57px;
  display: inline-block;
}

.platform_logo_sec ul li {
  margin: 0;
}

/*PlatForm Logo Section Begin*/


/*Our Services Section Begin*/

.padding_70 {
  padding: 70px 0;
}

.center_head_content {
  text-align: center;
}

.center_head_content h3 {
  font-size: 70px;
  font-weight: bold;
  color: var(--black);
  margin-bottom: 20px;
  font-weight: 900;
  }

.center_head_content p {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 0;
  color: var(--blac);
  font-weight: 400;
}


.services_img_sec img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0px 6px 14.25px 0.75px rgb(0 0 0 / 8%);
}

.services_box_main {
  position: relative;
  transition: 0.5s ease-in-out;
  padding: 15px;
}

.services_box_main:before {
  content: '';
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(50%, transparent));
  background-image: linear-gradient(0deg, #000000, transparent 80%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;

  border-radius: 24px;
}

.overlay_text {
  position: absolute;
  bottom: 0;
  padding: 31px;
}

.overlay_text h4 {
  color: var(--white);
  font-weight: revert;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 40px;
  font-weight: 900;
}

.overlay_text p {
  font-size: 17px;
  line-height: 28px;
  color: var(--white);
  font-weight: 200;
}

.services_sec_main .slick-list {
  overflow: unset;
}

.services_sec_main .slick-slide {
  margin: 0;
}

.services_box_main:hover {
  transform: scale(1.1);
}

.center_head_content span {
  position: relative;
}

.center_head_content span:before {
  content: '';
  background: url(../images/header-border.svg);
  width: 319px;
  height: 7px;
  position: absolute;
  bottom: -5px;
  right: -10px;
  background-size: cover;
}

.services_sec_main{
  overflow: hidden;
}

/*Our Services Section End*/


/*Our Packages Section Begin*/

.packages_sec_main .slick-next, 
.packages_sec_main .slick-prev{
    border-radius: 5px;
    background: var(--light_blue);
    width: 40px;
    height: 40px;
    top: 50%;
}

.packages_sec_main .slick-prev {
    right: auto;
    left: -50px;
}

.packages_sec_main .slick-next {
    right: -50px;
}

.packages_sec_main .slick-next:before, 
.packages_sec_main .slick-prev:before {
    font-size: 30px;
    font-family: 'FontAwesome';
    opacity: 1;
}



.packages_sec_main {
  background: var(--white) !important;
  background-size: 100%;
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.tab_nav_sec {
  padding-top: 50px;
}

.tab_nav_sec ul {
  margin: 0 auto;
  justify-content: center;
}

.tab_nav_sec ul li a {
  background: transparent;
  font-size: 16px;
  border: 1px solid rgb(255 255 255 / 11%) !important;
  padding: 12px 25px;
  border-radius: 10px !important;
  margin: 0 10px;
  background: var(--white);
  box-shadow: 0px 6px 14.25px 0.75px rgb(0 0 0 / 8%);
  color: var(--black);
  margin-bottom: 15px;
}

.tab_nav_sec ul {
  border: 0;
}

.slick-slide{
      margin-right: 0;
}

.tab_nav_sec ul li {
  margin-bottom: 0 !important;
}

.tab_nav_sec ul li a.active,
.tab_nav_sec ul li a:hover {
  background: #d41116 !important;
  color: var(--white) !important;
}


.packages_box_sec {
  /* border: 1px solid var(--light_blue); */
  border-radius: 13px;
  background: var(--white);
  padding: 30px 20px 30px;
  margin-bottom: 40px;
  box-shadow: 0px 6px 14.25px 0.75px rgb(0 0 0 / 17%);
  transition: 0.2s ease-in-out;
margin-top: 40px;margin-bottom: 60px;}

.packages_Sec_main {
  background: var(--light_blue);
}

.packages_box_sec h3 {
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 17px;
  font-weight: 900;
}

.packages_box_sec h5 {
  display: block;
  color: #d41116;
  font-weight: 900;
  font-size: 35px;
  margin-bottom: 5px;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.packages_box_sec h6.cutprice {
  text-decoration: line-through;
  display: block;
  font-size: 23px;
  padding-left: 10px;
  color: var(--pink);
  font-weight: 400;
}

.packages_heading_sec {
  text-align: center;
}

.packages_cardBody p {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
text-align: center;display: block;}

.packages_cardBody ul li {
  color: #727E88;
  font-size: 15px;
  padding-bottom: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 25px;
word-break: break-word;}

.packages_cardBody ul li:before {
  content: '';
  background: url(../images/arrow_icon.png);
  width: 18px;
  height: 18px;
  position: absolute;
  top: 3px;
  left: 0;
background-size: cover;}

.packages_cardBody ul {
  width: 100%;
  height: 328px;
  overflow-y: scroll;
  padding-top: 1rem;

}

.packages_cardBody ul::-webkit-scrollbar {
  width: 5px;
  background: rgb(217 216 216);
  border-radius: 10px;
}

.packages_cardBody ul::-webkit-scrollbar-thumb {
  background: #d35433;
  border-radius: 10px;
}

.btn_packages_sec a {
  background: var(--pink);
  padding: 17px 40px;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: var(--white);
  font-size: 18px;
  border-radius: 10px;
  cursor: pointer;
}

.btn_packages {
  padding-top: 20px;
}

.btn_packages_sec a:hover {
  background: var(--light_blue);
}

.chat_btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px;
}

.chat_btn span {
  position: absolute;
  left: 10px;
}

.chat_btn small {
  display: block;
  padding-left: 40px;
  font-size: 14px;
}

.chat_btn a {
  padding-left: 40px;
  font-size: 19px;
  font-weight: 900;
}


.line_wrap {
  top: 0;
  left: 50%;
  bottom: 0;
  width: 80%;
  z-index: -1;
  display: block;
  position: absolute;
  transform: translateX(-50%);
  border-left: 1px solid rgba(23, 22, 26, .06);
}

.line_wrap:before {
  width: 1px;
  left: -1px;
  content: "";
  height: 100px;
  position: absolute;
  animation: scroll1 15s ease-out infinite;
  background-image: linear-gradient(0deg, #000000, transparent);
}

.line_item {
  width: 20%;
  float: left;
  height: 100%;
  position: relative;
  display: inline-block;
  border-right: 1px solid rgba(23, 22, 26, .06);
}

.line_item:nth-child(odd):before {
  animation: scroll2 15s ease-out infinite;
  background-image: linear-gradient(0deg, transparent, #000000);
}

.line_item:before {
  width: 1px;
  right: -1px;
  content: "";
  height: 100px;
  position: absolute;
}

.line_item:nth-child(even):before {
  animation: scroll1 15s ease-out infinite;
  background-image: linear-gradient(0deg, #000000, transparent);
}

@keyframes scroll1 {
  0% {
    top: 0;
    opacity: 1
  }

  50% {
    top: 50%
  }

  100% {
    top: 100%;
    opacity: .5
  }
}

@keyframes scroll2 {
  0% {
    opacity: 1;
    bottom: 0
  }

  50% {
    bottom: 50%
  }

  100% {
    bottom: 100%;
    opacity: .5
  }
}

.packages_sec_main:before {
  content: '';
  background: url(../images/packages_bg.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: 70%;
  opacity: 0.7;
}

.packages_box_sec:hover {
  background: var(--light_blue);
  transform: scale(1.1);
}

.packages_box_sec:hover .packages_heading_sec h3,
.packages_box_sec:hover .packages_heading_sec h5,
.packages_box_sec:hover .packages_heading_sec h6 {
  color: var(--white);
}

.packages_box_sec:hover .packages_cardBody p {
  color: var(--white);
}

.packages_box_sec:hover .packages_cardBody ul li {
  color: var(--white);
}

.packages_box_sec:hover .packages_cardBody ul li before {
  filter: brightness(1) invert(0);
}

.packages_box_sec:hover .btn_packages_sec a {
  background: #3c3c3c;
}

.packages_box_sec:hover .chat_btn small {
  color: var(--white);
}

.packages_box_sec:hover .chat_btn a {
  color: var(--white);
}

.packages_box_sec:hover .packages_cardBody ul li:before {
  background: url(../images/arrow_icon_hover.png);
background-size: cover;}


.packages_box_sec:hover .packages_cardBody ul::-webkit-scrollbar {
  width: 5px;
  background: #fff;
  border-radius: 10px;
}

.packages_box_sec:hover .packages_cardBody ul::-webkit-scrollbar-thumb {
  background: #3c3c3c;
  border-radius: 10px;
}

.view_detail {
  padding-top: 20px;
  text-align: center;
}

.view_detail a {
  font-size: 18px;
  font-weight: 600;
  color: var(--heading_color);
}

.packages_box_sec:hover .view_detail a {
  color: var(--white);
}

.packages_sec_main .tab-content>.tab-pane{
      display: block;
    height: 0px;
    /*overflow: hidden;*/
}
.packages_sec_main .tab-content>.active{height: auto;}

/*Our Packages Section End*/


/*CTA Section Begin*/

.CTA_sec_tab {
    background: var(--light_blue);
    position: relative;
    overflow: hidden;
}

.cta_content_sec {
  padding: 135px 50px 90px;
  position: relative;
  z-index: 1;
}

.cta_content_sec h3 {
  font-size: 45px;
  font-weight: bold;
  color: var(--white);
  margin-bottom: 20px;
  text-transform: capitalize;
}

.cta_content_sec h3 span {
  font-weight: 300;
}

.CTA_sec_tab .container-fluid {
  padding: 0 0 0 100px;
}

.cta_content_sec p {
  font-size: 29px;
  line-height: 40px;
  font-weight: 400;
  color: var(--white);
}

.cta_content_sec .web_btn ul li a {
  border-color: var(--white);
  color: var(--white);
}

.cta_content_sec .web_btn ul li a img {
  filter: brightness(0) invert(1) !important;
}

.cta_img_Sec img {
  width: 100%;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.cta_img_Sec {
  background: var(bg_color);
  border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
}

.CTA_sec_tab .row {
  align-items: center;
}

.cta_content_sec .web_btn ul li a.btn1_top {
  border-color: #3c3c3c;
  background: #3c3c3c;
}

.CTA_sec_tab:before {
  content: '';
  background: url(../images/cta_pattern.png);
  width: 1040px;
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0px 200px;
}

.cta_content_sec:before {
  content: '';
  position: absolute;
  background: url(../images/shadow-cta.png);
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}

.cta_content_sec .web_btn ul li a.btn1_top:hover {
  border-color: #fff;
  background: transparent;
  color: var(--white);
}

.cta_content_sec .web_btn ul li a:hover {
  background: #3c3c3c;
  border-color: #3c3c3c;
}

/*CTA Section End*/


/*Portfolio Section Begin*/
.portfolio_sec_main {
  background: var(--light_white);
}


.packages_sec_main:before {
    content: '';
    background: url(../images/packages_bg.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: 70%;
    opacity: 0.7;
}

.portfolio_boxes {
  display: inline-block;
  box-shadow: 0px 6px 14.25px 0.75px rgb(0 0 0 / 8%);
  border-radius: 0;
  margin-bottom: 30px;
  position: relative;
width: 100%;}

.portfolio_boxes a {
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: relative;
  display: inline-block;
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  border-radius: 0;
}

.portfolio_boxes a figure {
  margin-bottom: 0 !important;
  height: 450px;
}

.portfolio_boxes a figure img {
  width: 100%;
  position: relative;
  top: 0;
  transition: 2s all;
  /* border-radius: 30px; */
  display: in;
}

.portfolio_boxes:hover a:before {
  opacity: 1;
  content: '';
  background: hsl(0deg 0% 24% / 60%);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 9;
}

.portfolio_boxes:hover a:after {
  opacity: 1;
  position: absolute;
  content: "View Project";
  font-family: FontAwesome;
  left: 28%;
  top: 40%;
  width: 198px;
  margin-left: 0;
  margin-top: 0;
  color: #fff;
  font-size: 19px;
  line-height: 36px;
  text-align: center;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  text-shadow: 0 0 10px rgb(0 0 0 / 25%);
  z-index: 99;
  background: var(--light_blue);
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin: 0 auto;
font-family: var(--heading-font-family);}

.portfolio_boxes a:hover img {
  top: -100%;
}


/*Portfolio Section End*/

/*Counter Section Begin*/

.counters {}

.counter {
  line-height: 1;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 3.125rem;
  font-size: 55px;
  margin: 0 0 20px 0;
  font-weight: bold;
  color: var(--light_blue);
  justify-content: center;
}

.counter>span {
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 2s ease;
  transform: translateY(0);
  line-height: 1;
}

.counter>span span {
  flex: 0 0 100%;
  height: 100%;
}

.counter:nth-child(1)>span {
  transition-delay: 0s;
}

.counter:nth-child(2)>span {
  transition-delay: 0.375s;
}

.counter:nth-child(3)>span {
  transition-delay: 0.75s;
}

.counter:nth-child(4)>span {
  transition-delay: 1.125s;
}

.counter:nth-child(5)>span {
  transition-delay: 1.5s;
}

.counter:nth-child(6)>span {
  transition-delay: 1.875s;
}

.counter:nth-child(7)>span {
  transition-delay: 2.25s;
}

.counter:nth-child(8)>span {
  transition-delay: 2.625s;
}

.counter:nth-child(9)>span {
  transition-delay: 3s;
}

.counter:nth-child(10)>span {
  transition-delay: 3.375s;
}

.counter:nth-child(11)>span {
  transition-delay: 3.75s;
}

.counter:nth-child(12)>span {
  transition-delay: 4.125s;
}

.counter:nth-child(13)>span {
  transition-delay: 4.5s;
}

.counter:nth-child(14)>span {
  transition-delay: 4.875s;
}

.counter:nth-child(15)>span {
  transition-delay: 5.25s;
}

.counter:nth-child(16)>span {
  transition-delay: 5.625s;
}

.counter:nth-child(17)>span {
  transition-delay: 6s;
}

.counter:nth-child(18)>span {
  transition-delay: 6.375s;
}

.counter:nth-child(19)>span {
  transition-delay: 6.75s;
}

.counter:nth-child(20)>span {
  transition-delay: 7.125s;
}

.counters ul li {
  display: inline-block;
  text-align: center;
}

.counters ul {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.counter_sec_main {
  background: url(../images/industries_bg.jpg) var(--light_white);
  background-size: cover;
  }

span.count_text {
  font-size: 20px;
  color: var(--black);
  font-weight: 500;
}

/*Counter Section End*/


/*Promote Section Begin*/

.web_content_Sec h2 {
  font-size: 45px;
  font-weight: bold;
  color: var(--black);
  margin-bottom: 20px;
  position: relative;
}

.web_content_Sec p {
  font-size: 18px;
  line-height: 33px;
  margin-bottom: 20px;
  color: var(--black);
  font-weight: 300;
}

.promote_img_Sec {
  text-align: center;
}

.web_content_Sec h2 span:before {
  content: '';
  background: url(../images/header-border.svg);
  width: 319px;
  height: 7px;
  position: absolute;
  bottom: -5px;
  right: 10px;
  background-size: 100%;
  background-position: center center;
}

/*Promote Section End*/


/*Industrires Section Begin*/

.indistries_box_sec {
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 40px rgb(0 0 0 / 8%);
  box-shadow: 0 2px 40px rgb(0 0 0 / 8%);
  padding: 25px 15px;
  text-align: center;
  margin-bottom: 20px;
  height: 160px;
  background: var(--white);
  border: 1px solid var(--pink);
}

.industries_content h4 {
  font-size: 17px;
  font-weight: bold;
}

.industries_icon {
  margin-bottom: 20px;
}


.industries_sec_main {
  background: var(--light_blue);
  padding: 70px 0;
  background-size: cover;
  position: relative;
  /* background: url(../images/industries-bg.jpg); */
  background-size: cover;
  background-attachment: fixed;
  background-position: 0% 120%;
  }

.industries_sec_main:before {
  content: '';
  background: url(../images/industries_bg.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-size: contain;
  }

.industries_sec_main .logo_tab_platform h5 {
  text-transform: capitalize;
  font-size: 14px;
  padding-left: 10px;
  text-align: left;
  font-weight: 400;
}

.industries_sec_main .logo_tab_platform span {
  align-items: center;
  display: flex;
}

.industries_sec_main .logo_tab_platform:hover {
    background: #3c3c3c;
    transform: scale(1.1);
  }

.industries_sec_main .logo_tab_platform {
  transition: 0.2s ease-in-out;
}

.industries_sec_main .logo_tab_platform:hover h5 {
  color: #fff;
}

.industries_sec_main .center_head_content h3 {
  color: #fff;
}

/*Industrires Section End*/

/*Review Section Begin*/

.review_sec_main .container {
  max-width: 1250px;
}


.review_img_sec {
  text-align: center;
}

.review_img_sec img {
  border-radius: 20px;
  width: auto;
  margin: 0 auto;
  box-shadow: 0px 6px 14.25px 0.75px rgb(0 0 0 / 8%);
}

.review_content h5 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 45px;
  color: var(--black);
  }

.review_content p {
  font-size: 28px;
  line-height: 44px;
  font-weight: 200;
  color: var(--black);
  }

.review_qoute {
  width: 62px;
  height: 62px;
  padding: 15px;
  background: var(--pink);
  border-radius: 50%;
  margin-bottom: 25px;
}


h6.review_name {
  font-size: 20px;
  color: var(--black);
  padding-left: 35px;
  position: relative;
  line-height: 1.55em;
}

h6.review_name:before {
  content: '';
  position: absolute;
  width: 23px;
  height: 2px;
  background: var(--light_blue);
  left: 0;
  top: 14px;
}

h6.review_name span {
  color: var(--pink);
  font-weight: 300;
}

.review_sec_main .slick-dots li button:before {
  font-size: 56px;
color: #fff;}

.review_box_sec .row {
    
}

/*Review Section End*/

/*Contact Us Section Home*/

.contact_sechme {background: var(--whiye);position: relative;z-index: 1;}

.bg_contact {
  background: var(--light_white);
  padding: 0px 0px 0 40px;
  border-radius: 20px;
  box-shadow: 0px 6px 14.25px 0.75px rgb(0 0 0 / 8%);
  align-items: center;
  justify-content: center;
  margin-bottom: 160px;
margin-top: 110px;}

.circle_img_contact1 img {filter: brightness(0) invert(1);}

.bg_contact input {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  font-size: 13px;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.bg_contact select {
  width: 100%;
  height: 60px !important;
  padding: 0 20px;
  font-size: 13px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.intl-tel-input {
  width: 100%;
}

.form_submit input {
  width: auto;
  padding: 20px 60px;
  height: auto !important;
  border-radius: 10px;
  font-size: 20px;
  text-transform: capitalize;
  background: var(--light_blue);
  color: #fff;
  border: 0;
  margin-bottom: 0;
  cursor: pointer;
}

.bg_contact h3 {
  font-size: 31px;
  font-weight: bold;
}

.bg_contact p {
  font-size: 17px;
  line-height: 29px;
  margin-bottom: 30px;
  font-weight: 300;
}

.bg_contact.row {}

.bg_contact.row .col-sm-7 {
  padding-right: 30px;
}

.contact_bg_hme img {
  display: inline-block;
  border-top-right-radius: 20px;
  width: 100%;
  border-bottom-right-radius: 20px;
}

.contact_bg_hme img {
    height: 610px;
    object-fit: cover;
}

.contact_bg_hme {
  position: relative;
}

.circle_img_contact {
  position: absolute;
  top: -50px;
  right: -50px;
  z-index: -1;
}

.animate-float-y {
  -webkit-animation-name: float-y;
  animation-name: float-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  display: inline-block;
}


@keyframes float-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.circle_img_contact1 {
  position: absolute;
  bottom: 80px;
  left: -60px;
  z-index: -1;
}


/*Contact Us Section Home*/


/*Footer Section Begin*/

footer {
  background: #111111;
  padding: 40px 0 10px;
  position: relative;
  background-size: cover;
}

footer .container-fluid {
    padding: 0 140px;
}

footer:before {
  content: '';
  position: absolute;
  background: rgb(0 0 0 / 72%);
  width: 100%;
  height: 100%;
  top: 0;
}

.footer_content img{
  width: auto;
}

.footer_logo {
  padding-bottom: 30px;
}

.footer_content p {
  font-size: 15px;
  line-height: 26px;
  color: var(--white);
  font-weight: 300;
  margin-bottom: 30px;
width: 50%;margin: 0 auto 20px;}

.footer_content img {
  width: auto;
margin-bottom: 40px;}

.footer_heading h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}

.footer_menu ul li a {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 14px;
  display: inline-block;
position: relative;padding-left: 20px;}

.footer_menu ul li a:hover {
    color: var(--light_blue);
}

.contact_detail_sec ul li a {
  font-size: 16px;
  padding-bottom: 40px;
  display: inline-block;
  color: #fff;
  font-weight: 300;
  line-height: 27px;
}

.footer_heading {padding-top: 20px;}

.contact_detail_sec {text-align: center;}

.contact_detail_sec ul li {
  position: relative;
  padding: 0 0px 0 40px;
display: inline-block;margin-left: 50px;margin-right: 20px;
    text-align: left;
}

.contact_detail_sec ul li span {
  position: absolute;
  left: 0;
  font-size: 27px;
  color: #fff;
}

.copy_right {
  padding-top: 30px;
}

.copyright_text p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.term_links ul li {
  display: inline-block;
  position: relative;
}

.term_links ul li a {
  color: #fff;
  padding: 0 17px;
  font-size: 15px;
  font-weight: 300;
}

.term_links {
  text-align: right;
}

.term_links ul li:after {
  content: '';
  position: absolute;
  border-right: 1px solid #fff;
  width: 2px;
  height: 22px;
  right: 0;
}

.term_links ul li:nth-last-child(1):after {
  border: 0;
}

.footer_heading h4 a {color: #fff;border-bottom: 1px solid rgb(204 204 204 / 25%);padding-bottom: 13px;margin-bottom: 10px;display: block;font-weight: 500;}

.footer_menu ul li a:before {
    content: "\f0da";
    color: #d41116;
    font-size: 20px;
    margin-right: 10px;
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: -1px;
    }

/*Footer Section End*/


/*Inner pages CSS Begin*/

/*web Design Page CSS Begin*/

.design_services_sec .center_head_content h3 {
    font-size: 55px;
}

.services_head_main {display: flex;
    justify-content: space-between;
    
    /* position: relative; */
    
    /* z-index: 1; */
    transition: all 0.3s linear;align-items: center;}

.services_box_sec {box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);padding: 40px 36px 40px 20px;border-radius: 5px;border: 1px solid rgb(0 0 0 / 17%);display: inline-block;overflow: hidden;position: relative;transition: 0.5s ease-in-out;margin-bottom: 30px;background: var(--white);}

.services_head h3 {font-size: 24px;color: var(--black);font-weight: 700;line-height: 29px;margin-bottom: 0;}

.services_icon {width: 80px;
    position: relative;
    z-index: 1;}

.services_icon:before {
    content: "";
    position: absolute;
    left: 35px;
    top: -22px;
    background-image: url(../images/ser-shape.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 90%;
    height: 90%;
    z-index: -1;}

.para_services_sec {padding-top: 10px;}

.para_services_sec p {margin-bottom: 0;font-size: 15px;line-height: 27px;font-weight: 400;color: var(--black);}

.shape-1 {width: 325px;
    height: 325px;
    border: 8px solid rgb(255 255 255 / 9%);
    border-radius: 50%;
    transform: scale(0.9);
    position: absolute;
    top: -66%;
    right: -33%;
    opacity: 0;
    visibility: hidden;
    /* z-index: -1; */
    transition: all 0.3s linear;}

.services_box_sec:hover .shape-1 {transform: scale(1);
    opacity: 1;
    visibility: visible;}

.services_box_sec:hover {background: var(--light_blue);}
.services_icon img {filter: brightness(1) invert(0);}
.services_box_sec:hover .services_head h3 {color: var(--white);}

.services_box_sec:hover .para_services_sec p {color: var(--white);}

.services_box_sec:hover .services_icon img {filter: brightness(0) invert(1);}

.services_box_sec:hover .services_icon:before {filter: brightness(0) invert(1);}

.design_services_sec {background: var(--white);background-size: 100%;/* background-position: top; */background-repeat: no-repeat;}

.design_services_sec .slick-slide{
  margin: 0;
}

.innerport .tab_nav_sec ul li a {
    padding: 9px 17px;
    font-size: 14px;
    margin-bottom: 20px;
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 46px;
color: #fff !important;}

/*Process section Begin*/

.process_sec_main {
    background: url(../images/industries_bg.jpg) var(--light_white);
    background-size: cover;
    /* background: var(--light_bg_color); */
    }

.process_box_sec {
    text-align: center;
    padding: 0 30px;
    position: relative;margin-bottom: 30px;}

.icon_process_icon {position: relative;
    width: 130px;
    height: 130px;
    margin: 0 auto 30px;}

.icon_process_icon:before {position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../images/process-vector.png) no-repeat;
      animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes rotateme {
    
     0% {
        transform: rotate(0deg);
        opacity: 1;
      }

    50% {
        transform: rotate(180deg);
      }
    100% {
        transform: rotate(360deg);
        opacity: 1;
      }
}

.process_content_sec h3 {font-size: 25px;font-weight: bold;color: var(--black);}

.process_content_sec p {font-size: 16px;line-height: 30px;width: 100%;margin: 0 auto;font-weight: 400;color: var(--black);}

.process_box_sec:before {
    position: absolute;
    content: '';
    right: -80px;
    top: 135px;
    width: 149px;
    height: 44px;
    /* background: url(../images/process-arrow.png) no-repeat; */
}

.process_box_sec.arrow_none:before {
    display: none;
}

/*FAQ Section Begin*/

.faq_sec_main {
    background: url(../images/faq-sec-main.jpg);
    background-size: cover;
background-attachment: fixed;background-position: 0% 120%;}

.faq_sec_main .row {justify-content: end;}

.faq_sec_main .center_head_content h3 {color: var(--white);font-size: 48px;}

#accordion .card-header h5 button.collapsed i.fa-minus:before {
    content: "\f067";
}

.faq_sec_main .card.mb-3 {background: var(--light_blue);border-radius: 5px;border: 0;transition: 0.5s ease-in-out;}


.faq_sec_main .card-header h5 button {color: var(--white);font-size: 15px;font-weight: 300;white-space: initial;padding: 0;text-decoration: none;}


.faq_sec_main .card.mb-3 .card-header {padding: 15px 14px;border-radius: 0;}

.faq_sec_main .card.mb-3:hover {/* background: #3c3c3c; */}

.faq_sec_main .card-body {color: #fff;font-size: 15px;line-height: 30px;font-weight: 300;}

.faq_sec_main .card-body ul li {list-style-type: disc;}

.faq_sec_main .card-body ul {padding: 0 40px;}

.faq_sec_main .card-body a {
    color: #fff;
    text-decoration: underline;
}

/*FAQ Section End*/

/*Process section End*/

/*web Design Page CSS End*/


/*Inner Pakacges Section Begin */

.inner_packages:before{
  background: transparent;
}

/*Inner Pakacges Section End */

/*Package section Begin*/

.pkg_detail_sec{
    padding: 40px 30px;
    background: var(--white);
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 6px 40px 0 rgb(0 0 0 / 14%);
    margin-top: 40px;
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 10px;
}

.pkg_detail_sec h3  {
    font-size: 25px;
    font-weight: 500;
    color: var(--heading_color);
    margin-bottom: 10px;
}

.pkg_detail_sec span.line_through {
    margin-bottom: 10px;
}

.pkg_detail_sec span.h5 {
    margin-bottom: 20px;
    display: inline-block;
    font-size: 48px;
    color: var(--light_blue);
    font-weight: 700; 
}

.pkg_detail_sec span.h5 sup {
    right: -8px;
}

.pkg_detail_sec .btn_pkg {
    padding-top: 10px;
}

.product_detail_sec{
    padding: 130px 0;
    background: transparent;
    position: relative;
    z-index: 1;
}

.pkg_detail_sec:before {
    content: '';
    border: 3px solid var(--light_blue);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    right: -20px;
    bottom: -20px;
}

.pkg_detail_sec:after {
    content: '';
    background: #3c3c3c;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    left: -20px;
    top: -20px;
}


.pkg_list_detail {
    margin: 0 10px 0 60px;
}

.pkg_list_detail ul {
    height: 480px;
overflow-y: scroll;}


.pkg_list_detail ul li {
    border-bottom: 1px solid #ccc;
    padding: 15px 30px;
    font-size: 16px;
    color: var(--black);
    font-weight: 400;
    margin-right: 20px;
    position: relative;
    }


.pkg_list_detail ul::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
}

.pkg_list_detail ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e6e5e5;
  border-radius: 10px;
  background: #e6e5e5;
}
.pkg_list_detail ul::-webkit-scrollbar-thumb {
  background: var(--pink);
  border-radius: 10px;
}
.pkg_list_detail ul::-webkit-scrollbar-thumb:hover {
  background: var(--pink);
  border-radius: 10px;
}

.pkg_list_detail h4 {
    font-weight: bold;
    font-size: 32px;
color: var(--light_blue);}

.pkg_list_detail ul li:before {
    content: '';
    background: url(../images/arrow_icon.png);
    width: 18px;
    height: 18px;
    position: absolute;
    top: 17px;
    left: 0;
    background-size: cover;
}

.product_detail_sec .container {
    max-width: 1140px;
}

.pkg_detail_sec h5 {font-weight: 700;
    font-size: 35px;
    margin-bottom: 5px;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;color: var(--light_blue);margin-bottom: 20px;}

/*Package section End*/

/*Inner pages CSS End*/


.slick-slider{
      user-select: unset;
}

.port-logo .portfolio_boxes a figure {
    height: auto;
}

.combo_packages_sec {background: var(--white);}

.combo_packages_sec:before {background: none;}

.inner_industries .industries_sec_main{
  background: transparent;
}

.inner_industries .industries_sec_main .center_head_content h3 {
    color: var(--black);
}

.inner_review {
    background: transparent;
    padding-bottom: 30px;
    margin-bottom: 0;
}

/*Order Page Begin*/

.order_heading h3 {font-size: 50px;margin-bottom: 30px;color: #000;}

.order_sec_main input {width: 100%;height: 70px;margin-bottom: 20px;border-radius: 0;border: 1px solid #ccc;font-size: 15px;padding: 0 20px;}

.order_sec_main select {width: 100%;height: 70px !important;border-radius: 0;border: 1px solid #ccc;margin-bottom: 20px;}

.order_sec_main textarea {height: 200px;border-radius: 0;border: 1px solid #ccc;padding: 20px 20px;font-size: 16px;}

.order_submit input {width: auto;
    padding: 20px 60px;
    height: auto !important;
    border-radius: 10px;
    font-size: 20px;
    text-transform: capitalize;
    background: var(--light_blue);
    color: #fff;
    border: 0;
    margin-bottom: 0;
    cursor: pointer;transition: 0.5s ease-in-out;}

.order_submit {padding-top: 40px;}

.order_submit input:hover {background: #3c3c3c;}

/*Order Page End*/

/*Thank You Page Begin*/

.main-thankyou {
    text-align: center;
}
.thank-you .banner_content_sec h3 {
    width: 100% !important;
    font-size:80px !important ;
    color: #fff;
}

.main-thankyou i {
    font-size: 100px;
    margin-bottom: 10px;
    color: var(--pink);
}

.main-thankyou p {
    font-size: 19px;
    line-height: 33px;
    color: var(--black);
}

.main-thankyou a {
    font-size: 18px;
    color: var(--white);
    font-weight: 400;
    background: var(--pink);
    padding: 15px 30px;
    display: inline-block;
    border-radius: 5px;
    margin: 20px 0;
}

.main-thankyou a:hover {
    background: var(--pink);
}

/*Thank You Page End*/

.term_content_Sec h3 {color: var(--black);font-size: 45px;font-weight: bold;padding-bottom: 0px;}

.term_content_Sec p {font-size: 19px;line-height: 35px;color: var(--black);font-weight: 300;}

.term_content_Sec {padding-bottom: 30px;}

.term_content_Sec ul li {
    font-size: 19px;
    color: var(--black);
    padding-bottom: 15px;
    font-weight: 300;
    list-style-type: disc;
    line-height: initial;
}

.term_content_Sec ul li ul li a, .term_content_Sec ul li a {
    color: #ff8901;
    text-decoration: underline;
    font-weight: bold;
}

.term_content_Sec ul {padding: 0 40px;}

.term_content_Sec p a {color: #ff8901;text-decoration: underline;font-weight: bold;}

.bottom_number{
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ff8901;
    padding: 20px 0;
    text-align: center;
}

.number_contact a {color: #000;font-size: 22px;}

.starsBG {position: relative;}
.starsBG img{
    width: 100%;
        height: 100px;
    /* object-fit: cover; */
}
/*.starsBG:after {background: url(https://www.webexpertllc.com/assets/images/original.gif);position: absolute;top: 0;left: 0;content: "";width: 100%;height: 115px;opacity: 0.1;}*/

.labourDay {
    width: 100%;
    height: 100px;
    position: relative;
    overflow: hidden;
    display: block;
}

.labourDayOverly {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 11;
    width: 100%;
    display: none;
}
.labourDayOverly h2 {
    color: #fff;
    margin: auto;
    font-family: 'Playball', cursive;
    font-size: 46px;
    font-weight: 500;
    position: absolute;
    left: 62%;
    bottom: 61px;
    /* transform: rotate(-5deg); */
}
.labourDayOverly h2 span {
    font-weight: 600;
    /* font-family: 'Poppins', sans-serif; */
    font-size: 50px;
    /* background-image: linear-gradient(to right top, #ffb340, #ff8100, #ff9900, #ffcc08, #f3c000); */
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    /* letter-spacing: -2px; */
    color: #ffc023;
    text-shadow: 0 -4px 0px #161616;
}

.footer__badge__sec {position: fixed;bottom: 27px;left: 17px;z-index: 99;}

.footer__badge__sec img {
    border-radius: 5px;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 19%);
}

.footer__badge__sec a {
    display: block;
}

/*New Portfolio Section Begin*/

.portfolio__new__box img {
    width: 88%;
    margin: 0 auto;
}

.portfolio__new__box {
    text-align: right;
}

.portfolio__list__web h3 {
    color: #d41116;
    font-size: 45px;
    font-weight: bold;
    padding-bottom: 10px;
}

.portfolio__list__web ul li {
    font-size: 19px;
    padding-bottom: 25px;
    display: block;
}

.portfolio__list__web ul li a {
    color: var(--black);
    text-decoration: underline;
}

.portfolio__list__web ul li a:hover {
    color: var(--light_blue);
}

.portfolio__list__web {
    padding-top: 30px;
}

/*New Portfolio Section End*/

input.quote-form {
    height: 15px !important;
    width: 24px;
    visibility: visible !important;
    opacity: inherit !important;
    display: inline-flex !important;
    vertical-align: middle !important;
    margin-bottom: 0;
}

.CrudForm a {
    text-decoration: underline;
    font-weight: bold;
}

/*Resposnive Begin*/

@media (max-width: 1600px) {

header .container-fluid{
  padding: 0 65px;
}

.header .web_btn ul li {
    padding: 0 0px 0px 5px;
}

header .web_btn ul li a {
    padding: 10px 10px;
    font-size: 12px;
}

.banner_content_sec h3 {
    font-size: 64px;
line-height: 72px;}

.about_content h2 {
    font-size: 45px;
    line-height: 54px;
}

.about_content p {
    font-size: 15px;
}

ul.about_ul li {
    font-size: 15px;
}

.web_btn ul li a{
  padding: 17px 30px;
}

.center_head_content h3 {
    font-size: 65px;
}

.center_head_content p {
    font-size: 17px;
    line-height: 30px;
}

.portfolio_boxes a figure {
    margin-bottom: 0 !important;
    height: 450px;
}

.tab_nav_sec ul li a{
  font-size: 15px !important;
  padding: 11px 21px;
}

.cta_content_sec h3 {
    font-size: 39px;
}

.cta_content_sec p {
    font-size: 24px;
}

.cta_content_sec {
    padding: 65px 30px 80px;
}

.overlay_text h4{
  font-size: 30px;
  line-height: 35px;
}

.counter{
  font-size: 50px;
  margin: 0 0 10px 0;
}

.review_content h5 {
    font-size: 30px;
}

.review_content p {
    font-size: 26px;
    line-height: 40px;
}

h6.review_name {
    font-size: 18px;
}

.footer_menu ul li a{
    font-size: 15px;
}

.copyright_text p{
  font-size: 16px;
}

.bg_contact h3 {
    font-size: 29px;
}

.bg_contact p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
}

ul.breyer-social li {
    font-size: 40px;
}

.submenu-services p a {
    font-size: 12px !important;
}


.menu-item-has-children>.submenu>li:not(:last-child)>a{
  font-size: 13px !important;
}

.services_head h3 {
    font-size: 21px;
}

.process_content_sec h3 {
    font-size: 22px;
}

.process_content_sec p {
    font-size: 15px;
    line-height: 27px;
}

.faq_sec_main .card-body{
    font-size: 14px;
}

.faq_sec_main .center_head_content h3{
  font-size: 43px;
}

.main_menu_sec ul li a {
    padding: 15px 10px !important;
}

.submenu-services p a:before{
  top: 13px;
}

.container {
    max-width: 1310px;
}


}

@media (max-width: 1440px) {

.main_menu_sec ul li a {
    font-size: 12px;
    padding: 26px 10px !important;
    color: var(--white);
}

.banner__hme__sec h1 {
    font-size: 35px;
}

.banner__hme__sec p {
    font-size: 21px;
    line-height: 34px;
    font-weight: 300;
}


.menu-item-has-children>.submenu>li{
    width: 32%;
}

.container {
    max-width: 1140px;
}


header .web_btn ul li a {
    padding: 8px 7px;
    font-size: 10px;
}

.banner_content_sec h3 {
font-size: 56px;
    line-height: 65px;
    left: 100px;
}

ul.breyer-social:after{
  height: 130px;
  right: 69px;
  top: -130px;
}

ul.breyer-social:before{
    height: 160px;
    right: 72px;
    bottom: -150px;
}

.about_content h2 {
    font-size: 38px;
    line-height: 54px;
}

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

.packages_box_sec h5 {
    font-size: 25px;
}

.packages_cardBody p {
    font-size: 16px;
}

.packages_cardBody ul li {
    font-size: 14px;
    font-weight: 400;
    word-break: break-word;
}

.tab_nav_sec ul li a {
    font-size: 14px !important;
    padding: 11px 20px;
}

.view_detail a {
    font-size: 17px;
}

.cta_content_sec h3 {
    font-size: 35px;
}

.cta_content_sec {
    padding: 45px 30px 40px;
}

.about_content h2{
  right: -60px;
}

.menu-item-has-children>.submenu>li{
  padding: 0 15px;
}

.submenu-services p a:before {
    top: 25px;
}

.banner_content_sec{
  padding-bottom: 20px;
}

.design_services_sec .center_head_content h3 {
    font-size: 48px;
}

.footer_menu ul li a {
    font-size: 14px;
}

.hero-border-top, .hero-border-bottom{
  width: 56%;
}

.hero-border-bottom{
  margin-bottom: 10px;
}

.logo_tab_platform{
    padding: 20px 20px 20px 7px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.industries_sec_main .logo_tab_platform h5 {
    font-size: 13px;
    padding-left: 6px;
}

.web_content_Sec h2 {
    font-size: 40px;
}

.innerport .tab_nav_sec ul li a {
    padding: 9px 13px;
}

.faq_sec_main .center_head_content {
    text-align: left;
}

.faq_sec_main .center_head_content h3 {
    font-size: 41px;
}


}

@media (max-width: 1366px) {

header .container-fluid {
    padding: 0 25px 0 80px;
}

ul.breyer-social li a{
    padding: 20px 50px;
}

ul.breyer-social li {
    font-size: 30px;
}

.top-left-social {
    padding-top: 40px;
}

.submenu-services p {
    margin-bottom: 8px;
}

ul.breyer-social:before {
    height: 110px;
    right: 67px;
    bottom: -90px;
}

ul.breyer-social:after {
    height: 130px;
    right: 64px;
    top: -130px;
}

.about_content h2 {
    right: -60px;
    width: 90%;
    padding-bottom: 0;
}

.container {
    max-width: 1150px;
}


.center_head_content h3 {
    font-size: 50px;
}

.cta_content_sec p {
    font-size: 20px;
    line-height: 30px;
}

.web_btn ul li a {
    padding: 15px 25px;
    font-size: 15px;
}

.tab_nav_sec ul li a {
    font-size: 14px !important;
    padding: 10px 18px;
}

.overlay_text h4 {
    font-size: 27px;
    line-height: 30px;
}

.overlay_text p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}

span.count_text {
    font-size: 18px;
}

.industries_sec_main .logo_tab_platform h5{
  font-size: 13px;
  padding-left: 5px;
}

.review_content h5 {
    font-size: 27px;
}

.review_content p {
    font-size: 24px;
    line-height: 35px;
    font-weight: 300;
}

.bg_contact p {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
}

.copyright_text p {
    font-size: 14px;
}

.CTA_sec_tab .container-fluid {
    padding: 0 0 0 50px;
}

.cta_content_sec {
    padding: 65px 30px 60px;
}

.services_sec_main {
    overflow: hidden;
    padding-top: 0;
}

.bg_contact{
  
}

.menu-item-has-children>.submenu>li{
  width: 32%;
}

.submenu-services p a {
    font-size: 12px !important;
}

.menu-item-has-children>.submenu>li:not(:last-child)>a {
    font-size: 12px !important;
}

.menu-item-has-children>.submenu>li>a img {
    max-width: 25px;
    margin-right: 5px;
}

.menu-item-has-children>.submenu>li>a{
    margin: 0 0 10px 0;
    padding-bottom: 10px !important;
}

.menu-item-has-children>.submenu>li:not(:last-child)>a{
    margin: 0 0 10px 0;
    padding-bottom: 10px !important;
}

.about_content h2 {
    font-size: 38px;
    line-height: 45px;
}

.pkg_detail_sec h3 {
    font-size: 21px;
}

.pkg_detail_sec h5{
  font-size: 33px;
}

.pkg_list_detail ul li{
    padding: 15px 30px;
    font-size: 15px;
}

.services_box_sec{
  min-height: 350px;
}

.faq_sec_main .center_head_content h3 {
    font-size: 37px;
}

.portfolio_boxes:hover a:after {
    left: 30%;
    width: 178px;
    font-size: 17px;
    height: 55px;
}

}

@media (max-width: 1200px) {

header .container-fluid {
    padding: 0 15px;
}

.banner__hme__sec p {
    font-size: 19px;
    line-height: 34px;
    width: 90%;
    margin: 0 auto;
}

.banner__hme__sec h1 {
    font-size: 33px;
}

.main_menu_sec ul li a {
    font-size: 13px;
    padding: 26px 7px !important;
}

header .web_btn ul li a {
    padding: 7px 7px;
    font-size: 10px;
}

header .web_btn ul li a img {
    filter: brightness(0) invert(1);
    width: 34px !important;
}

img.banner_img {
    height: 700px;
    object-fit: cover;
}

.container {
    max-width: 1110px;
}

.logo_tab_platform{
  padding: 17px 16px 20px 14px;
      box-shadow: 0px 6px 11.25px 0.75px rgb(0 0 0 / 8%);
}

.about_content h2 {
    font-size: 35px;
    line-height: 45px;
    width: 100%;
}

.about_img.animate-float-y {
    bottom: -200px;
}

.packages_box_sec h3{
  font-size: 16px;
}

.packages_box_sec h5 {
    font-size: 26px;
}

.packages_cardBody ul li {
    word-break: break-word;
    font-weight: 400;
}

.view_detail a {
    font-size: 15px;
}

.btn_packages_sec a{
  font-size: 17px;
  padding: 16px 40px;
}

.cta_content_sec h3 {
    font-size: 30px;
}

.CTA_sec_tab .container-fluid {
    padding: 0 0 0 10px;
}

.cta_content_sec {
    padding: 50px 30px 50px;
}

.center_head_content h3 {
    font-size: 45px;
}

.center_head_content p {
    font-size: 15px;
    line-height: 27px;
}

.tab_nav_sec ul li a {
    font-size: 13px !important;
    padding: 8px 17px;
    margin: 0 6px;
}

.portfolio_boxes a figure {
    margin-bottom: 0 !important;
    height: 350px;
}

.web_content_Sec h2 {
    font-size: 38px;
}

.industries_sec_main li.col-sm-2.p-0 {
    max-width: 20%;
    flex: 20%;
}

.industries_sec_main ul.row {
    justify-content: center;
}

.industries_sec_main .logo_tab_platform h5 {
    font-size: 15px;
    padding-left: 5px;
}

.bg_contact input{
  margin-bottom: 10px;
}

.contact_bg_hme img{
  height: 580px;
  object-fit: cover;
}

.contact_sechme .form_submit {
    margin-top: 10px;
}

.bg_contact h3 {
    font-size: 25px;
}

.bg_contact{
    padding: 0px 0px 0 30px;
}

.footer_content p{
  font-size: 13px;
  width: 40%;
}

.contact_detail_sec ul li a {
    font-size: 14px;
}

.term_links ul li a{
      font-size: 14px;
}

.review_content p {
    font-size: 20px;
}

.counter {
    font-size: 45px;
    margin: 0 0 10px 0;
}

span.count_text {
    font-size: 16px;
}

.web_content_Sec p{
    font-size: 16px;
    line-height: 33px;
      font-weight: 400;
}

.banner_content_sec h3 {
    font-size: 50px;
    line-height: 60px;
    left: 100px;
}

.hero-border-top, .hero-border-bottom {
    width: 62%;
}

.design_services_sec .center_head_content h3 {
    font-size: 40px;
}

.packages_box_sec{
    min-height: 650px;
}

.process_content_sec h3 {
    font-size: 20px;
}

body.packages_banner img.banner_img {
    height: auto !important;
}

.logo_Sec_main img{
      right: 0;
}

section.promote_sec_main.padding_70 {
    padding: 30px 0 0;
}

}

@media (max-width: 1100px) {

header .web_btn {
    padding: 0;
    display: none;
}

header .col-sm-7 {
    max-width: 80%;
    flex: 80%;
}

.main_menu_sec ul li a {
    font-size: 15px;
    padding: 26px 9px !important;
}

.banner_content_sec h3 {
    font-size: 47px;
    line-height: 57px;
    left: 90px;
}

.container {
    max-width: 1000px;
}

.logo_tab_platform {
    padding: 12px 6px 16px 6px;
}

.center_head_content h3 {
    font-size: 40px;
}

.center_head_content p {
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
}

.cta_content_sec h3 {
    font-size: 22px;
    line-height: 30px;
}

.cta_content_sec p {
    font-size: 17px;
    line-height: 25px;
}

.para_services_sec p{
  font-size: 14px;
  line-height: 25px;
}

.services_box_sec {
    min-height: 270px;
    padding: 40px 15px 40px 20px;
}

.services_head h3 {
    font-size: 17px;
    line-height: 22px;
}

.services_icon img {
    width: 90%;
}
.services_icon {
    width: 75px;
}

.process_box_sec {
    padding: 0 10px;
}

.process_content_sec p {
    font-size: 14px;
    line-height: 27px;
width: 100%;}

.industries_sec_main .logo_tab_platform h5 {
    font-size: 13px;
    padding-left: 5px;
}

.bg_contact {
    padding: 0px 0px 0 10px;
}

.contact_bg_hme img {
    height: 500px;
    object-fit: cover;
}

.tab_nav_sec ul li a {
    font-size: 13px !important;
    padding: 8px 13px;
    margin: 0 6px;
}

.faq_sec_main .card-header h5 button{
  font-size: 13px;
}

.faq_sec_main .center_head_content h3 {
    font-size: 30px;
}

.review_content p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.review_content h5 {
    font-size: 24px;
}

.design_services_sec .center_head_content h3 {
    font-size: 35px;
}

.services_icon:before{
  left: 15px;
}

.contact_sechme .form_submit input {
    font-size: 17px;
    padding: 15px 45px;
}

.bg_contact h3 {
    font-size: 22px;
}

.bg_contact p {
    font-size: 14px;
}

.product_detail_sec .container {
    max-width: 960px;
}

.pkg_detail_sec{
  min-height: 400px;
}

.pkg_detail_sec h3 {
    font-size: 18px;
}

.pkg_list_detail ul li {
    padding: 15px 30px;
    font-size: 14px;
}

}

@media (max-width: 1024px) {

.main_menu_sec ul li a {
    font-size: 14px;
    padding: 26px 8px !important;
}

.banner__hme__sec h1 {
    font-size: 28px;
}

.banner__hme__sec p {
    font-size: 18px;
    line-height: 31px;
    width: 90%;
    margin: 0 auto;
}


.container {
    max-width: 930px;
}

.banner_Sec_main .carousel-caption .col-sm-7 {
    max-width: 65%;
    flex: 65%;
}

.banner_content_sec h3 {
    font-size: 50px;
    line-height: 58px;
    left: 70px;
}

.promote_img_Sec img {
    width: 90%;
}

.about_content h2 {
    font-size: 30px;
    line-height: 39px;
    width: 100%;
}

.about_content p {
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 5px;
}

ul.about_ul li {
    font-size: 14px;
    padding-bottom: 3px;
}

.about_img.animate-float-y {
    bottom: -140px;
}

.center_head_content h3 {
    font-size: 35px;
}

.overlay_text h4 {
    font-size: 20px;
    line-height: 24px;
}

.services_box_main:before{
      background-image: linear-gradient(0deg, #000000, transparent 130%);
}

.overlay_text p {
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
}

.overlay_text p {
    font-weight: 400;
}

.overlay_text p {
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
}

span.count_text {
    font-size: 14px;
    font-weight: bold;
}

.web_content_Sec h2 {
    font-size: 32px;
}

.web_content_Sec p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
}

.footer_content p {
    font-size: 14px;
    width: 50%;
}

.contact_detail_sec ul li {
    margin-left: 30px;
    margin-right: 10px;
}

.contact_detail_sec ul li a {
    font-size: 13px;
    padding-bottom: 10px;
}

.footer_menu ul li a {
    font-size: 13px;
}

.review_sec_main .container {
    max-width: 940px;
}

.review_img_sec img{
      width: 100%;
}

.review_content h5 {
    font-size: 22px;
}

.review_content p {
    font-size: 17px;
}

.tab_nav_sec ul li a {
    font-size: 16px !important;
    padding: 14px 27px;
    margin: 0 6px;
}

.design_services_sec .center_head_content h3 {
    font-size: 33px;
}

.services_box_sec {
    min-height: 310px;
    padding: 40px 15px 40px 20px;
}

.industries_sec_main .logo_tab_platform h5 {
    font-size: 12px;
    padding-left: 3px;
    font-weight: 500;
}

.faq_sec_main .card-body {
    font-size: 14px;
    line-height: 25px;
}

.submenu-services p a:before {
    top: 24px;
}

.web_btn ul li a {
    padding: 15px 20px;
    font-size: 13px;
}

.packages_sec_main .tab_nav_sec ul li a {
    font-size: 14px !important;
    padding: 12px 18px;
}

.packages_sec_main .tab-content.pt-5 {
    padding: 0 !important;
}

.packages_cardBody p {
    font-size: 16px;
}

.process_content_sec h3 {
    font-size: 18px;
}

.term_links ul li a {
    font-size: 13px;
}

.copyright_text p {
    font-size: 13px;
}

}

@media (max-width: 992px) {

.main_menu_sec ul li a {
    font-size: 13px;
    padding: 26px 8px !important;
}

.cta_content_sec h3 {
    font-size: 19px;
    line-height: 27px;
}

.cta_content_sec p {
    font-size: 16px;
    line-height: 27px;
}

.banner_content_sec h3 {
    font-size: 45px;
    line-height: 54px;
    left: 100px;
}

.container {
    max-width: 890px;
}

.packages_sec_main .tab_nav_sec ul li a {
    font-size: 15px !important;
    padding: 16px 24px;
    margin-bottom: 20px;
}

.overlay_text {
    padding: 20px;
}

.padding_70 {
    padding: 50px 0;
}

.footer_heading h4 {
    font-size: 14px;
}

.footer_menu ul li a {
    font-size: 12px;
}

footer{
  padding: 20px 0 10px;
}

.center_head_content span:before{
  width: 219px;
}

.industries_sec_main li.col-sm-2.p-0 {
    max-width: 33%;
    flex: 33%;
}

.product_detail_sec .container {
    max-width: 860px;
}

.pkg_detail_sec {
    min-height: 380px;
}

.pkg_list_detail ul {
    height: 370px;
}

}

@media (max-width: 768px) {

.mobile-nav-btn{
      top: 0px;
}

.banner__hme__sec h1 {
    font-size: 22px;
}

.banner__hme__sec p {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    margin: 0 auto;
}

.top-left-social{
  display: none;
}

.container {
    max-width: 670px;
}


.order_heading h3 {
    font-size: 37px;
}



.banner_Sec_main .carousel-caption .col-sm-7 {
    max-width: 80%;
    flex: 80%;
}

.hero-border-top, .hero-border-bottom {
    width: 55%;
}

.banner_content_sec h3 {
    font-size: 40px;
    line-height: 47px;
    left: 70px;
}

.about_img.animate-float-y{
  display: none;
}

.about_us_sec .col-sm-9.offset-sm-3 {
    margin: 0 !important;
    max-width: 100%;
    flex: 100%;
}

.about_content h2{
  right: 0;
}

.about_us_sec .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.packages_sec_main .col-sm-10.center-col {
    max-width: 100%;
    flex: 100%;
}

.cta_img_Sec{
  display: none;
}

.CTA_sec_tab .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.cta_content_sec h3 {
    font-size: 33px;
    line-height: 42px;
}

.cta_content_sec p {
    font-size: 23px;
    line-height: 39px;
}

.tab_nav_sec ul li a {
    font-size: 15px !important;
    padding: 11px 19px;
    margin: 0 6px;
}

.portfolio_boxes a figure {
    margin-bottom: 0 !important;
    height: 260px;
}

.portfolio_sec_main .col-sm-3 {
    max-width: 33%;
    flex: 33%;
}

.counter {
    font-size: 34px;
    margin: 0 0 0px 0;
}

span.count_text {
    font-size: 13px;
    font-weight: bold;
}

.web_content_Sec h2 {
  font-size: 28px;
    display: inline-block;
}

.web_content_Sec h2 span:before{
  width: 249px;
}

.promote_img_Sec{
  display: none;
}

section.promote_sec_main.padding_70 {
    padding: 50px 0 70px;
}

.promote_sec_main .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.web_content_Sec p {
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 0;
}

.review_content h5 {
    font-size: 19px;
    line-height: 25px;
}

.review_content p {
    font-size: 16px;
}

.contact_bg_hme{
  display: none;
}

.contact_sechme .col-sm-7.pr-5 {
    max-width: 100%;
    flex: 100%;
    padding-right: 20px !important;
}

.bg_contact {
    padding: 40px 20px 30px 20px;
}

.review_sec_main {
    
}

.circle_img_contact{
  display: none;
}

.footer_content p {
    font-size: 13px;
    width: 60%;
}

.copyright_text p {
    font-size: 12px;
}

.about_content p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 15px;
}

ul.about_ul li {
    font-size: 17px;
    padding-bottom: 10px;
}

.portfolio_sec_main .col-sm-10.center-col {
    max-width: 100%;
    flex: 100%;
}

.center_head_content p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
}

.industries_sec_main .logo_tab_platform h5 {
    font-size: 14px;
    padding-left: 8px;
    font-weight: 500;
}

.industries_sec_main .pt-5 {
    padding: 10px 0 !important;
}

.main_menu_sec{
  display: none;
}

.mobile-nav {
    position: fixed;
    width: 50%;
}

.app-container {
  display: block;
}

.logo_Sec_main{
  padding: 20px 10px;
}

.design_services_sec .col-sm-4 {
    max-width: 50%;
    flex: 50%;
}

.review_sec_main .container {
    max-width: 720px;
}

.faq_sec_main .col-sm-7 {
    max-width: 100%;
    flex: 100%;
}

img.banner_img {
    height: 590px;
}

video.banner_video {
    width: 100%;
    height: 590px;
    object-fit: cover;
}

.design_services_sec .col-sm-10.center-col {
    max-width: 100%;
    flex: 100%;
}

.services_box_sec {
    min-height: 280px;
    padding: 40px 15px 40px 20px;
}

.pkg_list_detail {
    margin: 0 10px 0 30px;
}

.product_detail_sec .container {
    max-width: 690px;
}

.pkg_detail_sec {
    min-height: 320px;
    padding: 30px 15px;
}

.pkg_detail_sec h3 {
    font-size: 16px;
}

.btn_packages_sec a {
    font-size: 14px;
    padding: 9px 20px;
}

.pkg_detail_sec h5 {
    font-size: 27px;
}

.pkg_list_detail h4{
  font-size: 22px;
}


}

@media (max-width: 576px) {
    
.portfolio__new__box img {
    width: 100%;
    margin: 0 auto;
}

.mobile-nav-btn {
    top: -16px;
    right: 10px;
    position: absolute;
    bottom: auto;
}

.mobile-nav-btn.active {
    right: 2%;
    z-index: 999999999;
    top: -16px;
}

.logo_tab_platform h5 {
    display: inline-block;
    font-size: 10px;
}

header.stickyheader {
    position: relative;
}

.banner__hme__sec h1 {
    font-size: 18px;
    padding-bottom: 8px;
}

.banner__hme__sec p {
    font-size: 15px;
    line-height: 24px;
    width: 100%;
    margin: 0 auto;
}

.portfolio__list__web h3 {
    font-size: 18px;
}

.portfolio__list__web {
    padding-top: 0;
}

.portfolio__list__web ul li {
    font-size: 14px;
    padding-bottom: 10px;
}

.innerport .tab_nav_sec ul li a {
    padding: 9px 7px;
    font-size: 10px !important;
    font-weight: 600;
}

.term_content_Sec h3{
      font-size: 28px;
}

.contact_detail_sec ul li {
    margin-left: 0;
    margin-right: 0;
}

.bottom_number {
    display: block;
    z-index: 99;
}



.term_content_Sec p {
    font-size: 16px;
    line-height: 28px;
}

img.banner_img.order_img_ban {
    height: 220px;
}

.order_heading h3 {
    font-size: 25px;
}

.term_content_Sec ul li {
    font-size: 16px;
    color: var(--white);
    padding-bottom: 10px;
}



header.stickyheader .logo_Sec_main {
    padding: 20px 10px;
}

.container {
    max-width: 540px;
}

header{
  background: #fff;
}

.banner_Sec_main .carousel-caption .col-sm-7 {
    max-width: 100%;
    flex: 100%;
}

.hero-border-top, .hero-border-bottom {
    width: 59%;
}

.banner_content_sec h3 {
    font-size: 32px;
    line-height: 44px;
    left: 0px;
width: 90%;}

.banner_content_sec h3 br {
    display: none;
}

.web_btn ul li a {
    padding: 17px 23px;
    font-size: 16px;
}

.center_head_content h3 {
    font-size: 30px;
}

.center_head_content p {
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
}

.cta_content_sec h3 {
    font-size: 24px;
    line-height: 30px;
}

.cta_content_sec p {
    font-size: 20px;
    line-height: 31px;
}

.about_content h2 {
    font-size: 27px;
    line-height: 36px;
}

.mobile-nav nav li a{
    font-weight: 300;
    padding: 12px 16px;
    font-size: 14px;
}

.mobile-nav-btn span{
  top: 27px;
}

.about_content p {
    font-size: 14px;
    line-height: 28px;
}

ul.about_ul li {
    font-size: 15px;
    padding-bottom: 5px;
}

.packages_sec_main .tab_nav_sec ul li a {
    font-size: 13px !important;
    padding: 12px 13px;
    margin-bottom: 20px;
}

.tab_nav_sec ul li a {
    font-size: 14px !important;
    padding: 9px 14px;
    margin: 0 6px;
}

section.services_sec_main.padding_70 {
    padding-top: 0;
}

.overlay_text h4 {
    font-size: 17px;
    line-height: 20px;
}

.counter_sec_main .col-sm-10.center-col {
    max-width: 100%;
    flex: 100%;
}

.counters ul {
    width: 100%;
    justify-content: space-between;
    display: unset;
    flex-direction: column;
}

.counters ul li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.web_content_Sec p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
}

.industries_sec_main li.col-sm-2.p-0 {
    max-width: 50%;
    flex: 50%;
}

.review_content h5 {
    font-size: 17px;
    line-height: 21px;
}

.review_content p {
    font-size: 15px;
    line-height: 23px;
}

h6.review_name {
    font-size: 15px;
}

.review_qoute {
    width: 42px;
    height: 42px;
    padding: 10px;
    margin-bottom: 15px;
}

.bg_contact {
    padding: 40px 20px 30px 20px;
    margin-bottom: 60px;
    margin-top: 0px;
}

.bg_contact.row .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.circle_img_contact1 {
    position: absolute;
    bottom: 10px;
    left: -20px;
    z-index: -1;
}

footer .col-sm-4 {
    max-width: 50%;
    flex: 50%;
}

.copy_right .col-sm-6 {
    max-width: 100%;
    flex: 100%;
    text-align: center;
}

.term_links {
    text-align: center;
}

.services_sec_main .col-sm-10.center-col {
    max-width: 100%;
    flex: 100%;
}

.product_detail_sec .col-sm-4 {
    max-width: 90%;
    flex: 90%;
    margin: 0 auto 40px;
}

.pkg_detail_sec {
    min-height: auto;
    padding: 40px 15px;
}

.pkg_detail_sec h3 {
    font-size: 20px;
}

.btn_packages_sec a {
    font-size: 18px;
    padding: 15px 40px;
}

.product_detail_sec .col-sm-8 {
    max-width: 100%;
    flex: 100%;
    margin-top: 20px;
}

body.packages_banner img.banner_img {
    height: 220px !important;
}

.product_detail_sec {
    padding: 40px 0;
}

.faq_sec_main{
    margin-bottom: 0;
}

.portfolio_boxes:hover a:after {
    left: 14%;
    width: 118px;
    font-size: 14px;
    height: 45px;
}

.services_box_sec {
    min-height: 350px;
    padding: 40px 15px 40px 20px;
}

.design_services_sec .center_head_content h3 {
    font-size: 26px;
}

.order_sec_main .intl-tel-input.separate-dial-code {
    margin-bottom: 20px;
}

}

@media (max-width: 450px) {

.web_btn ul li a {
    padding: 14px 17px;
    font-size: 14px;
}

.banner_content_sec h3 {
    font-size: 26px;
    line-height: 34px;
    left: 10px;
    width: 95%;
}

.mobile-nav-btn span {
    top: 17px;
}

.mobile-nav-btn span {
    top: 35px;
}

.about_content h2 {
    font-size: 22px;
    line-height: 30px;
}

section.about_us_sec.padding_70 {
    padding-top: 0;
}

ul.about_ul li {
    font-size: 14px;
    padding-bottom: 0px;
}

.cta_content_sec h3 {
    font-size: 22px;
    line-height: 30px;
}

.cta_content_sec p {
    font-size: 18px;
    line-height: 28px;
}

.tab_nav_sec ul li a {
    font-size: 14px !important;
    padding: 9px 20px;
    margin: 0 6px;
}

.portfolio_sec_main .col-sm-3 {
    max-width: 50%;
    flex: 50%;
}

.portfolio_boxes{
  margin-bottom: 20px;
}

.overlay_text h4 {
    font-size: 24px;
    line-height: 30px;
}

.overlay_text p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
}

.industries_sec_main li.col-sm-2.p-0 {
    max-width: 50%;
    flex: 50%;
    padding: 0px 10px !important;
}

.logo_tab_platform {
    padding: 12px 6px 16px 6px;
    margin: 0 0 20px;
}

.review_img_sec img {
    width: 180px;
    border-radius: 50%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 20px;
}

.review_content {
    text-align: center;
}

.review_qoute{
  margin: 0 auto 20px;
}

h6.review_name{
  padding: 0;
}

h6.review_name:before{
  display: none;
}

.bg_contact{
  margin: 0 20px 60px;
}

.circle_img_contact1{
  display: none;
}

.footer_content p {
    font-size: 14px;
    width: 90%;
}


.bg_contact h3 {
    font-size: 17px;
}

.services_box_main{
  margin-bottom: 20px;
}

.services_sec_main .col-sm-12.pt-5 {
    padding: 0 !important;
}

.logo_tab_platform {
    padding: 12px 6px 16px 6px;
    margin: 0 10px 20px;
}

.mobile-nav {
    position: fixed;
    width: 60%;
}

.mobile-nav-btn .lines:before{
  font-size: 26px;
  padding: 10px 13px;
}

.industries_sec_main .logo_tab_platform h5 {
    font-size: 11px;
}

.design_services_sec .col-sm-4 {
    max-width: 100%;
    flex: 100%;
}

.services_box_sec {
    min-height: auto;
}

.para_services_sec p {
    font-size: 16px;
    line-height: 28px;
}

.bg_contact input {
    margin-bottom: 20px;
}

.contact_sechme .form_submit {
    margin-top: 20px;
}

.faq_sec_main .center_head_content h3 {
    font-size: 23px;
    color: #000;
}

img.banner_img {
    height: 530px;
}


video.banner_video {
    width: 100%;
    height: 530px;
    object-fit: cover;
}

.design_services_sec .center_head_content h3 {
    font-size: 22px;
}

.packages_box_sec {
    min-height: auto;
}

}

@media (max-width: 390px) {
    
.banner__hme__sec h1 {
    font-size: 19px;
    padding-bottom: 8px;
    line-height: 27px;
}

.banner__hme__sec p {
    font-size: 13px;
    line-height: 22px;
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
}

.portfolio__new__box {
    padding-bottom: 30px;
}

.banner_content_sec h3 {
    font-size: 22px;
    line-height: 30px;
    left: 40px;
    width: 95%;
}

.web_btn ul li a {
    padding: 14px 14px;
    font-size: 13px;
}

.logo_tab_platform h5 {
    display: inline-block;
    font-size: 10px;
}

.center_head_content h3 {
    font-size: 26px;
}

.center_head_content p {
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
}

.footer_content img {
    width: 100%;
}

.banner_content_sec h3 {
    font-size: 21px;
}

.cta_content_sec {
    padding: 30px 10px 40px;
}

.cta_content_sec h3 {
    font-size: 18px;
    line-height: 27px;
}

.cta_content_sec p {
    font-size: 15px;
    line-height: 25px;
}

.mobile-nav nav li ul li a{
      font-size: 12px;
}

.mobile-nav nav li a{
  font-size: 13px;
}

.tab_nav_sec ul li a {
    font-size: 13px !important;
    padding: 9px 11px;
    margin: 0 6px;
}

.para_services_sec p {
    font-size: 14px;
    line-height: 25px;
}

.industries_sec_main li.col-sm-2.p-0 {
    max-width: 50%;
    flex: 50%;
    padding: 0px 0px !important;
}

.industries_sec_main .logo_tab_platform h5 {
    font-size: 12px;
}

.review_img_sec img {
    width: 160px;
    border-radius: 50%;
    height: 160px;
}

.bg_contact {
    margin: 0 20px 60px;
    padding: 30px 15px 25px 15px;
    border-radius: 10px;
    margin: 0;
}



}



/*Resposnive End*/