body {
  font-family: "Poppins", sans-serif;
}

/*****************header css*****************/
#header {
  padding: 20px 15px 0px;
}
#header #col2 {
  justify-content: flex-end;
  display: flex;
}
#header #col2 #phone:before {
  content: url(../images/phone.png);
  position: absolute;
  margin-left: -70px;
  margin-top: 5px;
}
#header #col2 #phone h4 {
  color: #423e3c;
  font-size: 16px;
  font-weight: 700;
}
#header #col2 #phone h1 a {
  color: #3c5caa;
  font-weight: 700;
  font-size: 33px;
}

/*****************homepage css*****************/
#sec2 {
  background-color: #3c5caa;
  padding-top: 40px;
  padding-bottom: 40px;
}
#sec2 h2 {
  font-size: 17px;
  font-weight: 300;
  color: #fff;
}
#sec2 h1 {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
}
#sec3 {
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #fff;
}
#sec3 #row1 h2 {
  font-size: 17px;
  font-weight: 300;
  color: #000;
  margin-bottom: 2em;
}
#sec3 #row1 h1 {
  font-size: 32px;
  color: #3c5caa;
  font-weight: 700;
}
#sec3 #row2 #col1 img,
#sec3 #row2 #col2 img {
  width: 100%;
  height: auto;
}
#sec3 #row2 h1 {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
}
#sec3 #row2 #col1,
#sec3 #row2 #col2 {
  position: relative;
  transition: transform 2s;
  transform-style: preserve-3d;
}
#sec3 #col1:hover {
  transform: rotateY(360deg) !important;
}
#sec3 #col2:hover {
  transform: rotateY(360deg) !important;
}
#sec4 #row2 {
  justify-content: center;
}
#sec4 #row2 #col1 {
  background-color: #3c5caa;
  padding: 90px 30px;
  padding-left: 10%;
}
#sec4 #row2 #col1 h4 {
  color: #fff;
  font-size: 15px;
}
#sec4 #row2 #col1 h1 {
  color: #fff;
  font-size: 33px;
  font-weight: 700;
}
#sec4 #row2 #col1 p,
#sec4 #row2 #col1 a {
  color: #fff;
}
#sec4 #row2 #col1 #map:before {
  content: url(../images/map1.png);
  position: absolute;
  margin-left: -80px;
}
#sec4 #row2 #col1 #mail:before {
  content: url(../images/mail1.png);
  position: absolute;
  margin-left: -80px;
}
#sec4 #row2 #col1 #num:before {
  content: url(../images/call1.png);
  position: absolute;
  margin-left: -80px;
}
#sec4 #row2 #col2 {
  background-color: #f2f4f5;
  padding: 60px 30px;
  padding-right: 10%;
}
#sec4 #row2 #col2 h1 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
}
#sec4 .form-row input,
#sec4 .form-row select {
  margin-bottom: 20px;
  background-color: #f0f2f7;
  color: #777;
}
#sec4 .form-row textarea {
  margin-bottom: 20px;
  height: 105px;
  background-color: #f0f2f7;
  color: #777;
}
#sec4 .form-row .btn {
  background-color: #1b75bb !important;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
  margin-left: 10px;
  border: 2px solid;
  border-color: #1b75bb !important;
}
#sec4 .form-row .btn:hover {
  color: #fff !important;
  background-color: #000 !important;
}
#sec5 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fafbfc;
}
#sec5 #map {
  border: 8px solid white;
}

#sec-cmp {
  background-color: #282828;
}
#sec-cmp .container {
  background-color: #282828;
  padding: 0px !important;
  text-align: center;
}

#sec-cmp .container img {
  border: 1px solid #282828;
  background-color: #fafbfc;
}

/*****************Inner pages css*******************/

/********************Footer css********************/

#footer-section {
  background-color: #1a1a1a;
}
#footer-section p,
#footer-section a {
  color: #fff !important;
  font-size: 14px;
}
#footer-section #row1 {
  padding-top: 60px;
  padding-bottom: 40px;
}
#footer-section #col2 img {
  width: 18px;
  margin-right: 20px;
}
#footer-section h4 {
  font-size: 17px;
  font-weight: 700;
  padding-left: 3px;
}
#footer-section li {
  list-style: none;
  padding-bottom: 10px;
  margin-left: -35px;
}
#footer-section #pr {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  padding-bottom: 10px;
}
#footer-section #row2 {
  background-color: #282828;
  padding-top: 20px;
  padding-bottom: 5px;
}

/***********media query************/
@media only screen and (max-width: 980px) {
  #header #row1 #col1 img {
    width: 100%;
  }
  #header #col2 {
    justify-content: center;
    padding-top: 15px;
  }
  #header #col1 {
    text-align: center;
  }
  #header #row1 #col2 #phone {
    margin-left: 18%;
  }
  #sec3 {
    padding-top: 10px;
    padding-bottom: 0;
  }
  #sec3 #row1 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #sec4 #row2 #col1 {
    padding-left: 5%;
  }
  #sec4 #row2 #col1 p {
    margin-bottom: 2rem;
  }
  #sec4 #row2 #col2 {
    padding-right: 30px;
  }
  #footer-section #col1 img {
    width: 98%;
  }
  #footer-section #col2,
  #footer-section #col3 {
    padding-left: 20px !important;
  }
}
