@import url('https://fonts.googleapis.com/css?family=Maitree');

/*---------------------------------------------------------------------
                               General
-----------------------------------------------------------------------*/
body {
  font-family: 'Maitree', serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  overflow-x: hidden;
}

a,
.button {
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  color: #151d2e;
}

a:focus {
  text-decoration: none !important;
}

a:focus,
a:hover {
  color: #0087dc;
  text-decoration: none !important;
}

a,
.button,
input {
  outline: medium none !important;
  color: #666666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Maitree', sans-serif;
  font-weight: normal;
  color: #151d2e;
  margin-top: 0px;
  margin-bottom: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 70px;
  line-height: 80px;
}

h2 {
  font-size: 42px;
  line-height: 58px;
}

h3 {
  font-size: 36px;
  line-height: 48px;
}

h4 {
  font-size: 28px;
  line-height: 44px;
}

h5 {
  font-size: 24px;
  line-height: 40px;
}

h6 {
  font-size: 20px;
  line-height: 36px;
}

.lead {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  font-weight: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

hr {
  margin: 0;
  padding: 0px;
  border-bottom: 1px solid #e0e0e0;
  border-top: 0px;
}

.blockquote {
  border-left: 5px solid #0087dc;
  font-size: 16px;
}

*::-moz-selection {
  background: #0087dc;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #0087dc;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #0087dc;
  color: #fff;
  text-shadow: none;
}

.valign,
.valign>[class*='col-'] {
  display: table-cell;
  float: none;
}

[data-valign-overlay="top"] {
  vertical-align: top;
}

[data-valign-overlay="bottom"] {
  vertical-align: bottom;
}

[data-valign-overlay="middle"] {
  vertical-align: middle;
}

.no-gutter>[class*='col-'] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.no-gutter>[class*='iq-pall-40'] {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.no-padding {
  padding: 0px !important;
}

.no-border {
  border: none !important;
}

.pos-a {
  position: absolute;
}

.pos-r {
  position: relative;
}

canvas {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}

/*---------------------------------------------------------------------
                                Page loader
-----------------------------------------------------------------------*/
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  overflow: hidden !important;
  right: 0px;
  z-index: 999999;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center img {
  -webkit-animation: pulse1 1s linear infinite;
  -moz-animation: pulse1 1s linear infinite;
  -ms-animation: pulse1 1s linear infinite;
  animation: pulse1 1s linear infinite;
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 160px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}




@keyframes "pulse1" {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes pulse1 {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes "pulse1" {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes "pulse1" {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*---------------------------------------------------------------------
                               Back to Top
-----------------------------------------------------------------------*/
#back-to-top .top {
  z-index: 999;
  position: fixed;
  margin: 0px;
  color: #fff;
  background: #666666;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 999;
  font-size: 26px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 90px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#back-to-top .top:hover {
  background: #0087dc;
  color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

/*---------------------------------------------------------------------
                            Text Weight
-----------------------------------------------------------------------*/
.iq-tw-1 {
  font-weight: 100;
}

.iq-tw-2 {
  font-weight: 200;
}

.iq-tw-3 {
  font-weight: 300;
}

.iq-tw-4 {
  font-weight: 400;
}

.iq-tw-5 {
  font-weight: 500;
}

.iq-tw-6 {
  font-weight: 600;
}

.iq-tw-7 {
  font-weight: 700;
}

.iq-tw-8 {
  font-weight: 800;
}

.iq-tw-9 {
  font-weight: 900;
}

/*---------------------------------------------------------------------
                            Text Color
-----------------------------------------------------------------------*/
.iq-font-white {
  color: #ffffff;
}

.iq-font-black {
  color: #151d2e;
}

.iq-font-grey {
  color: #666666;
}

.iq-font-blue {
  color: #0087dc;
}

/*---------------------------------------------------------------------
                          Background Color
-----------------------------------------------------------------------*/
.white-bg {
  background: #ffffff;
}

.dark-bg {
  background: #151d2e;
}

.grey-bg {
  background: #f7f7f7;
}

.yellow-bg {
  background: #0087dc;
}

/*---------------------------------------------------------------------
                    Page Section Margin Padding
---------------------------------------------------------------------*/

/***************************
   Section padding
****************************/
.overview-block-ptb {
  padding: 100px 0;
}

.overview-block-pt {
  padding: 100px 0 0;
}

.overview-block-pb {
  padding: 0 0 100px;
}

.overview-block-ptb1 {
  padding: 10px 0;
}

.overview-block-pt1 {
  padding: 10px 0 0;
}

.overview-block-pb1 {
  padding: 0 0 10px;
}

.overview-block-ptb2 {
  padding: 20px 0;
}

.overview-block-pt2 {
  padding: 20px 0 0;
}

.overview-block-pb2 {
  padding: 0 0 20px;
}

.overview-block-ptb3 {
  padding: 30px 0;
}

.overview-block-pt3 {
  padding: 30px 0 0;
}

.overview-block-pb3 {
  padding: 0 0 30px;
}

.overview-block-ptb4 {
  padding: 40px 0;
}

.overview-block-pt4 {
  padding: 40px 0 0;
}

.overview-block-pb4 {
  padding: 0 0 40px;
}

.overview-block-ptb5 {
  padding: 50px 0;
}

.overview-block-pt5 {
  padding: 50px 0 0;
}

.overview-block-pb5 {
  padding: 0 0 50px;
}

.overview-block-ptb6 {
  padding: 60px 0;
}

.overview-block-pt6 {
  padding: 60px 0 0;
}

.overview-block-pb6 {
  padding: 0 0 60px;
}

.overview-block-ptb7 {
  padding: 70px 0;
}

.overview-block-pt7 {
  padding: 70px 0 0;
}

.overview-block-pb7 {
  padding: 0 0 70px;
}

.overview-block-ptb8 {
  padding: 80px 0;
}

.overview-block-pt8 {
  padding: 80px 0 0;
}

.overview-block-pb8 {
  padding: 0 0 80px;
}

.overview-block-ptb9 {
  padding: 90px 0;
}

.overview-block-pt9 {
  padding: 90px 0 0;
}

.overview-block-pb9 {
  padding: 0 0 90px;
}

.overview-block-ptb100 {
  padding: 100px 0;
}

.overview-block-pt100 {
  padding: 100px 0 0;
}

.overview-block-pb100 {
  padding: 0 0 100px;
}

.overview-block-ptb125 {
  padding: 125px 0;
}

.overview-block-pt125 {
  padding: 125px 0 0;
}

.overview-block-pb125 {
  padding: 0 0 125px;
}

.overview-block-ptb150 {
  padding: 150px 0;
}

.overview-block-pt150 {
  padding: 150px 0 0;
}

.overview-block-pb150 {
  padding: 0 0 150px;
}

/***************************
       Padding All
****************************/
.iq-pall {
  padding: 0px !important;
}

.iq-pall-10 {
  padding: 10px !important;
}

.iq-pall-15 {
  padding: 15px !important;
}

.iq-pall-20 {
  padding: 20px !important;
}

.iq-pall-25 {
  padding: 25px !important;
}

.iq-pall-30 {
  padding: 30px !important;
}

.iq-pall-40 {
  padding: 40px !important;
}

.iq-pall-50 {
  padding: 50px !important;
}

.iq-pall-60 {
  padding: 60px !important;
}

.iq-pall-70 {
  padding: 70px !important;
}

.iq-pall-80 {
  padding: 80px !important;
}

.iq-pall-90 {
  padding: 90px !important;
}

.iq-pall-100 {
  padding: 100px !important;
}

.iq-pall-110 {
  padding: 110px !important;
}

.iq-pall-120 {
  padding: 120px !important;
}

.iq-pall-130 {
  padding: 130px !important;
}

.iq-pall-140 {
  padding: 140px !important;
}

.iq-pall-150 {
  padding: 150px !important;
}

/***************************
  Padding Top and Bottom
****************************/
.iq-ptb-0 {
  padding: 0 !important;
}

.iq-ptb-10 {
  padding: 10px 0 !important;
}

.iq-ptb-15 {
  padding: 15px 0 !important;
}

.iq-ptb-20 {
  padding: 20px 0 !important;
}

.iq-ptb-25 {
  padding: 25px 0 !important;
}

.iq-ptb-30 {
  padding: 30px 0 !important;
}

.iq-ptb-40 {
  padding: 40px 0 !important;
}

.iq-ptb-50 {
  padding: 50px 0 !important;
}

.iq-ptb-60 {
  padding: 60px 0 !important;
}

.iq-ptb-70 {
  padding: 70px 0 !important;
}

.iq-ptb-80 {
  padding: 80px 0 !important;
}

.iq-ptb-90 {
  padding: 90px 0 !important;
}

.iq-ptb-100 {
  padding: 100px 0 !important;
}

.iq-ptb-110 {
  padding: 110px 0 !important;
}

.iq-ptb-120 {
  padding: 120px 0 !important;
}

.iq-ptb-130 {
  padding: 130px 0 !important;
}

.iq-ptb-140 {
  padding: 140px 0 !important;
}

.iq-ptb-150 {
  padding: 150px 0 !important;
}

/***************************
  Padding Left and right
****************************/
.iq-plr-0 {
  padding: 0 !important;
}

.iq-plr-10 {
  padding: 0 10px !important;
}

.iq-plr-15 {
  padding: 0 15px !important;
}

.iq-plr-20 {
  padding: 0 20px !important;
}

.iq-plr-25 {
  padding: 0 25px !important;
}

.iq-plr-30 {
  padding: 0 30px !important;
}

.iq-plr-40 {
  padding: 0 40px !important;
}

.iq-plr-50 {
  padding: 0 50px !important;
}

.iq-plr-60 {
  padding: 0 60px !important;
}

.iq-plr-70 {
  padding: 0 70px !important;
}

.iq-plr-80 {
  padding: 0 80px !important;
}

.iq-plr-90 {
  padding: 0 90px !important;
}

.iq-plr-100 {
  padding: 0 100px !important;
}

.iq-plr-110 {
  padding: 0 110px !important;
}

.iq-plr-120 {
  padding: 0 120px !important;
}

.iq-plr-130 {
  padding: 0 130px !important;
}

.iq-plr-140 {
  padding: 0 140px !important;
}

.iq-plr-150 {
  padding: 0 150px !important;
}

/***************************
        Padding top
****************************/
.iq-pt-0 {
  padding-top: 0px !important;
}

.iq-pt-10 {
  padding-top: 10px !important;
}

.iq-pt-15 {
  padding-top: 15px !important;
}

.iq-pt-20 {
  padding-top: 20px !important;
}

.iq-pt-25 {
  padding-top: 25px !important;
}

.iq-pt-30 {
  padding-top: 30px !important;
}

.iq-pt-40 {
  padding-top: 40px !important;
}

.iq-pt-50 {
  padding-top: 50px !important;
}

.iq-pt-60 {
  padding-top: 60px !important;
}

.iq-pt-70 {
  padding-top: 70px !important;
}

.iq-pt-80 {
  padding-top: 80px !important;
}

.iq-pt-90 {
  padding-top: 90px !important;
}

.iq-pt-100 {
  padding-top: 100px !important;
}

.iq-pt-110 {
  padding-top: 110px !important;
}

.iq-pt-120 {
  padding-top: 120px !important;
}

.iq-pt-130 {
  padding-top: 130px !important;
}

.iq-pt-140 {
  padding-top: 140px !important;
}

.iq-pt-150 {
  padding-top: 150px !important;
}

/***************************
      Padding Bottom
****************************/
.iq-pb-0 {
  padding-bottom: 0px !important;
}

.iq-pb-10 {
  padding-bottom: 10px !important;
}

.iq-pb-15 {
  padding-bottom: 15px !important;
}

.iq-pb-20 {
  padding-bottom: 20px !important;
}

.iq-pb-25 {
  padding-bottom: 25px !important;
}

.iq-pb-30 {
  padding-bottom: 30px !important;
}

.iq-pb-40 {
  padding-bottom: 40px !important;
}

.iq-pb-50 {
  padding-bottom: 50px !important;
}

.iq-pb-60 {
  padding-bottom: 60px !important;
}

.iq-pb-70 {
  padding-bottom: 70px !important;
}

.iq-pb-80 {
  padding-bottom: 80px !important;
}

.iq-pb-90 {
  padding-bottom: 90px !important;
}

.iq-pb-100 {
  padding-bottom: 100px !important;
}

.iq-pb-110 {
  padding-bottom: 110px !important;
}

.iq-pb-120 {
  padding-bottom: 120px !important;
}

.iq-pb-130 {
  padding-bottom: 130px !important;
}

.iq-pb-140 {
  padding-bottom: 140px !important;
}

.iq-pb-150 {
  padding-bottom: 150px !important;
}

/***************************
      Padding Left
****************************/
.iq-pl-0 {
  padding-left: 0 !important;
}

.iq-pl-10 {
  padding-left: 10px !important;
}

.iq-pl-15 {
  padding-left: 15px !important;
}

.iq-pl-20 {
  padding-left: 20px !important;
}

.iq-pl-25 {
  padding-left: 25px !important;
}

.iq-pl-30 {
  padding-left: 30px !important;
}

.iq-pl-40 {
  padding-left: 40px !important;
}

.iq-pl-50 {
  padding-left: 50px !important;
}

.iq-pl-60 {
  padding-left: 60px !important;
}

.iq-pl-70 {
  padding-left: 70px !important;
}

.iq-pl-80 {
  padding-left: 80px !important;
}

.iq-pl-90 {
  padding-left: 90px !important;
}

.iq-pl-100 {
  padding-left: 100px !important;
}

.iq-pl-110 {
  padding-left: 110px !important;
}

.iq-pl-120 {
  padding-left: 120px !important;
}

.iq-pl-130 {
  padding-left: 130px !important;
}

.iq-pl-140 {
  padding-left: 140px !important;
}

.iq-pl-150 {
  padding-left: 150px !important;
}

/***************************
      Padding Right
****************************/
.iq-pr-0 {
  padding-right: 0px !important;
}

.iq-pr-10 {
  padding-right: 10px !important;
}

.iq-pr-15 {
  padding-right: 15px !important;
}

.iq-pr-20 {
  padding-right: 20px !important;
}

.iq-pr-25 {
  padding-right: 25px !important;
}

.iq-pr-30 {
  padding-right: 30px !important;
}

.iq-pr-40 {
  padding-right: 40px !important;
}

.iq-pr-50 {
  padding-right: 50px !important;
}

.iq-pr-60 {
  padding-right: 60px !important;
}

.iq-pr-70 {
  padding-right: 70px !important;
}

.iq-pr-80 {
  padding-right: 80px !important;
}

.iq-pr-90 {
  padding-right: 90px !important;
}

.iq-pr-100 {
  padding-right: 100px !important;
}

.iq-pr-110 {
  padding-right: 110px !important;
}

.iq-pr-120 {
  padding-right: 120px !important;
}

.iq-pr-130 {
  padding-right: 130px !important;
}

.iq-pr-140 {
  padding-right: 140px !important;
}

.iq-pr-150 {
  padding-right: 150px !important;
}

/***************************
       Margin All
****************************/
.iq-mall-0 {
  margin: 0 !important;
}

.iq-mall-10 {
  margin: 10px !important;
}

.iq-mall-15 {
  margin: 15px !important;
}

.iq-mall-20 {
  margin: 20px !important;
}

.iq-mall-25 {
  margin: 25px !important;
}

.iq-mall-30 {
  margin: 30px !important;
}

.iq-mall-40 {
  margin: 40px !important;
}

.iq-mall-50 {
  margin: 50px !important;
}

.iq-mall-60 {
  margin: 60px !important;
}

.iq-mall-70 {
  margin: 70px !important;
}

.iq-mall-80 {
  margin: 80px !important;
}

.iq-mall-90 {
  margin: 90px !important;
}

.iq-mall-100 {
  margin: 100px !important;
}

.iq-mall-110 {
  margin: 110px !important;
}

.iq-mall-120 {
  margin: 120px !important;
}

.iq-mall-130 {
  margin: 130px !important;
}

.iq-mall-140 {
  margin: 140px !important;
}

.iq-mall-150 {
  margin: 150px !important;
}

/***************************
   Margin Top and Bottom
****************************/
.iq-mtb-0 {
  margin: 0 !important;
}

.iq-mtb-10 {
  margin: 10px 0 !important;
}

.iq-mtb-15 {
  margin: 15px 0 !important;
}

.iq-mtb-20 {
  margin: 20px 0 !important;
}

.iq-mtb-25 {
  margin: 25px 0 !important;
}

.iq-mtb-30 {
  margin: 30px 0 !important;
}

.iq-mtb-40 {
  margin: 40px 0 !important;
}

.iq-mtb-50 {
  margin: 50px 0 !important;
}

.iq-mtb-60 {
  margin: 60px 0 !important;
}

.iq-mtb-70 {
  margin: 70px 0 !important;
}

.iq-mtb-80 {
  margin: 80px 0 !important;
}

.iq-mtb-90 {
  margin: 90px 0 !important;
}

.iq-mtb-100 {
  margin: 100px 0 !important;
}

.iq-mtb-110 {
  margin: 110px 0 !important;
}

.iq-mtb-120 {
  margin: 120px 0 !important;
}

.iq-mtb-130 {
  margin: 130px 0 !important;
}

.iq-mtb-140 {
  margin: 140px 0 !important;
}

.iq-mtb-150 {
  margin: 150px 0 !important;
}

/***************************
   Margin Left and Right
****************************/
.iq-mlr-0 {
  margin: 0 !important;
}

.iq-mlr-10 {
  margin: 0 10px !important;
}

.iq-mlr-15 {
  margin: 0 15px !important;
}

.iq-mlr-20 {
  margin: 0 20px !important;
}

.iq-mlr-25 {
  margin: 0 25px !important;
}

.iq-mlr-30 {
  margin: 0 30px !important;
}

.iq-mlr-40 {
  margin: 0 40px !important;
}

.iq-mlr-50 {
  margin: 0 50px !important;
}

.iq-mlr-60 {
  margin: 0 60px !important;
}

.iq-mlr-70 {
  margin: 0 60px !important;
}

.iq-mlr-80 {
  margin: 0 80px !important;
}

.iq-mlr-90 {
  margin: 0 80px !important;
}

.iq-mlr-100 {
  margin: 0 100px !important;
}

.iq-mlr-110 {
  margin: 0 110px !important;
}

.iq-mlr-120 {
  margin: 0 120px !important;
}

.iq-mlr-130 {
  margin: 0 130px !important;
}

.iq-mlr-140 {
  margin: 0 140px !important;
}

.iq-mlr-150 {
  margin: 0 150px !important;
}

/***************************
        Margin Top
****************************/
.iq-mt-0 {
  margin-top: 0px !important;
}

.iq-mt-10 {
  margin-top: 10px !important;
}

.iq-mt-15 {
  margin-top: 15px !important;
}

.iq-mt-20 {
  margin-top: 20px !important;
}

.iq-mt-25 {
  margin-top: 25px !important;
}

.iq-mt-30 {
  margin-top: 30px !important;
}

.iq-mt-40 {
  margin-top: 40px !important;
}

.iq-mt-50 {
  margin-top: 50px !important;
}

.iq-mt-60 {
  margin-top: 60px !important;
}

.iq-mt-70 {
  margin-top: 70px !important;
}

.iq-mt-80 {
  margin-top: 80px !important;
}

.iq-mt-90 {
  margin-top: 90px !important;
}

.iq-mt-100 {
  margin-top: 100px !important;
}

.iq-mt-110 {
  margin-top: 110px !important;
}

.iq-mt-120 {
  margin-top: 120px !important;
}

.iq-mt-130 {
  margin-top: 130px !important;
}

.iq-mt-140 {
  margin-top: 140px !important;
}

.iq-mt-150 {
  margin-top: 150px !important;
}

/***************************
      Margin Bottom
****************************/
.iq-mb-0 {
  margin-bottom: 0px !important;
}

.iq-mb-10 {
  margin-bottom: 10px !important;
}

.iq-mb-15 {
  margin-bottom: 15px !important;
}

.iq-mb-20 {
  margin-bottom: 20px !important;
}

.iq-mb-25 {
  margin-bottom: 25px !important;
}

.iq-mb-30 {
  margin-bottom: 30px !important;
}

.iq-mb-40 {
  margin-bottom: 40px !important;
}

.iq-mb-50 {
  margin-bottom: 50px !important;
}

.iq-mb-60 {
  margin-bottom: 60px !important;
}

.iq-mb-70 {
  margin-bottom: 70px !important;
}

.iq-mb-80 {
  margin-bottom: 80px !important;
}

.iq-mb-90 {
  margin-bottom: 90px !important;
}

.iq-mb-100 {
  margin-bottom: 100px !important;
}

.iq-mb-110 {
  margin-bottom: 110px !important;
}

.iq-mb-120 {
  margin-bottom: 120px !important;
}

.iq-mb-130 {
  margin-bottom: 130px !important;
}

.iq-mb-140 {
  margin-bottom: 140px !important;
}

.iq-mb-150 {
  margin-bottom: 150px !important;
}

/***************************
       Margin Left
****************************/
.iq-ml-0 {
  margin-left: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/***************************
      Margin Right
****************************/
.iq-mr-0 {
  margin-right: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*---------------------------------------------------------------------
                          Gradient Color
-----------------------------------------------------------------------*/
.grad-bg {
  background: -moz-linear-gradient(90deg, rgba(28, 35, 53, 1) 0%, rgba(40, 34, 66, 1) 20%, rgba(28, 35, 53, 1) 40%, rgba(40, 34, 66, 1) 60%, rgba(28, 35, 53, 1) 80%, rgba(40, 34, 66, 1) 100%, );
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(28, 35, 53, 1)), color-stop(50%, rgba(40, 34, 66, 1)), color-stop(100%, rgba(28, 35, 53, 1)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(90deg, rgba(28, 35, 53, 1) 0%, rgba(40, 34, 66, 1) 20%, rgba(28, 35, 53, 1) 40%, rgba(40, 34, 66, 1) 60%, rgba(28, 35, 53, 1) 80%, rgba(40, 34, 66, 1) 100%, );
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(90deg, rgba(28, 35, 53, 1) 0%, rgba(40, 34, 66, 1) 20%, rgba(28, 35, 53, 1) 40%, rgba(40, 34, 66, 1) 60%, rgba(28, 35, 53, 1) 80%, rgba(40, 34, 66, 1) 100%, );
  /* opera 11.10+ */
  background: -ms-linear-gradient(90deg, rgba(28, 35, 53, 1) 0%, rgba(40, 34, 66, 1) 20%, rgba(28, 35, 53, 1) 40%, rgba(40, 34, 66, 1) 60%, rgba(28, 35, 53, 1) 80%, rgba(40, 34, 66, 1) 100%, );
  /* ie10+ */
  background: linear-gradient(0deg, rgba(28, 35, 53, 1) 0%, rgba(40, 34, 66, 1) 20%, rgba(28, 35, 53, 1) 40%, rgba(40, 34, 66, 1) 60%, rgba(28, 35, 53, 1) 80%, rgba(40, 34, 66, 1) 100%, );
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21437a', endColorstr='#21437a', GradientType=0);
  /* ie6-9 */
}

/*---------------------------------------------------------------------
                             BG Effect
-----------------------------------------------------------------------*/
.iq-bg {
  background-color: rgba(0, 0, 0, 0);
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  z-index: 0;
}

.iq-bg-fixed {
  background-color: rgba(0, 0, 0, 0);
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  z-index: 0;
  background-attachment: fixed !important;
}

/*---------------------------------------------------------------------
                             Particles
-----------------------------------------------------------------------*/
.particles-bg {
  position: relative;
  overflow: hidden;
}

.particles-bg #canvas {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

/*---------------------------------------------------------------------
                       Background Overlay
---------------------------------------------------------------------*/

/*---- Dark Overlay ----*/
.iq-over-dark-10:before {
  background: rgba(21, 29, 46, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-dark-20:before {
  background: rgba(21, 29, 46, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-dark-30:before {
  background: rgba(21, 29, 46, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-dark-40:before {
  background: rgba(21, 29, 46, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-dark-50:before {
  background: rgba(21, 29, 46, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-dark-60:before {
  background: rgba(21, 29, 46, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-dark-70:before {
  background: rgba(21, 29, 46, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-dark-80:before {
  background: rgba(21, 29, 46, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-dark-90:before {
  background: rgba(21, 29, 46, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-dark-95:before {
  background: rgba(21, 29, 46, 0.95);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*---- yellow Overlay ----*/
.iq-over-white-10:before {
  background: rgba(255, 255, 255, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-white-20:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-white-30:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-white-40:before {
  background: rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-white-50:before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-white-60:before {
  background: rgba(255, 255, 255, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-white-70:before {
  background: rgba(255, 255, 255, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-white-80:before {
  background: rgba(255, 255, 255, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-white-90:before {
  background: rgba(255, 255, 255, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-white-95:before {
  background: rgba(255, 255, 255, 0.95);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*---- Blak Overlay ----*/
.iq-over-black-10:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-black-20:before {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-black-30:before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-black-40:before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-black-50:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-black-60:before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-black-70:before {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-black-80:before {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-black-90:before {
  background: rgba(0, 0, 0, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iq-over-black-95:before {
  background: rgba(0, 0, 0, 0.95);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}


/*---- Blak Overlay ----*/
.iq-over-gry-80:before {
  background: rgba(2, 158, 225, 0.8);
  background: -moz-linear-gradient(-45deg, rgba(2, 158, 225, 0.8) 0%, rgba(47, 69, 145, 0.8) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(2, 158, 225, 0.8)), color-stop(100%, rgba(47, 69, 145, 0.8)));
  background: -webkit-linear-gradient(-45deg, rgba(2, 158, 225, 0.8) 0%, rgba(47, 69, 145, 0.8) 100%);
  background: -o-linear-gradient(-45deg, rgba(2, 158, 225, 0.8) 0%, rgba(47, 69, 145, 0.8) 100%);
  background: -ms-linear-gradient(-45deg, rgba(2, 158, 225, 0.8) 0%, rgba(47, 69, 145, 0.8) 100%);
  background: linear-gradient(135deg, rgba(2, 158, 225, 0.8) 0%, rgba(47, 69, 145, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#029ee1', endColorstr='#2f4591', GradientType=1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

/*---- Blak Overlay ----*/
[class*='iq-over-']:before {
  z-index: 0;
}

/*---------------------------------------------------------------------
                           Section Title
-----------------------------------------------------------------------*/
.heading-title {
  margin-bottom: 80px;
  text-align: center;
}

.heading-title .title {
  position: relative;
  padding-bottom: 15px;
}

.iq-divder {
  position: relative;
}

.iq-divder:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 30px;
  width: 50px;
  height: 1px;
  background: #326a90;
  margin-top: 0px;
}

.iq-divder:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: 30px;
  width: 50px;
  height: 1px;
  background: #326a90;
  margin-top: 0px;
}

.heading-title p {
  padding: 0 100px;
  display: block;
}

.heading-title .title.white:before {
  background: #ffffff;
}

.heading-title img,
.heading img {
  width: 30px;
}

/*Heading Left*/

/*.heading-left .title { position: relative; padding: 0 0 12px 0; margin: 0 0 20px 0; }
.heading-left .title:before { position: absolute; content: ""; left: 0; width: 50px; height: 2px; background: #0087dc; top:50%; }*/
.iq-divder-left {
  position: relative;
}

.iq-divder-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 30px;
  width: 50px;
  height: 1px;
  background: #326a90;
  margin-top: 0px;
}

/*.iq-divder:after { content: ""; position: absolute; bottom: 0; right: 50%; margin-right: 50px; width: 80px; height: 2px; background: #0087dc;  }*/

/*----------------------------------------------------------------------
                                 Buttons
-----------------------------------------------------------------------*/
.button {
  background: #0087dc;
  font-size: 16px;
  color: #ffffff;
  padding: 10px 20px;
  margin-right: 0;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  box-shadow: none;
  border: none;
}

.button:hover,
.button:focus {
  color: #ffffff;
  background: #151d2e;
}

.button.dark {
  background: #151d2e;
  font-size: 16px;
  color: #ffffff;
  padding: 10px 20px;
  margin-right: 0;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  box-shadow: none;
  border: none;
}

.button.dark:hover,
.button.dark:focus {
  color: #ffffff;
  background: #0087dc;
}

.button.dark.white {
  background: #151d2e;
  font-size: 16px;
  color: #ffffff;
  padding: 10px 20px;
  margin-right: 0;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  box-shadow: none;
  border: none;
}

.button.dark.white:hover,
.button.dark.white:focus {
  color: #0087dc;
  background: #ffffff;
}

.button.white {
  background: #ffffff;
  font-size: 16px;
  color: #333333;
  padding: 10px 20px;
  margin-right: 0;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  box-shadow: none;
  border: none;
}

.button.white:hover,
.button.white:focus {
  color: #ffffff;
  background: #0087dc;
}

.button.bt-lg {
  padding: 15px 35px;
  font-size: 20px;
}

/*************************************
           Listing Hand
**************************************/
ul.listing-hand {
  padding: 0;
  margin: 0;
}

ul.listing-hand li {
  position: relative;
  list-style-type: none;
  padding-left: 40px;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
}

ul.listing-hand li:after {
  content: "\f10c";
  font-size: 22px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

ul.listing-hand li:hover:after {
  content: "\f058";
}

/*************************************
           Listing Mark
**************************************/
ul.listing-mark {
  padding: 0;
  margin: 0;
}

ul.listing-mark li {
  position: relative;
  list-style-type: none;
  padding-left: 40px;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
}

ul.listing-mark li:after {
  content: "\f0a4";
  font-size: 22px
}

/*---------------------------------------------------------------------
                                Header
---------------------------------------------------------------------*/
header {
  position: absolute;
  left: 0;
  padding: 20px 0;
  display: inline-block;
  top: 0;
  width: 100%;
  z-index: 999;
  background: none;
}

.header-block {
  display: inline-block;
  width: 100%;
  padding: 0 20px;
}

header .logo {
  display: none;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

header .logo img {
  height: 60px;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

header.fixedHeader {
  position: fixed;
  padding: 10px 0;
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 5px rgba(0, 0, 0, 0.075);
  border: none;
}

header.fixedHeader .logo {
  display: block;
}

header.fixedHeader .menu-icon__line {
  background: #151d2e;
}

header.fixedHeader .sb-icon-search {
  color: #151d2e;
}

header.fixedHeader .sb-search-input {
  border-color: #151d2e;
}

header.fixedHeader .menu-icon {
  margin-top: 35px;
}

header.fixedHeader .sb-search {
  margin-top: 20px;
}

body.nav-active {
  overflow: hidden;
}

.menu-icon {
  height: 30px;
  width: 30px;
  z-index: 2;
  position: relative;
  margin-top: 15px;
  cursor: pointer;
}

.menu-icon__line {
  height: 2px;
  width: 30px;
  display: block;
  background-color: #ffffff;
  margin-bottom: 6px;
  -webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
  transition: background-color .5s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, background-color .5s ease;
  transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}

.menu-icon__line-left {
  width: 30px;
}

.menu-icon__line-right {
  width: 30px;
  float: right;
}

.nav-active .menu-icon__line-left {
  width: 15px;
}

.nav-active .menu-icon__line-right {
  width: 15px;
  margin-top: -2px;
}

.nav {
  position: fixed;
  z-index: 9;
}

.nav:before,
.nav:after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(234, 234, 234, 0.2);
  z-index: -1;
  -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  -webkit-transform: translateX(0%) translateY(-100%);
  transform: translateX(0%) translateY(-100%);
}

.nav:after {
  background: white;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.nav:before {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.nav__content {
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 100%;
  text-align: center;
  font-size: calc(1.2vw + 10px);
  font-weight: 200;
  cursor: pointer;
}

.nav__list-item {
  position: relative;
  display: inline-block;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  opacity: 0;
  -webkit-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
  -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: opacity .2s ease, transform .3s ease;
  transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
  margin-right: 25px;
}

.nav__list-item:before {
  content: "";
  position: absolute;
  background: #000000;
  width: 20px;
  height: 1px;
  top: 100%;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1;
}

.nav__list-item:hover:before {
  width: 100%;
  background: #0087dc;
}

body.nav-active .menu-icon__line {
  background-color: #000;
  -webkit-transform: translateX(0px) rotate(-45deg);
  transform: translateX(0px) rotate(-45deg);
}

body.nav-active .menu-icon__line-left {
  -webkit-transform: translateX(1px) rotate(45deg);
  transform: translateX(1px) rotate(45deg);
}

body.nav-active .menu-icon__line-right {
  -webkit-transform: translateX(-2px) rotate(45deg);
  transform: translateX(-2px) rotate(45deg);
}

body.nav-active .nav {
  visibility: visible;
}

body.nav-active .nav:before,
body.nav-active .nav:after {
  -webkit-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
}

body.nav-active .nav:after {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

body.nav-active .nav:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

body.nav-active .nav__list-item {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, color .3s ease;
  transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}

body.nav-active .nav__list-item:nth-child(0) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

body.nav-active .nav__list-item:nth-child(1) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

body.nav-active .nav__list-item:nth-child(2) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

body.nav-active .nav__list-item:nth-child(3) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

body.nav-active .nav__list-item:nth-child(4) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

body.nav-active .nav__list-item:nth-child(5) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

body.nav-active .nav__list-item:nth-child(6) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

body.nav-active .nav__list-item:nth-child(7) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

body.nav-active .nav__list-item:last-child {
  margin-right: 0;
}



.iq-mail {
  color: #ffffff;
  margin-top: 10px;
  display: inline-block;
}

.iq-mail:hover {
  color: #151d2e;
}

.fixedHeader .iq-mail {
  color: #151d2e;
  margin-top: 25px;
}

.fixedHeader .iq-mail:hover {
  color: #0087dc;
}

/*---------------------------------------------------------------------
                      Banner
-----------------------------------------------------------------------*/
.iq-banner {
  height: 100vh;
  overflow: hidden;
}

.banner-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  display: inline-block;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.banner-box img {
  width: 40%;
}

#myVideo {
  min-width: 100%;
}

.dimond-img {
  width: 60%;
  overflow: hidden;
  display: inline-block;
  position: relative;
}

.dimond1 {
  left: 0;
  position: absolute;
  bottom: 146px;
  z-index: -1;
  right: 0;
  opacity: 0.6 !important;
}

.dimond2 {
  position: absolute;
  bottom: -50px;
  right: 0;
  opacity: 0.6 !important;
  z-index: 1;
}

/*---------------------------------------------------------------------
                      Crafting Gems
-----------------------------------------------------------------------*/
.crafting-gems {
  position: relative;
}

.boder-img {
  position: relative;
  width: 87%;
}

.boder-img:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -30px;
  height: 100%;
  width: 100%;
  border: 15px solid #0087dc;
  display: inline-block;
  z-index: -1;
}

.crafting-gems .iq-gems {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.crafting-gems .iq-gems .gems-01 {
  position: absolute;
  top: 50%;
  left: 80%;
}

.crafting-gems .iq-gems .gems-02 {
  position: absolute;
  top: 37%;
  right: 85%;
}

.crafting-gems .iq-gems .gems-03 {
  position: absolute;
  top: 85%;
  left: 5%;
  width: 6%;
}

.crafting-gems .iq-gems .gems-04 {
  position: absolute;
  top: 10%;
  left: 5%;
}

.crafting-gems .iq-gems .gems-04 img {
  width: 70%;
}

.crafting-gems .iq-gems .gems-05 {
  position: absolute;
  top: 9%;
  right: 3%;
  width: 10%;
}

.crafting-gems .iq-gems .gems-06 {
  position: absolute;
  top: 80%;
  right: 10%;
}

.crafting-gems .iq-gems .gems-01 img {
  width: 70%;
}

/*---------------------------------------------------------------------
                             Our Company
-----------------------------------------------------------------------*/
.iq-company {
  position: relative;
  overflow: hidden;
}

.iq-company .iq-gems {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.iq-company .iq-gems .gems-07 {
  position: absolute;
  top: 15%;
  left: 44%;
}

.iq-company .iq-gems .gems-08 {
  position: absolute;
  top: 20%;
  left: 0%;
}

.iq-company .iq-gems .gems-09 {
  position: absolute;
  top: 78%;
  left: 10%;
}

.iq-company .iq-gems .gems-09 img {
  width: 70%;
}

.iq-company .iq-gems .gems-10 {
  position: absolute;
  top: 66%;
  right: 49%;
}

.iq-company .iq-gems .gems-10 img {
  width: 70%;
}

/*---------------------------------------------------------------------
                      Footer
-----------------------------------------------------------------------*/

/*Contact*/
.iq-footer {
  margin-top: -10px;
}

.iq-footer .iq-contact .blog {
  color: #ffffff;
  display: inline-block;
}

.iq-footer .iq-contact .blog i {
  color: #0067b3;
  font-size: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin-right: 15px;
  display: table;
  float: left;
}

.iq-footer .iq-contact .blog .content {
  display: table-cell;
}

.black-bg {
  background: #000;
}

/*Social Media*/
.iq-footer .iq-media-blog {
  margin: 0;
  padding: 0;
}

.iq-footer .iq-media-blog li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0px 4px;
}

.iq-footer .iq-media-blog li a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #666;
  background: transparent;
  border: 1px solid #666666;
  text-align: center;
  border-radius: 50%;
}

.iq-footer .iq-media-blog li a:hover {
  background: #0067b3;
  border-color: #0067b3;
  color: #fff;
}

.iq-typo {
  line-height: 35px;
}

.iq-typo span {
  font-size: 50px;
}

.iq-dimond.left {
  position: relative;
  padding: 30px;
  width: 600px;
  height: 400px;
  -webkit-box-shadow: 0px 16px 78px -25px rgba(0, 0, 0, 0.40);
  -moz-box-shadow: 0px 16px 78px -25px rgba(0, 0, 0, 0.40);
  box-shadow: 0px 16px 78px -25px rgba(0, 0, 0, 0.40);
  margin-left: 50px;
  margin-top: -100px;
}

.iq-dimond.left .iq-title {
  position: absolute;
  top: -70px;
  right: 20px;
  font-size: 70px;
  z-index: -1;
  font-weight: bold;
  color: #efe9ee;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

.iq-dimond.left .iq-content {
  background: rgba(242, 242, 242, 0.8);
  padding: 30px;
  position: absolute;
  right: -100px;
  bottom: 30px;
  width: 500px;
}

.iq-dimond.right {
  position: relative;
  padding: 30px;
  width: 600px;
  height: 400px;
  -webkit-box-shadow: 0px 16px 78px -25px rgba(0, 0, 0, 0.40);
  -moz-box-shadow: 0px 16px 78px -25px rgba(0, 0, 0, 0.40);
  box-shadow: 0px 16px 78px -25px rgba(0, 0, 0, 0.40);
  float: right;
  margin-right: 50px;
  margin-top: -100px;
}

.iq-dimond.right .iq-title {
  position: absolute;
  top: -70px;
  left: 20px;
  font-size: 70px;
  z-index: -1;
  font-weight: bold;
  color: #efe9ee;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

.iq-dimond.right .iq-content {
  background: rgba(242, 242, 242, 0.8);
  padding: 30px;
  position: absolute;
  left: -100px;
  bottom: 30px;
  width: 500px;
}

.footer-bottom {
  background: #efefef;
}





/***************************
   Our Expertise
****************************/
.iq-our-expertise .heading-title .title:before {
  background: #fff;
}

.iq-our-expertise .iq-gems {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.iq-our-expertise .iq-gems .gems-01 {
  position: absolute;
  top: 5%;
  left: 15%;
}

.iq-our-expertise .iq-gems .gems-01 img {
  width: 50%;
}

.iq-our-expertise .iq-gems .gems-02 {
  position: absolute;
  top: 26%;
  right: 80%;
}

.iq-our-expertise .iq-gems .gems-03 {
  position: absolute;
  bottom: 35%;
  left: 07%;
}

.iq-our-expertise .iq-gems .gems-04 {
  position: absolute;
  top: 12%;
  left: 95%;
  opacity: 0.5 !important;
}

.iq-our-expertise .iq-gems .gems-05 {
  position: absolute;
  top: 90%;
  right: 82%;
  opacity: 0.5 !important;
}

.iq-our-expertise .iq-gems .gems-06 {
  position: absolute;
  bottom: 60%;
  right: 0px;
  opacity: 0.5 !important;
}

.iq-our-expertise .iq-gems .gems-06 img {
  width: 50%;
}

.iq-our-expertise .iq-gems .gems-07 {
  position: absolute;
  top: 50%;
  left: -25px;
  opacity: 0.5 !important;
  display: none;
}

.iq-our-expertise .iq-gems .gems-08 {
  position: absolute;
  top: 72%;
  right: 15%;
  opacity: 0.5 !important;
}

.iq-our-expertise .iq-gems .gems-09 {
  right: 6%;
  position: absolute;
  top: 50%;
  opacity: 0.5 !important;
}

.iq-our-expertise .iq-gems .gems-10 {
  position: absolute;
  top: 22%;
  right: 19%;
  opacity: 0.5 !important;
}

/***************************
        Features2
****************************/
.iq-our-expertise {
  position: relative;
  overflow-x: hidden;
}

.iq-feature2 {
  display: inline-block;
  padding-left: 20px;
}

.text-right .iq-feature2 {
  padding-right: 20px;
}

.iq-feature2 .iq-icon img {
  width: 130px;
  border-radius: 100%;
}

.iq-feature2 p {
  margin-top: 6px;
}

.iq-feature2.first-l {
  margin-right: -60px !important;
}

.iq-feature2.first-r {
  margin-left: -60px !important;
}

/***************************
         Features3
****************************/
.iq-feature3 .iq-icon img {
  border-radius: 100%;
  overflow: hidden;
  width: 250px;
}

/*---------------------------------------------------------------------
                             Particles
-----------------------------------------------------------------------*/
.particles {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index:9;
}

.particles img {
  -webkit-animation: rotation 200s infinite linear;
  width: 340px;
}

/*---------------------------------------------------------------------
                             footer
-----------------------------------------------------------------------*/
.iq-full-contact {
  display: inline-block;
  width: 100%;
}

.iq-map iframe {
  border: 0px;
  width: 100%;
  height: 500px;
  float: left;
}

.contact-form .section-field {
  position: relative;
  width: 100%;
  float: left;
}

.contact-form .section-field input {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 90px;
  padding-left: 20px;
  height: 48px;
  line-height: 48px;
  clear: both;
  color: #b6b6b6;
  border: 1px solid #e1e1e1;
}

.contact-form .section-field input:focus,
.contact-form .section-field.textarea textarea:focus {
  border: 1px solid #1e50e2;
  box-shadow: none;
  outline: none;
}

.contact-form .section-field.textarea textarea {
  width: 100%;
  float: left;
  color: #b6b6b6;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  padding: 15px 0 0 20px;
  resize: none;
}

#formmessage {
  display: none;
}



#starshine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.shine {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAJYCAMAAACJuGjuAAADAFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/LkhhAAAA/3RSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKCkqKywtLi8wMTIzNDU2Nzg5Ojs8PT4/QEFCQ0RFRkdISUpLTE1O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);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  overflow: hidden;
  z-index: 2;
  color: tansparent;
  -moz-opacity: 0.0;
  opacity: 0.0;
  animation: glitter 6s linear 0s infinite normal;
  -webkit-animation: glitter 6s linear 0s infinite normal;
  -moz-animation: glitter 8s linear 0s infinite normal;
  -ms-animation: glitter 8s linear 0s infinite normal;
  -o-animation: glitter 8s linear 0s infinite normal;
}

.shine.small {
  width: 20px;
  height: 20px;
}

.shine.medium {
  width: 30px;
  height: 30px;
}

.shine.large {
  width: 50px;
  height: 50px;
}

/*CSS3 keyframes for glittering effect*/
@-webkit-keyframes glitter {
  0% {
    -webkit-transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }

  25% {
    -webkit-transform: scale(1) rotate(360deg);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(0.3) rotate(720deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
}



/*************************************
             Device Blog 4
**************************************/
.device-aria {
  position: relative;
  overflow: hidden;
}

.device-blog4 {
  position: absolute;
  top: 50px;
  height: 100%;
  right: 0;
  z-index: 9;
}

.dimond-img img {}

@media (max-width: 575px) {
  .heading-title p {
    padding: 0 30px;
  }
  .overview-block-ptb150 {
    padding: 50px 0;
  }
}