/*__________________ Global ______________________*/
* {
  cursor: none;
}

*, html, body, ul, li, a, p, h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0px;
  outline: 0px !important;
  box-sizing: border-box;
}

ul li {
  list-style: none;
}

a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none !important;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
  color: #1A3163;
}

body {
  font-size: 16px;
  line-height: 24px;
}

a {
  color: #000;
  position: relative;
}

/*__________________ Global end ______________________*/
/*_________________________ cheatsheet css __________________*/
h1, h2, h3 {
  font-weight: 400;
}

h1 {
  font-size: 60px;
}
h1 span {
  color: #199BBE;
}

h2 {
  font-size: 40px;
}
h2 span {
  color: #199BBE;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
  font-weight: 500;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
}
.wrapper .main-container {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

/*_________________________ cheatsheet css end __________________*/
/*__________________ Buttons ______________________*/
.btn {
  outline: none;
  border-radius: 6px;
}

.btn:focus {
  box-shadow: none;
}

.btn-brand {
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  background-color: #1A3163;
  color: #fff;
}
.btn-brand:hover, .btn-brand:focus, .btn-brand:active {
  background-color: #1A3163 !important;
  color: #fff !important;
}

.btn-outline-primary {
  border-color: #1A3163;
  color: #1A3163;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: #1A3163 !important;
  border-color: #1A3163 !important;
  color: #fff !important;
}

/*__________________ Buttons end ______________________*/
/*__________________ Forms ______________________*/
textarea.form-control {
  height: 200px;
}

.form-control {
  background-color: #fff !important;
  height: 50px;
  padding: 0 15px;
  line-height: 50px;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: #1A3163;
  background-color: rgba(25, 155, 190, 0.05) !important;
}

/*__________________ Forms end ______________________*/
.hamburger {
  display: none;
}

.my-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.my-navbar .contact-us-sm {
  display: none;
}
.my-navbar .menu {
  padding: 17px 0;
}
.my-navbar .menu ul li {
  float: left;
  margin-left: 20px;
}
.my-navbar .menu ul li:first-child {
  margin-left: 0;
}
.my-navbar .menu ul li a {
  color: #000;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  padding: 0px;
}
.my-navbar .menu ul li a:hover, .my-navbar .menu ul li a:focus, .my-navbar .menu ul li a:active {
  color: #1A3163;
}
.my-navbar .menu ul li a.active {
  color: #1A3163;
}
.my-navbar .menu ul li a.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #1A3163;
  transition: width 0.3s;
}
.my-navbar .menu ul li.dropdown a {
  padding: 0px;
}
.my-navbar .menu ul li.dropdown a:after {
  border: none;
  margin-left: 0;
}
.my-navbar .menu ul li.dropdown ul {
  padding: 20px;
}
.my-navbar .menu ul li.dropdown ul li {
  margin-left: 0;
}
.my-navbar .menu ul li.dropdown ul li a {
  font-weight: normal;
  line-height: 35px;
}
.my-navbar .menu ul li.dropdown ul li a:hover, .my-navbar .menu ul li.dropdown ul li a:focus, .my-navbar .menu ul li.dropdown ul li a:active {
  background: transparent !important;
}
.my-navbar .menu ul li:last-child {
  position: relative;
}
.my-navbar .menu ul li:last-child a img {
  width: 20px;
  height: 20px;
}
.my-navbar .menu ul li:last-child .hidden-search {
  display: none;
  position: absolute;
  top: 30px;
  right: 0px;
  width: 250px;
}
.my-navbar .menu ul li:last-child .hidden-search .input-group-text {
  background-color: #199BBE;
}
.my-navbar .menu ul li:last-child .hidden-search .input-group-text img {
  width: 16px;
}
.my-navbar .menu ul > li > a:hover::after {
  width: 100%;
}
.my-navbar .menu ul > li > a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #1A3163;
  transition: width 0.3s;
}

@media (max-width: 768px) {
  .my-navbar .contact-us {
    display: none;
  }
  .my-navbar .menu ul li {
    float: left;
    margin-left: 0px;
    width: 100%;
    text-align: center;
    line-height: auto;
  }
  .my-navbar .menu ul li.dropdown .dropdown-menu {
    background-color: #1A3163;
    border-color: #ccc;
  }
  .my-navbar .menu ul li.dropdown .dropdown-menu li a {
    font-size: 18px;
    line-height: 25px;
  }
  .my-navbar .menu ul li a {
    color: #fff;
    font-weight: 400;
    line-height: inherit;
    font-size: 30px;
    line-height: 40px;
    display: block;
  }
  .my-navbar .menu ul li a:hover, .my-navbar .menu ul li a:focus, .my-navbar .menu ul li a:active {
    color: #fff;
  }
  .my-navbar .menu ul li a.active {
    color: #000;
  }
  .hamburger {
    display: block;
    float: left;
    width: 20px;
    height: 14px;
    position: relative;
    z-index: 1001;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  .hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #1A3163;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 0px;
  }
  .hamburger span:nth-child(2) {
    top: 7px;
  }
  .hamburger span:nth-child(3) {
    top: 14px;
  }
  .hamburger.open span {
    background-color: #fff;
  }
  .hamburger.open span:nth-child(1) {
    top: 8px;
    transform: rotate(135deg);
  }
  .hamburger.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  .hamburger.open span:nth-child(3) {
    top: 8px;
    transform: rotate(-135deg);
  }
}
@media (max-width: 992px) {
  header .my-navbar {
    padding: 20px !important;
  }
  header .my-navbar .contact-us {
    display: none;
  }
  header .my-navbar .contact-us-sm {
    display: block;
  }
  header .my-navbar .menu ul li {
    float: left;
    margin-left: 0px;
    width: 100%;
    text-align: center;
    line-height: auto;
  }
  header .my-navbar .menu ul li.dropdown .dropdown-menu {
    background-color: #1A3163;
    border-color: #ccc;
  }
  header .my-navbar .menu ul li.dropdown .dropdown-menu li a {
    font-size: 18px;
    line-height: 25px;
  }
  header .my-navbar .menu ul li a {
    color: #fff;
    font-weight: 400;
    line-height: inherit;
    font-size: 30px;
    line-height: 40px;
    display: block;
  }
  header .my-navbar .menu ul li a:hover, header .my-navbar .menu ul li a:focus, header .my-navbar .menu ul li a:active {
    color: #fff;
  }
  header .hamburger {
    display: block;
    float: left;
    width: 20px;
    height: 14px;
    position: relative;
    z-index: 1001;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  header .hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #1A3163;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  header .hamburger span:nth-child(1) {
    top: 0px;
  }
  header .hamburger span:nth-child(2) {
    top: 7px;
  }
  header .hamburger span:nth-child(3) {
    top: 14px;
  }
  header .hamburger.open span {
    background-color: #fff;
  }
  header .hamburger.open span:nth-child(1) {
    top: 8px;
    transform: rotate(135deg);
  }
  header .hamburger.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  header .hamburger.open span:nth-child(3) {
    top: 8px;
    transform: rotate(-135deg);
  }
  header .content .d-flex {
    flex-direction: column;
  }
  header .content .left {
    align-items: center;
    width: 100%;
  }
  header .content .left h1 {
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    margin-bottom: 20px;
  }
  header .content .left .btn {
    line-height: 40px;
    font-size: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
  header .content img.hero {
    margin-top: 50px;
    height: auto;
    width: 100%;
  }
  .menu {
    position: fixed;
    z-index: 11;
    top: 0px;
    right: -110%;
    padding: 100px 0 !important;
    width: 100vw;
    height: calc(100vh - 0px);
    background-color: #1A3163;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
  }
  .menu.active {
    right: 0px;
  }
}
.cursor {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid black;
  transition: all 200ms ease-out;
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
}

.cursor2 {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #199BBE;
  opacity: 0.3;
  position: fixed;
  z-index: 9999;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
}

.hover {
  background-color: #199BBE;
  opacity: 0.5;
}

.cursorinnerhover {
  width: 50px;
  height: 50px;
  opacity: 0.5;
}

/*__________________ Navbar2 ______________________*/
header {
  opacity: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  transition: all ease-in-out 0.3s;
}
header.scrolling {
  background-color: #f9f9f9;
}
header .container {
  height: 100%;
}
header .logo-container a {
  height: 60px;
  display: block;
  display: flex;
  align-items: center;
  color: #1A3163;
}
header .logo-container a img, header .logo-container a svg {
  height: 100%;
  width: auto;
}
header .content {
  height: calc(100% - 80px);
  padding: 40px 0;
}
header .content .left {
  display: flex;
  flex-direction: column;
  align-self: center;
}
header .content .left h1 {
  font-size: 60px;
  line-height: 67px;
  margin-bottom: 50px;
  text-transform: capitalize;
  text-align: center;
}
header .content .left p {
  text-align: center;
  width: 50%;
}
header .content .left .btn {
  line-height: 70px;
  font-size: 25px;
  max-width: 230px;
}
header .content img.hero {
  max-height: 100%;
}
header .btn-brand {
  width: 120px;
}

/*__________________ Navbar end ______________________*/
/*__________________ home ____________________*/
section {
  padding: 100px 0px;
}

.hero {
  padding: 0px;
  opacity: 0;
}
.hero .content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  flex-direction: column;
  margin: 0 auto;
}
.hero .content .block {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.hero .content .block img.hero {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.hero .content h1 {
  position: relative;
}
.hero .content h1 span {
  color: #199BBE;
}
.hero .content h1.md {
  display: none;
}
.hero .content p {
  font-size: 24px;
  line-height: 31px;
  margin: 50px 0;
  width: 70%;
}
.hero .content .hero-links .btn {
  height: 48px;
  line-height: 48px;
  padding: 0px 20px;
  margin-right: 20px;
  float: left;
}
.hero .content .hero-links .btn:last-child {
  margin-right: 0;
}
.hero .content .client-logos {
  display: flex;
  float: left;
  width: 100%;
  margin-top: 70px;
}
.hero .content .client-logos img {
  float: left;
  margin-right: 20px;
  width: 65px;
}
.hero .content .client-logos img:last-child {
  margin-right: 0;
}

.ratings {
  background: linear-gradient(90deg, #199BBE 0%, #2A5EA2 100%);
  color: #fff;
  opacity: 0;
}
.ratings .main-container {
  display: flex;
  justify-content: space-between;
  padding: 0 15%;
}
.ratings .main-container .left {
  width: 43%;
}
.ratings .main-container .left .rate {
  font-size: 20px;
}
.ratings .main-container .left .rate span {
  font-size: 60px;
}
.ratings .main-container .left .stars {
  margin: 20px 0;
}
.ratings .main-container .right {
  width: 57%;
}
.ratings .main-container .right ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.ratings .main-container .right ul li:last-child {
  margin-bottom: 0;
}
.ratings .main-container .right ul li p {
  font-size: 20px;
}

.avail {
  position: relative;
  overflow: hidden;
}
.avail:before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  background: url(../images/avail-left-absolute-img.png) no-repeat center center;
  background-size: cover;
  width: 202px;
  height: 216px;
}
.avail:after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -50px;
  background: url(../images/avail-right-absolute-img.png) no-repeat center center;
  background-size: cover;
  width: 315px;
  height: 337px;
}
.avail .main-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.avail .main-container .left {
  width: 49%;
}
.avail .main-container .left img {
  width: 100%;
}
.avail .main-container .right {
  width: 49%;
}
.avail .main-container .right h1 span {
  color: #199BBE;
}
.avail .main-container .right p {
  margin: 30px 0;
}

.services {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #F9F9F9;
}
.services h1 {
  margin-bottom: 50px;
  text-align: center;
}
.services .flex-row {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
  width: calc(100% + 30px);
}
.services .flex-row .block {
  width: calc(33.33% - 30px);
  background-color: #fff;
  margin: 0 15px;
  padding: 40px 20px;
  text-align: center;
  border: 1px solid #199BBE;
  border-radius: 6px;
  margin-bottom: 30px;
}
.services .flex-row .block .inner {
  height: 100%;
}
.services .flex-row .block .inner img {
  height: 70px;
  margin: 0 auto 23px auto;
}
.services .flex-row .block .inner h5 {
  margin-bottom: 15px;
}
.tools {
  position: relative;
  overflow: hidden;
}
.tools:before {
  content: "";
  position: absolute;
  top: -120px;
  right: -50px;
  background: url(../images/tools-right-absolute-img.png) no-repeat center center;
  background-size: cover;
  width: 315px;
  height: 337px;
}
.tools h1 {
  text-align: center;
  margin-bottom: 50px;
}
.tools .tools-slider .slider-for {
  margin-bottom: 50px;
}
.tools .tools-slider .slider-for div .my-slide {
  background-color: rgba(25, 155, 190, 0.05);
  width: 600px;
  margin: 0 auto;
  border-radius: 6px;
  padding: 40px 30px;
}
.tools .tools-slider .slider-for div .my-slide h3 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.tools .tools-slider .slider-for div .my-slide h3 img {
  float: left;
  margin-right: 10px;
  height: 26px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tools .tools-slider .slider-nav .thumb {
  background-color: #F9F9F9;
  width: 82px;
  height: 82px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.tools .tools-slider .slider-nav .thumb img {
  width: 40px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.tools .tools-slider .slider-nav .slick-list {
  padding: 0px !important;
}
.tools .tools-slider .slider-nav .slick-center .thumb, .tools .tools-slider .slider-nav .slick-current .thumb {
  border: 1px solid #1A3163;
}

.projects {
  background-color: #F9F9F9;
}
.projects h1 {
  margin-bottom: 50px;
}
.projects .projects-slider {
  margin: 0 -300px;
  width: calc(100% + 600px);
}
.projects .projects-slider .myslide {
  background: no-repeat center top;
  background-size: cover;
  height: 450px;
  margin: 0 15px;
  opacity: 0.5;
}
.projects .projects-slider .myslide.slick-center {
  opacity: 1;
}
.projects .btn-brand {
  margin: 50px auto 0 auto;
  display: block;
  text-align: center;
  width: 190px;
}

.cboxPhoto {
  width: 100% !important;
  height: auto !important;
}

.Whyus .main-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Whyus .main-container .left {
  width: 49%;
}
.Whyus .main-container .left ul {
  margin: 50px 0;
}
.Whyus .main-container .left ul li {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 500;
}
.Whyus .main-container .left ul li:last-child {
  margin-bottom: 0;
}
.Whyus .main-container .left ul li img {
  width: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}
.Whyus .main-container .right {
  width: 49%;
}
.Whyus .main-container .right img {
  float: right;
  height: 80vh;
}
.Whyus .main-container .right h1 span {
  color: #199BBE;
}
.Whyus .main-container .right p {
  margin: 30px 0;
}

.testimonial {
  background-color: #F9F9F9;
}
.testimonial h1 {
  margin-bottom: 50px;
}
.testimonial .testimonial-slider {
  margin: 0 -300px;
  width: calc(100% + 600px);
  margin-bottom: 70px;
}
.testimonial .testimonial-slider .myslide {
  background: no-repeat center top;
  background-size: cover;
  margin: 0 15px;
  opacity: 0.5;
  border: 1px solid #199BBE;
  border-radius: 6px;
  padding: 30px;
  background-color: rgba(25, 155, 190, 0.05);
}
.testimonial .testimonial-slider .myslide.slick-center {
  opacity: 1;
}
.testimonial .testimonial-slider .myslide h4 {
  margin-bottom: 15px;
}

.what-we-do {
  display: flex;
  justify-content: space-between;
  height: 100vh;
}
.what-we-do .left {
  width: 50%;
}
.what-we-do .right {
  width: 50%;
}

.projects-pg {
  background: #fff;
}
.projects-pg h1 {
  text-align: center;
}
.projects-pg .filter {
  margin-bottom: 20px;
  text-align: center;
  font-size: 12px;
}
.projects-pg .filter a {
  margin-right: 10px;
  color: #666;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 4px 15px;
  border-radius: 6px;
  display: inline-block;
}
.projects-pg .filter a.current {
  background: #1A3163;
  border: 1px solid #1A3163;
  color: #f9f9f9;
}
.projects-pg .grid {
  margin: 0 auto;
}
.projects-pg .grid .grid-item {
  width: calc(33.33% - 21px);
  height: 280px;
  margin-bottom: 30px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border: 1px solid #199BBE;
  cursor: none;
}
.projects-pg .grid .grid-item a {
  display: block;
  width: 100%;
  height: 100%;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
  pointer-events: none;
}
.projects-pg .cboxPhoto {
  width: 100% !important;
  height: auto !important;
}
.projects-pg .grid-item:hover a {
  transform: scale(1.1);
}
.projects-pg .grid-item .project1 {
  background-image: url(../images/project-thumb-1.jpg);
}
.projects-pg .grid-item .project2 {
  background-image: url(../images/project-thumb-2.jpg);
}
.projects-pg .grid-item .project3 {
  background-image: url(../images/project-thumb-3.jpg);
}
.projects-pg .grid-item .project4 {
  background-image: url(../images/project-thumb-4.jpg);
}
.projects-pg .grid-item .project5 {
  background-image: url(../images/project-thumb-5.jpg);
}
.projects-pg .grid-item .project6 {
  background-image: url(../images/project-thumb-6.jpg);
}
.projects-pg .grid-item .project7 {
  background-image: url(../images/project-thumb-7.jpg);
}
.projects-pg .grid-item .project8 {
  background-image: url(../images/project-thumb-8.jpg);
}
.projects-pg .grid-item .project9 {
  background-image: url(../images/project-thumb-9.jpg);
}
.projects-pg .grid-item .project10 {
  background-image: url(../images/project-thumb-10.jpg);
}
.projects-pg .grid-item .project11 {
  background-image: url(../images/project-thumb-11.jpg);
}
.projects-pg .grid-item .project12 {
  background-image: url(../images/project-thumb-12.jpg);
}
.projects-pg .grid-item .project13 {
  background-image: url(../images/project-thumb-13.jpg);
}

.connect-section {
  background: linear-gradient(90deg, #199BBE 0%, #2A5EA2 100%);
  padding: 100px 0;
}
.connect-section h2 {
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
}
.connect-section h2 span {
  font-weight: 500;
  color: #fff;
}
.connect-section .btn {
  margin: 0 auto;
  display: block;
  width: 200px;
}

.clients h1 {
  margin-bottom: 20px;
}
.clients ul {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.clients ul li {
  width: 23%;
  text-align: center;
}

.got-idea {
  background-color: #199BBE;
}
.got-idea h2 {
  color: #000;
  margin-bottom: 10px;
  text-align: center;
  font-size: 35px;
}
.got-idea h1 {
  color: #000;
  margin-bottom: 50px;
  text-align: center;
}
.got-idea .btn {
  margin: 0 auto;
  display: block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  padding: 0;
}

/* .....footer starts..... */
.footer {
  padding: 100px 0px 20px 0;
}
.footer .footer-top {
  display: flex;
  justify-content: space-between;
}
.footer .footer-top .left {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.footer .footer-top .left h2 {
  margin-bottom: 30px;
}
.footer .footer-top .left p:not(:last-child) {
  margin-bottom: 10px;
}
.footer .footer-top .left p img {
  margin-right: 15px;
}
.footer .footer-top .left .social-links {
  margin-top: 50px;
}
.footer .footer-top .left .social-links a {
  float: left;
  margin-right: 10px;
}
.footer .footer-top .left .social-links a img {
  height: 40px;
  width: 40px;
}
.footer .footer-top .right {
  width: 50%;
}
.footer .footer-bottom {
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer .footer-bottom ul li {
  float: left;
  margin-right: 10px;
}
.footer .footer-bottom ul li:last-child {
  margin-right: 0;
}
.footer .footer-bottom ul li a {
  color: #000;
  transition: all ease 0.3s;
}
.footer .footer-bottom ul li a:hover {
  color: #1A3163;
}
.footer .footer-bottom .text-right {
  color: #000;
  text-align: right;
}

/* .....footer end..... */
.contact-pg {
  margin-top: 100px;
  width: 700px;
}
.contact-pg h4 {
  margin: 30px 0 50px 0;
}
.contact-pg .description {
  color: #999;
  margin: 10px 0 15px 0;
}
.contact-pg .btn {
  border-radius: 50px;
  height: 50px;
  width: 150px;
}

/*__________________ home ____________________*/
/*___________________ helper classes _________________*/
.v-100 {
  height: 100vh;
}

.mb-20 {
  margin-bottom: 20px;
}

/*___________________ helper classes end _________________*//*# sourceMappingURL=style.css.map */