/*
Theme Name: Concept Cloud
Theme URI: http://conceptcloud.com/conceptcloud
Author: Codiffy
Author URI: http://codiffy.com
Description: A brief description of the theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: conceptcloud
*/


:root {
  --header-bg: #141d38;
  --primary-clr: #1f1c3d;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style: none;
}

img.cover,
video.cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #6d6d6d;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
/*   font-family: "Montserrat", sans-serif; */
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #1b1d21;
}

.section-subheading {
  font-size: 14px;
  font-weight: 300;
  color: #7141b1;
  position: relative;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: center;
}

.main-heading {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 80px;
  margin-bottom: 0;
  text-align: center;
}

.section-heading {
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 48px;
  text-align: center;
}

.section-padding {
  padding: 140px 0;
}

.pt {
	padding-top: 140px; 
}

.pb {
	padding-bottom: 140px;
}

.container {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}

.btn {
  font-size: 14px;
  padding: 14px 30px 14px 30px;
  line-height: 1.42857143;
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  background: #43baff;
  cursor: pointer;
  border: 1px solid transparent;
  color: #fff;
  outline: none;	
}

.btn:hover {
  background: #7141b1;
  color: #fff;
}

.grid-cols-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));
  gap: 40px;
}

@media only screen and (max-width: 1023px) {
  .main-heading {
    font-size: 50px;
    line-height: 75px;
  }
  #services-home .content {
	text-align: center;
  }
  #services-home .icon-list {
	justify-content: center;
  }	
}

@media only screen and (max-width: 767px) {
  .grid-cols-2 {
    grid-template-columns: 1fr;
  }
  .section-padding {
    padding: 60px 0;
  }
  .pt {
	padding-top: 60px; 
  }
  .pb {
	padding-bottom: 60px;
  }	
  .main-heading {
    font-size: 28px;
    line-height: 40px;
  }
  .section-heading {
    font-size: 28px;
  }
}

@media only screen and (max-width: 639px) {
  html {
    font-size: 12px;
  }
}
