/*--------------------------- Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,700i,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Literata:400,500i,600i,700&display=swap");
/* =================================== */
/*  Basic Style 
/* =================================== */
::-moz-selection { /* Code for Firefox */
  background-color: #df003a;
  color: #ffffff;
}

::selection {
  background-color: #df003a;
  color: #ffffff;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #777777;
  font-weight: 300;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #777777;
  font-weight: 300;
}

body {
  color: #272727;
  font-family: "Muli-Regular";
  font-size: 14px;
  font-weight: 300;
  line-height: 1.625em;
  position: relative;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

select {
  display: block;
}

figure {
  margin: 0;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
}

.card-panel {
  margin: 0;
  padding: 60px;
}

/**
 *  Typography
 *
 **/
.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
  font-size: 1em;
  line-height: inherit;
}

.gray-bg {
  background: #f9f9ff;
}

h1, h2, h3,
h4, h5, h6 {
  font-family: "Muli-Regular";
  color: #222222;
  line-height: 1.2em !important;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
}

.h1, .h2, .h3,
.h4, .h5, .h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Muli-Regular";
  font-weight: 600;
  color: #222222;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
  color: #222222;
}

td, th {
  border-radius: 0px;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before, .clear::after {
  content: " ";
  display: table;
}
.clear::after {
  clear: both;
}

.fz-11 {
  font-size: 11px;
}

.fz-12 {
  font-size: 12px;
}

.fz-13 {
  font-size: 13px;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-30 {
  font-size: 30px;
}

.fz-48 {
  font-size: 48px !important;
}

.fw100 {
  font-weight: 100;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500;
}

.f700 {
  font-weight: 700;
}

.fsi {
  font-style: italic;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-15 {
  margin-right: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-0-i {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-170 {
  padding-top: 170px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-90 {
  padding-left: 90px;
}

.p-40 {
  padding: 40px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-italic {
  font-style: italic;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section-full {
  padding: 100px 0;
}

.section-half {
  padding: 75px 0;
}

.text-center {
  text-align: center;
}

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

.text-rigth {
  text-align: right;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.display-table {
  display: table;
}

.light {
  color: #ffffff;
}

.dark {
  color: #000000;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.container.fullwidth {
  width: 100%;
}
.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding {
  padding: 0;
}

.section-bg {
  background: #f9fafc;
}

@media (max-width: 767px) {
  .no-flex-xs {
    display: block !important;
  }
}

.row.no-margin {
  margin-left: 0;
  margin-right: 0;
}

@font-face {
  font-family: "Muli-Light";
  src: url("../fonts/Muli-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli-Light.woff") format("woff"), url("../fonts/Muli-Light.ttf") format("truetype"), url("../fonts/Muli-Light.svg#Muli-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Muli-Regular";
  src: url("../fonts/Muli-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli-Regular.woff") format("woff"), url("../fonts/Muli-Regular.ttf") format("truetype"), url("../fonts/Muli-Regular.svg#Muli-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Muli-SemiBold";
  src: url("../fonts/Muli-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli-SemiBold.woff") format("woff"), url("../fonts/Muli-SemiBold.ttf") format("truetype"), url("../fonts/Muli-SemiBold.svg#Muli-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Muli-Bold";
  src: url("../fonts/Muli-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli-Bold.woff") format("woff"), url("../fonts/Muli-Bold.ttf") format("truetype"), url("../fonts/Muli-Bold.svg#Muli-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
header.header-scrolled .gt-second-header {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #ffffff;
}
header.header-scrolled .gt-second-header ul li .dropdown {
  top: 71px;
}
header .top-menu {
  background-color: #464646;
  padding: 4px 0;
}
header .top-menu ul li {
  font-size: 11px;
  font-family: "Muli-SemiBold";
  color: #c0c0c0;
}
header .top-menu ul li a {
  color: #ffffff !important;
  background-color: #707070;
  width: 21px;
  height: 18px;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  line-height: 2;
  font-size: 10px;
}
header .top-menu ul.header-social li a {
  color: #ffffff;
  background-color: #707070;
  width: 21px;
  height: 18px;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  line-height: 2;
  font-size: 10px;
}
header .top-menu ul.header-social li a:hover {
  background-color: #ff7017;
}
header .gt-second-header {
  padding: 12px 0px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
header .gt-second-header #logo img {
  width: 175px;
  padding: 3px 0;
}
header .gt-second-header .nav-menu li {
  margin-right: 0px !important;
}
header .gt-second-header .nav-menu li a {
  padding: 1.7em 0em;
  font-family: "Muli-Bold";
  font-size: 13px;
  text-transform: uppercase;
  margin-left: 35px;
  color: #515151;
}
header .gt-second-header .nav-menu li a:hover {
  color: #ff7017;
  font-family: "Muli-Bold";
}
header .gt-second-header .nav-menu li:last-child a {
  border-right: none;
}
header .gt-second-header .nav-menu li:hover a {
  color: #ff7017;
}
header .gt-second-header .nav-menu li:hover .dropdown {
  opacity: 1;
  height: auto;
  overflow: inherit;
  padding: 50px 15px;
}
header .gt-second-header .nav-menu li .dropdown {
  background-color: rgba(12, 90, 165, 0.95);
  position: absolute;
  top: 70px;
  left: 0px;
  right: 0px;
  padding: 0px 15px;
  z-index: 999;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);
  opacity: 0;
  height: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  overflow: hidden;
  text-align: left;
}
header .gt-second-header .nav-menu li .dropdown .submenu-head {
  margin-bottom: 25px;
  font-family: "Literata", serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 17px;
}
header .gt-second-header .nav-menu li .dropdown .submenu-head i {
  margin-right: 11px;
  font-size: 30px;
  vertical-align: sub;
}
header .gt-second-header .nav-menu li .dropdown .submenu-head a {
  margin-bottom: 25px;
  font-family: "Literata", serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 17px;
  margin-left: 0px;
  text-transform: capitalize;
}
header .gt-second-header .nav-menu li .dropdown ul {
  padding-left: 5px;
}
header .gt-second-header .nav-menu li .dropdown ul li {
  border-left: 3px solid rgba(255, 255, 255, 0.35);
  padding: 0px 10px 0px 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
header .gt-second-header .nav-menu li .dropdown ul li a {
  display: block;
  padding: 5px 0px 5px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.33);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  color: #ffffff;
  font-family: "Muli-Regular";
}
header .gt-second-header .nav-menu li .dropdown ul li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 5px 0px 5px 7px;
  font-family: "Muli-Regular";
  color: #ffffff;
}
header .gt-second-header .nav-menu li .dropdown ul li:hover {
  border-color: #ffffff;
}

.banner-area1 .carousel-indicators {
  position: absolute;
  right: 25px;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%);
  left: inherit;
  z-index: 15;
  display: block;
  justify-content: center;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
  /* width: 20px; */
}
.banner-area1 .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 100px;
  cursor: pointer;
  background-color: transparent;
  border: 1.5px solid #ffffff;
  margin-bottom: 6px;
}
.banner-area1 .carousel-indicators li.active {
  background-color: #ff7017;
  border-color: #ff7017;
}

.carousel-item {
  height: 90vh;
}
.carousel-item img {
  height: 100%;
  width: 100%;
}

.first-slide {
  background: linear-gradient(to right, #01358a, #4a2ace);
  height: 100%;
}

.second-slide {
  background: linear-gradient(to right, #3f8b3a, #196547);
  height: 100%;
}

.third-slide {
  background: linear-gradient(to right, #bd4801, #ff6300);
  height: 100%;
}

.fourth-slide {
  background: linear-gradient(to right, #5e198a, #e40aff);
  height: 100%;
}

.main-slidetxt {
  color: #ffffff;
  padding: 10em 5em 10em 0;
  text-align: left;
  height: 100%;
  display: grid;
  align-content: center;
}
.main-slidetxt .mainbanner-head {
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1.2 !important;
}
.main-slidetxt h4 {
  color: #ffffff;
  font-weight: normal;
  font-size: 1rem;
  margin-top: 1.5rem;
  line-height: 1.6 !important;
}

header .gt-second-header ul li:last-child a {
  padding-right: 2px;
}

.right-call {
  display: inline-block;
  vertical-align: middle;
}
.right-call i {
  font-size: 2.3em;
  margin-top: 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: bottom;
}
.right-call a {
  color: #777777;
}

.nav-menumain,
.free-button,
.main-calltxt {
  display: inline-block;
  vertical-align: middle;
}

.free-button {
  margin: 0 30px;
}
.free-button .btn-info,
.free-button .btn-info:not(:disabled):not(.disabled):active {
  background-color: #ff7017;
  border-color: #ff7017;
  transition: all 0.3s;
}
.free-button .btn-info:hover, .free-button .btn-info:focus, .free-button .btn-info:active,
.free-button .btn-info:not(:disabled):not(.disabled):active:hover,
.free-button .btn-info:not(:disabled):not(.disabled):active:focus,
.free-button .btn-info:not(:disabled):not(.disabled):active:active {
  background-color: #ff7017;
  border-color: #ff7017;
  box-shadow: none;
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}

.calltetx,
.call-no {
  display: block;
}

.calltetx {
  font-size: 11px;
  color: #000;
  margin-bottom: -5px;
}

.call-no {
  font-size: 17px;
  font-family: "Muli-Bold";
  color: #000000;
}

.nav-menu {
  margin-top: 6px;
}

.footer-area {
  background-color: #242424;
  background-image: url("../img/footer-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  padding: 11em 0 1.2em;
  color: #272727;
  position: relative;
}
.footer-area:before {
  background: rgba(0, 0, 0, 0.84);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.footer-area .gt-foot-contact p {
  color: rgba(249, 249, 255, 0.57);
  font-size: 12px;
}
.footer-area .gt-foot-contact p i {
  width: 25px;
  height: 25px;
  background-color: rgb(249, 249, 255);
  border-radius: 3px;
  color: #515151;
  text-align: center;
  line-height: 25px;
  font-size: 15px;
  margin-right: 8px;
}
.footer-area .gt-foot-contact p a {
  color: rgba(249, 249, 255, 0.57);
}
.footer-area .gt-foot-head {
  color: #f9f9ff;
  font-family: "Muli-SemiBold";
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 13px;
  text-shadow: none;
  letter-spacing: 0.5px;
  position: relative;
}
.footer-area .gt-foot-head:after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #f9f9ff;
  position: absolute;
  bottom: -6px;
  left: 0px;
  /* right: 0; */
  margin: 0 auto;
}
.footer-area .footer-nav {
  margin-top: 23px;
}
.footer-area .footer-nav li a {
  color: rgba(249, 249, 255, 0.57);
  font-size: 12px;
  margin-bottom: 8px;
  display: block;
}
.footer-area .footer-nav li a:hover {
  color: #ffffff;
}
.footer-area .gt-subscribe {
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.22);
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 15px;
  padding: 2em 3em 2.5em 3em;
  margin: 0px 0 0 0;
}
.footer-area .gt-subscribe .gt-subs-head {
  font-family: "Muli-Bold";
  color: #ffffff;
  text-transform: uppercase;
  font-size: 22px;
  margin: 10px 0 27px;
  position: relative;
  text-align: left;
}
.footer-area .gt-subscribe .gt-subs-head:after {
  content: "";
  width: 44px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  bottom: -6px;
  left: 0px;
  /* right: 0; */
  margin: 0 auto;
}
.footer-area .gt-subscribe input {
  border-radius: 103px;
  font-size: 14px;
  height: 40px;
}
.footer-area .gt-subscribe .btn-default {
  width: 100%;
  border-radius: 103px;
  background-color: #2758bf;
  color: #ffffff;
  font-family: "Muli-SemiBold";
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 8px 10px;
}
.footer-area .gt-subscribe .btn-default:hover {
  background-color: #ff7017;
}
.footer-area .footer-bottom {
  margin-top: 3em;
  font-size: 12px;
  border-top: 1px solid #3d3d3d;
  padding-top: 20px;
  font-family: "Muli-SemiBold";
}
.footer-area .footer-bottom p {
  color: rgba(249, 249, 255, 0.57);
  margin-bottom: 0px;
}
.footer-area .footer-bottom a {
  color: #ff7017;
}
.footer-area .footer-bottom a:hover {
  color: #ffffff;
}

.top-footer {
  width: 66%;
  float: left;
  margin-top: -51px;
}
.top-footer .gt-topfoot-head {
  font-family: "Montserrat", sans-serif;
  margin-top: 2px;
  color: #424242;
}
.top-footer .gt-foot-social li {
  margin-right: 15px;
}
.top-footer .gt-foot-social li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #dddddd;
  color: #ffffff;
  font-size: 1.5em;
  text-align: center;
  line-height: 50px;
  border-radius: 100%;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
}
.top-footer .gt-foot-social li a.fb {
  background-color: #3b5998;
}
.top-footer .gt-foot-social li a.fb:hover {
  transform: rotatey(360deg);
  -webkit-transform: rotatey(360deg);
}
.top-footer .gt-foot-social li a.ln {
  background-color: #016197;
}
.top-footer .gt-foot-social li a.ln:hover {
  transform: rotatey(360deg);
  -webkit-transform: rotatey(360deg);
}
.top-footer .gt-foot-social li a.gg {
  background-color: #f58340;
}
.top-footer .gt-foot-social li a.gg:hover {
  transform: rotatey(360deg);
  -webkit-transform: rotatey(360deg);
}
.top-footer .gt-foot-social li a.tw {
  background-color: #53a8e7;
}
.top-footer .gt-foot-social li a.tw:hover {
  transform: rotatey(360deg);
  -webkit-transform: rotatey(360deg);
}
.top-footer .gt-foot-social li a.sk {
  background-color: #0299d0;
}
.top-footer .gt-foot-social li a.sk:hover {
  transform: rotatey(360deg);
  -webkit-transform: rotatey(360deg);
}

/*--------------------------- Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== */
/*  Basic Style 
/* =================================== */
::-moz-selection { /* Code for Firefox */
  background-color: #df003a;
  color: #ffffff;
}

::selection {
  background-color: #df003a;
  color: #ffffff;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #777777;
  font-weight: 300;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #777777;
  font-weight: 300;
}

body {
  color: #272727;
  font-family: "Muli-Regular";
  font-size: 14px;
  font-weight: 300;
  line-height: 1.625em;
  position: relative;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

select {
  display: block;
}

figure {
  margin: 0;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
}

.card-panel {
  margin: 0;
  padding: 60px;
}

/**
 *  Typography
 *
 **/
.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
  font-size: 1em;
  line-height: inherit;
}

.gray-bg {
  background: #f9f9ff;
}

h1, h2, h3,
h4, h5, h6 {
  font-family: "Muli-Regular";
  color: #222222;
  line-height: 1.2em !important;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
}

.h1, .h2, .h3,
.h4, .h5, .h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Muli-Regular";
  font-weight: 600;
  color: #222222;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
  color: #222222;
}

td, th {
  border-radius: 0px;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before, .clear::after {
  content: " ";
  display: table;
}
.clear::after {
  clear: both;
}

.fz-11 {
  font-size: 11px;
}

.fz-12 {
  font-size: 12px;
}

.fz-13 {
  font-size: 13px;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-30 {
  font-size: 30px;
}

.fz-48 {
  font-size: 48px !important;
}

.fw100 {
  font-weight: 100;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500;
}

.f700 {
  font-weight: 700;
}

.fsi {
  font-style: italic;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-15 {
  margin-right: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-0-i {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-170 {
  padding-top: 170px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-90 {
  padding-left: 90px;
}

.p-40 {
  padding: 40px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-italic {
  font-style: italic;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section-full {
  padding: 100px 0;
}

.section-half {
  padding: 75px 0;
}

.text-center {
  text-align: center;
}

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

.text-rigth {
  text-align: right;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.display-table {
  display: table;
}

.light {
  color: #ffffff;
}

.dark {
  color: #000000;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.container.fullwidth {
  width: 100%;
}
.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding {
  padding: 0;
}

.section-bg {
  background: #f9fafc;
}

@media (max-width: 767px) {
  .no-flex-xs {
    display: block !important;
  }
}

.row.no-margin {
  margin-left: 0;
  margin-right: 0;
}

@font-face {
  font-family: "Muli-Light";
  src: url("../fonts/Muli-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli-Light.woff") format("woff"), url("../fonts/Muli-Light.ttf") format("truetype"), url("../fonts/Muli-Light.svg#Muli-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Muli-Regular";
  src: url("../fonts/Muli-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli-Regular.woff") format("woff"), url("../fonts/Muli-Regular.ttf") format("truetype"), url("../fonts/Muli-Regular.svg#Muli-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Muli-SemiBold";
  src: url("../fonts/Muli-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli-SemiBold.woff") format("woff"), url("../fonts/Muli-SemiBold.ttf") format("truetype"), url("../fonts/Muli-SemiBold.svg#Muli-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Muli-Bold";
  src: url("../fonts/Muli-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli-Bold.woff") format("woff"), url("../fonts/Muli-Bold.ttf") format("truetype"), url("../fonts/Muli-Bold.svg#Muli-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
Flaticon icon font: Flaticon
Creation date: 02/07/2019 19:20
*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("./Flaticon.svg#Flaticon") format("svg");
  }
}
.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.flaticon-art-and-design:before {
  content: "\f100";
}

.flaticon-website:before {
  content: "\f101";
}

.flaticon-redesign:before {
  content: "\f102";
}

.flaticon-data:before {
  content: "\f103";
}

.flaticon-cloud:before {
  content: "\f104";
}

.flaticon-repair:before {
  content: "\f105";
}

.flaticon-programming:before {
  content: "\f106";
}

.flaticon-digital-marketing:before {
  content: "\f107";
}

.flaticon-testing:before {
  content: "\f108";
}

.flaticon-graphic-tool:before {
  content: "\f109";
}

body {
  overflow-x: hidden !important;
}

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

.gt-section-head {
  font-family: "Literata", serif;
  color: #ff7017;
  position: relative;
}
.gt-section-head .about_ {
  position: relative;
}
.gt-section-head .about_:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 158px;
  height: 1px;
  background-color: #515151;
}

.sub-line {
  width: 100px;
  height: 1px;
  background-color: #b5b5b5;
  margin: 6px auto 7px;
}

.blue {
  color: #2c2c2c;
}

/*---menu css for reasponsive---*/
.nav-side-menu {
  overflow: auto;
  font-size: 12px;
  font-weight: 200;
  position: fixed;
  top: 0px;
  width: 300px;
  height: 100%;
  color: #e1ffff;
  display: none;
}

.nav-side-menu .toggle-btn {
  display: none;
}

.nav-side-menu .menu-content {
  background-color: rgba(12, 90, 165, 0.95);
  margin-top: 65px !important;
  text-align: left;
}

.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
}

.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}

.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #ff7017;
  background-color: rgb(12, 90, 165);
}

.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #ff7017;
}

.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #ff7017;
}

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #0e66bb;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #307cc6;
  margin-left: 0px;
}

.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #1346ae;
}

.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid rgba(12, 90, 165, 0.95);
  border-bottom: 1px solid rgba(241, 241, 241, 0.19);
}

.nav-side-menu li a {
  text-decoration: none;
  color: #e1ffff;
}

.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}

.nav-side-menu li:hover {
  border-left: 3px solid #ff7017;
  background-color: rgb(12, 90, 165);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

/*----end---*/
.gt-about {
  position: relative;
}
.gt-about:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-color: #f9f9ff;
}
.gt-about .gt-about-content {
  font-size: 1.1em;
  text-align: left;
  line-height: 1.5;
  padding-top: 35px;
}
.gt-about .pht-0 {
  padding-top: 0 !important;
}
.gt-about .gt-about-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background: #ffffff;
}
.gt-about .gt-about-img img {
  width: 100%;
  height: 100%;
}

.gt-home-services .gt-service-box {
  padding: 20px 10px;
  height: 230px;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.gt-home-services .gt-service-box:hover {
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
}
.gt-home-services .gt-service-box:hover .gt-service-content {
  height: 100%;
  opacity: 1;
}
.gt-home-services .gt-service-box i {
  padding-top: 23px;
  color: #1f53c3;
  display: inline-block;
}
.gt-home-services .gt-service-box .gt-service-text {
  font-family: "Montserrat", sans-serif;
  color: #333333;
  margin-top: 15px;
}
.gt-home-services .gt-service-box .gt-service-content {
  opacity: 0;
  position: absolute;
  background-color: #ff7017;
  width: 100%;
  height: 0px;
  left: 0;
  bottom: 0px;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.gt-home-services .gt-service-box .gt-service-content p {
  margin-bottom: 5px;
}
.gt-home-services .gt-service-box .gt-service-content .more-btn {
  background-color: #ffffff;
  color: #515151;
  padding: 8px 24px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.gt-home-services .gt-service-box .gt-service-content .more-btn i {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.gt-home-services .gt-service-box .gt-service-content .more-btn:hover {
  background-color: #515151;
  color: #ffffff;
}
.gt-home-services .gt-service-box .gt-service-content .more-btn:hover i {
  padding-left: 3px;
  color: #ffffff;
}

.gt-portfolio .single-project-wrap {
  margin-bottom: 20px;
  overflow: hidden;
  display: block;
}
.gt-portfolio .project-img {
  position: relative;
  overflow: hidden;
}
.gt-portfolio .single-project-wrap img {
  max-width: 60px;
  margin: 0 auto;
}
.gt-portfolio .project-item img {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  -webkit-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.gt-portfolio .project-item:hover .project-img img {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}
.gt-portfolio .project-overlay {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-color: rgba(66, 92, 187, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gt-portfolio .project-item:hover .project-overlay {
  opacity: 1;
  visibility: visible;
}
.gt-portfolio .project-icons {
  position: absolute;
  top: 20%;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gt-portfolio .project-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  margin: 0 3px;
  line-height: 40px;
  text-align: center;
  color: #515151;
  background-color: #ffffff;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gt-portfolio .project-item:hover .project-icons {
  position: absolute;
  top: 40%;
  margin-top: -20px;
}
.gt-portfolio .project-text {
  padding: 15px 20px;
  width: 100%;
  background-color: #f2f2f2;
  position: absolute;
  display: block;
  left: 0;
  top: auto;
  bottom: -129px;
  z-index: 3;
  -webkit-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.gt-portfolio .project-item:hover .project-text {
  bottom: 0;
}
.gt-portfolio .project-item .project-text h2 {
  margin-bottom: 0;
  line-height: 0;
}
.gt-portfolio .project-item .project-text h2 a {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  font-family: "Muli-Regular";
}
.gt-portfolio .project-item {
  margin: 0 10px;
}
.gt-portfolio .project-img img {
  max-width: 100%;
}
.gt-portfolio .owl-buttons .owl-prev {
  position: absolute;
  top: 41%;
  left: -9px;
}
.gt-portfolio .owl-buttons .owl-prev i {
  font-size: 19px;
  font-weight: bold;
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.12);
}
.gt-portfolio .owl-buttons .owl-prev:hover i {
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.14);
}
.gt-portfolio .owl-buttons .owl-next {
  position: absolute;
  top: 41%;
  right: -9px;
}
.gt-portfolio .owl-buttons .owl-next i {
  font-size: 19px;
  font-weight: bold;
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.12);
}
.gt-portfolio .owl-buttons .owl-next:hover i {
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.14);
}
.gt-portfolio.gt-client {
  background: #f7f7f7;
}
.gt-portfolio.gt-client .project-item {
  margin: 30px 30px;
}
.gt-portfolio.gt-client .owl-buttons .owl-prev {
  position: absolute;
  top: 36%;
  left: -9px;
}
.gt-portfolio.gt-client .owl-buttons .owl-prev i {
  font-size: 17px;
  font-weight: bold;
  background: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.12);
}
.gt-portfolio.gt-client .owl-buttons .owl-prev:hover i {
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.14);
}
.gt-portfolio.gt-client .owl-buttons .owl-next {
  position: absolute;
  top: 36%;
  right: -9px;
}
.gt-portfolio.gt-client .owl-buttons .owl-next i {
  font-size: 19px;
  font-weight: bold;
  background: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.12);
}
.gt-portfolio.gt-client .owl-buttons .owl-next:hover i {
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.14);
}
.gt-portfolio.gt-blogs .owl-buttons .owl-prev {
  position: absolute;
  top: 41%;
  left: -50px;
}
.gt-portfolio.gt-blogs .owl-buttons .owl-prev i {
  font-size: 69px;
  font-weight: 100;
  background: url(../img/lft-arrow.png) no-repeat;
  width: 67px;
  height: 67px;
  border-radius: 100%;
  background-position: left;
  box-shadow: none;
}
.gt-portfolio.gt-blogs .owl-buttons .owl-prev i:before {
  display: none;
}
.gt-portfolio.gt-blogs .owl-buttons .owl-prev:hover i {
  box-shadow: none;
  color: #ff7017;
}
.gt-portfolio.gt-blogs .owl-buttons .owl-next {
  position: absolute;
  top: 41%;
  right: -50px;
}
.gt-portfolio.gt-blogs .owl-buttons .owl-next i {
  font-size: 69px;
  font-weight: 100;
  background: url(../img/rht-arrow.png) no-repeat;
  width: 67px;
  height: 67px;
  background-position: right;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  box-shadow: none;
}
.gt-portfolio.gt-blogs .owl-buttons .owl-next i:before {
  display: none;
}
.gt-portfolio.gt-blogs .owl-buttons .owl-next:hover i {
  box-shadow: none;
  color: #ff7017;
}
.gt-portfolio.gt-blogs .blog-post {
  margin: 0 9px 40px;
  float: left;
  position: relative;
  z-index: 9;
  width: 96%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.gt-portfolio.gt-blogs .blog-post .entry-thumb-meta {
  width: 100%;
  float: left;
  position: relative;
}
.gt-portfolio.gt-blogs .blog-post .entry-thumb {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 300px;
}
.gt-portfolio.gt-blogs .blog-post .entry-thumb img {
  float: left;
  border-radius: 3px 3px 0 0;
  height: 100%;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.gt-portfolio.gt-blogs .blog-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: center;
}
.gt-portfolio.gt-blogs .blog-overlay:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0, rgba(51, 51, 51, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0, rgba(51, 51, 51, 0.8) 75%);
  content: "";
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.gt-portfolio.gt-blogs .blog-overlay a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  line-height: 60px;
  font-size: 23px;
  text-align: center;
  font-family: fontawesome;
}
.gt-portfolio.gt-blogs .format-image .entry-thumb .entry_format:after {
  content: "\f0c1";
}
.gt-portfolio.gt-blogs .entry-detail {
  float: left;
  padding: 25px;
  margin: -40px 15px 0;
  z-index: 10;
  position: relative;
  background-color: #fff;
  width: 91.8%;
}
.gt-portfolio.gt-blogs .entry-detail .entry-title h4 {
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 10px;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}
.gt-portfolio.gt-blogs .entry-detail .entry-title h4 a {
  color: #515151;
}
.gt-portfolio.gt-blogs .entry-detail .entry-title p {
  font-size: 11px;
  color: #ff7017;
}
.gt-portfolio.gt-blogs .entry-detail .entry-body {
  line-height: 28px;
  font-family: "Muli-Regular";
}
.gt-portfolio.gt-blogs .entry-detail .entry-body p {
  line-height: 21px;
  font-size: 14px;
}
.gt-portfolio.gt-blogs .entry-detail .entry-meta {
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
}
.gt-portfolio.gt-blogs .entry-detail .entry-meta .category.green {
  color: #41c951;
}
.gt-portfolio.gt-blogs .blog-post:hover .entry-detail .entry-title h4 a {
  color: #ff7017;
}
.gt-portfolio.gt-blogs .blog-post .entry-thumb-meta:hover .blog-overlay {
  opacity: 1;
  filter: alpha(opacity=1);
}
.gt-portfolio.gt-blogs .blog-post .entry-thumb-meta:hover .blog-overlay:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  filter: alpha(opacity=1);
}
.gt-portfolio.gt-blogs .blog-post .entry-thumb:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}
.gt-portfolio.gt-blogs .blog-overlay a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  line-height: 60px;
  font-size: 23px;
  text-align: center;
  background-color: #ff7017;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.testimonials {
  position: relative;
  min-height: 536px;
}
.testimonials:after {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  background-color: #3663cc;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .testimonials:after {
    width: 100%;
  }
}
.testimonials .container-fluid {
  position: relative;
  z-index: 1;
}
.testimonials .container-fluid .text_text {
  margin-top: 38%;
}
@media (max-width: 767px) {
  .testimonials .container-fluid .text_text {
    margin-top: 10%;
  }
}
.testimonials .container-fluid .text_text h2 {
  font-size: 36px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #ffffff;
  position: relative;
}
.testimonials .container-fluid .text_text h2:after {
  position: absolute;
  width: 10%;
  height: 4px;
  background: #ffffff;
  left: 0px;
  bottom: -20px;
  content: "";
}
.testimonials .container-fluid .text_text span {
  display: inline-block;
  width: 53px;
  height: 4px;
}
.testimonials .container-fluid .testi_content {
  margin-top: 18%;
}
@media (min-width: 1920px) {
  .testimonials .container-fluid .testi_content {
    margin-top: 12%;
  }
}
@media (max-width: 767px) {
  .testimonials .container-fluid .testi_content {
    margin-top: 0%;
  }
}
.testimonials .container-fluid .testi_content .testiPic {
  width: 172px;
  height: 172px;
  margin-top: 40px;
  float: left;
  margin-right: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  padding: 10px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 480px) {
  .testimonials .container-fluid .testi_content .testiPic {
    float: none;
  }
}
.testimonials .container-fluid .testi_content .testiPic img {
  width: 152px;
  height: 152px;
  border-radius: 50%;
}
.testimonials .container-fluid .testi_content .testiInner {
  overflow: hidden;
}
.testimonials .container-fluid .testi_content .testiInner i {
  font-size: 60px;
  color: #000000;
  opacity: 0.1;
}
.testimonials .container-fluid .testi_content .testiInner p {
  font-size: 18px;
  opacity: 0.7;
  margin: 15px 0;
  color: #707070;
}
@media (max-width: 767px) {
  .testimonials .container-fluid .testi_content .testiInner p {
    color: #ffffff;
    opacity: 1;
  }
}
.testimonials .container-fluid .testi_content .testiInner h4 {
  margin-bottom: 5px;
  color: #ff7017;
  font-family: "Muli-Regular";
  font-size: 20px;
}
@media (max-width: 767px) {
  .testimonials .container-fluid .testi_content .testiInner h4 {
    color: #ffffff;
  }
}
.testimonials .container-fluid .testi_content .testiInner small {
  font-size: 14px;
  color: #989898;
}
@media (max-width: 767px) {
  .testimonials .container-fluid .testi_content .testiInner small {
    color: #ffffff;
  }
}
.testimonials .container-fluid .owl-carousel {
  /* margin-left: -60px;*/
}
@media (max-width: 767px) {
  .testimonials .container-fluid .owl-carousel {
    margin-left: 0px;
  }
}
.testimonials .container-fluid .owl-controls {
  margin-top: 20px;
  position: static;
  text-align: left;
  margin-left: 194px;
}
.testimonials .container-fluid .owl-controls .owl-pagination .owl-page {
  display: inline-block;
}
.testimonials .container-fluid .owl-controls .owl-pagination .owl-page span {
  background-color: transparent;
  border: 2px solid #c2c2c2;
}
.testimonials .container-fluid .owl-controls .owl-pagination .owl-page.active span {
  background: #676767;
  border: 2px solid #676767;
}
.testimonials .container-fluid .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 3px;
  filter: Alpha(Opacity=50);
  opacity: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.testimonials .counter-area {
  position: relative;
  overflow: hidden;
  z-index: 2;
  top: 83px;
}
.testimonials .counter-box {
  border-radius: 4px;
  padding: 25px;
  text-align: center;
  background: #fff;
  margin-bottom: 30px;
  min-height: 170px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.33);
  -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.33);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.testimonials .counter-box:hover {
  box-shadow: 0 45px 35px -33px rgba(0, 0, 0, 0.3);
}
.testimonials .counter-box i {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 15px;
  display: block;
  color: #ff7017;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.testimonials .counter-box span.counter {
  display: block;
  font-size: 25px;
  margin: 10px 0;
  color: #1b2796;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.testimonials .counter-box .count-description {
  display: block;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  font-family: "Muli-Regular";
}

/*--about page css--*/
.center {
  text-align: center;
}

.banner_ {
  background-size: cover;
  background: url("../img/pmnt_prt2_banner.jpg") no-repeat;
  height: 190px;
  background-position: center bottom;
  /*--about us banner--*/
}
.banner_.about_us {
  background: url("../img/about_bg.jpg") no-repeat;
  height: 370px;
  background-position: center bottom;
}
.banner_.about_us .head_abt {
  font-size: 64px;
  font-family: "Muli-Bold";
  color: #5e5e5e;
  padding-top: 90px;
}
.banner_.about_us .menu_scroll {
  margin-left: 0;
  padding-top: 100px;
  padding-bottom: 30px;
}
.banner_.about_us .menu_scroll li a {
  display: block;
  padding: 8px 30px;
  border: 1px solid #0540a1;
  border-radius: 100px;
  text-decoration: none;
  font-size: 16px;
  color: #0540a1;
}
.banner_.about_us .menu_scroll li a:hover {
  background: #0540a1;
  color: #ffffff;
}
.banner_.about_us .menu_scroll li.active a {
  background: #0540a1;
  color: #ffffff;
}

.white {
  color: #ffffff !important;
}

.orange {
  color: #ff6600 !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.how_lunch {
  background: url("../img/abtsect1_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 75px;
  padding-bottom: 60px;
}
.how_lunch .how_head {
  font-size: 45px;
  font-family: "Muli-Regular";
  letter-spacing: 1px;
}
.how_lunch .how_sbhd {
  font-family: "Muli-Bold";
  font-size: 26px;
  letter-spacing: 0.3px;
}
.how_lunch p {
  color: #ffffff;
  font-size: 18px;
  font-family: "Muli-Regular";
  text-align: justify;
}
.how_lunch .name_title {
  margin-top: 26px;
  font-family: "Muli-SemiBold";
  color: #ffffff;
  letter-spacing: 0.8px;
  border-bottom: 1px solid #ffffff;
  font-size: 18px;
  display: inline-block;
}

.meet_found {
  background: url("../img/abtsect2_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0px;
}
.meet_found .how_head {
  font-size: 45px;
  font-family: "Muli-Bold";
  letter-spacing: 1px;
}
.meet_found .meet_inner {
  background: rgba(9, 104, 137, 0.7);
  position: relative;
  padding: 30px;
  border-radius: 5px;
}
.meet_found .meet_inner h2 {
  font-size: 33px;
  font-family: "Muli-Bold";
}
.meet_found .meet_inner h3 {
  font-size: 20px;
  font-family: "Muli-Bold";
  letter-spacing: 1px;
}
.meet_found .meet_inner p {
  color: #ffffff;
  font-size: 18px;
  font-family: "Muli-Regular";
  text-align: justify;
}

.our_pledg {
  background: url("../img/abtsect3_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0px 55px;
}
.our_pledg .how_head {
  font-size: 45px;
  font-family: "Muli-Bold";
  letter-spacing: 1px;
}
.our_pledg h3 {
  font-size: 18px;
  font-family: "Muli-Bold";
  letter-spacing: 1px;
}
.our_pledg p {
  color: #ffffff;
  font-size: 18px;
  font-family: "Muli-Regular";
}
.our_pledg p span {
  font-family: "Muli-SemiBold";
}
.our_pledg .btn_inquiry {
  background: #ff6600;
  color: #ffffff;
  font-size: 17px;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 100px;
  display: inline-block;
  margin-top: 40px;
}
.our_pledg .btn_inquiry:hover {
  background: #000000;
}

.join_movmnt {
  background: #f9f9f9;
  padding-top: 35px;
}
.join_movmnt .right_joinimg {
  width: 100%;
  aspect-ratio: 16/12;
  object-fit: cover;
}
.join_movmnt .how_head {
  font-size: 45px;
  font-family: "Muli-Bold";
  letter-spacing: 1px;
  color: #5f5f5f;
  margin-bottom: 50px;
}
.join_movmnt .sb_hd {
  color: #212124;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "Muli-Bold";
  position: relative;
  font-size: 32px;
}
.join_movmnt .sb_hd:after {
  width: 112px;
  content: "";
  border-bottom: 2px solid #ff7017;
  position: absolute;
  left: 0;
  bottom: -6px;
}
.join_movmnt p {
  font-size: 16px;
  font-family: "Muli-Regular";
}
.join_movmnt .content_ {
  padding-left: 50px;
  padding-right: 50px;
}
.join_movmnt .content_ .btn_inquiry {
  background: #ff6600;
  color: #ffffff;
  font-size: 17px;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 100px;
  display: inline-block;
  margin-top: 20px;
}
.join_movmnt .content_ .btn_inquiry:hover {
  background: #000000;
}
.join_movmnt .content_right {
  padding-right: 50px;
  padding-left: 60px;
}
.join_movmnt .content_right .btn_inquiry {
  background: #ff7017;
  color: #ffffff;
  font-size: 17px;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 100px;
  display: inline-block;
  margin-top: 20px;
}
.join_movmnt .content_right .btn_inquiry:hover {
  background: #000000;
}

.deploy_plan {
  background: url("../img/abtsect4_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.deploy_plan .inner_plan {
  background: rgba(0, 176, 240, 0.88);
  color: #ffffff;
  padding: 114px 35px 124px;
  margin-right: 60px;
}
.deploy_plan .inner_plan h2 {
  font-size: 35px;
  color: #ffffff;
  font-family: "Muli-Bold";
}
.deploy_plan .inner_plan h3 {
  font-family: "Muli-Bold";
  font-size: 25px;
  color: #ffffff;
}
.deploy_plan .inner_plan ul {
  padding-left: 20px;
}
.deploy_plan .inner_plan ul li {
  font-size: 18px;
  line-height: 28px;
  list-style: disc;
}

.corporate_ {
  background: url("../img/abtsect5_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 0 50px;
  position: relative;
}
.corporate_:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 47, 47, 0.96);
}
.corporate_ .reception_img {
  border: 5px solid #ffffff;
  margin-right: 30px;
}
.corporate_ h3 {
  font-size: 22px;
  font-family: "Muli-Bold";
  color: #ffffff;
}
.corporate_ .corp_detail {
  color: #ffffff;
  background: #1d1d1d;
  padding: 30px 25px 16px;
  margin-right: 60px;
}
.corporate_ .corp_detail h4 {
  font-family: "Muli-SemiBold";
  color: #ffffff;
}
.corporate_ .corp_detail p {
  font-size: 16px;
  font-family: "Muli-Regular";
  color: #ffffff;
  line-height: 1.7;
}
.corporate_ .corp_detail.sec_ {
  padding-top: 25px;
  padding-bottom: 30px;
}
.corporate_ .corp_detail.sec_ ul {
  margin-left: 0;
}
.corporate_ .corp_detail.sec_ ul li {
  list-style: circle;
}
.corporate_ .corp_detail.sec_ ul li a {
  color: #ffffff;
  font-size: 16px;
  font-family: "Muli-Regular";
  text-decoration: none;
}
.corporate_ .corp_detail.sec_ ul li a:hover {
  text-decoration: underline;
}
.corporate_ .corp_detail.sec_ .support_mail {
  color: #ffffff;
  font-size: 16px;
  font-family: "Muli-Regular";
  text-decoration: none;
  padding-left: 0;
}
.corporate_ .corp_detail.sec_ .support_mail:hover {
  text-decoration: underline;
}

.p-right40 {
  padding-right: 40px !important;
}

/*--end--*/
/*---gt process---*/
.gt-ourprocess {
  background: #f1f1f1;
  padding: 70px 0 200px;
  overflow: hidden;
}

.gt-core-round-sec {
  max-width: 510px;
  margin: 0 auto;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 1399px) {
  .gt-core-round-sec {
    max-width: 420px;
  }
}

.qd-core-round {
  background: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 510px;
  height: 510px;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1399px) {
  .qd-core-round {
    width: 420px;
    height: 420px;
  }
}

.gt-ourprocess .qd-core-option {
  position: absolute;
}

.zoom1 {
  top: 20px;
  left: -360px;
}
@media (max-width: 1399px) {
  .zoom1 {
    left: -250px;
    top: 10px;
  }
}

.zoom3 {
  top: 190px;
  left: -425px;
}
@media (max-width: 1399px) {
  .zoom3 {
    left: -310px;
    top: 160px;
  }
}

.zoom5 {
  top: 370px;
  left: -375px;
}
@media (max-width: 1399px) {
  .zoom5 {
    left: -270px;
    top: 305px;
  }
}

.zoom2 {
  top: 20px;
  right: -358px;
}
@media (max-width: 1399px) {
  .zoom2 {
    right: -248px;
    top: 10px;
  }
}

.zoom4 {
  top: 190px;
  right: -410px;
}
@media (max-width: 1399px) {
  .zoom4 {
    right: -306px;
    top: 160px;
  }
}

.zoom6 {
  top: 370px;
  right: -375px;
}
@media (max-width: 1399px) {
  .zoom6 {
    right: -265px;
    top: 305px;
  }
}

.gt-ourprocess .qd-core-option .qd-option-text {
  width: 364px;
  padding-top: 5px;
}
@media (max-width: 1399px) {
  .gt-ourprocess .qd-core-option .qd-option-text {
    width: 270px;
  }
}

.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

.tar {
  text-align: right !important;
}

.pr20 {
  padding-right: 20px;
}

.pl20 {
  padding-left: 20px;
}

.gt-ourprocess .qd-core-option .qd-option-icon {
  width: 100px;
  height: 100px;
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  font-size: 2rem;
}
@media (max-width: 1399px) {
  .gt-ourprocess .qd-core-option .qd-option-icon {
    width: 80px;
    height: 80px;
    padding: 20px;
  }
}

.gt-ourprocess .qd-core-option .qd-option-text h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Muli-Bold";
}
@media (max-width: 1399px) {
  .gt-ourprocess .qd-core-option .qd-option-text h4 {
    font-size: 16px;
  }
}

.gt-ourprocess .qd-core-option .qd-option-text p {
  font-size: 14px;
  line-height: 18px;
  position: relative;
  margin-bottom: 5px;
  margin-top: 5px;
}
@media (max-width: 1399px) {
  .gt-ourprocess .qd-core-option .qd-option-text p {
    font-size: 12px;
  }
}

.gt-ourprocess .qd-core-option:hover .qd-option-text h4 {
  color: #f46000;
}

span.numbrr {
  width: 25px;
  height: 25px;
  background-color: #ff7017;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 25px;
  border-radius: 100%;
  font-weight: bold;
}

.w-16 {
  width: 16%;
}

.w-84 {
  width: 84%;
}

.sendmsg-txt {
  color: rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  font-size: 50px;
}
.sendmsg-txt img {
  width: 88px;
  height: auto;
  position: relative;
  top: -5px;
}

.gt-getintouch {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}
.gt-getintouch .gt-gettouchinn {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.21);
  position: relative;
  z-index: 1;
  padding: 15px;
  margin-bottom: -7.5em;
}
.gt-getintouch .enquiry-contact {
  text-align: center;
  min-height: 603px;
  background-image: url(../img/contact.jpg);
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.gt-getintouch .enquiry-contact::before {
  background-color: #2970f2;
  opacity: 0.9;
}
.gt-getintouch .enquiry-contact::after {
  background-image: url(../img/pattren.png);
  opacity: 0.5;
  z-index: 1;
}
.gt-getintouch .enquiry-contact::after, .gt-getintouch .enquiry-contact::before {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  left: 0;
  content: "";
}
.gt-getintouch .enquiry-contact .inContent {
  z-index: 2;
  position: relative;
  padding: 30px;
  text-align: left;
}
.gt-getintouch .enquiry-contact .inContent .qRow {
  margin-bottom: 30px;
}
.gt-getintouch .enquiry-contact .inContent .lLine {
  height: 1px;
  background-color: #fff;
  opacity: 0.3;
  margin: 46px 0;
}
.gt-getintouch .enquiry-contact .inContent .call {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.gt-getintouch .enquiry-contact .inContent p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.gt-getintouch .enquiry-contact .inContent .bBtn {
  border: 1px solid #fff;
  display: block;
  padding: 14px;
  color: #fff;
  font-weight: 500;
  font-size: 1.2em;
}
.gt-getintouch .enquiry-contact .inContent .bBtn img {
  width: 40px;
  height: auto;
}
.gt-getintouch .enquiry-contact .inContent .socialRow ul li {
  display: inline-block;
  margin-right: 13px;
}
.gt-getintouch .enquiry-contact .inContent .socialRow ul li a {
  display: inline-block;
  border: 1px solid #fff;
  padding: 14px;
  width: 55px;
  height: 55px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.gt-getintouch .gt-gettouchinnmain {
  background-color: #ffffff;
  padding: 3em 0em 0em 2em;
  z-index: 1;
  position: relative;
  margin: 0;
  border-radius: 0px;
}
.gt-getintouch .gt-gettouchinnmain input[type=text],
.gt-getintouch .gt-gettouchinnmain input[type=email],
.gt-getintouch .gt-gettouchinnmain select {
  height: 41px !important;
}
.gt-getintouch .gt-gettouchinnmain input[type=text],
.gt-getintouch .gt-gettouchinnmain input[type=email],
.gt-getintouch .gt-gettouchinnmain textarea,
.gt-getintouch .gt-gettouchinnmain select {
  padding-left: 0px !important;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  resize: none;
  position: relative;
  font-size: 15px;
  font-family: "Muli-Bold";
}
.gt-getintouch .gt-gettouchinnmain .before-border:before {
  content: "";
  left: 15px;
  width: 0px;
  background-color: #ff7017;
  height: 1px;
  position: absolute;
  bottom: 0px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.gt-getintouch .gt-gettouchinnmain .before-border:hover:before {
  width: calc(100% - 30px);
}
.gt-getintouch .btn-homesend {
  width: 106%;
  position: absolute;
  bottom: 0;
  border-radius: 0;
  /* left: -28px; */
  /* right: -24px; */
  margin: 0 -43px;
  height: 55px;
  text-transform: uppercase;
  font-weight: bold;
}
.gt-getintouch .btn-homesend:hover {
  background-color: #ff7017;
  color: #ffffff;
}

/*---end---*/
.banner-area1.inner-pagehd {
  background-color: #ffffff;
  background-size: 100%;
  background-position: 100% 100%;
  padding: 2em 0;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.1);
}
.banner-area1.inner-pagehd h1 {
  text-transform: capitalize;
  font-size: 28px;
  margin-bottom: 5px;
  text-align: center;
}
.banner-area1.inner-pagehd .breadcrumb {
  background: transparent;
  padding: 0 0 0 2px;
  justify-content: center;
}
.banner-area1.inner-pagehd .breadcrumb li {
  color: black;
}
.banner-area1.inner-pagehd .breadcrumb li a {
  color: #636363;
}
.banner-area1.inner-pagehd .breadcrumb li a:hover {
  text-decoration: underline;
}

article {
  width: 100%;
  float: left;
  margin-bottom: 2em;
}
article .blog-img {
  height: 400px;
  z-index: -1;
  width: 100%;
  float: left;
}
article .desc {
  padding: 3em 2em;
  width: 95%;
  float: left;
  margin-top: -7em;
  z-index: 1;
  background: #ffffff;
}
article .desc h2 a {
  color: #000000;
}
article .desc .meta span {
  margin-right: 10px;
}
article .desc .meta span a {
  color: #cccccc;
}

.blog-flex {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /*@include flexwrap();*/
  width: 100%;
  padding: 0 !important;
}
.blog-flex .f-entry-img,
.blog-flex .blog-entry {
  width: 50%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .blog-flex .f-entry-img,
  .blog-flex .blog-entry {
    width: 100%;
  }
}
.blog-flex .f-entry-img {
  display: table;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /*@include flexwrap();*/
}

.blog-entry {
  padding: 3em 4em;
}
@media screen and (max-width: 767px) {
  .blog-entry {
    padding: 4em 1em;
  }
}

.blog-post {
  margin-bottom: 2.5em;
  display: block;
  position: relative;
}
.blog-post .desc {
  padding-left: 110px;
}
.blog-post .desc h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}
.blog-post .desc span {
  font-size: 13px;
  color: #333333;
}
.blog-post .img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 90px;
  height: 90px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 4px solid #ffffff;
  border-radius: 50%;
}

.sidebar-wrap {
  display: block;
}
.sidebar-wrap .sidebar-heading {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.sidebar-wrap .search-wrap {
  background: #515151;
  border: 1px solid #f0f0f0;
  padding: 2em 20px;
  border-radius: 4px;
}
.sidebar-wrap .search-wrap .sidebar-heading {
  color: #ffffff;
}
.sidebar-wrap .side {
  margin-bottom: 4em;
}
.sidebar-wrap .colorlib-form-2 label {
  font-weight: normal;
  color: black;
}
.sidebar-wrap .colorlib-form-2 .form-control {
  height: 50px;
  box-shadow: none;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #fafafa;
  border: 2px solid rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
}
.sidebar-wrap .colorlib-form-2 .form-control:active, .sidebar-wrap .colorlib-form-2 .form-control:focus {
  box-shadow: none;
  border-color: #3663cc;
}
.sidebar-wrap .colorlib-form-2 .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.7);
}
.sidebar-wrap .colorlib-form-2 .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.7);
}
.sidebar-wrap .colorlib-form-2 .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.7);
}
.sidebar-wrap .colorlib-form-2 .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.7);
}
.sidebar-wrap .colorlib-form-2 .form-group {
  margin-bottom: 15px;
}
.sidebar-wrap .colorlib-form-2 .form-group .form-field {
  position: relative;
  padding: 0;
  margin: 0;
}
.sidebar-wrap .colorlib-form-2 .form-group .form-field .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.sidebar-wrap .colorlib-form-2 .form-group .form-field .form-control {
  padding-right: 50px;
}
.sidebar-wrap .colorlib-form-2 textarea.form-control {
  height: inherit;
  resize: vertical;
}
.sidebar-wrap .colorlib-form-2 .btn-block {
  margin-top: 28px;
  padding: 12px !important;
}
.sidebar-wrap .colorlib-form-2 .rate i {
  color: #3663cc;
  margin: 0 5px;
}
.sidebar-wrap .colorlib-form-2 .place {
  font-size: 16px;
  margin-left: 10px;
}
.sidebar-wrap .category {
  margin: 0;
}
.sidebar-wrap .category li {
  list-style: none;
  margin-bottom: 10px;
}
.sidebar-wrap .category li a {
  color: #000000;
}
.sidebar-wrap .blog-entry-side .blog-post .desc h3 {
  font-size: 16px;
}
.sidebar-wrap .blog-entry-side .blog-post:hover .desc h3 {
  color: #3663cc;
}

#colorlib-blog {
  padding: 5em 0 5em;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 20px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination li {
  margin: 2px;
}
.pagination li a {
  color: #000000;
  background: #ffffff;
  border-radius: 0px;
  margin: 2px;
}
.pagination li a:first-child {
  border-radius: 2px;
}
.pagination li a:hover, .pagination li a:focus {
  background: #3663cc;
  color: #ffffff;
  border: 1px solid #3663cc;
}
@media screen and (max-width: 767px) {
  .pagination li a {
    padding: 7px 15px;
  }
}
.pagination li.active a {
  border: 1px solid #3663cc;
  background: #3663cc;
  color: #ffffff;
}
.pagination li.active a:hover, .pagination li.active a:focus {
  background: #3663cc;
  color: #ffffff;
  border: 1px solid #3663cc;
}

/*---why us page---*/
.img-sect {
  float: left;
  margin-right: 10px;
}

.desc-name {
  float: left;
  font-size: 25px;
  padding-top: 7px;
  color: #4a4a4a;
  font-weight: 600;
}

/*---end-----*/
.contact-info-wrap {
  margin-bottom: 3em;
}
.contact-info-wrap p {
  color: #000000;
}
.contact-info-wrap p a {
  color: #000000;
}
.contact-info-wrap p span {
  display: block;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 70px;
  background-color: #dbdbdb;
  border-radius: 100%;
  margin: 0 auto 15px;
}
.contact-info-wrap p span i {
  font-size: 29px;
  color: #3663cc;
}

.terms-content p,
.terms-content p a {
  color: #ffffff;
}

@media screen and (max-width: 480px) {
  .padding-bottom {
    margin-bottom: 30px;
  }
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 13px !important;
  font-weight: 300;
  border-radius: 0px;
}
.form-control:focus, .form-control:active {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.8);
}

input[type=text] {
  height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.22);
}

textarea.form-control {
  border: 1px solid rgba(0, 0, 0, 0.22);
}

.form-group {
  margin-bottom: 30px;
}
.form-group .btn-modify {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 15px;
}

.colorlib-social-icons {
  margin: 0;
  padding: 0;
}
.colorlib-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.colorlib-social-icons li a {
  display: inline-block;
  color: #3663cc;
  padding-left: 10px;
  padding-right: 10px;
}
.colorlib-social-icons li a i {
  font-size: 20px;
}

.colorlib-heading {
  margin-bottom: 3em;
}
.colorlib-heading h2 {
  font-size: 34px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #000000;
  position: relative;
}

.box-cont {
  padding: 50px 30px;
  height: 100%;
  text-align: center;
}

.f-bold {
  font-weight: 600;
}

/*----end contact us-----*/
.gt-inner-services {
  padding: 5em 0px 3em 0px;
  background-color: #f3f3f3;
}
.gt-inner-services .gt-left-cont h4 {
  font-size: 21px;
  margin-bottom: 10px;
}
.gt-inner-services .gt-right-cont .gt-img {
  width: 180px;
  height: 180px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.gt-inner-services .gt-right-cont .gt-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}
.gt-inner-services .gt-serviceinn-box {
  box-shadow: 0 6px 4px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding: 25px 20px;
  background-color: #ffffff;
}
.gt-inner-services .gt-serviceinn-box:hover {
  box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.1);
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
}
.gt-inner-services .gt-serviceinn-box:hover .gt-left-cont h4 {
  color: #ff7017;
}
.gt-inner-services .gt-serviceinn-box:hover .gt-img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.gt-inner-services .gt-serviceinn-box .btn {
  padding: 1px 20px;
  background-color: #0540a1;
  border-color: #0540a1;
}
.gt-inner-services .gt-serviceinn-box .btn:hover {
  background-color: transparent;
  color: #0540a1;
}

.gt-shortdesc {
  padding: 6em 0;
  background-color: #333;
}
.gt-shortdesc.gt-portfolio-inner {
  background: transparent;
  padding-bottom: 2em;
}
.gt-shortdesc p {
  font-size: 18px;
  padding: 0 51px;
  line-height: 1.7;
  color: #ffffff;
}

/*---inner design services---*/
.gt-serviceweb {
  position: relative;
}
.gt-serviceweb i {
  position: static;
}
.gt-serviceweb i:before {
  background: url(../img/services-img/web-programming.png) center center no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 40%;
  height: 72%;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
}
.gt-serviceweb i.mobile-app::before {
  background: url(../img/services-img/app-development.png) center center no-repeat;
  height: 80%;
  background-size: contain;
}
.gt-serviceweb.service_websecond i::before {
  background: url(../img/services-img/servicebg_sec.jpg) -95px 0px no-repeat;
}
.gt-serviceweb.service_websecond .Webtxt {
  padding-left: 43%;
}
.gt-serviceweb .Webtxt,
.gt-serviceweb .Mobiletxt,
.gt-serviceweb .Digitaltxt,
.gt-serviceweb .Qualitytxt {
  padding: 80px 12% 80px 40%;
  display: inline-block;
}
.gt-serviceweb .Webtxt:before {
  background: url(../img/services-img/icon-sprit.png) left top no-repeat;
  content: "";
  display: inline-block;
}
.gt-serviceweb .Webtxt:before {
  width: 60px;
  height: 60px;
}
.gt-serviceweb .Webtxt h3 {
  font-size: 30px;
}
.gt-serviceweb .Webtxt ul {
  padding-left: 19px;
  padding-top: 7px;
}
.gt-serviceweb .Webtxt ul li {
  list-style: circle;
  line-height: 30px;
  font-size: 15px;
}
.gt-serviceweb .Webtxt.mobile-app-icon::before {
  background-position: -135px 0px;
  width: 40px;
  height: 65px;
}
.gt-serviceweb .Webtxt p {
  font-size: 15px;
  line-height: 23px;
}
.gt-serviceweb .Webtxt p strong {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.serviceui {
  position: relative;
}
.serviceui .UItxt {
  padding: 80px 52% 80px 0;
  display: inline-block;
}
.serviceui .UItxt:before {
  background-position: -70px 0px;
}
.serviceui .UItxt.digital-icon:before {
  background-position: -138px;
}
.serviceui .UItxt.uiux-icon::before {
  background-position: -69px 0;
}
.serviceui .UItxt:before {
  background: url(../img/services-img/icon-sprit.png) left top no-repeat;
  content: "";
  display: inline-block;
  font-family: "proxima_nova_alt_rgregular";
}
.serviceui .UItxt:before {
  width: 60px;
  height: 60px;
}
.serviceui .UItxt h3 {
  font-size: 28px;
}
.serviceui .UItxt ul {
  padding-left: 19px;
  padding-top: 7px;
}
.serviceui .UItxt ul li {
  list-style: circle;
  line-height: 30px;
  font-size: 15px;
}
.serviceui .UItxt p {
  font-size: 15px;
  line-height: 23px;
}
.serviceui .UItxt p strong {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.serviceui i {
  position: static;
}
.serviceui i:before {
  background: url(../img/services-img/uiux.jpg) center center no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 50%;
  height: 85%;
  right: 0;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
}
.serviceui i.digital-mark::before {
  background: url(../img/services-img/digital-market.jpg) center center no-repeat;
  background-size: contain;
}
.serviceui.service_uisecond i::before {
  background: url(../img/services-img/servicebg_laravel2.jpg) center center no-repeat;
}

.gt-service-offers .gy-2 {
  row-gap: 2rem;
}
.gt-service-offers .gt-service-list {
  text-align: center;
  box-shadow: 0 0 28px -2px rgba(33, 13, 62, 0.05);
  padding: 30px 40px 25px;
  border-radius: 20px;
  height: 100%;
}
.gt-service-offers .gt-service-list img {
  margin-bottom: 1.5rem;
  width: 60px;
}
.gt-service-offers .gt-service-list h4 {
  color: #295ac1;
  text-transform: uppercase;
}
.gt-service-offers .gt-service-list p {
  margin-bottom: 0;
}
.gt-service-offers .gt-service-list p strong {
  font-weight: 600;
}
.gt-service-offers.gt-service-faq {
  background: linear-gradient(127deg, #033483 50%, #2c79f7 100%);
}
.gt-service-offers.gt-service-faq h2 {
  color: #ffffff;
  font-size: 3rem;
  margin-top: 0;
}
.gt-service-offers.gt-service-faq .card {
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 0;
}
.gt-service-offers.gt-service-faq .card:first-child .card-header {
  border-top: 1px solid #2c79f7;
}
.gt-service-offers.gt-service-faq .card:last-child {
  border-bottom: 1px solid #2c79f7;
}
.gt-service-offers.gt-service-faq .card .card-header {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  border-color: #2c79f7;
  border-top: 1px solid #2c79f7;
  border-bottom: none;
}
.gt-service-offers.gt-service-faq .card .card-header .btn {
  color: #ffffff;
  padding: 15px 0;
  text-decoration: none;
  font-weight: 600;
  position: relative;
}
.gt-service-offers.gt-service-faq .card .card-header .btn::after {
  content: "-";
  position: absolute;
  right: 5px;
  top: 6px;
  color: #ffffff;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
}
.gt-service-offers.gt-service-faq .card .card-header .btn.collapsed::after {
  content: "+";
  top: 9px;
  font-size: 30px;
}
.gt-service-offers.gt-service-faq .card .card-body {
  padding-left: 0;
  padding-right: 0;
}

/*--end---*/
/*---design--page service--*/
.gt-webdesign-service {
  background-color: #f5f9fb;
}
.gt-webdesign-service figure {
  position: relative;
}
.gt-webdesign-service figure img {
  width: 200px;
}
.gt-webdesign-service figure:before {
  content: "+";
  position: absolute;
  left: -7%;
  top: 50%;
  font-size: 5em;
  color: #333333;
}
.gt-webdesign-service figure.logo-hidden:before {
  display: none;
}
.gt-webdesign-service figure.logo-final:before {
  content: "=";
}
.gt-webdesign-service .block h3 {
  font-size: 20px;
}

.bg-grey {
  background-color: #f7f7f7;
}

.gt-webdesign-servicebottom figure {
  position: relative;
  height: 130px;
}
.gt-webdesign-servicebottom figure:before {
  position: absolute;
  top: 50%;
  right: 100%;
  content: "";
  width: 60px;
  height: 30px;
  margin-top: -10px;
  background: url(../img/services-img/horizontal-line.png) no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.gt-webdesign-servicebottom figure.line-hidden:before {
  display: none;
}
.gt-webdesign-servicebottom .block {
  margin-top: 15px;
}
.gt-webdesign-servicebottom .block h4 {
  font-size: 17px;
}
.gt-webdesign-servicebottom .block span {
  width: 27px;
  height: 27px;
  line-height: 27px;
  background-color: #ff7017;
  display: inline-block;
  border-radius: 100px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 10px;
}

.gt-seo-service {
  background-color: #f5f9fb;
}
.gt-seo-service h4 {
  margin-bottom: 10px;
}

.gt-portfolio-inner p {
  padding: 0px;
  font-size: 14px;
  line-height: normal;
  color: inherit;
}
.gt-portfolio-inner .gt-section-head {
  font-size: 52px;
  font-weight: 700;
}

.project figure {
  margin-bottom: 6px;
}

.project figure a {
  cursor: pointer;
}

.project .project-tittle {
  font-size: 18px;
  color: #1e1e1e;
}

.project .project-tittle span {
  font-size: 13px;
  color: #6d6d6d;
}

.project p {
  border-left: solid 1px #ababab;
  padding-left: 10px;
}

.portfolio-display li {
  margin-bottom: 15px;
}

.screen {
  display: block;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1px;
  margin: 0 auto;
}

.screen img {
  max-width: 100%;
  height: auto;
  position: absolute;
  z-index: 0;
  margin: auto;
  left: 0;
  right: 0;
  padding: 0;
}

.modal__body {
  background: #000000;
}

.modal__dialog {
  max-width: 600px;
}

.close__btn {
  position: absolute;
  right: -13px;
  top: -12px;
  background: #ffffff !important;
  width: 30px;
  height: 30px;
  opacity: 1;
  border-radius: 100%;
}

/*----end---*/
@media (max-width: 767px) {
  .free-button {
    margin: 0 7px;
    position: absolute;
    left: 15px;
  }
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    z-index: 99;
    left: 0;
    top: 0;
    height: 51px;
    display: block;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 99999 !important;
    padding: 6px;
    background-color: #285ac0;
    color: #fff;
    width: 50px;
    text-align: center;
  }
  .nav-side-menu .menu-list {
    background-color: rgb(12, 90, 165);
    margin-top: 0px;
    position: fixed;
    z-index: 9999;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0px;
    height: 100%;
    overflow-y: auto;
  }
  .main-slidetxt {
    padding: 1em 0em;
  }
  .mob-dflex {
    display: inherit !important;
  }
  .main-slidetxt .mainbanner-head {
    font-size: 1.55rem;
  }
  .mob-p {
    padding: 0 !important;
    text-align: center;
  }
  .carousel-item img {
    height: 86%;
    width: 80%;
    margin: 0 auto;
  }
  .gt-about:before {
    width: 100%;
  }
  .mob-padinn {
    padding: 0px !important;
  }
  .gt-about .gt-about-content {
    padding: 0 15px;
    font-size: 16px;
  }
  .gt-about .gt-about-img {
    width: 100%;
    height: 260px;
    padding: 1em;
    margin: 32px 0 0 0;
  }
  .gt-home-services .gt-service-box {
    border: 1px solid #d6d6d6;
    margin-bottom: 15px;
  }
  .qd-core-round {
    display: none;
  }
  .gt-ourprocess .qd-core-option {
    position: relative;
  }
  .zoom1 {
    left: 0;
    top: 0px;
  }
  .zoom3 {
    left: 0;
    top: 233px;
  }
  .zoom5 {
    left: 0;
    top: 450px;
  }
  .zoom2 {
    right: 0;
    top: -320px;
  }
  .zoom4 {
    right: 0;
    top: -95px;
  }
  .zoom6 {
    right: 0;
    top: 0;
    margin-top: 125px;
  }
  .fr {
    float: none !important;
  }
  .fl {
    float: none !important;
  }
  .gt-ourprocess .qd-core-option .qd-option-icon {
    margin-left: auto;
    margin-right: auto;
  }
  .gt-ourprocess .qd-core-option .qd-option-text {
    width: 100%;
    padding-right: 0px;
    text-align: center !important;
    padding-left: 0;
    margin-top: 0;
  }
  .testimonials .container-fluid .testi_content .testiPic {
    margin-top: 70px;
  }
  .mob-margn {
    margin: 0px !important;
  }
  .sendmsg-txt {
    font-size: 19px;
  }
  .gt-portfolio.gt-blogs .owl-buttons .owl-next i,
  .gt-portfolio.gt-blogs .owl-buttons .owl-prev i {
    width: 35px;
    height: 35px;
  }
  .gt-portfolio.gt-blogs .owl-buttons .owl-prev {
    left: -25px;
  }
  .gt-portfolio.gt-blogs .owl-buttons .owl-next {
    right: -30px;
  }
  .gt-getintouch .gt-gettouchinnmain {
    padding: 0px;
  }
  .gt-getintouch .btn-homesend {
    margin: -25px auto 0;
    width: 100%;
    left: 0;
    position: relative;
  }
  .gt-getintouch {
    padding: 0 0;
  }
  .gt-getintouch .enquiry-contact .inContent {
    padding: 30px 15px;
  }
  .top-footer {
    width: 100%;
    float: none;
    margin-top: 18px;
  }
  .top-footer .gt-foot-social li {
    margin-right: 6px;
  }
  .mob-none {
    display: none;
  }
  .footer-area {
    padding: 11em 0 1.2em !important;
    background-position: 100% 100%;
    background-size: cover;
  }
  .footer-area .gt-subscribe {
    padding: 2em 2em 2em 2em;
    margin-top: 10px;
  }
  .gt-getintouch .enquiry-contact .inContent .bBtn {
    padding: 9px;
    font-size: 1em;
  }
  .gt-getintouch .enquiry-contact .inContent .socialRow ul li {
    margin-right: 5px;
  }
  .gt-about .blue {
    color: #ffffff;
  }
  .gt-section-head {
    margin-left: 0;
    padding-left: 0 !important;
  }
  /*---about us start here---*/
  .how_lunch .how_head {
    font-size: 30px;
  }
  .how_lunch p {
    font-size: 14px;
  }
  .meet_found .how_head {
    font-size: 30px;
  }
  .meet_found .meet_inner p {
    font-size: 14px;
  }
  .our_pledg .how_head {
    font-size: 30px;
  }
  .our_pledg p {
    font-size: 14px;
  }
  .join_movmnt .right_joinimg {
    height: auto;
  }
  .join_movmnt .how_head {
    font-size: 30px;
    margin-bottom: 0px;
  }
  .join_movmnt p {
    font-size: 14px;
  }
  .join_movmnt .content_ {
    padding-left: 0px;
    padding-right: 0px;
  }
  .join_movmnt .content_ .btn_inquiry {
    margin-bottom: 20px;
  }
  .join_movmnt .content_right {
    padding-left: 0px;
    padding-right: 0px;
  }
  .join_movmnt .content_right .btn_inquiry {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .join_movmnt .sb_hd {
    margin-top: 20px;
    font-size: 17.5px;
  }
  .deploy_plan .how_head {
    font-size: 30px;
  }
  .deploy_plan p {
    font-size: 14px;
  }
  .deploy_plan .p-left0 {
    padding-left: 15px !important;
  }
  .deploy_plan .inner_plan {
    margin-right: 0;
    padding: 50px 15px 54px;
  }
  .deploy_plan .inner_plan h2 {
    font-size: 30px;
  }
  .deploy_plan .inner_plan h3 {
    font-size: 20px;
  }
  .corporate_ .p-left0 {
    padding-left: 15px !important;
  }
  .corporate_ .p-right40 {
    padding-right: 15px !important;
  }
  .corporate_ .inner_plan {
    margin-top: 20px;
  }
  .corporate_ .corp_detail {
    margin-right: 0;
  }
  /*---end---*/
  .banner_.about_us {
    height: 200px;
    background-position: center;
  }
  .banner_.about_us .head_abt {
    font-size: 45px;
    padding-top: 5px;
  }
  .banner_.about_us .menu_scroll {
    padding-top: 30px;
  }
  .banner_.about_us .menu_scroll li {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    margin-right: 2px;
  }
  .banner_.about_us .menu_scroll li a {
    padding: 4px 8px;
    font-size: 11px;
  }
  header .gt-second-header {
    padding: 12px 0px !important;
  }
  .banner-area1.inner-pagehd h1 {
    padding: 1.2em 0;
  }
  .banner-area1.inner-pagehd {
    background-position: top center;
    background-size: cover;
  }
  article .desc {
    padding: 3em 1em;
  }
  article .desc h2 {
    font-size: 22px;
  }
  article .blog-img {
    height: 300px;
  }
  #colorlib-blog {
    padding: 5em 0 5em !important;
  }
  .pagination li {
    margin: 0px !important;
  }
  .serviceui .UItxt {
    padding: 100px 0 20px 0;
    height: auto;
  }
  .gt-serviceweb .Webtxt,
  .gt-serviceweb .Mobiletxt,
  .gt-serviceweb .Digitaltxt,
  .gt-serviceweb .Qualitytxt {
    padding: 100px 20px 12% 20px;
    display: inline-block;
    height: auto;
  }
  .gt-webdesign-servicebottom figure:before {
    display: none;
  }
  .gt-webdesign-service figure:before {
    left: 45%;
    top: -44px;
  }
  .serviceui .container-fluid.px-5 {
    padding: 0 30px !important;
  }
  .gt-inner-services .gt-serviceinn-box {
    display: inherit !important;
  }
  .gt-inner-services {
    padding: 5em 0px 3em 0px !important;
  }
  .gt-inner-services .pr-4 {
    padding-right: 15px !important;
  }
  .gt-inner-services .pl-4 {
    padding-left: 15px !important;
  }
  .gt-left-cont {
    padding-left: 0 !important;
    text-align: center;
  }
  .gt-inner-services .gt-right-cont .gt-img {
    margin: 15px auto 20px;
  }
  .project .d-flex {
    display: inherit !important;
  }
  .project p {
    border-left: none;
    margin-top: 6px;
  }
  .box-cont {
    height: auto;
    margin-bottom: 20px;
  }
  .mob-padright {
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 579px) {
  .nav-menumain {
    display: none;
  }
  .sendmsg-txt img {
    width: 70px;
  }
  .gt-shortdesc p {
    font-size: 14px;
    padding: 0 0px;
  }
  .gt-shortdesc {
    padding: 4em 0 3em 0;
  }
}
@media screen and (max-width: 320px) {
  .calltetx {
    font-size: 9.3px;
  }
  .call-no {
    font-size: 15px;
  }
  .gt-getintouch .enquiry-contact .inContent .socialRow ul li a {
    padding: 12px;
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  .gt-getintouch .enquiry-contact .inContent .call {
    font-size: 16px;
  }
  .gt-portfolio.gt-blogs .entry-detail {
    padding: 10px;
    width: 86.8%;
  }
  .gt-portfolio.gt-blogs .entry-detail .entry-title h4 {
    font-size: 15px;
  }
  .sendmsg-txt img {
    width: 44px;
  }
  .top-footer .gt-foot-social li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .gt-getintouch .enquiry-contact .inContent .bBtn {
    padding: 9px;
    font-size: 0.9em;
  }
  .gt-getintouch .enquiry-contact .inContent .bBtn img {
    width: 30px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

body {
  overflow-x: hidden !important;
}

/*# sourceMappingURL=main.css.map */
