article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
form {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
}

button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  font-family: "Poppins", sans-serif;
}

.custfield:focus {
  outline: none;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #000000;
}

a {
  text-decoration: none;
}

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

img {
  border: none;
  vertical-align: middle;
}

/****************

 * Common Css

 ****************/

header,
nav,
section,
footer {
  width: 100%;
  float: left;
}

.main {
  overflow: hidden;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
}

.mid1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.custfield {
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

a,
a:hover,
button {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.ctitle {
  float: left;
  width: 100%;
}

.ctitle span {
  display: inline-block;
  font-size: 26px;
  color: #000000;
}

.ctitle h1 {
  font-size: 80px;
  color: #2b5292;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  line-height: 80px;
}

.cbtn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  background-color: #2b5292;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}

.cbtn:hover {
  background-color: #3f3f3f;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.topbanner {
  background: url(../images/topbanner.jpg) repeat-x;
  height: 100vh;
  background-size: contain;
  position: relative;
  -webkit-animation: infiniteScrollBg 30s linear infinite;
  animation: infiniteScrollBg 30s linear infinite;
}

@-webkit-keyframes infiniteScrollBg {
  0% {
    background-position: 0 0%;
  }

  100% {
    background-position: -3000px 0%;
  }
}

@keyframes infiniteScrollBg {
  0% {
    background-position: 0 0%;
  }

  100% {
    background-position: -3000px 0%;
  }
}

.topbanner .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.aboutpart {
  padding: 120px 0;
}

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

.aboutpart .abouttexts {
  background-color: #ffffff;
  margin-top: 35px;
  float: left;
  padding: 40px 80px 10px;
  width: 100%;
  text-align: center;
  position: relative;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  box-shadow: 0px 0px 17px rgba(234, 234, 234, 0.7);
}

.aboutpart .abouttexts:before,
.aboutpart .abouttexts:after {
  content: "";
  width: 192px;
  height: 192px;
  background: url(../images/bg1.jpg) no-repeat 0% 0%;
  position: absolute;
  z-index: -1;
}

.aboutpart .abouttexts:before {
  left: -78px;
  top: -78px;
}

.aboutpart .abouttexts:after {
  right: -78px;
  bottom: -78px;
}

.aboutpart .abouttexts p {
  font-size: 24px;
  color: #3f3f3f;
  margin-bottom: 30px;
}

.aboutpart .abouttexts .hidetext {
  display: none;
}

.aboutpart .abouttexts .cbtn {
  margin-bottom: -82px;
  position: relative;
  bottom: -20px;
}

.dfactorconts .controws {
  float: left;
  width: 100%;
  margin: 50px 0px;
}

.dfactorconts .texts {
  width: 600px;
  margin-top: 320px;
}

.dfactorconts .texts h3,
.contactpart h3 {
  font-size: 60px;
  font-weight: 700;
  color: #2b5292;
  font-family: "Roboto Slab", serif;
}

.dfactorconts .texts p {
  font-size: 24px;
  color: #3f3f3f;
  width: 460px;
  margin: 10px 0 30px;
}

.dfactimgpart {
  position: relative;
  width: 929px;
  height: 960px;
  text-align: left;
}

.dfactimgpart:after {
  content: "";
  width: 929px;
  height: 960px;
  background-color: #f7faff;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.dfactorimg {
  width: 586px;
  margin: 70px auto;
  text-align: left;
  background-color: #ffffff;
  position: relative;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 31px rgba(234, 234, 234, 0.31);
  -moz-box-shadow: 0px 0px 31px rgba(234, 234, 234, 0.31);
  -webkit-box-shadow: 0px 0px 31px rgba(234, 234, 234, 0.31);
}

.dfactorimg .imgbox {
  height: 570px;
}

.dfactorimg .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dfactimgpart .saytext {
  padding: 40px;
  position: relative;
}

.dfactimgpart .saytext:before {
  content: "";
  width: 52px;
  height: 43px;
  background: url(../images/dqut.png) no-repeat 0 0;
  position: absolute;
  left: 40px;
  top: -20px;
}

.dfactorimg .saytext p {
  font-size: 20px;
  color: #3f3f3f;
  line-height: 28px;
}

.dfactorimg .saytext span {
  display: block;
  color: #2b5292;
  font-weight: 600;
  font-size: 20px;
  margin-top: 10px;
}

.dfactimgpart.fr {
  margin-right: -70px;
}

.dfactimgpart.fl {
  margin-left: -70px;
}

.wearetext {
  background-color: #2b5292;
  text-align: center;
  margin-top: 200px;
  float: left;
  width: 100%;
}

.wearetext .dlogo {
  width: 252px;
  display: inline-block;
  margin-top: -117px;
}

.wearetext .dlogo img {
  width: 100%;
}

.wearetext .desc {
  width: 100%;
  float: left;
  text-align: center;
  padding: 10px 220px 85px;
}

.wearetext .desc p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  padding-top: 30px;
}

.contactpart {
  background: url(../images/bg2.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 90px 0px 30px;
}

.contactpart .contactinner {
  width: 560px;
  margin: 0 auto;
}

.contactpart h3 {
  text-align: center;
  text-transform: uppercase;
}

.cform .fieldcol {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.cform .fieldcol .custfield {
  float: left;
  width: 100%;
  height: 50px;
  padding: 0 30px;
  border: 2px solid #f1f3f6;
  font-size: 16px;
  font-weight: 500;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}

.cform .fieldcol textarea.custfield {
  height: 110px;
  resize: none;
  padding-top: 15px;
}

.cform .btnrow {
  text-align: center;
  margin-top: 30px;
  float: left;
  width: 100%;
}

.cform .btnrow button {
  width: 200px;
}

footer {
  background-color: #121519;
  padding: 25px 0px;
}

footer .copyright {
  float: left;
  width: 100%;
  text-align: center;
}

footer .copyright .email {
  display: inline-block;
  padding-left: 36px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  background-image: url(../images/email.png);
  background-repeat: no-repeat;
  background-position: 0px 6px;
}

footer .copyright .email a {
  color: #ffffff;
}

footer .copyright .email a:hover {
  color: #2b5292;
}

footer .copyright p {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  margin-top: 5px;
}

.socials {
  text-align: center;
}
.socials a {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 10px 5px 0px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.socials a:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.socials .fb {
  background-image: url(../images/fb-icon.svg);
}
.socials .yt {
  background-image: url(../images/yt-icon.svg);
}
