@charset "utf-8";
/**
*
* -----------------------------------------------------------------------------
*
* Template : Bizzmug - Multipurpose Business HTML Template
* Author : Theme-Metric
* Author URI : https://www.templatemonster.com/authors/thememetric/
*
* -----------------------------------------------------------------------------
*
**/

/* Table Of Content
---------------------------------------------------------
01. General CSS
02. Global Class
03. Header Section 
04. Sticky Menu
05. Banner Section
06. About Us
07. Corona Shape
08. Corona Live Chat
09. Popup Video Css
10. Spread Section
11. Symptoms Section
12. Contact Section
13. Team Section
14. Prevention Section
15. Prevention Section
16. Handwash Section
17. Treatment Section
18. Blog Section
19. Counter up
20. Faq Section
21. Blog Details
22. Footer Section
23. Scroll Up
24. Preloader CSS
25. Breadcrumbs Section
--------------------------------------------------------*/
/* -----------------------------------
    01. General CSS
-------------------------------------*/
/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 100px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px #dddddd;
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #021a74;
  border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0575e6;
}
html,
body {
  font-size: 16px;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  vertical-align: baseline;
  line-height: 1.6;
  scroll-behavior: smooth;
  font-weight: 400;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Asap', sans-serif;
  color: #333333;
  margin: 0 0 26px;
  font-weight: 700;
}
h3 {
  margin-bottom: 17px;
}
a {
  color: #021a74;
  transition: all 0.4s ease 0s;
  text-decoration: none;
  outline: none;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #021a74;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #021a74;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #021a74;
  text-shadow: none;
  color: #ffffff;
}
.sec-space {
  padding: 100px 0 100px;
}
@media only screen and (max-width: 767px) {
  .sec-space {
    padding: 80px 0 80px;
  }
}
.full-height {
  height: 100%;
}
.page-entry-title {
  font-size: 42px;
  font-weight: 600;
}
.page-entry-title-sm {
  font-size: 30px;
  font-weight: 600;
}
.sec-space2 {
  padding: 92px 0 70px;
}
@media only screen and (max-width: 767px) {
  .sec-space2 {
    padding: 72px 0 50px;
  }
}
.sec-space3 {
  padding: 92px 0 100px;
}
@media only screen and (max-width: 767px) {
  .sec-space3 {
    padding: 72px 0 80px;
  }
}
.sec-space4 {
  padding: 100px 0 70px;
}
@media only screen and (max-width: 767px) {
  .sec-space4 {
    padding: 80px 0 50px;
  }
}
.sec-space5 {
  padding: 70px 0 70px;
}
@media only screen and (max-width: 767px) {
  .sec-space5 {
    padding: 50px 0 50px;
  }
}
.sec-color {
  background-color: #f9f9f9;
}
.primary-bg {
  background: #021a74;
}
.grey-bg {
  background: #f5f7fc;
}
.grey-bg2 {
  background: #fcfcfc;
}
.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.bg1 {
  background-image: url(https://bizzmug.sajjad.me/bizzmug/images/bg/bg1.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.readmore {
  color: #666666;
  font-weight: 600;
}
.readmore i:before {
  font-size: 16px;
  position: relative;
  top: 1px;
  left: 0;
  transition: all 0.4s ease 0s;
  color: #666666;
}
.readmore:hover {
  color: #021a74;
}
.readmore:hover i:before {
  left: 3px;
  color: #021a74;
}
.transition-delay-3500 {
  -webkit-transition-delay: 3.5s;
  -o-transition-delay: 3.5s;
  transition-delay: 3.5s;
}
.up-down-animate {
  -webkit-animation: up_down 15s infinite;
  animation: up_down 15s infinite;
}
.primary-clr {
  color: #021a74;
}
.pr-0 {
  padding-right: 0;
}
.pl-0 {
  padding-left: 0;
}
.mt--0 {
  margin-top: 0;
}
.mt--1 {
  margin-top: 1px;
}
.mt--2 {
  margin-top: 2px;
}
.mt--3 {
  margin-top: 3px;
}
.mt--4 {
  margin-top: 4px;
}
.mt--5 {
  margin-top: 5px;
}
.mt--6 {
  margin-top: 6px;
}
.mt--7 {
  margin-top: 7px;
}
.mt--8 {
  margin-top: 8px;
}
.mt--9 {
  margin-top: 9px;
}
.mt--10 {
  margin-top: 10px;
}
.mt--11 {
  margin-top: 11px;
}
.mt--12 {
  margin-top: 12px;
}
.mt--13 {
  margin-top: 13px;
}
.mt--14 {
  margin-top: 14px;
}
.mt--15 {
  margin-top: 15px;
}
.mt--16 {
  margin-top: 16px;
}
.mt--17 {
  margin-top: 17px;
}
.mt--18 {
  margin-top: 18px;
}
.mt--19 {
  margin-top: 19px;
}
.mt--20 {
  margin-top: 20px;
}
.mt--21 {
  margin-top: 21px;
}
.mt--22 {
  margin-top: 22px;
}
.mt--23 {
  margin-top: 23px;
}
.mt--24 {
  margin-top: 24px;
}
.mt--25 {
  margin-top: 25px;
}
.mt--26 {
  margin-top: 26px;
}
.mt--27 {
  margin-top: 27px;
}
.mt--28 {
  margin-top: 28px;
}
.mt--29 {
  margin-top: 29px;
}
.mt--30 {
  margin-top: 30px;
}
.mt--35 {
  margin-top: 35px;
}
.mt--40 {
  margin-top: 40px;
}
.mt--45 {
  margin-top: 45px;
}
.mt--50 {
  margin-top: 50px;
}
.mt--60 {
  margin-top: 60px;
}
.mt--70 {
  margin-top: 70px;
}
.mt--80 {
  margin-top: 80px;
}
.mt--90 {
  margin-top: 90px;
}
.mt--100 {
  margin-top: 100px;
}
.mb--0 {
  margin-bottom: 0!important;
}
.mb--1 {
  margin-bottom: 1px;
}
.mb--2 {
  margin-bottom: 2px;
}
.mb--3 {
  margin-bottom: 3px;
}
.mb--4 {
  margin-bottom: 4px;
}
.mb--5 {
  margin-bottom: 5px;
}
.mb--6 {
  margin-bottom: 6px;
}
.mb--7 {
  margin-bottom: 7px;
}
.mb--8 {
  margin-bottom: 8px;
}
.mb--9 {
  margin-bottom: 9px;
}
.mb--10 {
  margin-bottom: 10px;
}
.mb--11 {
  margin-bottom: 11px;
}
.mb--12 {
  margin-bottom: 12px;
}
.mb--13 {
  margin-bottom: 13px;
}
.mb--14 {
  margin-bottom: 14px;
}
.mb--15 {
  margin-bottom: 15px;
}
.mb--16 {
  margin-bottom: 16px;
}
.mb--17 {
  margin-bottom: 17px;
}
.mb--18 {
  margin-bottom: 18px;
}
.mb--19 {
  margin-bottom: 19px;
}
.mb--20 {
  margin-bottom: 20px;
}
.mb--21 {
  margin-bottom: 21px;
}
.mb--22 {
  margin-bottom: 22px;
}
.mb--23 {
  margin-bottom: 23px;
}
.mb--24 {
  margin-bottom: 24px;
}
.mb--25 {
  margin-bottom: 25px;
}
.mb--26 {
  margin-bottom: 26px;
}
.mb--27 {
  margin-bottom: 27px;
}
.mb--28 {
  margin-bottom: 28px;
}
.mb--29 {
  margin-bottom: 29px;
}
.mb--30 {
  margin-bottom: 30px;
}
.mb--35 {
  margin-bottom: 35px;
}
.mb--40 {
  margin-bottom: 40px;
}
.mb--45 {
  margin-bottom: 45px;
}
.mb--50 {
  margin-bottom: 50px;
}
.mb--60 {
  margin-bottom: 60px;
}
.mb--70 {
  margin-bottom: 70px;
}
.mb--80 {
  margin-bottom: 80px;
}
.mb--90 {
  margin-bottom: 90px;
}
.mb--100 {
  margin-bottom: 100px;
}
.ml--0 {
  margin-left: 0;
}
.ml--1 {
  margin-left: 1px;
}
.ml--2 {
  margin-left: 2px;
}
.ml--3 {
  margin-left: 3px;
}
.ml--4 {
  margin-left: 4px;
}
.ml--5 {
  margin-left: 5px;
}
.ml--6 {
  margin-left: 6px;
}
.ml--7 {
  margin-left: 7px;
}
.ml--8 {
  margin-left: 8px;
}
.ml--9 {
  margin-left: 9px;
}
.ml--10 {
  margin-left: 10px;
}
.ml--11 {
  margin-left: 11px;
}
.ml--12 {
  margin-left: 12px;
}
.ml--13 {
  margin-left: 13px;
}
.ml--14 {
  margin-left: 14px;
}
.ml--15 {
  margin-left: 15px;
}
.ml--16 {
  margin-left: 16px;
}
.ml--17 {
  margin-left: 17px;
}
.ml--18 {
  margin-left: 18px;
}
.ml--19 {
  margin-left: 19px;
}
.ml--20 {
  margin-left: 20px;
}
.ml--21 {
  margin-left: 21px;
}
.ml--22 {
  margin-left: 22px;
}
.ml--23 {
  margin-left: 23px;
}
.ml--24 {
  margin-left: 24px;
}
.ml--25 {
  margin-left: 25px;
}
.ml--26 {
  margin-left: 26px;
}
.ml--27 {
  margin-left: 27px;
}
.ml--28 {
  margin-left: 28px;
}
.ml--29 {
  margin-left: 29px;
}
.ml--30 {
  margin-left: 30px;
}
.ml--35 {
  margin-left: 35px;
}
.ml--40 {
  margin-left: 40px;
}
.ml--45 {
  margin-left: 45px;
}
.ml--50 {
  margin-left: 50px;
}
.ml--60 {
  margin-left: 60px;
}
.ml--70 {
  margin-left: 70px;
}
.ml--80 {
  margin-left: 80px;
}
.ml--90 {
  margin-left: 90px;
}
.ml--100 {
  margin-left: 100px;
}
.mr--0 {
  margin-right: 0;
}
.mr--1 {
  margin-right: 1px;
}
.mr--2 {
  margin-right: 2px;
}
.mr--3 {
  margin-right: 3px;
}
.mr--4 {
  margin-right: 4px;
}
.mr--5 {
  margin-right: 5px;
}
.mr--6 {
  margin-right: 6px;
}
.mr--7 {
  margin-right: 7px;
}
.mr--8 {
  margin-right: 8px;
}
.mr--9 {
  margin-right: 9px;
}
.mr--10 {
  margin-right: 10px;
}
.mr--11 {
  margin-right: 11px;
}
.mr--12 {
  margin-right: 12px;
}
.mr--13 {
  margin-right: 13px;
}
.mr--14 {
  margin-right: 14px;
}
.mr--15 {
  margin-right: 15px;
}
.mr--16 {
  margin-right: 16px;
}
.mr--17 {
  margin-right: 17px;
}
.mr--18 {
  margin-right: 18px;
}
.mr--19 {
  margin-right: 19px;
}
.mr--20 {
  margin-right: 20px;
}
.mr--21 {
  margin-right: 21px;
}
.mr--22 {
  margin-right: 22px;
}
.mr--23 {
  margin-right: 23px;
}
.mr--24 {
  margin-right: 24px;
}
.mr--25 {
  margin-right: 25px;
}
.mr--26 {
  margin-right: 26px;
}
.mr--27 {
  margin-right: 27px;
}
.mr--28 {
  margin-right: 28px;
}
.mr--29 {
  margin-right: 29px;
}
.mr--30 {
  margin-right: 30px;
}
.mr--35 {
  margin-right: 35px;
}
.mr--40 {
  margin-right: 40px;
}
.mr--45 {
  margin-right: 45px;
}
.mr--50 {
  margin-right: 50px;
}
.mr--60 {
  margin-right: 60px;
}
.mr--70 {
  margin-right: 70px;
}
.mr--80 {
  margin-right: 80px;
}
.mr--90 {
  margin-right: 90px;
}
.mr--100 {
  margin-right: 100px;
}
.pt--0 {
  padding-top: 0;
}
.pt--1 {
  padding-top: 1px;
}
.pt--2 {
  padding-top: 2px;
}
.pt--3 {
  padding-top: 3px;
}
.pt--4 {
  padding-top: 4px;
}
.pt--5 {
  padding-top: 5px;
}
.pt--6 {
  padding-top: 6px;
}
.pt--7 {
  padding-top: 7px;
}
.pt--8 {
  padding-top: 8px;
}
.pt--9 {
  padding-top: 9px;
}
.pt--10 {
  padding-top: 10px;
}
.pt--11 {
  padding-top: 11px;
}
.pt--12 {
  padding-top: 12px;
}
.pt--13 {
  padding-top: 13px;
}
.pt--14 {
  padding-top: 14px;
}
.pt--15 {
  padding-top: 15px;
}
.pt--16 {
  padding-top: 16px;
}
.pt--17 {
  padding-top: 17px;
}
.pt--18 {
  padding-top: 18px;
}
.pt--19 {
  padding-top: 19px;
}
.pt--20 {
  padding-top: 20px;
}
.pt--21 {
  padding-top: 21px;
}
.pt--22 {
  padding-top: 22px;
}
.pt--23 {
  padding-top: 23px;
}
.pt--24 {
  padding-top: 24px;
}
.pt--25 {
  padding-top: 25px;
}
.pt--26 {
  padding-top: 26px;
}
.pt--27 {
  padding-top: 27px;
}
.pt--28 {
  padding-top: 28px;
}
.pt--29 {
  padding-top: 29px;
}
.pt--30 {
  padding-top: 30px;
}
.pt--35 {
  padding-top: 35px;
}
.pt--40 {
  padding-top: 40px;
}
.pt--45 {
  padding-top: 45px;
}
.pt--50 {
  padding-top: 50px;
}
.pt--60 {
  padding-top: 60px;
}
.pt--70 {
  padding-top: 70px;
}
.pt--80 {
  padding-top: 80px;
}
.pt--90 {
  padding-top: 90px;
}
.pt--100 {
  padding-top: 100px;
}
.pb--0 {
  padding-bottom: 0;
}
.pb--1 {
  padding-bottom: 1px;
}
.pb--2 {
  padding-bottom: 2px;
}
.pb--3 {
  padding-bottom: 3px;
}
.pb--4 {
  padding-bottom: 4px;
}
.pb--5 {
  padding-bottom: 5px;
}
.pb--6 {
  padding-bottom: 6px;
}
.pb--7 {
  padding-bottom: 7px;
}
.pb--8 {
  padding-bottom: 8px;
}
.pb--9 {
  padding-bottom: 9px;
}
.pb--10 {
  padding-bottom: 10px;
}
.pb--11 {
  padding-bottom: 11px;
}
.pb--12 {
  padding-bottom: 12px;
}
.pb--13 {
  padding-bottom: 13px;
}
.pb--14 {
  padding-bottom: 14px;
}
.pb--15 {
  padding-bottom: 15px;
}
.pb--16 {
  padding-bottom: 16px;
}
.pb--17 {
  padding-bottom: 17px;
}
.pb--18 {
  padding-bottom: 18px;
}
.pb--19 {
  padding-bottom: 19px;
}
.pb--20 {
  padding-bottom: 20px;
}
.pb--21 {
  padding-bottom: 21px;
}
.pb--22 {
  padding-bottom: 22px;
}
.pb--23 {
  padding-bottom: 23px;
}
.pb--24 {
  padding-bottom: 24px;
}
.pb--25 {
  padding-bottom: 25px;
}
.pb--26 {
  padding-bottom: 26px;
}
.pb--27 {
  padding-bottom: 27px;
}
.pb--28 {
  padding-bottom: 28px;
}
.pb--29 {
  padding-bottom: 29px;
}
.pb--30 {
  padding-bottom: 30px;
}
.pb--35 {
  padding-bottom: 35px;
}
.pb--40 {
  padding-bottom: 40px;
}
.pb--45 {
  padding-bottom: 45px;
}
.pb--50 {
  padding-bottom: 50px;
}
.pb--60 {
  padding-bottom: 60px;
}
.pb--70 {
  padding-bottom: 70px;
}
.pb--80 {
  padding-bottom: 80px;
}
.pb--90 {
  padding-bottom: 90px;
}
.pb--100 {
  padding-bottom: 100px;
}
.pl--0 {
  padding-left: 0;
}
.pl--1 {
  padding-left: 1px;
}
.pl--2 {
  padding-left: 2px;
}
.pl--3 {
  padding-left: 3px;
}
.pl--4 {
  padding-left: 4px;
}
.pl--5 {
  padding-left: 5px;
}
.pl--6 {
  padding-left: 6px;
}
.pl--7 {
  padding-left: 7px;
}
.pl--8 {
  padding-left: 8px;
}
.pl--9 {
  padding-left: 9px;
}
.pl--10 {
  padding-left: 10px;
}
.pl--11 {
  padding-left: 11px;
}
.pl--12 {
  padding-left: 12px;
}
.pl--13 {
  padding-left: 13px;
}
.pl--14 {
  padding-left: 14px;
}
.pl--15 {
  padding-left: 15px;
}
.pl--16 {
  padding-left: 16px;
}
.pl--17 {
  padding-left: 17px;
}
.pl--18 {
  padding-left: 18px;
}
.pl--19 {
  padding-left: 19px;
}
.pl--20 {
  padding-left: 20px;
}
.pl--21 {
  padding-left: 21px;
}
.pl--22 {
  padding-left: 22px;
}
.pl--23 {
  padding-left: 23px;
}
.pl--24 {
  padding-left: 24px;
}
.pl--25 {
  padding-left: 25px;
}
.pl--26 {
  padding-left: 26px;
}
.pl--27 {
  padding-left: 27px;
}
.pl--28 {
  padding-left: 28px;
}
.pl--29 {
  padding-left: 29px;
}
.pl--30 {
  padding-left: 30px;
}
.pl--35 {
  padding-left: 35px;
}
.pl--40 {
  padding-left: 40px;
}
.pl--45 {
  padding-left: 45px;
}
.pl--50 {
  padding-left: 50px;
}
.pl--60 {
  padding-left: 60px;
}
.pl--70 {
  padding-left: 70px;
}
.pl--80 {
  padding-left: 80px;
}
.pl--90 {
  padding-left: 90px;
}
.pl--100 {
  padding-left: 100px;
}
.pr--0 {
  padding-right: 0;
}
.pr--1 {
  padding-right: 1px;
}
.pr--2 {
  padding-right: 2px;
}
.pr--3 {
  padding-right: 3px;
}
.pr--4 {
  padding-right: 4px;
}
.pr--5 {
  padding-right: 5px;
}
.pr--6 {
  padding-right: 6px;
}
.pr--7 {
  padding-right: 7px;
}
.pr--8 {
  padding-right: 8px;
}
.pr--9 {
  padding-right: 9px;
}
.pr--10 {
  padding-right: 10px;
}
.pr--11 {
  padding-right: 11px;
}
.pr--12 {
  padding-right: 12px;
}
.pr--13 {
  padding-right: 13px;
}
.pr--14 {
  padding-right: 14px;
}
.pr--15 {
  padding-right: 15px;
}
.pr--16 {
  padding-right: 16px;
}
.pr--17 {
  padding-right: 17px;
}
.pr--18 {
  padding-right: 18px;
}
.pr--19 {
  padding-right: 19px;
}
.pr--20 {
  padding-right: 20px;
}
.pr--21 {
  padding-right: 21px;
}
.pr--22 {
  padding-right: 22px;
}
.pr--23 {
  padding-right: 23px;
}
.pr--24 {
  padding-right: 24px;
}
.pr--25 {
  padding-right: 25px;
}
.pr--26 {
  padding-right: 26px;
}
.pr--27 {
  padding-right: 27px;
}
.pr--28 {
  padding-right: 28px;
}
.pr--29 {
  padding-right: 29px;
}
.pr--30 {
  padding-right: 30px;
}
.pr--35 {
  padding-right: 35px;
}
.pr--40 {
  padding-right: 40px;
}
.pr--45 {
  padding-right: 45px;
}
.pr--50 {
  padding-right: 50px;
}
.pr--60 {
  padding-right: 60px;
}
.pr--70 {
  padding-right: 70px;
}
.pr--80 {
  padding-right: 80px;
}
.pr--90 {
  padding-right: 90px;
}
.pr--100 {
  padding-right: 100px;
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
/* ------------------------------------
    02. Typography
---------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Asap', sans-serif;
  color: #333333;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
h3 {
  margin-bottom: 17px;
}
h1,
.h1 {
  font-size: 42px;
  font-weight: 700;
}
.page-title {
  font-size: 42px;
}
h2,
.h2 {
  font-size: 36px;
  font-weight: 700;
}
h3,
.h3 {
  font-size: 26px;
  font-weight: 600;
}
h4,
.h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}
h5,
.h5 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 12px;
}
h6,
.h6 {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 30px;
}
p.big {
  font-size: 20px;
}
p.mid {
  font-size: 16px;
  line-height: 28px;
}
p.small {
  font-size: 14px;
  line-height: 24px;
}
address,
.address {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 34px;
}
/* ------------------------------------
    02. Global Class
---------------------------------------*/
.f-medium {
  font-weight: 500;
}
.slick-dots {
  text-align: center;
  margin-top: 40px;
}
.slick-dots li {
  display: inline-block;
  border: none;
  background: transparent;
  padding: 0;
  outline: none;
  position: relative;
  z-index: 9;
  font-size: 0;
}
.slick-dots li button {
  display: none;
}
.slick-dots li:after {
  width: 10px;
  height: 10px;
  border: 1px solid #d2d2d3;
  border-radius: 100%;
  display: block;
  margin-right: 11px;
  cursor: pointer;
  font-size: 0;
  content: "";
}
.slick-dots li.slick-active:after {
  background: #a0a0a1;
  border-color: #a0a0a1;
}
.arrow-container {
  text-align: center;
  margin-top: 44px;
}
.arrow-container button {
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  color: #8b8c8e;
  padding: 0 7px;
}
.arrow-container button i:before {
  font-size: 50px;
}
.arrow-container button:hover {
  color: #021a74;
}
.slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.slick-list .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.secondary-clr {
  color: #0575e6;
}
.line-break {
  display: block;
}
.owl-stage {
  display: flex;
}
.title-tag {
  font-weight: 600;
  font-family: 'Asap', sans-serif;
}
.section-title .sub-title {
  text-transform: uppercase;
  color: #021a74;
  margin-bottom: 2px;
  font-size: 18px;
}
.section-title .title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 52px;
}
.section-title .desc {
  font-size: 20px;
  font-weight: 500;
}
.section-title.max-width {
  max-width: 690px;
  margin: 0 auto;
}
.section-title.light .sub-title,
.section-title.light .title {
  color: #fff;
}
.section-title.text-center {
  margin-bottom: 55px;
}
.title-wrap {
  margin-bottom: 8px;
}
.title-wrap .section-title {
  width: 44%;
}
.title-wrap .title-desc {
  width: 56%;
  font-family: 'Asap', sans-serif;
  font-size: 20px;
  padding-left: 65px;
}
.style-arrow .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  position: absolute;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
  left: 0;
}
.style-arrow .slick-next {
  left: auto;
  right: 0;
  transition: all 0.4s ease 0s;
}
.style-arrow button {
  border: none;
  outline: none !important;
  box-shadow: none;
  background-color: transparent;
}
.style-arrow button i {
  font-size: 22px;
  width: 45px;
  height: 45px;
  line-height: 44px;
  border: none;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.12);
  background: #fff;
  color: #021a74;
  border-radius: 100%;
  font-weight: 600;
  outline: none;
  transition: 0.5s;
}
.style-arrow button:hover {
  background: transparent;
}
.style-arrow button:hover i {
  background: linear-gradient(90deg, #021a74 0%, #0575e6 95%);
  border: none;
  color: #fff;
}
.style-arrow:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.style-arrow:hover .slick-prev {
  left: 35px !important;
}
.style-arrow:hover .slick-next {
  right: 35px !important;
}
blockquote {
  padding: 25px 30px;
  margin: 42px 0 42px 30px;
  font-size: 16px;
  background: #fff;
  font-style: italic;
  border-left: none;
  font-weight: 600;
  color: #333333;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.09);
  line-height: 25px;
  border-radius: 3px;
}
blockquote p {
  margin: 0 !important;
}
.style-listing li {
  line-height: 30px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 24px;
}
.style-listing li:before {
  content: "\f058";
  position: absolute;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 700;
  text-decoration: inherit;
  left: 0;
  font-size: 18px;
  top: 0;
  color: #021a74;
  z-index: 1;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  text-align: center;
  padding-right: 0;
  width: 35px;
  border: 1px solid #021a74;
  border-radius: 50%;
  height: 35px;
  line-height: 35px;
  background: #021a74;
  cursor: pointer;
}
.glyph-icon:after,
.glyph-icon:before {
  font-size: 24px;
  transition: all 0.4s ease 0s;
  margin-left: 0;
}
.padding-0 {
  padding: 0;
}
.text--theme {
  color: #021a74;
}
.primary-btn {
  background: linear-gradient(135deg, #021a74, #0575e6);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 25px;
  min-width: 175px;
  border-radius: 5px;
  position: relative;
  vertical-align: middle;
  z-index: 8;
  line-height: 28px;
  text-align: center;
}
.primary-btn:before {
  content: " ";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.08);
  z-index: -1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.primary-btn i {
  margin-left: 7px;
}
.primary-btn i:before {
  font-size: 16px;
  font-weight: normal;
}
.primary-btn i:hover {
  color: #fff;
}
.primary-btn:hover {
  color: #fff;
}
.primary-btn:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.secondary-btn {
  background: transparent;
  border: 1px solid #d9d9d9;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 26px;
  border-radius: 5px;
  position: relative;
  vertical-align: middle;
  z-index: 8;
  line-height: 28px;
  cursor: pointer;
}
.secondary-btn.dark {
  border-color: #021a74;
  color: #333333;
}
.secondary-btn.dark i:before {
  color: #021a74;
}
.secondary-btn.dark:hover:before {
  background: linear-gradient(90deg, #021a74 0%, #0575e6 95%);
}
.secondary-btn.dark:hover i:before {
  color: #fff;
}
.secondary-btn:before {
  content: " ";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #0575e6;
  z-index: -1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.secondary-btn i {
  margin-left: 7px;
}
.secondary-btn i:before {
  font-size: 16px;
  font-weight: normal;
}
.secondary-btn i:hover {
  color: #fff;
}
.secondary-btn:hover {
  color: #fff;
  border-color: #0575e6;
}
.secondary-btn:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.dark-overlay {
  position: relative;
}
.dark-overlay:after {
  background: #333;
  opacity: 0.95;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.dark-overlay .container {
  position: relative;
  z-index: 9;
}
.primary-overlay {
  position: relative;
}
.primary-overlay:after {
  background: linear-gradient(90deg, #021a74 0%, #0575e6 95%);
  opacity: 0.95;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.primary-overlay .container {
  position: relative;
  z-index: 9;
}
.pagination.pagination-layout1 ul {
  margin-bottom: 30px;
  margin-top: 30px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .pagination.pagination-layout1 ul {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .pagination.pagination-layout1 ul {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .pagination.pagination-layout1 ul {
    margin-top: 5px;
  }
}
.pagination.pagination-layout1 ul li {
  margin-right: 10px;
  margin-bottom: 0;
  display: inline-block;
}
.pagination.pagination-layout1 ul li a i {
  transition: all 0.3s ease-in-out;
}
.pagination.pagination-layout1 ul li:first-child a i {
  color: #bbbbbb;
}
.pagination.pagination-layout1 ul li:last-child {
  margin-right: 0;
}
.pagination.pagination-layout1 ul li:last-child a i {
  color: #333333;
}
.pagination.pagination-layout1 ul li:last-child a i:before {
  font-size: 16px;
}
.pagination.pagination-layout1 ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Asap', sans-serif;
  color: #333333;
  background-color: transparent;
  border: 1px solid transparent;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.pagination.pagination-layout1 ul li a:hover {
  border: 1px solid #e8e8e8;
}
.pagination.pagination-layout1 ul li.active a {
  border: 1px solid #e8e8e8;
}
.project-section.grid-layout .pagination.pagination-layout1 ul li {
  margin-bottom: 0;
}
.pagination.pagination-layout2 ul {
  margin-bottom: 30px;
  margin-top: 30px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .pagination.pagination-layout2 ul {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .pagination.pagination-layout2 ul {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .pagination.pagination-layout2 ul {
    margin-top: 5px;
  }
}
.pagination.pagination-layout2 ul li {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.pagination.pagination-layout2 ul li a i {
  transition: all 0.3s ease-in-out;
}
.pagination.pagination-layout2 ul li:first-child a i {
  color: #333333;
}
.pagination.pagination-layout2 ul li:last-child {
  margin-right: 0;
}
.pagination.pagination-layout2 ul li:last-child a i {
  color: #333333;
}
.pagination.pagination-layout2 ul li:last-child a i:before {
  font-size: 16px;
}
.pagination.pagination-layout2 ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Asap', sans-serif;
  color: #333333;
  background-color: transparent;
  border: 1px solid #e4e4e4;
  height: 50px;
  width: 50px;
  line-height: 50px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}
.pagination.pagination-layout2 ul li a:hover {
  background-color: #021a74;
  color: #ffffff;
  border: 1px solid #021a74;
}
.pagination.pagination-layout2 ul li a:hover i {
  color: #ffffff;
}
.pagination.pagination-layout2 ul li.active a {
  background-color: #021a74;
  color: #ffffff;
  border: 1px solid #021a74;
}
.pb-0 {
  padding: 0;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pbl {
  padding-left: 0;
}
.mt-5 {
  margin-top: 5px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-80 {
  margin-top: 80px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.margin-remove {
  margin: 0;
}
.play-video {
  height: 100%;
  display: inline-block;
  margin-left: 64px;
}
.play-video .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 9;
}
.play-video .play-icon .popup-video {
  height: 100px;
  width: 100px;
  line-height: 100px;
}
.play-video .play-icon .popup-video:hover:after {
  background: #021a74;
}
.play-video .play-icon .popup-video i {
  position: relative;
  z-index: 9;
  font-size: 100px;
  line-height: 100px;
}
.play-video .play-icon .popup-video i:before {
  font-size: 100px;
  color: #021a74;
  background: #fff;
  border-radius: 100%;
}
.play-video .play-icon .popup-video i:after {
  opacity: 1;
  content: "";
  display: block;
  width: 105px;
  height: 105px;
  left: -3px;
  position: absolute;
  top: 17px;
  z-index: -1;
  border-radius: 100%;
  background: #fff;
}
.play-video .play-icon .popup-video:hover i:before {
  background: #fff;
  color: #0575e6;
}
/* ---------------------------
    03.Header Section 
------------------------------*/
.header.header-layout1 .main-menu-area {
  padding: 20px 45px 0;
}
.header.header-layout2 {
  position: absolute;
  width: 100%;
  z-index: 9;
}
.header.header-layout2 .header-top {
  background: #021a74;
  padding: 27px 30px;
}
.header.header-layout2 .header-top .header-info {
  text-align: right;
  margin-bottom: 9px;
}
.header.header-layout2 .header-top .header-info ul {
  position: relative;
  top: 5px;
}
.header.header-layout2 .header-top .header-info ul li {
  display: inline-block;
  text-align: left;
  padding-left: 20px;
  border-left: 2px solid #021a74;
  padding-right: 15px;
}
.header.header-layout2 .header-top .header-info ul li:first-child {
  border-left: 0;
  padding-left: 0;
}
.header.header-layout2 .header-top .header-info ul li:last-child {
  padding-right: 0;
}
.header.header-layout2 .header-top .header-info ul li .icon-left {
  color: #fff;
  text-align: left;
  height: 45px;
  line-height: 45px;
}
.header.header-layout2 .header-top .header-info ul li .icon-left i:before {
  font-size: 45px;
}
.header.header-layout2 .header-top .header-info ul li .info-right {
  font-size: 13px;
  padding-left: 10px;
  color: #fff;
}
.header.header-layout2 .header-top .header-info ul li .info-right .info-heading {
  font-weight: 600;
  font-size: 16px;
}
.header.header-layout2 .header-top .header-info ul li .info-right .info-desc {
  font-size: 15px;
}
.header.header-layout2 .main-menu-area {
  padding: 0 30px;
  background: #fff;
  position: static;
}
.header.header-layout2 .main-menu-area .header-bottom .mainmenu {
  float: none;
}
.header.header-layout2 .main-menu-area .header-bottom .mainmenu .nav-menu li.current_page_item > a {
  color: #021a74;
}
.header.header-layout2 .main-menu-area .header-bottom .mainmenu .nav-menu li a:hover {
  color: #021a74;
}
.header.header-layout2 .main-menu-area .two-icons li {
  color: #333333;
}
.header.header-layout2 .main-menu-area .two-icons li.cart a {
  color: #333333;
}
.header.header-layout2 .main-menu-area .two-icons li.cart:after {
  background: #c2c2c2;
}
.header.header-layout2 .main-menu-area .two-icons li.cart .minicart-details .total-price a {
  color: #fff;
}
.header.header-layout2 .main-menu-area .two-icons li.search .seach_bar i {
  color: #333333;
}
.header.header-layout2 .main-menu-area .two-icons li.contact-btn {
  font-size: 16px;
  font-weight: 600;
  padding-left: 45px;
}
.header.header-layout2 .main-menu-area .two-icons li.contact-btn i {
  padding-right: 5px;
}
.header.header-layout2 .main-menu-area .two-icons li.contact-btn a {
  color: #333333;
}
.header.header-layout2 .main-menu-area .two-icons li.contact-btn a:hover {
  color: #021a74;
}
.header.header-layout2 .main-menu ul > li > a {
  padding: 28px 0;
}
.header.header-layout2 .main-menu .sub-menu li a {
  padding: 12px 14px;
}
.header.header-layout2 .nav-menu {
  text-align: left;
}
.header.header-layout2 .nav-menu > li > a {
  color: #333333;
}
.header .main-menu-area {
  position: absolute;
  background: transparent;
  z-index: 9;
  width: 100%;
  padding-top: 13px;
}
.header .main-menu-area.sticky {
  background: linear-gradient(90deg, #021a74 0%, #0575e6 95%);
  position: fixed !important;
  top: 0px;
  z-index: 99;
  margin: 0 auto;
  padding: 0 45px;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-name: sticky-animation;
  animation-name: sticky-animation;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.header .main-menu-area.sticky .main-menu ul > li > a {
  padding: 35px 0;
}
.header .main-menu-area.sticky .main-menu .sub-menu li a {
  padding: 12px 14px;
}
.header .main-menu-area.sticky .header-bottom .mainmenu {
  float: none;
}
.header .main-menu-area.sticky .header-bottom .mainmenu .nav-menu > li.current_page_item > a {
  color: #bbb;
}
.header .main-menu-area.sticky .header-bottom .mainmenu .nav-menu > li.active > a {
  color: #bbb;
}
.header .main-menu-area.sticky .header-bottom .mainmenu .nav-menu > li > a {
  color: #fff;
}
.header .main-menu-area.sticky .header-bottom .mainmenu .nav-menu > li > a:hover {
  color: #bbb;
}
.header .main-menu-area.sticky .header-bottom .quote-section {
  float: right;
}
.header .main-menu-area.sticky .header-bottom .logo-area {
  height: 90px;
  line-height: 84px;
  float: left;
}
.header .main-menu-area.sticky .header-bottom .logo-area img {
  max-width: 260px;
}
.header .main-menu-area.sticky .two-icons li.search .seach_bar i {
  color: #fff;
}
.header .main-menu-area.sticky .two-icons li.sign-btn a {
  border-color: #9dc0e6;
}
.header .main-menu-area.sticky .two-icons li.cart a {
  color: #fff;
}
.header .main-menu-area.sticky .two-icons li.contact-btn {
  color: #fff;
}
.header .main-menu-area.sticky .two-icons li.contact-btn a {
  color: #fff;
}
.header .main-menu-area.sticky .two-icons li.contact-btn a:hover {
  color: #bbb;
}
.header .main-menu-area.sticky .logo .sticky-logo {
  display: block !important;
}
.header .main-menu-area.sticky .logo .dark-logo {
  display: none;
}
.header .main-menu-area.sticky .header-contact a {
  color: #fff !important;
}
.header .main-menu-area.sticky .header-contact a:hover {
  color: #e6e6e6 !important;
}
.header .main-menu-area .right-btn {
  position: absolute;
  right: 50px;
  top: 22px;
}
.header .main-menu-area .right-btn a {
  min-width: 195px;
  padding: 12px 25px;
  border-radius: 30px;
  box-shadow: none;
}
.header .main-menu-area .right-btn a:before {
  border-radius: 30px;
}
.header .main-menu-area .two-icons {
  text-align: right;
}
.header .main-menu-area .two-icons li {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  padding: 2px 0;
}
.header .main-menu-area .two-icons li.cart {
  padding-right: 24px;
  margin-right: 20px;
  position: relative;
  line-height: 30px;
}
.header .main-menu-area .two-icons li.cart:after {
  content: '';
  position: absolute;
  right: 0;
  top: 2px;
  width: 1px;
  height: 32px;
  background: #9dc0e6;
}
.header .main-menu-area .two-icons li.cart a {
  color: #fff;
}
.header .main-menu-area .two-icons li.cart i:before {
  font-size: 18px;
}
.header .main-menu-area .two-icons li.cart .minicart-details {
  padding-bottom: 35px;
  position: absolute;
  box-shadow: 0 0 5px #333;
  width: 300px;
  background: #ffffff;
  color: #666666;
  top: 100px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  right: 0;
  z-index: 99;
  text-align: left;
  font-weight: normal;
}
.header .main-menu-area .two-icons li.cart .minicart-details:before {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  bottom: 100%;
  right: 22px;
  border: solid transparent;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -8px;
}
.header .main-menu-area .two-icons li.cart .minicart-details.show-cartmenu {
  opacity: 1;
  visibility: visible;
  top: 68px;
}
.header .main-menu-area .two-icons li.cart .minicart-details .top-title h4 {
  margin-bottom: 10px;
  margin-top: 30px;
  text-transform: capitalize;
  font-size: 20px;
  text-align: center;
}
.header .main-menu-area .two-icons li.cart .minicart-details .mini-product {
  padding: 10px 15px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #ddd;
}
.header .main-menu-area .two-icons li.cart .minicart-details .mini-product .cart-image {
  display: table-cell;
  float: left;
  line-height: 4;
}
.header .main-menu-area .two-icons li.cart .minicart-details .mini-product .cart-image img {
  width: 80px;
  padding-right: 15px;
}
.header .main-menu-area .two-icons li.cart .minicart-details .mini-product .product-title {
  overflow: hidden;
  line-height: 22px;
}
.header .main-menu-area .two-icons li.cart .minicart-details .mini-product .product-title a {
  font-size: 14px;
  color: #333333;
  text-transform: capitalize;
  font-weight: 600;
}
.header .main-menu-area .two-icons li.cart .minicart-details .mini-product .product-title a:hover {
  color: #021a74;
}
.header .main-menu-area .two-icons li.cart .minicart-details .mini-product .product-title .chose-pro {
  font-size: 13px;
}
.header .main-menu-area .two-icons li.cart .minicart-details .mini-product .product-title .cart-price {
  font-size: 13px;
}
.header .main-menu-area .two-icons li.cart .minicart-details .mini-product .product-title .cart-price span {
  margin-right: 12px;
}
.header .main-menu-area .two-icons li.cart .minicart-details .mini-product .product-title .cart-price strong {
  font-weight: 600;
}
.header .main-menu-area .two-icons li.cart .minicart-details .mini-product .close-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  line-height: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.header .main-menu-area .two-icons li.cart .minicart-details .mini-product .close-icon a {
  color: #ddd;
}
.header .main-menu-area .two-icons li.cart .minicart-details .mini-product .close-icon a:hover {
  color: #ff0202;
}
.header .main-menu-area .two-icons li.cart .minicart-details .total-price {
  overflow: hidden;
  padding: 0 15px;
  border-top: 1px solid #ddd;
  text-align: center;
}
.header .main-menu-area .two-icons li.cart .minicart-details .total-price h4 {
  text-align: center;
  margin-top: 25px;
  font-size: 16px;
}
.header .main-menu-area .two-icons li.cart .minicart-details .total-price a {
  display: inline-block !important;
  padding: 10px 18px;
  text-align: center;
  border: 0;
  line-height: 15px;
  font-size: 13px;
  min-width: inherit;
}
.header .main-menu-area .two-icons li.cart .minicart-details .total-price .primary-btn1 {
  background: #0575e6;
  color: #021a74;
}
.header .main-menu-area .two-icons li.cart .minicart-details .total-price .primary-btn1:hover {
  color: #ffffff !important;
  background: #021a74;
}
.header .main-menu-area .two-icons li.cart .minicart-details .total-price .primary-btn2 {
  color: #fff;
  background: #021a74;
}
.header .main-menu-area .two-icons li.cart .minicart-details .total-price .primary-btn2:hover {
  background: #0575e6;
}
.header .main-menu-area .two-icons li.search .seach_bar {
  position: relative;
  top: 2px;
}
.header .main-menu-area .two-icons li.search .seach_bar i {
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  transition: all 0.4s ease 0s;
}
.header .main-menu-area .two-icons li.search .seach_bar i:before {
  font-size: 18px;
}
.header .main-menu-area .two-icons li.sign-btn {
  padding-left: 35px;
}
.header .main-menu-area .two-icons li.sign-btn a.secondary-btn:before {
  background: #fff;
}
.header .main-menu-area .two-icons li.sign-btn a.secondary-btn:hover {
  color: #333333;
  border-color: #fff;
}
.header .main-menu-area .two-icons li.sign-btn a:before {
  border-radius: 3px;
}
.header .main-menu-area .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.header .main-menu-area .navbar {
  margin-bottom: 0;
  border: 0;
  font-family: 'Open Sans', sans-serif;
}
.header .main-menu-area .navbar ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.header .main-menu-area .navbar ul li {
  height: 53px;
  line-height: 53px;
  position: relative;
  display: inline-block;
  transition: all 0.4s ease 0s;
}
.header .main-menu-area .navbar ul li + li {
  margin-left: 35px;
}
.header .main-menu-area .navbar ul li > a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  transition: all 0.4s ease 0s;
  text-transform: uppercase;
}
.header .main-menu-area .navbar ul li > a i {
  margin-left: 5px;
}
.header .main-menu-area .navbar ul li > a:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 0px;
  background-color: #0575e6;
  transition: .5s ease width;
  left: 0;
  bottom: 0;
}
.header .main-menu-area .navbar .navbar-toggle {
  background-color: #021a74;
  border-radius: 2px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.header .main-menu-area .navbar .navbar-toggle .icon-bar {
  background-color: #fff;
}
.header .main-menu-area .navbar .navbar-toggle:hover {
  opacity: 0.8;
}
.header .header-bottom .mainmenu {
  float: none;
}
.header .header-bottom .mainmenu .nav-menu li.current_page_item > a {
  color: #bbb;
}
.header .header-bottom .mainmenu .nav-menu li a:hover {
  color: #bbb;
}
.header .header-bottom .quote-section {
  float: right;
}
.header .header-bottom .logo-area {
  height: 90px;
  line-height: 84px;
  float: left;
}
.header .header-bottom .logo-area img {
  max-width: 260px;
}
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 99;
}
#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}
#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0);
  font-size: 45px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
#search .primary-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
  padding: 10px 30px;
  min-width: inherit;
}
#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
  left: auto;
  margin: 0;
  outline: none;
}
.main-menu {
  clear: both;
  float: left;
  font-size: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
.main-menu li {
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
}
.main-menu li:hover > ul.mega-menu > li > ul {
  position: relative;
}
.main-menu li i {
  font-size: 16px;
  margin-right: 10px;
  transform: translate3d(0, 0, 0);
}
.main-menu a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #4a4a4a;
  display: block;
  font-weight: 400;
  padding: 16px;
}
.main-menu ul {
  text-align: center;
}
.main-menu ul ul {
  text-align: left;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  z-index: 99;
  padding: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #fff;
  box-shadow: 0px 10px 40px 0 rgba(0, 0, 0, 0.08);
}
.main-menu ul ul li a {
  color: #333333;
  font-weight: 500;
}
.main-menu ul ul li a:hover {
  background: linear-gradient(90deg, #021a74 0%, #0575e6 95%);
  color: #fff !important;
}
.main-menu ul ul li:last-child {
  border-bottom: 0;
}
.main-menu ul ul li.active > a {
  background: linear-gradient(90deg, #021a74 0%, #0575e6 95%);
  color: #fff !important;
}
.main-menu ul ul a {
  font-size: 15px;
  text-align: left;
  width: 200px;
}
.main-menu ul ul li > ul {
  left: 100%;
}
.main-menu ul ul ul {
  top: 0;
}
.main-menu ul ul.visible {
  display: block;
  opacity: 0;
  visibility: hidden;
  z-index: 17;
}
.main-menu ul .em-mega-menu ul.visible ul.sub-menu {
  display: block;
  z-index: 17;
}
.main-menu ul li a:hover {
  color: #021a74;
}
.main-menu ul > li > a {
  padding: 20px 0;
  position: relative;
}
.mobile-menu {
  margin-top: -39px;
}
.mobile-menu .main-menu {
  margin-top: 15px;
  float: none;
}
.mobile-menu .main-menu li {
  display: block;
  margin-right: 0;
}
.mobile-menu .main-menu ul {
  background: linear-gradient(90deg, #021a74 0%, #0575e6 95%);
}
.mobile-menu .main-menu ul > li > a {
  color: #fff;
  padding: 15px 25px;
}
.mobile-menu .main-menu ul li a:hover {
  color: #bbb !important;
}
.mobile-menu .main-menu ul .sub-menu li a {
  padding-left: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-menu .main-menu ul .sub-menu li a:hover {
  color: #bbb !important;
  background: transparent;
}
.mobile-menu .main-menu ul .sub-menu li.active > a {
  color: #bbb !important;
  background: transparent;
}
.mobile-menu .main-menu ul .sub-menu .sub-menu a {
  padding-left: 75px;
}
.mobile-menu .main-menu ul ul {
  visibility: visible;
  opacity: 1;
  position: static;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: none;
}
.main-menu ul,
.main-menu li,
.main-menu p,
.main-menu a,
.main-menu div,
.main-menu i {
  border: 0;
  margin: 0;
  padding: 0;
}
.main-menu > ul > li:last-child {
  margin-right: 0;
}
.main-menu .sub-menu li {
  line-height: inherit;
}
.main-menu .sub-menu li a {
  padding: 12px 14px;
  border-top: 1px solid rgba(2, 26, 116, 0.1);
}
.main-menu .sub-menu li:first-child a {
  border-top: none;
}
.nav-menu > li > a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
.em-mega-menu .services-details i {
  color: #021a74;
}
.em-mega-menu .services-details img {
  margin-right: 10px;
}
.nav-menu li .mega-menu li a {
  display: inline-block;
  padding: 0;
  width: auto;
}
.nav-menu ul {
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-menu .menu-item-has-children > span {
  display: none;
}
.nav-menu .em-mega-menu > span {
  display: none;
}
.nav-menu span.main-menu-parent i {
  color: #ffffff;
  margin: 0;
}
#map {
  height: 500px;
}
.main-menu li:active > ul,
.main-menu li:focus > ul,
.main-menu li:hover > ul,
.main-menu li:hover > ul.mega-menu > li > ul,
.main-menu li:hover ul.mega-menu .sub-menu {
  display: block;
  z-index: 17;
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.main-menu > ul > li {
  margin-right: 55px;
}
.main-menu > ul > li:hover a:before {
  width: 100%;
}
.main-menu > ul > li.current-menu-item > a:before {
  width: 100%;
}
.main-menu > ul > li.current_page_item > a:before {
  width: 100%;
}
.main-menu > ul > li.active > a {
  color: #bbb;
}
.nav-menu > li:last-child > a {
  border-bottom: none;
}
.nav-menu > .menu-item-has-children .sub-menu .menu-item-has-children span.main-menu-parent {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  display: block;
  line-height: 15px;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
}
@media only screen and (max-width: 991px) {
  .main-menu ul {
    background: #45484a;
  }
  .main-menu .row [class*="col-"] {
    float: left!important;
    width: 100%!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .nav-menu > li > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    text-align: left;
  }
  .nav-menu > li:last-child > a {
    border-bottom: none;
  }
  .nav-menu span.main-menu-parent i {
    margin: 0;
    color: #fff;
  }
  .nav-menu > .menu-item-has-children .sub-menu .menu-item-has-children span.main-menu-parent {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    cursor: pointer;
    line-height: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  /*Options Menu Closed*/
  .nav-menu div.sub-menu-close {
    float: left;
    width: 100%;
    padding: 16px;
    cursor: pointer;
    background: #f6f3ed;
    color: #000;
    font-size: 14px;
    text-align: center;
  }
  .nav-menu div.sub-menu-close i {
    font-size: 16px;
    margin-right: 5px;
  }
  .main-menu .sub-menu {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }
  .header .main-menu-area {
    padding: 13px 0;
  }
  .header .logo {
    margin-top: 0;
  }
  /*Menu Toggle Appearance*/
  .main-menu-toggle {
    padding: 5px 15px;
    display: inline-block;
    border: 1px solid #fff;
    position: relative;
    cursor: pointer;
    color: #fff !important;
    font-size: 20px;
    text-transform: uppercase;
    /* Remove the blue Webkit background when element is tapped */
  
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .main-menu ul ul li {
    border-color: #ececec;
  }
  .main-menu ul ul li a {
    background: #fff;
    color: #101010;
  }
  .main-menu ul li a:hover,
  .main-menu ul ul li a:hover {
    color: #021a74;
  }
  .main-menu {
    display: none;
  }
}
.menu-toggle {
  position: relative;
  float: right;
  height: 45px;
  width: 50px;
  cursor: pointer;
  overflow: hidden;
}
.menu-toggle .menu-icon {
  position: absolute;
  width: 30px;
  height: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.menu-toggle .menu-icon .menu-line {
  position: absolute;
  left: 0;
  background-color: #c4ae91;
  height: 3px;
  width: 100%;
  border-radius: 3px;
  pointer-events: none;
  background-color: #eee;
  height: 2px;
}
.menu-toggle .menu-icon .menu-line.menu-line--1 {
  transition: width 0.2s ease-in-out 0.4s;
  top: 0;
}
.menu-toggle .menu-icon .menu-line.menu-line--2 {
  top: 0;
  bottom: 0;
  margin: auto;
  transition: width 0.2s ease-in-out 0.3s;
}
.menu-toggle .menu-icon .menu-line.menu-line--3 {
  transition: width 0.2s ease-in-out 0.2s;
  bottom: 0;
}
.menu-toggle .menu-icon .menu-line.menu-line--4 {
  -webkit-transform: rotate(45deg) translate3d(-30px, 0, 0);
  transform: rotate(45deg) translate3d(-30px, 0, 0);
  transition: opacity 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0.2s;
  transition: opacity 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0.2s;
  transition: opacity 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0.2s;
}
.menu-toggle .menu-icon .menu-line.menu-line--5 {
  -webkit-transform: rotate(-45deg) translate3d(30px, 0, 0);
  transform: rotate(-45deg) translate3d(30px, 0, 0);
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.menu-toggle .menu-icon .menu-line.menu-line--4,
.menu-toggle .menu-icon .menu-line.menu-line--5 {
  opacity: 0;
  top: 8.5px;
}
.menu-toggle.open {
  margin-bottom: 10px;
}
.menu-toggle.open .menu-icon .menu-line.menu-line--1 {
  width: 0;
  transition: width 0.2s ease-in-out;
}
.menu-toggle.open .menu-icon .menu-line.menu-line--2 {
  width: 0;
  transition: width 0.2s ease-in-out 0.1s;
}
.menu-toggle.open .menu-icon .menu-line.menu-line--3 {
  width: 0;
  transition: width 0.2s ease-in-out 0.2s;
}
.menu-toggle.open .menu-icon .menu-line.menu-line--4 {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
  transition: opacity 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0.2s;
  transition: opacity 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0.2s;
  transition: opacity 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0.2s;
}
.menu-toggle.open .menu-icon .menu-line.menu-line--5 {
  opacity: 1;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
  transition: opacity 0.2s ease-in-out 0.4s, -webkit-transform 0.2s ease-in-out 0.4s;
  transition: opacity 0.2s ease-in-out 0.4s, transform 0.2s ease-in-out 0.4s;
  transition: opacity 0.2s ease-in-out 0.4s, transform 0.2s ease-in-out 0.4s, -webkit-transform 0.2s ease-in-out 0.4s;
}
.header.header-inner .nav-menu li.no-sub-menu.active a {
  position: relative;
}
.header.header-inner .nav-menu li.no-sub-menu.active a:after {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 26px;
}
.header.header-inner .header-bottom .mainmenu .nav-menu .sub-menu li.current_page_item > a {
  color: #fff;
  background: #021a74;
}
.header.header-inner .header-bottom .mainmenu .nav-menu .sub-menu li.current_page_item span.main-menu-parent i {
  color: #fff;
}
.header.header-inner .header-bottom .mainmenu .nav-menu .sub-menu li.current_page_item > a:after {
  display: none;
}
.menu-toggle {
  z-index: 99;
}
.mobile-menu {
  position: relative;
  z-index: 99;
}
/*------------------------------------
    04. Sticky Menu
--------------------------------------*/
.menu-sticky.sticky {
  background: linear-gradient(90deg, #021a74 0%, #0575e6 95%);
  position: fixed;
  top: 0px;
  z-index: 999;
  margin: 0 auto;
  padding: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-name: sticky-animation;
  animation-name: sticky-animation;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.header.header-layout2.sticky {
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .header.header-layout2.sticky {
    background: linear-gradient(90deg, #021a74 0%, #0575e6 95%);
  }
}
.header.header-layout2.sticky .main-menu-area {
  padding: 0;
}
.header.header-layout2.sticky .header-top {
  display: none;
}
@media only screen and (max-width: 991px) {
  .header.header-layout2.sticky .header-top {
    display: block;
    padding: 17px 15px;
    background: transparent;
  }
}
@media only screen and (max-width: 991px) {
  .header.header-layout2 {
    background: #021a74;
  }
}
@-webkit-keyframes sticky-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes sticky-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ---------------------------
    05 Banner Section
------------------------------*/
.banner-section {
  background: url("images/banner/main-banner.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.banner-section:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(2, 26, 116, 0.65);
  z-index: 3;
  transition: all 0.4s ease 0s;
  display: none;
}
.banner-section .banner-carousel {
  z-index: 6;
}
.banner-section .container {
  z-index: 9;
}
.banner-section .banner-desc {
  position: relative;
  padding: 300px 0 325px;
  z-index: 5;
}
@media only screen and (max-width: 1440px) {
  .banner-section .banner-desc {
    padding: 250px 0 275px;
  }
}
@media only screen and (max-width: 1360px) {
  .banner-section .banner-desc {
    padding: 200px 0 215px;
  }
}
.banner-section .banner-desc .main-title {
  font-size: 80px;
  color: #fff;
  font-weight: 600;
  line-height: 90px;
  margin-bottom: 20px;
}
.banner-section .banner-desc h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}
.banner-section .banner-desc p {
  font-size: 18px;
  font-weight: 500;
  padding-right: 38px;
  line-height: 30px;
}
.banner-section .banner-desc .banner-btn {
  position: relative;
  margin-top: 40px;
}
.banner-section .banner-desc .banner-btn .primary-btn {
  margin-right: 25px;
}
.banner-section .banner-desc .banner-btn .secondary-btn:before {
  background: #fff;
}
.banner-section .banner-desc .banner-btn .secondary-btn:hover {
  color: #333333;
  border-color: #fff;
}
.banner-section.banner-layout2 {
  background: transparent;
  background-position: center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.banner-section.banner-layout2 .slider-item {
  position: relative;
  overflow: hidden;
}
.banner-section.banner-layout2 .slider-item:before {
  content: "";
  display: block;
  width: 60%;
  height: 100%;
  left: -100px;
  position: absolute;
  top: 0;
  transform: skewX(-11deg);
  background: linear-gradient(90deg, #021a74 0%, #0575e6 95%);
  opacity: 0.95;
}
.banner-section.banner-layout2 .slider-item .banner-contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.banner-section.banner-layout2 .banner-desc {
  padding: 150px 0 0 0;
}
@media only screen and (max-width: 1660px) {
  .banner-section.banner-layout2 .banner-desc {
    padding: 160px 0 0 0;
  }
}
@media only screen and (max-width: 1440px) {
  .banner-section.banner-layout2 .banner-desc {
    padding: 175px 0 0 0;
  }
}
.banner-carousel .owl-item .banner-desc {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  transition-delay: 400ms;
  webkit-transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1);
}
.banner-carousel .owl-item.active .banner-desc {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* Feel free to change duration  */.animated {
  -webkit-animation-duration: 1000 ms  ;
  animation-duration: 1000 ms  ;
  -webkit-animation-fill-mode: both  ;
  animation-fill-mode: both  ;
}
/* .owl-animated-out - only for current item *//* This is very important class. Use z-index if you want move Out item above In item */.owl-animated-out {
  z-index: 1;
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */.owl-animated-in {
  z-index: 0;
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */.fadeOut {
  -webkit-animation-name: fadeOut  ;
  animation-name: fadeOut  ;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1   ;
  }
  100% {
    opacity: 0   ;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1   ;
  }
  100% {
    opacity: 0   ;
  }
}
.banner-carousel.style-arrow .owl-nav .owl-prev i {
  opacity: 0.2;
}
.banner-carousel.style-arrow .owl-nav .owl-next i {
  opacity: 0.2;
}
.banner-carousel.style-arrow:hover .owl-nav .owl-prev {
  left: 25px !important;
}
.banner-carousel.style-arrow:hover .owl-nav .owl-prev:hover i {
  opacity: 1;
}
.banner-carousel.style-arrow:hover .owl-nav .owl-next {
  right: 25px !important;
}
.banner-carousel.style-arrow:hover .owl-nav .owl-next:hover i {
  opacity: 1;
}
.skew-overlay {
  content: "";
  display: block;
  width: 66%;
  height: 100%;
  left: -100px;
  position: absolute;
  top: 0;
  transform: skewX(-11deg);
  background: linear-gradient(90deg, #021a74 0%, #0575e6 95%);
  opacity: 0.95;
}
.black-overlay {
  background: #333;
  opacity: 0.95;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.banner-shape .circle-shape {
  position: absolute;
  width: 326px;
  height: 326px;
  background: url(images/banner/dotted-circle.png) no-repeat center top;
  background-size: 100%;
  background-position: center left;
  right: 210px;
  top: 22%;
  opacity: 0;
  visibility: hidden;
  transition: all 1.5s ease-in-out;
  transition-delay: 2.5s;
  transform: translateY(30%);
  -webkit-animation: infiniteRotate 20s linear infinite;
  animation: infiniteRotate 20s linear infinite;
  z-index: 2;
}
@media only screen and (max-width: 1440px) {
  .banner-shape .circle-shape {
    width: 250px;
    height: 250px;
    right: 165px;
    top: 30%;
  }
}
.banner-shape .circle-shape.shape-loaded {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.banner-shape .main-shape {
  position: absolute;
  width: 793px;
  height: 812px;
  background: url(images/banner/business-man.png) no-repeat center top;
  background-size: 100%;
  background-position: center left;
  bottom: 0;
  right: 11%;
  visibility: hidden;
  transition: all 1s ease-in-out;
  transition-delay: 3.5s;
  transform: translateY(30%);
  z-index: 3;
  opacity: 0;
}
.banner-shape .main-shape.shape-loaded {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media only screen and (max-width: 1440px) {
  .banner-shape .main-shape {
    width: 650px;
    height: 666px;
  }
}
@media only screen and (max-width: 1360px) {
  .banner-shape .main-shape {
    width: 600px;
    height: 614px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-shape .main-shape {
    width: 450px;
    height: 461px;
  }
}
@media only screen and (max-width: 480px) {
  .banner-shape .main-shape {
    width: 300px;
    height: 307px;
  }
}
.banner-shape .main-shape.shape-loaded {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.shape-dotted {
  position: absolute;
  width: 115px;
  height: 160px;
  background: url(images/banner/banner-dot.png) no-repeat center top;
  background-size: 100%;
  background-position: center left;
  left: -55px;
  bottom: -85px;
  opacity: 0;
  visibility: hidden;
  animation: up_down 10s infinite;
  transition: all 1s ease-in-out;
  transition-delay: 4s;
  transform: translateY(30%);
  z-index: 2;
}
.shape-dotted.shape-loaded {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.pattern1 {
  position: absolute;
  width: 347px;
  height: 71px;
  background: url(images/banner/pattern1.png) no-repeat center top;
  background-size: 100%;
  background-position: center left;
  left: 60px;
  bottom: 50px;
  opacity: 0;
  visibility: hidden;
  animation: nudge 16s infinite;
  transition: all 1s ease-in-out;
  transition-delay: 5s;
  transform: translateY(30%);
  z-index: 8;
}
@media only screen and (max-width: 1440px) {
  .pattern1 {
    width: 200px;
    height: 41px;
    bottom: 30px;
  }
}
.pattern1.shape-loaded {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.pattern2 {
  position: absolute;
  width: 347px;
  height: 71px;
  background: url(images/banner/pattern2.png) no-repeat center top;
  background-size: 100%;
  background-position: center left;
  top: 250px;
  right: 39%;
  opacity: 0;
  visibility: hidden;
  animation: nudge 14s infinite;
  transition: all 1s ease-in-out;
  transition-delay: 4s;
  transform: translateY(30%);
  z-index: 8;
}
@media only screen and (max-width: 1440px) {
  .pattern2 {
    width: 200px;
    height: 41px;
  }
}
.pattern2.shape-loaded {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/* ------------------------------------
    06. About Us
---------------------------------------*/
.about-section p.big {
  font-family: 'Asap', sans-serif;
  margin-bottom: 15px;
}
.about-section .about-desc {
  padding-left: 46px;
}
.about-section .about-btn {
  padding-top: 15px;
}
.about-section .play-video .play-icon {
  left: 29%;
}
.about-section .about-left-bg {
  background: url("images/about/about-left.jpg") center top no-repeat;
  background-size: auto auto;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1660px) {
  .about-section .about-left-bg {
    background-position: center right;
  }
}
.about-section .about-left-bg:after {
  background: #f7f7fc;
  content: "";
  display: block;
  width: 210px;
  height: 101%;
  right: -142px;
  position: absolute;
  top: 0;
  transform: skewX(-10deg);
}
@media only screen and (max-width: 1660px) {
  .about-section .about-left-bg:after {
    right: -135px;
  }
}
.about-section.about2 .about-desc {
  padding: 92px 0 100px 50px;
}
.about-section.about2 .about-desc .sec-desc {
  max-width: 550px;
}
/* ------------------------------------
    06. Testimonial & Why Choose
---------------------------------------*/
.tesi-whychoose p.big {
  font-family: 'Asap', sans-serif;
  margin-bottom: 15px;
}
.tesi-whychoose .about-desc {
  padding-left: 46px;
}
.tesi-whychoose .about-btn {
  padding-top: 15px;
}
.tesi-whychoose .testimonial-left {
  background: url("images/bg/left-testimonial-bg.jpg") center top no-repeat;
  background-size: auto auto;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
}
@media only screen and (max-width: 1660px) {
  .tesi-whychoose .testimonial-left {
    background-position: center right;
  }
}
@media only screen and (max-width: 1440px) {
  .tesi-whychoose .testimonial-left {
    padding: 70px 60px;
  }
}
.tesi-whychoose .testimonial-left .testimonial-item {
  max-width: inherit;
  padding: 0 150px 0 120px;
}
@media only screen and (max-width: 1440px) {
  .tesi-whychoose .testimonial-left .testimonial-item {
    padding: 0 70px 0 50px;
  }
}
@media only screen and (max-width: 1360px) {
  .tesi-whychoose .testimonial-left .testimonial-item {
    padding: 0 50px 0 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .tesi-whychoose .testimonial-left .testimonial-item {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 991px) {
  .tesi-whychoose .testimonial-left .testimonial-item {
    padding: 0 30px;
  }
}
.tesi-whychoose .testimonial-left:after {
  background: #f7f7fc;
  content: "";
  display: block;
  width: 200px;
  height: 101%;
  right: -142px;
  position: absolute;
  top: 0;
  transform: skewX(-11deg);
  z-index: 5;
}
@media only screen and (max-width: 1660px) {
  .tesi-whychoose .testimonial-left:after {
    right: -135px;
  }
}
.tesi-whychoose .testimonial-left:before {
  background: linear-gradient(90deg, rgba(2, 26, 116, 0.99) 0%, rgba(5, 117, 230, 0.95) 100%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 3;
}
@media only screen and (max-width: 1660px) {
  .tesi-whychoose .testimonial-left:before {
    right: -135px;
  }
}
.tesi-whychoose .testimonial-left .testimonial-carousel2 {
  z-index: 10;
}
.tesi-whychoose .why-us-section {
  padding-bottom: 92px;
  padding-top: 92px;
  padding-left: 65px;
}
.tesi-whychoose .why-us-section .choose-item .item-num {
  font-size: 42px;
}
.tesi-whychoose .slick-list {
  padding-top: 30px;
}
.tesi-whychoose .slick-dots {
  text-align: center;
  margin-top: 30px;
}
.tesi-whychoose .slick-dots li {
  border: none;
  background: transparent;
  padding: 0;
  outline: none;
  position: relative;
  display: inline-block;
  z-index: 9;
}
.tesi-whychoose .slick-dots li:after {
  display: none;
}
.tesi-whychoose .slick-dots li button {
  width: 15px;
  height: 15px;
  border: 1px solid #021a74;
  border-radius: 50%;
  display: block;
  margin-right: 11px;
  cursor: pointer;
  background: none;
  box-shadow: none;
  outline: none !important;
}
.tesi-whychoose .slick-dots li.slick-active button {
  background: #021a74;
  border-color: #021a74;
}
.testimonial-item {
  position: relative;
  color: #fff;
  max-width: 750px;
  margin: 0 auto;
}
.testimonial-item .quote-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -41px;
  z-index: -1;
  opacity: 0.6;
}
.testimonial-item .quote-icon i::before {
  font-size: 55px;
  color: #021a74;
}
.testimonial-item .author-info {
  margin-top: 10px;
}
.testimonial-item .author-info .author {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}
.testimonial-item .author-info .designation {
  font-size: 15px;
}
.testimonial-item .author-img {
  max-width: 92px;
  margin: 0 auto;
}
.testimonial-item .author-img img {
  width: auto;
  border-radius: 100%;
}
/* ------------------------------------
    06. Service Section
---------------------------------------*/
.service-section {
  background: url("images/service/service-bg.jpg") center top no-repeat;
  background-size: auto auto;
  background-size: cover;
  position: relative;
}
.service-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.service-item:after {
  background: #0575e6;
  opacity: 0.3;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  border-radius: 4px;
  transition: transform 450ms ease-in-out, opacity 450ms ease-in-out;
}
.service-item img {
  transform: scale(1);
  transition: all 0.4s ease 0s;
  border-radius: 6px;
}
.service-item .item-icon i:before {
  font-size: 40px;
  line-height: 40px;
}
.service-item .item-desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  color: #fff;
}
.service-item .item-desc .desc-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  padding: 30px 40px;
  width: 100%;
  height: auto;
  z-index: 9;
  overflow: hidden;
  justify-content: space-between;
}
.service-item .item-desc .overlay-content {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  padding: 20px 40px;
  width: 100%;
  height: auto;
  z-index: 9;
  overflow: hidden;
  transition: 0.5s all ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.service-item .item-desc .overlay-content .icon a {
  color: #fff;
}
.service-item .item-desc .overlay-content .icon a:hover {
  color: #bbb;
}
.service-item .item-desc .overlay-content .icon i:before {
  font-size: 40px;
  line-height: 40px;
}
.service-item .item-desc .icon {
  margin-top: 16px;
}
.service-item .item-desc p {
  margin-bottom: 22px;
}
.service-item .item-desc .service-title {
  font-weight: 600;
  color: #fff;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 0;
  transition: all 0.4s ease 0s;
}
.service-item .item-desc .item-title {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 8px;
  transition: all 0.4s ease 0s;
}
.service-item .item-desc .item-title a {
  color: #fff;
}
.service-item .item-desc .item-title a:hover {
  color: #bbb;
}
.service-item:hover:after {
  background: linear-gradient(48deg, #021a74, #0575e6);
  opacity: 1;
}
.service-item:hover .item-desc .desc-wrap {
  opacity: 0;
  visibility: hidden;
}
.service-item:hover .item-desc .overlay-content {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.our-services .section-title {
  width: 43%;
}
@media only screen and (max-width: 1440px) {
  .our-services .section-title {
    width: 50%;
  }
}
.our-services .title-desc {
  width: 57%;
}
@media only screen and (max-width: 1440px) {
  .our-services .title-desc {
    width: 50%;
    padding-left: 20px;
  }
}
.our-services .title-wrap {
  margin-bottom: 43px;
}
.our-services .service-wrap {
  padding: 46px 40px;
  border: 1px solid #ebebeb;
  position: relative;
  transition: all 1s ease 0s;
  background-size: auto auto;
  background-size: cover;
  overflow: hidden;
}
.our-services .service-wrap:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/service/service-bg1.jpg");
  background-size: cover;
  transition: all 1s ease 0s;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1660px) {
  .our-services .service-wrap {
    padding: 35px 30px;
  }
}
.our-services .service-wrap:after {
  background: linear-gradient(90deg, #021a74 0%, #0575e6 95%);
  opacity: 1;
  content: "";
  display: block;
  width: 90%;
  height: 90%;
  transform: translate(-50%, -50%);
  left: 50%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  z-index: 1;
  transition: all 1s ease 0s;
  border-radius: 10px;
}
.our-services .service-wrap .service-desc {
  position: relative;
  z-index: 5;
}
.our-services .service-wrap p {
  transition: all 0.1s ease 0s;
}
.our-services .service-wrap .service-icon {
  height: 50px;
  line-height: 50px;
  margin-bottom: 12px;
}
.our-services .service-wrap .service-icon i {
  height: 50px;
  display: block;
}
.our-services .service-wrap .service-icon i:before {
  font-size: 50px;
  color: #021a74;
}
.our-services .service-wrap .service-title {
  font-size: 30px;
  margin-bottom: 10px;
  transition: all 0.9s ease 0s;
}
.our-services .service-wrap .service-title a {
  color: #333333;
  transition: all 0.9s ease 0s;
}
.our-services .service-wrap .service-title a:hover {
  color: #021a74;
}
@media only screen and (max-width: 1440px) {
  .our-services .service-wrap .service-title {
    font-size: 28px;
  }
}
.our-services .service-wrap.active:before {
  opacity: 1;
  visibility: visible;
}
.our-services .service-wrap.active:after {
  opacity: 0.8;
  visibility: visible;
  width: 100%;
  height: 100%;
  border-radius: 0;
  top: 50%;
}
.our-services .service-wrap.active p {
  color: #fff;
  transition: all 0.1s ease 0s;
}
.our-services .service-wrap.active .readmore {
  color: #fff;
}
.our-services .service-wrap.active .readmore i::before {
  color: #fff;
}
.our-services .service-wrap.active .service-icon i:before {
  color: #fff;
  transition: all 0.1s ease 0s;
}
.our-services .service-wrap.active .service-title a {
  color: #fff;
  transition: all 0.1s ease 0s;
}
.our-services .service-wrap.active .service-title a:hover {
  color: #bbb;
  transition: all 0.4s ease 0s;
}
.our-services .service-wrap:hover:before {
  opacity: 1;
  visibility: visible;
}
.our-services .service-wrap:hover:after {
  opacity: 0.8;
  visibility: visible;
  width: 100%;
  height: 100%;
  border-radius: 0;
  top: 50%;
}
.our-services .service-wrap:hover p {
  color: #fff;
  transition: all 0.1s ease 0s;
}
.our-services .service-wrap:hover .readmore {
  color: #fff;
}
.our-services .service-wrap:hover .readmore i::before {
  color: #fff;
}
.our-services .service-wrap:hover .service-icon i:before {
  color: #fff;
  transition: all 0.1s ease 0s;
}
.our-services .service-wrap:hover .service-title a {
  color: #fff;
  transition: all 0.1s ease 0s;
}
.our-services .service-wrap:hover .service-title a:hover {
  color: #bbb;
  transition: all 0.4s ease 0s;
}
/* ------------------------------------
    06. Feature Section
---------------------------------------*/
.feature-section .service-item .item-desc p {
  margin-bottom: 0;
}
/* ------------------------------------
    06. Service Section
---------------------------------------*/
.why-us-section {
  padding-bottom: 62px;
}
.why-us-section .choose-item {
  padding-right: 45px;
}
.why-us-section .choose-item .item-num {
  font-size: 52px;
  color: #021a74;
  font-weight: 700;
}
.why-us-section .choose-item .item-title {
  font-size: 30px;
  margin-bottom: 12px;
}
.why-us-section .choose-item .item-title a {
  color: #333333;
}
.why-us-section .choose-item .item-title a:hover {
  color: #021a74;
}
.why-us-section .choose-item p {
  margin-bottom: 0;
}
/*------------------------------------
    09. Popup Video Css
--------------------------------------*/
.YouTubePopUp-Wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 9999999999999;
}
.YouTubePopUp-animation {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUp;
  animation-name: YouTubePopUp;
}
@-webkit-keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.YouTubePopUp-Content {
  max-width: 680px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.YouTubePopUp-Wrap .YouTubePopUp-Content iframe {
  max-width: 100%;
  width: 100%;
  display: block;
  height: 480px;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.YouTubePopUp-Hide {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUpHide;
  animation-name: YouTubePopUpHide;
}
@-webkit-keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.YouTubePopUp-Close {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 528px;
  right: 0px;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background: url(images/close.png) no-repeat;
  background-size: 24px 24px;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
}
.YouTubePopUp-Close:hover {
  opacity: 0.5;
}
@media all and (max-width: 768px) and (min-width: 10px) {
  .YouTubePopUp-Content {
    max-width: 90%;
  }
}
@media all and (max-width: 600px) and (min-width: 10px) {
  .YouTubePopUp-Content iframe {
    height: 320px !important;
  }
  .YouTubePopUp-Close {
    bottom: 362px;
  }
}
@media all and (max-width: 480px) and (min-width: 10px) {
  .YouTubePopUp-Content iframe {
    height: 220px !important;
  }
  .YouTubePopUp-Close {
    bottom: 262px;
  }
}
/* -----------------------
    12. Contact Section
--------------------------*/
.contact-section {
  position: relative;
}
.contact-section:before {
  background: #f5f7fc;
  opacity: 1;
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.contact-section textarea,
.contact-section select,
.contact-section input[type="text"],
.contact-section input[type="password"],
.contact-section input[type="datetime"],
.contact-section input[type="datetime-local"],
.contact-section input[type="date"],
.contact-section input[type="month"],
.contact-section input[type="time"],
.contact-section input[type="week"],
.contact-section input[type="number"],
.contact-section input[type="email"] {
  border: none;
}
.contact-section .contact-section-wrapper {
  background: url("images/bg/contact-bg.jpg") center top no-repeat;
  background-size: auto auto;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 5px;
  position: relative;
  z-index: 3;
}
.contact-section .section-title {
  margin-bottom: 35px;
}
.contact-section .sub-title,
.contact-section .title {
  color: #fff;
}
.contact-section .get-touch-img {
  vertical-align: bottom;
}
.contact-section .form-button button {
  background: #fff;
  color: #333333;
  border-radius: 4px;
}
.contact-section .form-button button:before {
  border-radius: 3px;
}
.contact-section .form-button button:after {
  color: #333333;
}
.contact-section .form-button button:hover {
  background: #fff;
  color: #333333;
}
.contact-section .form-button button:hover:after {
  color: #333333;
}
.get-intouch-section {
  background: url("images/bg/contact-bg2.jpg") center top no-repeat;
  background-size: auto auto;
  background-size: cover;
  position: relative;
  padding-bottom: 0;
}
.get-intouch-section .section-title {
  margin-bottom: 50px;
}
.get-intouch-section textarea,
.get-intouch-section select,
.get-intouch-section input[type="text"],
.get-intouch-section input[type="password"],
.get-intouch-section input[type="datetime"],
.get-intouch-section input[type="datetime-local"],
.get-intouch-section input[type="date"],
.get-intouch-section input[type="month"],
.get-intouch-section input[type="time"],
.get-intouch-section input[type="week"],
.get-intouch-section input[type="number"],
.get-intouch-section input[type="email"] {
  background: linear-gradient(90deg, #021a74 0%, #0575e6 95%);
  border: none;
  color: #fff;
}
.get-intouch-section textarea:focus,
.get-intouch-section select:focus,
.get-intouch-section input[type="text"]:focus,
.get-intouch-section input[type="password"]:focus,
.get-intouch-section input[type="datetime"]:focus,
.get-intouch-section input[type="datetime-local"]:focus,
.get-intouch-section input[type="date"]:focus,
.get-intouch-section input[type="month"]:focus,
.get-intouch-section input[type="time"]:focus,
.get-intouch-section input[type="week"]:focus,
.get-intouch-section input[type="number"]:focus,
.get-intouch-section input[type="email"]:focus {
  box-shadow: none;
  border-color: #021a74;
}
.get-intouch-section textarea::-webkit-input-placeholder,
.get-intouch-section select::-webkit-input-placeholder,
.get-intouch-section input[type="text"]::-webkit-input-placeholder,
.get-intouch-section input[type="password"]::-webkit-input-placeholder,
.get-intouch-section input[type="datetime"]::-webkit-input-placeholder,
.get-intouch-section input[type="datetime-local"]::-webkit-input-placeholder,
.get-intouch-section input[type="date"]::-webkit-input-placeholder,
.get-intouch-section input[type="month"]::-webkit-input-placeholder,
.get-intouch-section input[type="time"]::-webkit-input-placeholder,
.get-intouch-section input[type="week"]::-webkit-input-placeholder,
.get-intouch-section input[type="number"]::-webkit-input-placeholder,
.get-intouch-section input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #bbb;
  opacity: 1;
}
.get-intouch-section textarea::-moz-placeholder,
.get-intouch-section select::-moz-placeholder,
.get-intouch-section input[type="text"]::-moz-placeholder,
.get-intouch-section input[type="password"]::-moz-placeholder,
.get-intouch-section input[type="datetime"]::-moz-placeholder,
.get-intouch-section input[type="datetime-local"]::-moz-placeholder,
.get-intouch-section input[type="date"]::-moz-placeholder,
.get-intouch-section input[type="month"]::-moz-placeholder,
.get-intouch-section input[type="time"]::-moz-placeholder,
.get-intouch-section input[type="week"]::-moz-placeholder,
.get-intouch-section input[type="number"]::-moz-placeholder,
.get-intouch-section input[type="email"]::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
.get-intouch-section textarea:-ms-input-placeholder,
.get-intouch-section select:-ms-input-placeholder,
.get-intouch-section input[type="text"]:-ms-input-placeholder,
.get-intouch-section input[type="password"]:-ms-input-placeholder,
.get-intouch-section input[type="datetime"]:-ms-input-placeholder,
.get-intouch-section input[type="datetime-local"]:-ms-input-placeholder,
.get-intouch-section input[type="date"]:-ms-input-placeholder,
.get-intouch-section input[type="month"]:-ms-input-placeholder,
.get-intouch-section input[type="time"]:-ms-input-placeholder,
.get-intouch-section input[type="week"]:-ms-input-placeholder,
.get-intouch-section input[type="number"]:-ms-input-placeholder,
.get-intouch-section input[type="email"]:-ms-input-placeholder {
  color: #bbb;
  opacity: 1;
}
.get-intouch-section textarea:-moz-placeholder,
.get-intouch-section select:-moz-placeholder,
.get-intouch-section input[type="text"]:-moz-placeholder,
.get-intouch-section input[type="password"]:-moz-placeholder,
.get-intouch-section input[type="datetime"]:-moz-placeholder,
.get-intouch-section input[type="datetime-local"]:-moz-placeholder,
.get-intouch-section input[type="date"]:-moz-placeholder,
.get-intouch-section input[type="month"]:-moz-placeholder,
.get-intouch-section input[type="time"]:-moz-placeholder,
.get-intouch-section input[type="week"]:-moz-placeholder,
.get-intouch-section input[type="number"]:-moz-placeholder,
.get-intouch-section input[type="email"]:-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
.get-intouch-section .form-button button::after {
  color: #fff;
}
.contact-form {
  padding-bottom: 100px;
}
.contact-form .form-field {
  margin-bottom: 28px;
}
.contact-form .form-field .main-lebel {
  display: block;
}
.contact-form .form-heading h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 15px;
}
.contact-form .main-lebel {
  font-size: 20px;
  font-weight: 700;
  color: #3f4d6b;
  margin-bottom: 16px;
}
.contact-form .form-field input {
  width: 100%;
}
#contact_form .search-tag {
  border: 1px solid #021a74;
  padding: 0px 10px;
  height: 55px;
  line-height: 55px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 26px;
}
#contact_form .search-tag .tag {
  background: #021a74;
  color: #fff;
  font-weight: 400;
  padding: 10px 44px 9px 23px;
  border-radius: 3px;
  position: relative;
}
#contact_form .search-tag .tag:after {
  content: "\f106";
  position: absolute;
  font-family: Flaticon;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  right: 16px;
  font-size: 10px;
  top: -9px;
  color: #fff;
  z-index: 1;
}
#contact_form .search-tag input {
  border: none !important;
  color: #3f4d6b;
  font-weight: 700;
}
#contact_form .search-tag input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #cccccc;
  opacity: 1;
}
#contact_form .search-tag input::-moz-placeholder {
  /* Firefox 19+ */

  color: #cccccc;
  opacity: 1;
}
#contact_form .search-tag input:-ms-input-placeholder {
  /* IE 10+ */

  color: #cccccc;
}
#contact_form .search-tag input:-moz-placeholder {
  /* Firefox 18- */

  color: #cccccc;
  opacity: 1;
}
select {
  border: none;
  padding: 15px 16px;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(images/select-icon.png) no-repeat right 20px center;
  border-radius: 3px;
}
textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  color: #3f4d6b;
  display: inline-block;
  padding: 15px 16px;
  border-radius: 3px;
  outline: none;
  vertical-align: middle;
  font-size: 16px;
  height: auto;
}
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus {
  box-shadow: none;
  border-color: #dbdbdb;
}
textarea {
  height: 150px;
  width: 100%;
  border: 1px solid #dbdbdb;
}
textarea.form-control {
  border: 1px solid #dbdbdb;
}
textarea.form-control:focus {
  box-shadow: none;
  border-color: #dbdbdb;
}
.form-button button {
  background: linear-gradient(135deg, #021a74, #0575e6);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 48px 15px 34px;
  border-radius: 3px;
  position: relative;
  vertical-align: middle;
  z-index: 9;
  border: none;
  cursor: pointer;
  outline: none;
  transition: all 0.4s ease 0s;
}
.form-button button:hover {
  background: #0575e6;
}
.form-button button:after {
  content: "\f106";
  position: absolute;
  font-family: Flaticon;
  font-size: 16px;
  font-style: normal;
  margin-left: 20px;
  color: #fff;
  right: 26px;
  top: 15px;
  transition: all 0.4s ease 0s;
}
.form-button button:before {
  content: " ";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.08);
  z-index: -1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.form-button button i {
  margin-left: 7px;
}
.form-button button i:before {
  font-size: 16px;
  font-weight: normal;
}
.form-button button i:hover {
  color: #fff;
}
.form-button button:hover {
  color: #fff;
  background: linear-gradient(135deg, #021a74, #0575e6);
}
.form-button button:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.form-button button:hover:after {
  color: #fff;
}
.form-info .section-title.text-center {
  margin-bottom: 40px;
}
.form-info .section-title.max-width {
  max-width: 790px;
}
.form-info .contact-form {
  max-width: 930px;
  margin: 50px auto 0;
  background: #03239c;
  padding: 75px;
  border-radius: 5px;
}
.form-info .contact-form textarea,
.form-info .contact-form select,
.form-info .contact-form input[type="text"],
.form-info .contact-form input[type="password"],
.form-info .contact-form input[type="datetime"],
.form-info .contact-form input[type="datetime-local"],
.form-info .contact-form input[type="date"],
.form-info .contact-form input[type="month"],
.form-info .contact-form input[type="time"],
.form-info .contact-form input[type="week"],
.form-info .contact-form input[type="number"],
.form-info .contact-form input[type="email"] {
  background: linear-gradient(90deg, #1d49a1 0%, #1e5ab5 95%);
  border: none;
  color: #fff;
}
.form-info .contact-form textarea:focus,
.form-info .contact-form select:focus,
.form-info .contact-form input[type="text"]:focus,
.form-info .contact-form input[type="password"]:focus,
.form-info .contact-form input[type="datetime"]:focus,
.form-info .contact-form input[type="datetime-local"]:focus,
.form-info .contact-form input[type="date"]:focus,
.form-info .contact-form input[type="month"]:focus,
.form-info .contact-form input[type="time"]:focus,
.form-info .contact-form input[type="week"]:focus,
.form-info .contact-form input[type="number"]:focus,
.form-info .contact-form input[type="email"]:focus {
  box-shadow: none;
  border-color: #021a74;
}
.form-info .contact-form textarea::-webkit-input-placeholder,
.form-info .contact-form select::-webkit-input-placeholder,
.form-info .contact-form input[type="text"]::-webkit-input-placeholder,
.form-info .contact-form input[type="password"]::-webkit-input-placeholder,
.form-info .contact-form input[type="datetime"]::-webkit-input-placeholder,
.form-info .contact-form input[type="datetime-local"]::-webkit-input-placeholder,
.form-info .contact-form input[type="date"]::-webkit-input-placeholder,
.form-info .contact-form input[type="month"]::-webkit-input-placeholder,
.form-info .contact-form input[type="time"]::-webkit-input-placeholder,
.form-info .contact-form input[type="week"]::-webkit-input-placeholder,
.form-info .contact-form input[type="number"]::-webkit-input-placeholder,
.form-info .contact-form input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #ddd;
  opacity: 1;
}
.form-info .contact-form textarea::-moz-placeholder,
.form-info .contact-form select::-moz-placeholder,
.form-info .contact-form input[type="text"]::-moz-placeholder,
.form-info .contact-form input[type="password"]::-moz-placeholder,
.form-info .contact-form input[type="datetime"]::-moz-placeholder,
.form-info .contact-form input[type="datetime-local"]::-moz-placeholder,
.form-info .contact-form input[type="date"]::-moz-placeholder,
.form-info .contact-form input[type="month"]::-moz-placeholder,
.form-info .contact-form input[type="time"]::-moz-placeholder,
.form-info .contact-form input[type="week"]::-moz-placeholder,
.form-info .contact-form input[type="number"]::-moz-placeholder,
.form-info .contact-form input[type="email"]::-moz-placeholder {
  color: #ddd;
  opacity: 1;
}
.form-info .contact-form textarea:-ms-input-placeholder,
.form-info .contact-form select:-ms-input-placeholder,
.form-info .contact-form input[type="text"]:-ms-input-placeholder,
.form-info .contact-form input[type="password"]:-ms-input-placeholder,
.form-info .contact-form input[type="datetime"]:-ms-input-placeholder,
.form-info .contact-form input[type="datetime-local"]:-ms-input-placeholder,
.form-info .contact-form input[type="date"]:-ms-input-placeholder,
.form-info .contact-form input[type="month"]:-ms-input-placeholder,
.form-info .contact-form input[type="time"]:-ms-input-placeholder,
.form-info .contact-form input[type="week"]:-ms-input-placeholder,
.form-info .contact-form input[type="number"]:-ms-input-placeholder,
.form-info .contact-form input[type="email"]:-ms-input-placeholder {
  color: #ddd;
  opacity: 1;
}
.form-info .contact-form textarea:-moz-placeholder,
.form-info .contact-form select:-moz-placeholder,
.form-info .contact-form input[type="text"]:-moz-placeholder,
.form-info .contact-form input[type="password"]:-moz-placeholder,
.form-info .contact-form input[type="datetime"]:-moz-placeholder,
.form-info .contact-form input[type="datetime-local"]:-moz-placeholder,
.form-info .contact-form input[type="date"]:-moz-placeholder,
.form-info .contact-form input[type="month"]:-moz-placeholder,
.form-info .contact-form input[type="time"]:-moz-placeholder,
.form-info .contact-form input[type="week"]:-moz-placeholder,
.form-info .contact-form input[type="number"]:-moz-placeholder,
.form-info .contact-form input[type="email"]:-moz-placeholder {
  color: #ddd;
  opacity: 1;
}
.form-info .contact-form textarea {
  height: 170px;
}
#g-map {
  height: 570px;
  filter: grayscale(100%);
}
#g-map:hover {
  filter: grayscale(0);
}
.contact-info ul li {
  padding-right: 70px;
}
.contact-info ul li .contact-icon {
  color: #0575e6;
  position: relative;
  top: 2px;
}
.contact-info ul li .contact-icon i:before {
  font-size: 45px;
}
.contact-info ul li.address .contact-text,
.contact-info ul li.phone .contact-text {
  padding-left: 10px;
}
.contact-info ul li .contact-text {
  text-align: left;
  padding-left: 20px;
}
.contact-info ul li .contact-text a {
  color: #666666;
}
.contact-info ul li .contact-text a:hover {
  color: #021a74;
}
.contact-info ul li .contact-text h4 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 2px;
}
.contact-info ul li .contact-text p {
  margin-bottom: 0;
}
.contact-info ul li:last-child {
  padding-right: 0;
}
.d_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.style-radio {
  display: flex;
  padding-top: 15px;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.style-radio label {
  font-size: 16px;
  font-weight: 700;
  color: #3f4d6b;
}
.style-radio li:first-child {
  padding-right: 25px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 35px;
  line-height: 30px;
  cursor: pointer;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #c3d1fa;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:before {
  border-color: #021a74;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 14px;
  height: 14px;
  background: #021a74;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* -----------------------
    13. Project Section
--------------------------*/
.project-section {
  padding-bottom: 80px;
}
.project-section .title-wrap {
  margin-bottom: 32px;
}
.project-section.grid-layout {
  padding: 100px 0 70px;
}
.project-section .project-grid {
  display: block;
  position: relative;
}
.project-section .project-grid .project-img {
  position: relative;
  border-radius: 5px;
}
.project-section .project-grid .project-img:after {
  background: #0575e6;
  opacity: 0.2;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  border-radius: 4px;
  transition: all 0.4s ease 0s;
}
.project-section .project-grid .project-img .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
  position: absolute;
  left: 34px;
  bottom: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
}
.project-section .project-grid .project-img .title a {
  color: #fff;
}
.project-section .project-grid .project-img .project-cat {
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 25px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
}
.project-section .project-grid .project-img .project-cat:after {
  background: #fff;
  opacity: 1;
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  left: -57px;
  position: absolute;
  top: 13px;
  z-index: 1;
}
.project-section .project-grid .project-img .project-cat a {
  color: #fff;
}
.project-section .project-grid:hover .project-img:after {
  background: linear-gradient(48deg, #021a74, #0575e6);
  opacity: 0.8;
}
.project-section .project-grid:hover .project-img .project-cat {
  opacity: 1;
  visibility: visible;
  top: 25px;
}
.project-section .project-grid:hover .project-img .title {
  opacity: 1;
  visibility: visible;
  bottom: 35px;
}
.project-showcase .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.project-showcase .slick-list .project-item {
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: relative;
}
.project-showcase .slick-list .project-item.slick-center .project-img:after {
  background: linear-gradient(48deg, #021a74, #0575e6);
  opacity: 0.8;
}
.project-showcase .slick-list .project-item.slick-center .project-img .project-cat {
  opacity: 1;
  visibility: visible;
  top: 25px;
}
.project-showcase .slick-list .project-item.slick-center .project-img .title {
  opacity: 1;
  visibility: visible;
  bottom: 35px;
}
.project-showcase .slick-list .project-item .project-img {
  position: relative;
  border-radius: 5px;
}
.project-showcase .slick-list .project-item .project-img:after {
  background: #0575e6;
  opacity: 0.2;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  border-radius: 4px;
  transition: transform 450ms ease-in-out, opacity 450ms ease-in-out;
}
.project-showcase .slick-list .project-item .project-img .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
  position: absolute;
  left: 34px;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
}
.project-showcase .slick-list .project-item .project-img .title a {
  color: #fff;
}
.project-showcase .slick-list .project-item .project-img .title a:hover {
  opacity: 0.8;
}
.project-showcase .slick-list .project-item .project-img .project-cat {
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 25px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
}
.project-showcase .slick-list .project-item .project-img .project-cat:after {
  background: #fff;
  opacity: 1;
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  left: -57px;
  position: absolute;
  top: 13px;
  z-index: 1;
}
.project-showcase .slick-list .project-item .project-img .project-cat a {
  color: #fff;
}
.project-showcase .slick-list .project-item .project-img .project-cat a:hover {
  opacity: 0.8;
}
.project-showcase .slick-list .project-item:hover .project-img:after {
  background: linear-gradient(48deg, #021a74, #0575e6);
  opacity: 0.8;
}
.project-showcase .slick-list .project-item:hover .project-img .project-cat {
  opacity: 1;
  visibility: visible;
  top: 25px;
}
.project-showcase .slick-list .project-item:hover .project-img .title {
  opacity: 1;
  visibility: visible;
  bottom: 35px;
}
/* ----------------------------------
    10. Single Projects
-------------------------------------*/
.project-details .project-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 16px;
}
.project-details .project-short {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.09);
}
.project-details .project-short ul {
  padding: 0;
}
.project-details .project-short ul li {
  padding: 9px 0px;
}
.project-details .project-short ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.project-details .project-short ul li:first-child {
  padding-top: 0;
}
.project-details .project-short ul li .title {
  font-family: 'Asap', sans-serif;
  font-weight: 600;
  width: 130px;
  display: inline-block;
}
.project-details .project-short ul li .value {
  float: none;
  width: calc(100% - 130px);
}
.project-details .sidebar-area .widget {
  padding: 22px 30px 32px;
}
.service-details .sidebar-area .bs-caterories ul li {
  padding: 7px 0 7px 0;
}
.sidebar-area {
  padding-left: 30px;
}
@media only screen and (max-width: 1580px) {
  .sidebar-area {
    padding-left: 20px;
  }
}
/* -----------------------
    18. Blog Section
--------------------------*/
.team-section .team-showcase {
  position: relative;
}
.team-section .team-showcase.style-arrow:hover .owl-nav .owl-prev {
  left: 20px !important;
}
.team-section .team-showcase.style-arrow:hover .owl-nav .owl-next {
  right: 20px !important;
}
.team-section .title-wrap {
  margin-bottom: 32px;
}
.team-section .team-item {
  position: relative;
}
.team-section .team-item .team-img img {
  border-radius: 4px;
  width: 100%;
}
.team-section .team-item .team-info {
  background: linear-gradient(90deg, #021a74 0%, #0575e6 95%);
  padding: 13px 15px;
  height: 90px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: calc(100% - 80px);
  overflow: hidden;
  transition: all 0.4s ease 0s;
  z-index: 9;
  border-radius: 4px;
}
.team-section .team-item .team-info .title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 0;
  color: #fff;
}
.team-section .team-item .team-info .title a {
  color: #fff;
}
.team-section .team-item .team-info .title a:hover {
  color: #fdfdfd;
}
.team-section .team-item .team-info .designation {
  color: #fff;
}
.team-section .team-item .team-info .social {
  display: flex;
  text-align: center;
  justify-content: center;
  padding-top: 0;
  visibility: hidden;
  opacity: 0;
  height: 0;
  position: relative;
  top: -30px;
}
.team-section .team-item .team-info .social li {
  margin-right: 15px;
}
.team-section .team-item .team-info .social li:last-child {
  margin-right: 0;
}
.team-section .team-item .team-info .social li a {
  display: block;
  border-radius: 100%;
  font-size: 16px;
  color: #fff;
}
.team-section .team-item .team-info .social li a:hover {
  opacity: 0.85;
}
.team-section .team-item:hover {
  background: transparent;
}
.team-section .team-item:hover .phone-lk:hover {
  color: #fff;
}
.team-section .team-item:hover .phone-lk:hover i:before {
  color: #fff;
}
.team-section .team-item:hover .team-info {
  height: 125px;
  padding: 22px 15px 16px;
}
.team-section .team-item:hover .team-info .title a {
  color: #fff;
}
.team-section .team-item:hover .team-info .post {
  color: #fff;
}
.team-section .team-item:hover .team-info .social {
  visibility: visible;
  opacity: 1;
  height: auto;
  transition: all 0.4s ease 0s;
  transition-delay: 0.1s;
  top: 0;
  padding-bottom: 5px;
}
.team-section.team-grid .team-item .team-info {
  width: calc(100% - 30px);
}
/* -----------------------
    18. Blog Section
--------------------------*/
.blog-section .title-wrap {
  margin-bottom: 50px;
}
.blog-section .title-wrap .d_flex {
  justify-content: space-between;
}
.blog-section .title-wrap .section-title {
  margin-bottom: 0;
}
.blog-section .title-wrap .title {
  margin-bottom: 0;
}
.blog-section .blog-item {
  position: relative;
  padding-bottom: 65px;
}
.blog-section .blog-item .blog-img {
  overflow: hidden;
  border-radius: 4px;
}
.blog-section .blog-item .blog-img img {
  border-radius: 4px;
  width: 100%;
  transition: all 0.4s ease 0s;
}
.blog-section .blog-item .blog-info {
  background: linear-gradient(90deg, #021a74 0%, #0575e6 95%);
  padding: 0 20px;
  height: 130px;
  position: absolute;
  left: 50px;
  bottom: 0;
  width: calc(100% - 100px);
  overflow: hidden;
  transition: all 0.4s ease 0s;
  z-index: 99;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1360px) {
  .blog-section .blog-item .blog-info {
    padding: 0 16px;
  }
}
.blog-section .blog-item .blog-info .blog-date {
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 1780px) {
  .blog-section .blog-item .blog-info {
    width: calc(100% - 70px);
  }
}
.blog-section .blog-item .blog-info .blog--title {
  font-weight: 600;
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
}
.blog-section .blog-item .blog-info .blog--title a {
  color: #fff;
}
.blog-section .blog-item .blog-info .blog--title a:hover {
  color: #fff;
  opacity: 0.75;
}
.blog-section .blog-item .blog-info .blog-meta {
  font-size: 14px;
  color: #fff;
  justify-content: space-between;
}
.blog-section .blog-item .blog-info .blog-meta a {
  color: #fff;
}
.blog-section .blog-item .blog-info .blog-meta a:hover {
  color: #fff;
  opacity: 0.75;
}
.blog-section .blog-item:hover {
  background: transparent;
}
.blog-section .blog-item:hover .blog-img img {
  transform: scale(1.05);
}
.blog-section .blog-item:hover .blog-info .blog-title a {
  color: #fff;
}
.blog-list-section article:first-child {
  position: relative;
}
.blog-list-section article:first-child .blog-item {
  margin-top: 0;
}
.blog-list-section article .blog-item {
  margin-top: 70px;
}
.blog-list-section .blog-item .blog-img {
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
.blog-list-section .blog-item .blog-img img {
  transition: all 0.4s ease 0s;
  position: relative;
  z-index: 4;
}
.blog-list-section .blog-item .meta-info {
  margin-top: 40px;
}
.blog-list-section .blog-item .meta-info ul li {
  display: inline-block;
  margin-right: 15px;
  font-size: 15px;
}
.blog-list-section .blog-item .meta-info ul li a {
  color: #666666;
}
.blog-list-section .blog-item .meta-info ul li a:hover {
  color: #021a74;
}
.blog-list-section .blog-item .meta-info ul li:last-child {
  margin-right: 0;
}
.blog-list-section .blog-item .content .post-author {
  font-size: 20px;
}
.blog-list-section .blog-item .content .date {
  font-size: 14px;
  line-height: 24px;
}
.blog-list-section .blog-item .content .blog-title {
  font-size: 42px;
  line-height: 50px;
  font-weight: 600;
  margin: 20px 0;
}
@media only screen and (max-width: 1580px) {
  .blog-list-section .blog-item .content .blog-title {
    font-size: 35px;
    line-height: 45px;
  }
}
.blog-list-section .blog-item .content .blog-title a {
  color: #333333;
}
.blog-list-section .blog-item .content .blog-title a:hover {
  color: #021a74;
}
.blog-list-section .blog-item .content .read-more {
  margin-top: 40px;
}
.blog-list-section .blog-item .content .read-more:before {
  top: 0;
}
.blog-list-section .blog-item .content .short-desc {
  margin-bottom: 5px;
}
.blog-list-section .blog-item:hover .blog-img img {
  transform: scale(1.05);
}
.blog-list-section .pagination.pagination-layout1 ul {
  margin-top: 70px;
  margin-bottom: 20px;
}
.sidebar-area .widget {
  margin-bottom: 50px;
  padding: 22px 20px 32px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.09);
  position: relative;
  border-radius: 4px;
}
@media only screen and (max-width: 1440px) {
  .sidebar-area .widget {
    margin-bottom: 40px;
  }
}
.sidebar-area .widget.bs-search {
  padding: 0;
}
.sidebar-area .bs-widget-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 45px;
}
.sidebar-area .bs-widget-title:after {
  background: #f7f7fc;
  opacity: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  position: absolute;
  top: 75px;
  z-index: -1;
}
.sidebar-area .bs-caterories .bs-widget-title {
  margin-bottom: 0;
  padding-bottom: 38px;
}
.sidebar-area .bs-search {
  position: relative;
}
.sidebar-area .bs-search input {
  border: none;
  background: #fff;
  color: #333333;
  padding: 15px 23px;
  font-size: 16px;
  width: 100%;
  outline: none;
  border-radius: 4px;
}
.sidebar-area .bs-search button {
  background: transparent;
  border: medium none;
  color: #989898;
  position: absolute;
  right: 11px;
  top: 0;
  z-index: 9;
  font-size: 16px;
  outline: none;
  width: 40px;
  height: 100%;
  cursor: pointer;
}
.sidebar-area .bs-search button i {
  font-size: 18px;
}
.sidebar-area .bs-caterories {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.09);
  padding: 22px 20px 25px;
}
.sidebar-area .bs-caterories ul li {
  padding: 4px 0 4px 0;
}
.sidebar-area .bs-caterories ul li a {
  color: #666666;
  font-size: 16px;
  position: relative;
  padding-left: 25px;
}
.sidebar-area .bs-caterories ul li a:after {
  background: #021a74;
  opacity: 1;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  left: 6px;
  position: absolute;
  top: 9px;
  z-index: -1;
  border-radius: 100%;
}
.sidebar-area .bs-caterories ul li a:before {
  background: #fff;
  opacity: 1;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  left: 0;
  position: absolute;
  top: 3px;
  z-index: -1;
  border-radius: 100%;
  border: 2px solid #021a74;
}
.sidebar-area .bs-caterories ul li a:hover {
  color: #021a74;
}
.sidebar-area .bs-caterories ul li span {
  float: right;
}
.sidebar-area .bs-caterories ul li:first-child {
  border-top: none;
  padding-top: 0;
}
.sidebar-area .bs-caterories ul li:last-child {
  padding-bottom: 0;
}
.sidebar-area .bs-latest-post li:last-child .item-wrap {
  margin-bottom: 0;
}
.sidebar-area .bs-latest-post .item-wrap {
  margin-bottom: 20px;
  overflow: hidden;
}
.sidebar-area .bs-latest-post .item-wrap .post-images {
  float: left;
  max-width: 250px;
  margin-right: 20px;
  border-radius: 3px;
  overflow: hidden;
}
.sidebar-area .bs-latest-post .item-wrap .post-images img {
  transition: all 0.4s ease 0s;
}
.sidebar-area .bs-latest-post .item-wrap .post-desc {
  overflow: hidden;
}
.sidebar-area .bs-latest-post .item-wrap .post-desc .title {
  display: block;
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  line-height: 1.6;
}
.sidebar-area .bs-latest-post .item-wrap .post-desc .title:hover {
  color: #021a74;
}
.sidebar-area .bs-latest-post .item-wrap .post-desc .sitebar-meta li {
  color: #7e8689;
  font-size: 12px;
  display: inline-block;
  padding-right: 10px;
}
.sidebar-area .bs-latest-post .item-wrap .post-desc .sitebar-meta li:last-child {
  padding-right: 0;
}
.sidebar-area .bs-latest-post .item-wrap .post-desc .sitebar-meta li a {
  color: #7e8689;
}
.sidebar-area .bs-latest-post .item-wrap .post-desc .sitebar-meta li a:hover {
  color: #021a74;
}
.sidebar-area .bs-latest-post .item-wrap .post-desc span {
  display: block;
  font-size: 14px);
  color: #666666;
  margin-bottom: 5px;
}
.sidebar-area .bs-latest-post .item-wrap .post-desc i {
  color: #777777;
  font-size: 13px;
}
.sidebar-area .bs-latest-post .item-wrap .post-desc i.fa-star-o {
  color: #0575e6;
}
.sidebar-area .bs-latest-post .item-wrap:hover .post-images img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.sidebar-area .bs-tags {
  padding: 22px 20px 22px;
}
.sidebar-area .bs-tags a {
  display: inline-block;
  margin: 0 5px 12px 0;
  padding: 7px 17px;
  font-size: 14px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #666666;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
}
.sidebar-area .bs-tags a:hover {
  background-color: #021a74;
  border-color: #021a74;
  color: #fff;
}
.sidebar-area .sidebar-meta ul#meta-link {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.sidebar-area .sidebar-meta ul#meta-link a {
  display: block;
  font-size: 14px;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #e8e8e8;
  color: #666666;
  transition: all 0.4s ease 0s;
}
.sidebar-area .sidebar-meta ul#meta-link a:hover {
  color: #021a74;
}
/* ----------------------------------
   20. Partner Section
-------------------------------------*/
.partner-section {
  padding: 55px 0;
}
.partner-section .slick-track {
  display: flex;
  align-items: center;
}
.partner-section .partner-item img {
  width: auto;
  padding: 12px 15px;
  display: inline-block;
}
/* ----------------------------------
   20. Testimonial Section
-------------------------------------*/
.testimonial-section {
  background: url("images/bg/testimonial-bg.jpg") center top no-repeat;
  background-size: auto auto;
  background-size: cover;
  position: relative;
}
.testimonial-section.nmt {
  margin-top: -175px;
  padding: 266px 0 100px;
}
.testimonial-section.nmb {
  padding: 92px 0 266px;
}
.testimonial-section .section-title {
  max-width: 900px;
  margin: 0 auto 30px;
}
.testimonial-section .section-title .sub-title {
  font-size: 30px;
  line-height: 40px;
  text-transform: none;
  font-weight: 500;
  margin-bottom: 12px;
}
.testimonial-section .section-title .title {
  font-size: 80px;
  line-height: 90px;
}
.cta-section {
  background: url("images/bg/testimonial-bg.jpg") center top no-repeat;
  background-size: auto auto;
  background-size: cover;
  position: relative;
}
.cta-section .section-title {
  max-width: 900px;
  margin: 0 auto 30px;
}
.cta-section .section-title .sub-title {
  font-size: 30px;
  line-height: 40px;
  text-transform: none;
  font-weight: 500;
  margin-bottom: 12px;
}
.cta-section .section-title .title {
  font-size: 80px;
  line-height: 90px;
}
.testimonial-area {
  position: relative;
  z-index: 10;
  padding-top: 15px;
}
.testimonial-area .slick-list {
  padding-top: 15px;
}
.testimonial-area.tnmb {
  padding-top: 0;
  margin-top: -175px;
}
.testimonial-area .testimonial-carousel.style-arrow:hover .owl-nav .owl-prev {
  left: 40px !important;
}
.testimonial-area .testimonial-carousel.style-arrow:hover .owl-nav .owl-next {
  right: 40px !important;
}
.testimonial-page .testimonial-wrap {
  margin-bottom: 50px;
}
.testimonial-wrap {
  background: #fff;
  padding: 85px 140px 67px;
  flex-wrap: wrap;
  border-radius: 5px;
  width: 90%;
  margin: 0 auto;
  box-shadow: 0 10px 31px rgba(0, 0, 0, 0.07);
}
.testimonial-wrap .author-img {
  width: 170px;
  border-radius: 4px;
}
.testimonial-wrap .test-desc {
  width: calc(100% - 170px);
  padding-left: 42px;
  position: relative;
}
.testimonial-wrap .test-desc p {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  line-height: 27px;
}
.testimonial-wrap .test-desc .author {
  margin-bottom: 0;
}
.testimonial-wrap .test-desc .designation {
  font-size: 14px;
}
.testimonial-wrap .test-desc .quote-icon {
  position: absolute;
  left: 48px;
  top: -41px;
  z-index: 1;
}
.testimonial-wrap .test-desc .quote-icon i:before {
  font-size: 55px;
  color: #dddfe8;
}
/* ------------------------------------
    21. Error 404
---------------------------------------*/
.error-section .error-content-box {
  margin: 0 auto;
  margin-top: 60px;
}
.error-section .error-content-box h1 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 14px;
}
.error-section .error-content-box p {
  padding: 0 50px;
  color: #333333;
  font-weight: 500;
}
.error-section .error-content-box .primary-btn {
  margin-top: 20px;
}
.error-section .item-figure img {
  max-width: 400px;
}
/* ------------------------------------
    21. Blog Details
---------------------------------------*/
.single-blog-section .sidebar-area {
  margin-left: 0;
}
@media only screen and (max-width: 1580px) {
  .single-blog-section .sidebar-area {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1440px) {
  .single-blog-section .sidebar-area {
    margin-left: 0;
  }
}
.single-blog-section blockquote {
  max-width: 720px;
}
.single-blog-section .single-blog .item-details {
  padding: 0 40px 55px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.09);
  margin-bottom: 43px;
}
.single-blog-section .single-blog h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 12px;
}
.single-blog-section .single-blog .item-main-figure {
  margin-bottom: 37px;
  margin-left: -40px;
  margin-right: -40px;
}
.single-blog-section .single-blog .meta-info {
  margin-bottom: 15px;
}
.single-blog-section .single-blog .meta-info ul li {
  display: inline-block;
  margin-right: 15px;
  font-size: 15px;
}
.single-blog-section .single-blog .meta-info ul li a {
  color: #666666;
}
.single-blog-section .single-blog .meta-info ul li a:hover {
  color: #021a74;
}
.single-blog-section .single-blog .meta-info ul li:last-child {
  margin-right: 0;
}
.single-blog-section .single-blog .entry-title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 15px;
}
.single-blog-section .single-blog .tag-social {
  border-top: 1px solid #f0eeee;
  border-bottom: 1px solid #f0eeee;
  padding: 16px 0 1px;
  margin-bottom: 45px;
  margin-top: 46px;
}
.single-blog-section .single-blog .tag-social ul {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .single-blog-section .single-blog .tag-social ul {
    display: block;
  }
}
.single-blog-section .single-blog .tag-social ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  line-height: 1;
}
.single-blog-section .single-blog .tag-social ul .item-tag h5 {
  margin-bottom: 0;
  margin-right: 16px;
  font-size: 16px;
}
.single-blog-section .single-blog .tag-social ul .item-tag span {
  margin-right: 12px;
  display: block;
}
.single-blog-section .single-blog .tag-social ul .item-tag span a {
  font-size: 12px;
  display: inline-block;
  padding: 10px 14px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #666666;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
}
.single-blog-section .single-blog .tag-social ul .item-tag span a:hover {
  background: #021a74;
  border-color: #021a74;
  color: #fff;
}
.single-blog-section .single-blog .tag-social ul .item-social span {
  margin-right: 20px;
  display: block;
}
.single-blog-section .single-blog .tag-social ul .item-social span a {
  color: #333333;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.single-blog-section .single-blog .tag-social ul .item-social span a:hover {
  color: #021a74;
}
.single-blog-section .single-blog .tag-social ul .item-social span:last-child {
  margin-right: 0;
}
.single-blog-section .single-blog .tag-social ul .item-respons {
  color: #a5a5a5;
}
.single-blog-section .single-blog .tag-social ul .item-respons i {
  color: #646464;
  font-size: 20px;
  margin-right: 10px;
}
.single-blog-section .single-blog .post-nav-wrapper .post-nav-link {
  font-weight: 600;
}
.single-blog-section .single-blog .post-nav-wrapper .post-nav-link a {
  color: #666666;
}
.single-blog-section .single-blog .post-nav-wrapper .post-nav-link a:hover {
  color: #021a74;
}
.single-blog-section .single-blog .post-nav-wrapper .post-nav-link a i:before {
  font-weight: 600;
  font-size: 18px;
}
.single-blog-section .single-blog .post-nav-wrapper .post-nav-link.prev-post a i {
  padding-right: 7px;
}
.single-blog-section .single-blog .post-nav-wrapper .post-nav-link.next-post a i {
  padding-left: 7px;
}
.single-blog-section .single-blog .blog-author {
  margin-bottom: 50px;
  background: #f7f7f7;
  padding: 30px 20px 30px 28px;
}
@media only screen and (max-width: 575px) {
  .single-blog-section .single-blog .blog-author {
    text-align: center;
  }
}
.single-blog-section .single-blog .blog-author .media img {
  border-radius: 50%;
}
.single-blog-section .single-blog .blog-author .media .media-body {
  position: relative;
  padding-left: 24px;
}
.single-blog-section .single-blog .blog-author .media .media-body .item-title {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 10px;
}
.single-blog-section .single-blog .blog-author .media .media-body p {
  margin-bottom: 0;
}
.single-blog-section .single-blog .blog-author .media .media-body .item-subtitle {
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 600;
}
.single-blog-section .single-blog .section-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.single-blog-section .single-blog .blog-comment {
  background-color: #ffffff;
  margin-bottom: 43px;
}
.single-blog-section .single-blog .blog-comment .media-img-auto {
  margin-top: 5px;
}
.single-blog-section .single-blog .blog-comment ul li {
  position: relative;
  margin-bottom: 24px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 22px;
}
.single-blog-section .single-blog .blog-comment ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.single-blog-section .single-blog .blog-comment ul li:nth-child(odd) {
  margin-left: 0;
}
.single-blog-section .single-blog .blog-comment ul li:nth-child(even) {
  margin-left: 50px;
}
.single-blog-section .single-blog .blog-comment ul li .cmnt-title-wrap {
  justify-content: space-between;
}
.single-blog-section .single-blog .blog-comment ul li .comment-title {
  font-weight: 600;
  color: #333333;
  font-size: 18px;
  margin-bottom: 4px;
}
.single-blog-section .single-blog .blog-comment ul li .post-date {
  font-size: 14px;
  margin-left: 8px;
  position: relative;
}
.single-blog-section .single-blog .blog-comment ul li p {
  width: 100%;
  margin-bottom: 8px;
}
.single-blog-section .single-blog .blog-comment ul li .item-btn {
  color: #021a74;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .single-blog-section .single-blog .blog-comment ul li .item-btn {
    position: inherit;
  }
}
.single-blog-section .single-blog .blog-comment ul li .item-btn:hover {
  color: #021a74;
}
.single-blog-section .single-blog .blog-comment .media-body {
  padding-left: 18px;
}
.single-blog-section .single-blog .comment-box .inner-title {
  margin-bottom: 0;
}
.single-blog-section .single-blog .comment-box .form-box {
  margin-top: 12px;
}
.single-blog-section .single-blog .comment-box .form-box .form-group {
  margin-bottom: 25px;
}
.single-blog-section .single-blog .comment-box .form-box .form-group .form-control {
  color: #000000;
  padding: 15px 20px;
  background-color: transparent;
}
.single-blog-section .single-blog .comment-box .form-box .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.single-blog-section .single-blog .comment-box .form-box .contact-info {
  margin-bottom: 32px;
}
.single-blog-section .single-blog .comment-box .form-box .contact-info li {
  color: #111111;
  margin-bottom: 15px;
  position: relative;
  padding-left: 42px;
}
.single-blog-section .single-blog .comment-box .form-box .contact-info li:last-child {
  margin-bottom: 0px;
  color: #444444;
}
.single-blog-section .single-blog .comment-box .form-box .contact-info li:first-child {
  font-weight: 500;
}
.single-blog-section .single-blog .comment-box .form-box .contact-info li i {
  font-size: 22px;
  color: #021a74;
  top: 5px;
  left: 0;
  position: absolute;
}
.single-blog-section .single-blog .comment-box .form-box button {
  cursor: pointer;
}
/* -----------------------
    22. Footer Section 
--------------------------*/
.footer {
  background-color: #333333;
  color: #fff;
  font-size: 15px;
}
.footer .footer-title {
  margin-bottom: 35px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #bbb;
}
.footer p {
  font-size: 15px;
  line-height: 25px;
}
.footer .footer-client .partner-carousel {
  padding-top: 70px;
  border-bottom: 1px solid #474747;
  padding-bottom: 70px;
}
.footer .footer-client .partner-carousel img {
  width: auto;
}
.footer .footer-top {
  padding: 92px 0 100px;
}
.footer .footer-top .about-widget img {
  margin-bottom: 26px;
  margin-top: 7px;
}
.footer .footer-top .about-widget a.readmore:hover {
  text-decoration: underline;
}
.footer .footer-top .map-widget .footer-title {
  margin-bottom: 42px;
}
.footer .footer-top .map-widget a {
  transition: all 0.5s ease 0s;
}
.footer .footer-top .map-widget a img {
  transition: all 0.5s ease 0s;
}
.footer .footer-top .map-widget a:hover img {
  opacity: 0.8;
}
.footer .footer-top .contact-widget {
  padding-top: 62px;
  line-height: 30px;
}
.footer .footer-top .contact-widget a {
  color: #fff;
}
.footer .footer-top .contact-widget a:hover {
  color: #bbb;
}
.footer .footer-top .footer-bottom-share ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .footer-top .footer-bottom-share ul li {
  display: inline-block;
}
.footer .footer-top .footer-bottom-share ul li + li {
  margin-left: 10px;
}
.footer .footer-top .footer-bottom-share ul li a {
  font-size: 20px;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  transition: all 0.6s ease 0s;
  padding: 0;
  min-width: auto;
}
.footer .footer-top .footer-bottom-share ul li a:before {
  border-radius: 100%;
}
.footer .footer-top .footer-bottom-share ul li a i {
  margin-left: 0;
}
.footer .footer-top .footer-bottom-share ul li a i:before {
  font-size: 18px;
}
.footer .footer-top .news-form {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.footer .footer-top .news-form .form-input {
  width: 100%;
  height: 55px;
  padding: 5px 15px;
  background: transparent;
  outline: none;
  color: #fff;
  font-size: 14px;
  border: 1px solid #464646;
}
.footer .footer-top .news-form .form-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #bbb;
}
.footer .footer-top .news-form .form-input::-moz-placeholder {
  color: #bbb;
}
.footer .footer-top .news-form .form-input:-ms-input-placeholder {
  color: #bbb;
}
.footer .footer-top .news-form .form-input:-moz-placeholder {
  color: #bbb;
}
.footer .footer-top .news-form .form-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 55px;
  background-color: #021a74;
  border: 0;
  padding: 0 20px;
  color: #fff;
  transition: all 0.4s ease 0s;
  min-width: inherit;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}
.footer .footer-top .news-form .form-button:hover {
  color: #fff;
}
.footer .footer-top .sitemap-widget li {
  width: 50%;
  float: left;
  line-height: 33px;
}
.footer .footer-top .sitemap-widget li a {
  color: #bbb;
  display: inline-block;
  position: relative;
}
.footer .footer-top .sitemap-widget li a:hover,
.footer .footer-top .sitemap-widget li a:focus {
  color: #021a74;
}
.footer .footer-top .sitemap-widget li a .fa {
  padding-right: 10px;
}
.footer .footer-top .footer-info ul li {
  border-radius: 3px;
  padding: 7px 12px 7px 44px;
  position: relative;
  border: 1px solid #4a4c4c;
  margin-top: 6px;
}
.footer .footer-top .footer-info ul li:after {
  border-right: 1px solid #4a4c4c;
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 31px;
}
.footer .footer-top .footer-info ul li .f-info {
  display: flex;
}
.footer .footer-top .footer-info ul li .f-info p {
  margin-bottom: 0;
}
.footer .footer-top .footer-info ul li .f-info i {
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 31px;
  color: #7f7f7f;
}
.footer .footer-top .footer-info ul li .f-info a {
  color: #bbb;
}
.footer .footer-top .footer-info ul li .f-info a:hover {
  color: #021a74;
}
.footer .footer-copyright {
  padding: 22px 0;
  font-size: 14px;
  border-top: 1px solid #474747;
}
.footer .footer-copyright .copyright p {
  margin-bottom: 0;
}
.footer .footer-copyright .copyright a {
  color: #fff;
}
.footer .footer-copyright .copyright a:hover,
.footer .footer-copyright .copyright a:focus {
  color: #021a74;
}
.footer .footer-copyright .footer-bottom-menu {
  display: inline-block;
}
.footer .footer-copyright .footer-bottom-menu ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  padding: 0;
  list-style: none;
}
.footer .footer-copyright .footer-bottom-menu ul > * {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  padding-left: 10px;
  position: relative;
}
.footer .footer-copyright .footer-bottom-menu ul li:before {
  display: inline-block;
}
.footer .footer-copyright .footer-bottom-menu ul li:nth-child(n+2):before {
  content: ":";
  margin-right: 10px;
}
.footer .footer-copyright .footer-bottom-menu ul li a {
  color: #afb0b2;
}
.footer .footer-copyright .footer-bottom-menu ul li a:hover,
.footer .footer-copyright .footer-bottom-menu ul li a:focus {
  color: #fff;
}
.footer .footer-copyright .ft-bottom-right {
  text-align: right;
}
.footer .footer-copyright .ft-bottom-right ul {
  text-align: right;
}
.footer .footer-copyright .ft-bottom-right ul li {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}
.footer .footer-copyright .ft-bottom-right ul li:before {
  color: #bbb;
  content: "|";
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.footer .footer-copyright .ft-bottom-right ul li:last-child {
  padding-right: 0;
}
.footer .footer-copyright .ft-bottom-right ul li:last-child:before {
  display: none;
}
.footer .footer-copyright .ft-bottom-right ul li a {
  color: #bbb;
  transition: all 0.4s ease 0s;
}
.footer .footer-copyright .ft-bottom-right ul li a:hover {
  color: #021a74;
}
/* -----------------------
    23. Scroll Up
--------------------------*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 40px;
  z-index: 10;
}
#scrollUp i {
  border: 1px solid #021a74;
  height: 40px;
  font-size: 24px;
  width: 42px;
  color: #021a74;
  line-height: 36px;
  transition: all 0.4s ease 0s;
  margin-left: 2px;
}
#scrollUp i:hover {
  color: #fff;
  background-color: #021a74;
}
/* -----------------------
    24. Preloader CSS
--------------------------*/
#loader-wrapper {
  background: linear-gradient(90deg, #021a74 0%, #0575e6 95%);
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0;
  top: 0;
  z-index: 9999999;
}
.spinner {
  height: 40px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes nudge {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(-80px, 0);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
@keyframes up_down {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  25% {
    -webkit-transform: translateY(-30px) translateX(0);
    transform: translateY(-30px) translateX(0);
  }
  75% {
    -webkit-transform: translateY(30px) translateX(0);
    transform: translateY(30px) translateX(0);
  }
}
@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(2, 26, 116, 0.78), 0px 0px 25px 10px rgba(2, 26, 116, 0.78);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(2, 26, 116, 0.78), 0px 0px 25px 10px rgba(2, 26, 116, 0.78);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
@-webkit-keyframes infiniteRotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
/* Standard syntax */
@keyframes infinite-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
/* ------------------------------------
    25. Inner Page Banner
  ---------------------------------------*/
.page-banner {
  display: block;
  padding: 162px 0 130px;
  position: relative;
  z-index: 1;
  background: url(images/banner/banner-inner.jpg) no-repeat center top;
  background-size: cover;
}
.page-banner:after {
  background: #033b9e;
  opacity: 0.5;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  border-radius: 4px;
}
@media only screen and (max-width: 991px) {
  .page-banner {
    padding: 132px 0 90px;
  }
}
@media only screen and (max-width: 575px) {
  .page-banner {
    padding: 120px 0 80px;
  }
}
.page-banner .breadcrumbs-area {
  position: relative;
  z-index: 1;
  text-align: center;
}
.page-banner .breadcrumbs-area h1 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  font-size: 52px;
}
.page-banner .breadcrumbs-area ul li {
  display: inline-block;
  position: relative;
  margin-right: 13px;
  padding-right: 5px;
  color: #fff;
  font-family: 'Asap', sans-serif;
  font-weight: 500;
}
.page-banner .breadcrumbs-area ul li:before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  font-size: 18px;
  right: -11px;
  top: 0;
  z-index: 5;
  color: #fff;
}
.page-banner .breadcrumbs-area ul li a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.page-banner .breadcrumbs-area ul li a:hover {
  color: #ccc;
}
.page-banner .breadcrumbs-area ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  color: #ccc;
}
.page-banner .breadcrumbs-area ul li:last-child:before {
  display: none;
}
/*------------------------------------
    23. Blog Sidebar 
---------------------------------------*/
.blog-sidebar-area .bs-widget-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #505050;
  font-family: 'Open Sans', sans-serif;
}
.blog-sidebar-area h3.headding-border {
  font-size: 22px;
}
.blog-sidebar-area .bs-search {
  overflow: hidden;
  position: relative;
}
.blog-sidebar-area .bs-search input {
  border: 1px solid #021a74;
  color: #000000;
  padding: 10px;
  width: 100%;
}
.blog-sidebar-area .bs-search button {
  background: transparent;
  border: medium none;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  font-size: 16px;
  outline: none;
  background: #021a74;
  width: 40px;
  height: 100%;
}
.blog-sidebar-area .bs-caterories ul li {
  padding: 10px 10px 10px 0;
  border-top: 1px solid #e5e5e5;
}
.blog-sidebar-area .bs-caterories ul li a {
  color: #505050;
}
.blog-sidebar-area .bs-caterories ul li a:hover {
  color: #021a74;
}
.blog-sidebar-area .bs-caterories ul li span {
  float: right;
}
.blog-sidebar-area .bs-caterories ul li:first-child {
  border-top: none;
  padding-top: 0;
}
.blog-sidebar-area .bs-latest-post .post-item {
  margin-bottom: 30px;
  overflow: hidden;
}
.blog-sidebar-area .bs-latest-post .post-item .post-images {
  float: left;
  width: 30%;
  margin-right: 20px;
}
.blog-sidebar-area .bs-latest-post .post-item .post-desc {
  overflow: hidden;
}
.blog-sidebar-area .bs-latest-post .post-item .post-desc .title {
  display: block;
  margin: 0 0 3px;
  color: #444444;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.blog-sidebar-area .bs-latest-post .post-item .post-desc .title:hover {
  color: #021a74;
}
.blog-sidebar-area .bs-latest-post .post-item .post-desc span {
  display: block;
  font-size: 13px;
  color: #777777;
}
.blog-sidebar-area .bs-latest-post .post-item .post-desc i {
  color: #777777;
  font-size: 13px;
}
.blog-sidebar-area .bs-latest-post .post-item .post-desc i.fa-star-o {
  color: #0575e6;
}
.blog-sidebar-area .bs-tags a {
  display: inline-block;
  margin: 0 3px 7px 0;
  line-height: 20px;
  padding: 3px 8px;
  font-size: 13px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #333333;
  border: 1px solid #021a74;
  border-radius: 2px;
}
.blog-sidebar-area .bs-tags a:hover {
  background-color: #021a74;
  color: #fff;
}
.blog-sidebar-area .sidebar-meta ul#meta-link {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.blog-sidebar-area .sidebar-meta ul#meta-link a {
  display: block;
  font-size: 14px;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #e8e8e8;
  color: #505050;
  transition: all 0.4s ease 0s;
}
.blog-sidebar-area .sidebar-meta ul#meta-link a:hover {
  color: #021a74;
}
/* ------------------------------------
    24. Blog Details
  ---------------------------------------*/
/* -----------------------
25. Keyframes
--------------------------*/
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}
@-webkit-keyframes MOVE-BG {
  from {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -ms-transform: translateX(88px);
    transform: translateX(88px);
  }
}
@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}
@-webkit-keyframes MOVE-BG2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(48px);
    transform: translateX(48px);
  }
}
@-webkit-keyframes MOVE-BG2 {
  from {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -ms-transform: translateX(48px);
    transform: translateX(48px);
  }
}
@keyframes MOVE-BG2 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(48px);
    transform: translateX(48px);
  }
}
@keyframes flip {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
