#header {
  z-index: 9;
  transition: all 0.5s;
  position: absolute;
  right: 0;
  left: 0
}

#header .logo h1 {
  font-size: 24px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none
}

#header .logo h1 a span,
#header .logo h1 a:hover span {
  color: #fdc134
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 72px;
  width: auto;
  opacity: 0
}

#header .menu-top {
  text-align: right;
  padding-top: 15px
}


#header.floating_menu {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #312f45;
  background-image: none;
  transition: all .5s;
  webkit-transition: all .5s;
  box-shadow: 0 0 8px 0 #000;
  -webkit-box-shadow: 0 0 8px 0 #000;
  -ms-box-shadow: 0 0 8px 0 #000;
  -moz-box-shadow: 0 0 8px 0 #000
}

#header.floating_menu * {
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out
}

#header.floating_menu .logo {
  width: 20%;
  padding-top: 5px;
  padding-bottom: 2px;
  transition: all 0.5s
}

#header.floating_menu .logo img {
  max-width: 100%;
  transition: all 0.5s;
  opacity: 1
}

#header.floating_menu .menu-top {
  display: none
}

#header.floating_menu .navbar ul li a {
  color: #fff
}

#header.floating_menu .navbar ul li a:hover {
  color: #c42728
}

#header.floating_menu .menu {
  padding-top: 6px
}




.mobile-nav-toggle {
  color: #fdc134;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0
}


.navbar {
  padding: 0;
  text-align: right
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center
}

.navbar li {
  position: relative
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  transition: 0.3s;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #c42728
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #c42728;
  color: #fff;
  padding: 6px 25px 8px 25px;
  margin-left: 30px;
  border-radius: 5px;
  border: 2px solid #c42728;
  display: inline-block;
  margin-bottom: 18px;
  margin-top: 18px
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  background: #fff;
  color: #c42728
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0 0 30px rgb(127 137 161 / .25);
  transition: 0.3s;
  border-radius: 4px
}

.navbar .dropdown ul li {
  min-width: 200px
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #3e6f9b
}

.navbar .dropdown ul a i {
  font-size: 12px
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #fdc134
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible
}




.canada_about_section {
  width: 100%;
  padding: 90px 0;
  background: url(../images/about-bg.jpg) top center no-repeat
}

.canada_about_section .about_intro {
  float: left;
  width: 60%;
  padding-right: 30px;
  box-sizing: border-box
}

.canada_about_section .about_intro h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #333;
  position: relative;
  z-index: 1;
  margin-bottom: 15px
}

.canada_about_section .about_intro h1:after {
  position: absolute;
  content: "";
  width: 158px;
  height: 17px;
  bottom: -1px;
  left: 62px;
  background: url(../images/title-bg1.png) center center;
  z-index: -1
}

.canada_about_section .about_intro h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  color: #0e1133;
  font-weight: 400;
  margin-bottom: 25px
}

.canada_about_section .about_intro h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #333;
  position: relative;
  z-index: 1;
  padding-top: 30px
}

.canada_about_section .about_intro h3:after {
  position: absolute;
  content: "";
  width: 158px;
  height: 17px;
  bottom: -1px;
  left: 62px;
  background: url(../images/title-bg1.png) center center;
  z-index: -1
}

.canada_about_section .about_intro p {
  font-size: 19px;
  line-height: 30px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  padding-bottom: 20px;
  margin-bottom: 0
}

.canada_about_section .about_intro ul {
  margin: 0;
  padding: 0;
  padding-top: 18px
}

.canada_about_section .about_intro ul li {
  font-size: 19px;
  line-height: 30px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  padding-bottom: 10px;
  margin-bottom: 0;
  list-style: none;
  position: relative;
  padding-left: 22px;
  z-index: 1
}

.canada_about_section .about_intro ul li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 12px;
  left: 0;
  background: url(../images/bullet.png) center center;
  z-index: -1
}

.canada_about_section .about_form {
  float: left;
  width: 40%
}

.canada_about_section .about_form .form_bx {
  padding: 48px 44px;
  background: #c42728;
  border-radius: 10px
}

.canada_about_section .about_form .form_bx h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #fff;
  position: relative;
  text-align: left;
  margin-bottom: 10px
}

.canada_about_section .about_form .form_bx p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
  line-height: 28px;
  text-align: left;
  margin-bottom: 25px
}

.free-quote-frm {
  padding: 60px 0;
  background: url(../images/iiso-bg.jpg) top center no-repeat;
  background-size: cover;
  text-align: center
}

.free-quote-frm .contact-info {
  margin-bottom: 20px;
  text-align: center
}

.free-quote-frm .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #c32728
}

.free-quote-frm .contact-info address,
.free-quote-frm .contact-info p {
  margin-bottom: 0;
  color: #000
}

.free-quote-frm .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #999
}

.free-quote-frm .contact-info a {
  color: #000
}

.free-quote-frm .contact-info a:hover {
  color: #c32728
}

.free-quote-frm .contact-address,
.free-quote-frm .contact-phone,
.free-quote-frm .contact-email {
  margin-bottom: 20px
}


@media (min-width:768px) {

  .free-quote-frm .contact-address,
  .free-quote-frm .contact-phone,
  .free-quote-frm .contact-email {
    padding: 20px 0
  }
}

@media (min-width:768px) {
  .free-quote-frm .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
  }
}

.free-quote-frm .php-email-form {
  padding: 0
}

.free-quote-frm .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600
}

.free-quote-frm .php-email-form .error-message br+br {
  margin-top: 25px
}

.free-quote-frm .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #c32728;
  text-align: center;
  padding: 15px;
  font-weight: 600
}

.free-quote-frm .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px
}

.free-quote-frm .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #c32728;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite
}

.free-quote-frm .php-email-form .form-group {
  margin-bottom: 20px
}

.free-quote-frm .php-email-form input,
.free-quote-frm .php-email-form textarea,
.free-quote-frm .php-email-form select {
  padding: 10px 14px;
  box-shadow: none;
  font-size: 14px;
  color: #8f8f8f;
  width: 100%;
  box-sizing: border-box;
  font-family: "Source Sans Pro", sans-serif;
  border-radius: 5px
}

.free-quote-frm .php-email-form select {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400
}

.free-quote-frm .php-email-form input::focus,
.free-quote-frm .php-email-form textarea::focus,
.free-quote-frm .php-email-form select::focus {
  background-color: #c32728
}

.free-quote-frm .php-email-form button[type=submit] {
  background: #f9c834;
  border: 0;
  padding: 10px 30px;
  color: #0e1133;
  transition: 0.4s;
  cursor: pointer;
  width: 100%;
  font-size: 26px;
  border-radius: 10px;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase
}

.free-quote-frm .php-email-form button[type=submit]:hover {
  background: #000;
  color: #fff
}

.free-quote-frm .php-email-form .form-group .form-control.user-ico {
  background: #fff url(../images/user.png) no-repeat 12px 8px;
  padding-left: 54px
}

.free-quote-frm .php-email-form .form-group .form-control.phn-ico {
  background: #fff url(../images/phon.png) no-repeat 12px 8px;
  padding-left: 54px
}

.free-quote-frm .php-email-form .form-group .form-control.eml-ico {
  background: #fff url(../images/eml.png) no-repeat 12px 8px;
  padding-left: 54px
}

.free-quote-frm .php-email-form .form-group .form-control.dtb-ico {
  background: #fff url(../images/dtb.png) no-repeat 12px 8px;
  padding-left: 54px
}

.free-quote-frm .php-email-form .form-group .form-control.occu-ico {
  background: #fff url(../images/occu.png) no-repeat 12px 7px;
  padding-left: 54px
}

.free-quote-frm .php-email-form .check {
  margin-bottom: 15px;
  font-size: 16px;
  color: #c32728;
  line-height: 1.25;
  text-align: left
}

.free-quote-frm .php-email-form p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  color: #fff;
  line-height: 20px
}

.free-quote-frm .php-email-form .form-group .form-control {
  border-radius: 4px
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}




.imagr_pathways {
  width: 100%;
  padding: 100px 0;
  clear: both;
  background: url(../../images/canada/rbg-bg.jpg) center center;
  background-size: cover
}

.imagr_pathways .flex-container {
  justify-content: center;
  align-items: center;
  display: flex
}

.imagr_pathways .flex-box-left {
  width: 44%;
  float: left
}

.imagr_pathways .flex-box-left h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #fff;
  position: relative;
  text-align: left;
  margin-bottom: 15px;
  font-weight: 300
}

.imagr_pathways .flex-box-left h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #fff;
  position: relative;
  text-align: left;
  margin-bottom: 30px;
  line-height: 55px
}

.imagr_pathways .flex-box-left p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
  line-height: 30px;
  text-align: left;
  margin-bottom: 0
}

.imagr_pathways .flex-box-right {
  width: 56%;
  float: left
}

.imagr_pathways .flex-box-right .outer_bx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.imagr_pathways .flex-box-right .icon-box {
  display: flex;
  float: left;
  width: 47%;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-sizing: border-box;
  margin-right: 3%;
  margin-bottom: 1.5rem
}

.imagr_pathways .flex-box-right .icon-box h4 {
  font-size: 19px;
  line-height: 1;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  padding-bottom: 0;
  text-align: left;
  margin-bottom: 0
}

.imagr_pathways .flex-box-right .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #0245bc;
  margin-right: 15px
}

.imagr_pathways .flex-box-right .icon-box p {
  font-size: 15px;
  color: #848484
}

.imagr_pathways .flex-box-right .icon-box .hd {
  padding: 18px 0
}


.immgr_option {
  padding-top: 75px;
  padding-bottom: 90px
}

.immgr_option_left {
  float: left;
  width: 37%
}

.immgr_option_left .img-fluid {
  width: 100%
}

.immgr_option_left .option_img {
  padding-right: 20px;
  position: relative
}

.immgr_option_right {
  float: left;
  width: 63%
}

.immgr_option .feature-box {
  padding: 24px 20px;
  box-shadow: 0 0 30px rgb(1 41 112 / .08);
  transition: 0.3s;
  height: 100%
}

.immgr_option .immgr_option-icons h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #333;
  position: relative;
  text-align: left;
  margin-bottom: 15px;
  line-height: 40px;
  font-weight: 400
}

.immgr_option .immgr_option-icons h3 span {
  position: relative;
  display: block;
  font-weight: 700
}

.immgr_option .immgr_option-icons h3 span:after {
  position: absolute;
  content: "";
  width: 158px;
  height: 17px;
  top: 26px;
  left: -8px;
  background: url(../images/title-bg1.png) center center;
  z-index: -1
}

.immgr_option .immgr_option-icons p {
  font-size: 19px;
  line-height: 30px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  padding-bottom: 20px;
  text-align: left;
  margin-bottom: 25px
}

@media (max-width:768px) {
  .immgr_option .immgr_option-icons h3 {
    font-size: 28px
  }
}

.immgr_option .immgr_option-icons .content .outer_bx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.immgr_option .immgr_option-icons .content .icon-box {
  display: flex;
  float: left;
  width: 47%;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 10px;
  box-sizing: border-box;
  margin-right: 3%;
  margin-bottom: 1.5rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.immgr_option .immgr_option-icons .content .icon-box:hover {
  background: #2c2a3f;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.immgr_option .immgr_option-icons .content .icon-box:hover p {
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.immgr_option .immgr_option-icons .content .icon-box:hover h4 {
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.immgr_option .immgr_option-icons .content .icon-box:hover .st0 {
  fill: #FFF
}

.immgr_option .immgr_option-icons .content .icon-box:hover .st11 {
  fill: #fff
}

.immgr_option .immgr_option-icons .content .icon-box:hover .st32 {
  fill: #fff
}

.immgr_option .immgr_option-icons .content .icon-box:hover .st33 {
  fill: #fff
}

.immgr_option .immgr_option-icons .content .icon-box h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  letter-spacing: -1px;
  color: #333;
  text-align: left;
  margin-bottom: 2px
}

.immgr_option .immgr_option-icons .content .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #0245bc;
  margin-left: 15px;
  justify-content: center;
  align-items: center;
  display: flex
}

.immgr_option .immgr_option-icons .content .icon-box i svg {
  width: 100%
}

.immgr_option .immgr_option-icons .content .icon-box p {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  color: #333;
  line-height: 1.4;
  display: block;
  text-align: left;
  margin-bottom: 0
}


.our_service {
  width: 100%;
  padding: 70px 0 40px;
  clear: both;
  background-image: linear-gradient(to bottom, #e9e7e3, #ecebe7, #f0eeeb, #f3f2f0, #f7f6f4)
}

.our_service .service_box {
  width: 100%
}

.our_service .service-head h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #333;
  position: relative;
  margin-bottom: 45px;
  z-index: 1
}

.our_service .service-head h2:after {
  position: absolute;
  content: "";
  width: 158px;
  height: 17px;
  bottom: -2px;
  left: 73px;
  background: url(../images/title-bg1.png) center center;
  z-index: -1
}

.our_service .service-head h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 23px;
  text-transform: uppercase;
  color: #0e1133;
  font-weight: 400;
  margin-bottom: 45px
}

.our_service .service-head p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  color: #120f2d;
  line-height: 30px;
  text-align: left;
  margin-bottom: 10px
}

.our_service .service_box .service_innner_bx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.our_service .service_box .service_innner_bx .icon-box {
  display: flex;
  float: left;
  width: 32%;
  border: 1px solid #cbcbcb;
  padding: 15px;
  border-radius: 5px;
  box-sizing: border-box;
  margin-right: 1%;
  margin-bottom: 1.5rem;
  align-items: center !important;
  background: #fff
}

.our_service .service_box .service_innner_bx .icon-box:hover {
  background: #c32728;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.our_service .service_box .service_innner_bx .icon-box:hover h4 {
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.our_service .service_box .service_innner_bx .icon-box:hover p {
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.our_service .service_box .service_innner_bx .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #0245bc;
  margin-right: 15px;
  overflow: hidden;
  display: inline-table
}

.our_service .service_box .service_innner_bx .icon-box i svg {
  width: 100%
}

.our_service .service_box .service_innner_bx .icon-box:hover .sta0 {
  fill: #fff
}

.our_service .service_box .service_innner_bx .icon-box:hover .sta21 {
  fill: #fff
}

.our_service .service_box .service_innner_bx .icon-box:hover .sta0 {
  fill: #fff
}

.our_service .service_box .service_innner_bx .icon-box:hover .sta0 {
  fill: #fff
}

.our_service .service_box .service_innner_bx .icon-box:hover .sta0 {
  fill: #fff
}

.our_service .service_box .service_innner_bx .icon-box:hover .sta0 {
  fill: #fff
}

.our_service .service_box .service_innner_bx .icon-box h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  color: #0e1133;
  font-weight: 600;
  margin-bottom: 5px
}

.our_service .service_box .service_innner_bx .icon-box p {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  color: #333;
  line-height: 1.4;
  display: block;
  text-align: left;
  margin-bottom: 10px
}


.photogallery {
  background-color: #fcfcfc;
  padding-top: 80px;
  padding-bottom: 80px
}

.photogallery .main {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto
}

.photogallery h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #333;
  position: relative;
  z-index: 99;
  margin-bottom: 50px;
  text-align: center
}

.photogallery h3:after {
  position: absolute;
  content: "";
  width: 158px;
  height: 17px;
  top: 35px;
  left: 43%;
  background: url(../images/title-bg1.png) center center;
  z-index: -1
}

#customers-photogallery .media-details {
  text-align: left;
  float: left;
  width: 25%;
  box-sizing: border-box;
  margin-left: 0%
}

#customers-photogallery .item-details {
  text-align: left;
  float: left;
  width: 31%;
  box-sizing: border-box;
  margin-left: 0%
}

#customers-photogallery .item-details .img-responsive {
  margin-bottom: 22px
}

#customers-photogallery .item-details img {
  width: 100%;
  border-radius: 10px;
  max-width: 385px
}

#customers-photogallery .video-detail {
  float: left;
  width: 64%;
  position: relative;
  margin-right: 2%
}

#customers-photogallery .video-detail img {
  width: 100%;
  border-radius: 10px;
  max-width: 788px
}

#customers-photogallery .item {
  text-align: center;
  margin-bottom: 80px
}

#customers-photogallery h5 {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 18px
}

#customers-photogallery h5 span {
  color: red;
  float: right;
  padding-right: 20px
}

#customers-photogallery p {
  font-size: 14px
}

.photogallery .owl-carousel .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.photogallery .owl-carousel .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6
}

.photogallery .owl-carousel {
  position: relative
}

.photogallery .owl-carousel .owl-next,
.photogallery .owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  font-size: 20px;
  color: #333;
  border: 1px solid #333;
  text-align: center
}

.photogallery .owl-carousel .owl-prev {
  left: -70px
}

.photogallery .owl-carousel .owl-next {
  right: -70px
}




.news_artical {
  padding: 60px 0 100px;
  width: 100%
}

.news_artical h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #333;
  position: relative;
  z-index: 99;
  margin-bottom: 50px;
  text-align: center
}

.news_artical h2:after {
  position: absolute;
  content: "";
  width: 158px;
  height: 17px;
  top: 30px;
  left: 43%;
  background: url(../images/title-bg1.png) center center;
  z-index: -1
}

.results {
  max-width: 1135px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(auto-fill, 350px);
  grid-auto-rows: minmax(40px, auto);
  justify-content: center
}

.results>* {
  width: 350px;
  float: left;
  margin: 40px
}

@supports (display:grid) {
  .results>* {
    margin: 0 auto
  }
}

.results>* {
  background-color: #fdfdfd;
  border: 1px solid #cbcbcb;
  border-radius: 10px
}

.results>* img {
  max-width: 100%;
  border-radius: 10px 10px 0 0;
  width: 100%
}

.results>* span {
  color: #e4493d;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 28px;
  display: block
}

.results .content_bx {
  padding: 25px;
  width: 100%;
  box-sizing: border-box
}

.results .content_bx .date {
  width: 100%
}

.results .content_bx h3 {
  font-size: 22px;
  font-family: "Source Sans Pro", sans-serif;
  color: #333;
  font-weight: 600;
  margin-bottom: 18px
}

.results .content_bx p {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  color: #333;
  line-height: 26px;
  display: block;
  margin-bottom: 24px
}

.results .content_bx .read_more {
  font-size: 14px;
  color: #e4493d;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase
}

.results .content_bx .read_more a {
  font-size: 14px;
  color: #e4493d;
  font-family: "Source Sans Pro", sans-serif;
  display: block;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 10px
}

.results .content_bx .read_more a:hover {
  width: 100%
}
