@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;900&display=swap');

body, html {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 28px;
    color: #393939;
    overflow-x:hidden;
    padding-right:0 !important;
    -webkit-transition: all 0.5s;
     -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

a {

    color: #009EE5;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color:#009EE5;
    -webkit-transition: all 0.5s;
     -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

h1, h2, h3, h4, h5, h6{

    font-family: 'Montserrat', sans-serif;
     line-height: 1.1;
    text-transform:capitalize;
    font-weight:400;
    color: #222222;
    margin:0;
    padding:0;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
     transition: all 0.5s;
}

p{

    margin-bottom: 15px;
    word-wrap: break-word;
    max-width: 100%;
    font-weight: 400;
    line-height: 1.58;
    font-size: 15px;

}

input, select, button, textarea {
    outline: none;
}
.nav-up {

  top: -40px;

}

.header-scroll{

    background-color: #fff;

}

#pentanavbar{

    transition: top 1.59s;

}

.header .mainmenu ul li a {
    color: #1f4690;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    padding: 30px 7px 30px 7px !important;
}
.header .mainmenu{
    padding: 0 40px;
    width: 100%;
    background: rgb(223 225 229 / 95%);
}
#pentanavbar .form-inline button{
    border: 2px solid #083054;
    padding: 8px 20px;
    border-radius: 50px;
    background: #083054;
    color: #fff;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
#pentanavbar .form-inline button:hover{
    box-shadow:  none;
}
.header .mainmenu .navbar-brand .logo img {
    max-width: 220px;
    width:100%;
}
.header .mainmenu .navbar-brand{
    padding: 0;
    display: block
}
.header .mainmenu ul li{
    margin: 0 15px;
}
.headerbg .header .mainmenu{
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
}
.headerbg .header .mainmenu ul li a{
    color: #083054;
}
.header .mainmenu ul li.dropdown ul li{
    margin: 0;
}
.header .mainmenu ul li.dropdown ul li a{
    padding: 12px 10px 12px 20px !important;
    line-height: 23px;
    margin-bottom: 0;
    border-bottom: 0;
    color: #083054;
}

.header .mainmenu ul li.dropdown ul li{
    padding: 0;
}

.header .mainmenu ul li.dropdown ul li a:hover{
    background: #083054;
    color: #fff !important;

}

.dropdown:hover>.dropdown-menu {

  display: block;

}

.header .mainmenu ul li a:hover,.header .mainmenu ul li a:active{

    color: #083054 !important;

}

.header .dropdown-menu{

    min-width: 220px;

    border: 0;

    border-radius: 0;

    margin: 0;

    padding: 0;

    box-shadow: 0px 3px 8px 0px rgb(0 0 0 / 50%);

}

.header .mainmenu ul li a.pentanav{

    position: relative;

}
.aboutsection{
    position: relative;
}
.section-padding{
    padding-top: 80px;
    padding-bottom: 60px;
}
.feature_style_eight {
    background: #fff;
    box-shadow: 0 20px 50px 5px #e9eef7;
    text-align: center;
    padding: 60px 20px 20px;
    transition: .5s;
    border-radius: 7px;
}
.feature_style_eight_icon {
    position: relative;
    display: inline-block;
    font-size: 60px;
    width: 130px;
    height: 130px;
    line-height: 120px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
    background: #fff;
    box-shadow: 0 20px 50px 5px #e9eef7;
    color: #0c5adb;
}
.feature_style_eight_icon .icon {
    display: inline-block;
}
.feature_style_eight_icon .icon img {
    width: 50px;
    position: absolute;
    left: 30px;
    top: 35px;
}
.feature_style_eight_title h4 a {
    display: block;
    font-size: 19px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}
.feature_style_eight_text p {
    font-size: 15px;
    line-height: 27px;
    color: #333;
}
.feature_style_eight_icon:before {
    position: absolute;
    content: '';
    background: rgba(12,90,219,0.10);
    width: 100%;
    height: 100%;
    left: -8px;
    top: -5px;
    z-index: -1;
    border-radius: 50%;
    box-shadow: -10px 10px 20px 0px rgb(0 0 0 / 20%);
    transition: .5s;
}
.feature_style_eight:hover .feature_style_eight_icon:before {
    background: rgba(12,90,219,0.80);
}
.main-heading-h2{
    margin-bottom: 35px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.4;
    opacity: 1;
    position: relative;
}
.main-heading-h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #ddc29a;
    margin-top: 15px;
    margin-bottom: 15px;
}
.mainheading-wrap.text-center .main-heading-h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #ddc29a;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -25px;
}
.bgskyblue{
    background: #e6eefb;
}
.servicebox-row{
    position: relative;
    margin-top: 50px;
}
.servicebox-row .servicebox {
    text-align: center;
    position: relative;
    background: #f8f8f8;
    box-shadow: 0 2px 5px 0px #ddd;
    text-align: center;
    transition: .5s;
    border-radius: 7px;
    padding: 20px;
    margin-bottom: 30px;
}
.servicebox h4 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    top: 0;
    position: relative;
    transition: all .3s;
}
.servicebox p {
    font-size: 15px;
    margin: 0;
    top: 0;
    position: relative;
    transition: all .3s;
}
.servicemore {
    opacity: 0;
    bottom: -45px;
    position: absolute;
    font-weight: 700;
    transition: all .1s;
    visibility: hidden;
    color: #072f54;
}
.servicebox img {
    max-width: 100px;
    position: relative;
    transition: all .4s;
    top: 0;
}
.servicebox:hover img {
    top: -45px;
    transition: all .3s;
}
.servicebox:hover h4 {
    top: -45px;
    transition: all .3s .2s;
}
.servicebox:hover p {
    top: -45px;
    transition: all .3s .4s;
}
.servicebox:hover .servicemore {
    bottom: 20px;
    display: block;
    opacity: 1;
    transition: all .3s .5s;
    visibility: visible;
    text-align: center;
    width: 88%;
}
.third_section {
    background: url(../img/about-3.jpg);
    background-position: center right;
    background-repeat: no-repeat;
}
.third-inner-content{
    margin: 120px 50px;
    text-align: left;
}
.testi_section{
    position: relative;
}
.title-big{
    font-size: 107px;
    width: auto;
    opacity: .07;
    white-space: nowrap;
    line-height: .5;
    letter-spacing: .03em;
    margin-bottom: 0.3em;
    text-transform: uppercase;
    font-weight: 700;
}
.testimonail_box {
    text-align: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.testimonail_slider .testimonail_user img {
    max-width: 100%;
    width: 100px;
    padding: 7px;
    margin: 20px auto;
    border: 1px solid rgba(14, 23, 86, .1);
    border-radius: 100%;
}
.testimonial {
    background-repeat: no-repeat;
    background-position: bottom 75px left;
    background-color: #ededed;
    background-size: 300px;
    color: #36607b;
    -webkit-animation-name: testimonialani;
    -webkit-animation-duration: .3s;
    animation-name: testimonialani;
    animation-duration: .3s;
}
.testimonail_outer .testimonail_slider .owl-dots{
    margin: 20px auto 0 auto;
    text-align: center;
}
.testimonail_outer .testimonail_slider button {
    width: 23px;
    height: 23px;
    background: rgba(14, 23, 86, .1);
    border-radius: 100%;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    border: 5px solid #bcc6da;
}
.testimonail_outer .testimonail_slider button.active {
    background: #36607b;
    display: inline-block;
}
.testimonial_rating{
    display: none;
}
.contact_from_box {
    box-shadow: 0 10px 30px 3px rgb(99 119 238 / 40%);
    background: #fff;
    padding: 35px 35px 40px;
    border-top: 8px solid #0c5adb;
    border-radius: 5px;
}
.form_box input, .form_box textarea {
    width: 100%;
    height: 43px;
    padding-left: 15px;
    color: #495057;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #333;
    transition: .5s;
}
.form_box textarea {
    height: 80px;
}
.btn-primary {
    color: #fff;
    background-color: #072f54;
    background: #072f54;
    border-color: #072f54;
    padding: 10px 20px;
}
.azcontact address a {
    color: #072f54;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
    line-height: 40px;
}
.azcontact address i{
    font-size: 17px;
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    border-radius: 50%;
    background: #072f54;
    color: #fff;
}
.footerdark {
    background-color: #1b1d2f;
    color: rgba(255, 255, 255, .6);
}
.main-section.dark {
    position: relative;
    background: #f6f6f6;
    color: #333;
    overflow: hidden;
}
footer .social li {
    display: inline-block;
}
footer .social li a {
    padding-left: 15px;
    color: #000;
    font-weight: 500;
    padding-right: 15px;
}
footer .social li a i{
    font-size: 18px;
}
footer .social {
    margin-bottom: 0;
}
footer .social li {
    display: inline-block;
}
.footer-logo {
    margin-top: 0;
    text-align: center;
    position: relative;
    z-index: 99;
}
.footer-logo .navbar-brand img{
    width: 100%;
}
.catergaries-list li a{
    margin-bottom: 20px;
    display: block;
}
.footer-logo::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    display: none;
}
.footer-logo .navbar-brand {
    margin-left: auto;
    background: transparent;
    margin-right: auto;
    padding: 0 20px;
    border: none;
    color: rgba(255, 255, 255, .6);
}
.copysec {
    text-align: center;
    font-size: .9rem;
    letter-spacing: 0;
    color: #fff;
    background: #072f54;
    padding-top: 20px;
    padding-bottom: 10px;
}
.copysec p {
    font-size: .8rem;
}
.c-content-box{
    position:  relative;
}
.c-content-feature-4 .c-content-left.c-diagonal {
    border-right: 200px solid;
    border-top: 550px solid transparent;
}
.c-content-feature-4 .c-content-left {
    float: left;
}
.c-content-feature-4 .c-content-left.c-diagonal {
    border-right: 200px solid;
    border-top: 550px solid transparent;
}
.c-content-feature-4 .c-content-left {
    float: left;
}
.c-content-feature-4 .c-content-left {
    float: left;
}
.c-content-feature-4 .c-feature-bg {
    width: 60%;
}
.c-bg-parallax {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-color: transparent;
    min-height: 100%;
}
.c-border-right-dark-2 {
    border-right-color: #072f54 !important;
}
.c-content-feature-4 .c-content-right {
    float: right;
}
 .c-content-feature-4 .c-content-area {
    height: 550px;
    margin-bottom: -550px;
}
.c-content-feature-4 .c-content-area {
    width: 40%;
    background: #072f54;
}
#leftcontent .c-content-feature-4 .c-content-area {
    width: 40%;
    background: #fff;
}
#leftcontent .c-border-right-dark-2 {
    border-right-color: #fff !important;
}
#leftcontent .c-content-feature-4 .c-content-right.c-diagonal {
    border-left: 200px solid #fff;
    border-top: 550px solid transparent;
}
.c-content-feature-4 .c-feature-content.c-right {
    float: right;
    position: relative;
}
.c-content-feature-4 .c-feature-content {
    padding: 0;
    width: 30%;
}
.c-content-feature-4 .c-feature-content .c-content-v-center {
    height: 550px;
}
.c-content-v-center .c-wrapper {
    width: 100%;
    height: 100%;
    display: table;
}
.c-content-v-center .c-wrapper .c-body {
    display: table-cell;
    vertical-align: middle;
}
.c-content-title-1 > h3.c-font-uppercase {
    font-size: 30px;
    margin: 0 0 30px 0;
}
.c-content-feature-4 .c-content-left {
    float: left;
}
.c-content-feature-4 .c-content-right.c-diagonal{
    border-left: 200px solid;
    border-top: 550px solid transparent;
}
#ContactPage .c-content-feature-4 .c-content-left.c-diagonal{
    border-right: 0;
}
#ContactPage .azcontact p,#ContactPage .azcontact address a,#ContactPage .azcontact h5{
    color: #fff;
}
.googlemap{
    position: absolute;
    width: 100%;
    height: 551px;
}
.googlemap iframe{
    width: 100%;
    height: 100%;
}
#ContactPage .c-content-feature-4 .c-content-area{
    position: relative;
}
.catergaries-list {
    padding: 0;
    margin-top: 25px;
    text-align: center;
}
.catergaries-list li {
    display: inline-block;
}
.catergaries-list li a img {
    margin: 0 auto;
    text-align: center;
    width: 130px;
    display: inline-block;
    background: #d9282f;
    border-radius: 50%;
    height: 90px;
    padding-top: 0;
    overflow: hidden;
}
.catergaries-list li a img, .catergaries-list li a span {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.blockdisplay {
   display: block;
   color: #083054;
   font-weight: bold;
   margin-top: 15px;
}
.header .header-scroll .navbar-brand .logo img{
    max-width: 120px;
}
.header .mainmenu.header-scroll ul li a{
    padding: 20px 7px 20px 7px !important;
}
.teamsection{
    background: ;
}
.teaminner-wrap{
    position: relative;
    box-shadow: ;
}
.our-team{
    border: 1px solid #dedede;
    width: 92%;
    margin: 0 auto 30px auto;
    text-align: center;
    background: #fff;
    color: #072f54;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.3s ease 0s;
}
.our-team:hover{
    background: #072f54;
    color: #fff;
}
.our-team:hover .team-content .title{
    color: #fff;
}
.our-team .pic{ position: relative; }
.our-team .pic img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}
.our-team:hover .pic img{ transform: translateY(-20px); }
.our-team:hover .social{ left: 0; }
.our-team .team-content{ padding: 25px 0; }
.our-team .title{
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    color: #072f54;
}
.our-team .post{
    display: block;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}
@media screen and (min-width: 2301px) {
    .c-content-feature-4 .c-feature-content{
        width: 26%;
    }
}
@media screen and (min-device-width: 2000px)
and (max-device-width: 2300px) {
    .c-content-feature-4 .c-feature-content{
        width: 29%;
    }
}
/* For Desktop View */
@media screen and (min-width: 1024px) {
  .gfg-div {
    background-color: #63c971;
    color: #fff;
  }
}
@media screen and (min-device-width: 1025px)
and (max-device-width: 1200px) {
    .header .mainmenu .navbar-brand .logo img {
        max-width: 170px;
        width: 100%;
    }
    .header .mainmenu ul li {
        margin: 0 7px;
    }
    .header .mainmenu ul li a{
        font-size: 14px;
    }
    main {
        margin-top: 45px;
    }
} 
@media screen and (min-device-width: 993px)
and (max-device-width: 1024px) {
    .header .mainmenu .navbar-brand .logo img {
        max-width: 170px;
        width: 100%;
    }
    .header .mainmenu ul li {
        margin: 0 7px;
    }
    .header .mainmenu ul li a{
        font-size: 14px;
    }
    main {
        margin-top: 45px;
    }
} 
/* For Tablet View */
@media screen and (min-device-width: 768px)
and (max-device-width: 992px) {
  .gfg-div {
    width: 400px;
    height: 400px;
    background-color: orange;
    color: black;
  }
  .third-inner-content{
    background: #fff;
    padding: 18px;
    margin: 60px 20px 60px 20px;
  }
  .header .mainmenu{
    padding: 0 20px;
  }
  .header .mainmenu ul li a{
    padding: 30px 10px 30px 10px !important;
    font-size: 12px;
  }
  .header .mainmenu .navbar-brand .logo img {
    width: 120px;
   }
   #pentanavbar .form-inline button{
        border: 1px solid #083054;
        padding: 8px 12px;
        font-size: 14px;
   }
   .header .mainmenu ul li{
       margin:0 8px;
   }
   #pentanavbar .collapse  .form-inline{
       display: none;
   }
   .aboutsection .mainheading-wrap{
    margin-top: 30px;
   }
   main{
    margin-top: 90px;
   }
   .c-content-feature-4 .c-feature-content{
    width: 45%;
   }
   .c-content-feature-4 .c-content-left.c-diagonal{
        border-right: 0;
   }
   .c-content-feature-4 .c-feature-bg {
        width: 50%;
    }
    .c-content-feature-4 .c-content-area {
        width: 50%;
        background: #072f54;
    }
    .our-team{
        width: 100%;
    }
}
 
/* For Mobile Portrait View */
@media screen and (max-width: 767px){
    .header .mainmenu .navbar-brand .logo img {
        width: 110px;
    }
    .navbar-toggler{
        border: 1px solid #000;
        padding: 7px 4px 6px 4px;
    }
    .our-team{
        width: 75%;
    }
    .feature_style_eight{
        margin-bottom: 35px;
        margin-top: 0 !important;
    }
    .third-inner-content{
        margin: 0;
        background: rgba(0,0,0,0.5);
        padding: 35px;
    }
    .third_section .main-heading-h2,.third_section p{
        color: #fff;
    }
    .title-big{
        font-size: 30px;
    }
    .azcontact{
        margin-top: 50px;
    }
    .header .mainmenu.fixed-top{
        position: relative;
        padding: 0 ;
    }
    .header {
        background: rgb(223 225 229 / 95%);
    }
    .headerbg .header .mainmenu {
        background: rgb(223 225 229 / 95%);
        box-shadow: none;
    }
    .header .mainmenu ul li a{
        padding: 15px 15px 15px 15px !important;
    }
    .header .mainmenu ul li.dropdown ul li{
        border-bottom: 1px solid #ddd;
    }
    .header .mainmenu ul li{
        margin: 0;
    }
    #ContactPage .contact_title{
        margin-top: 50px;
    }
    .navbar-collapse{
        background: #fff;
        padding: 15px;
    }
    .dropdown .dropdown-menu.show{
        display: block !important;
    }
    .dropdown:hover>.dropdown-menu{
        display: none;
    }
    .c-content-feature-4 .c-feature-bg,.c-content-feature-4 .c-content-area{
        width: 100%;
    }
    .c-content-feature-4 .c-content-left{
        float: none;
    }
    .c-content-feature-4 .c-content-left.c-diagonal{
        border-right: none;
    }
    .c-content-feature-4 .c-feature-content{
        float: none;
        width: 100%;
    }
    #leftcontent .c-content-feature-4 .c-content-right.c-diagonal{
        border-left: 0;
    }
}
@media screen and (max-device-width: 480px)
and (orientation: portrait) {
    .c-content-feature-4 .c-feature-content,.c-content-feature-4 .c-content-area,
    .c-content-feature-4 .c-feature-bg,#leftcontent .c-content-feature-4 .c-content-right.c-diagonal {
        padding: 0;
        width: 100%;
    }
    .c-content-feature-4 .c-content-left.c-diagonal,#leftcontent .c-content-feature-4 .c-content-right.c-diagonal{
        border-right: 0;
        border-top: 350px solid transparent;
        border-left: 0;
    }
    .contact_from_box{
        padding: 35px 15px 40px;
    }
    .our-team {
        width: 100%;
    }
}
 
/* For Mobile Landscape View */
@media screen and (max-device-width: 640px)
and (orientation: landscape) {
  .gfg-div {
    width: 400px;
    height: 200px;
    background-color: cyan;
    color: black;
  }
}
 
/* For Mobile Phones Portrait or Landscape View */
@media screen and (max-device-width: 640px) {
  .gfg-div {
    width: 400px;
    height: 200px;
    background-color: chartreuse;
    color: black;
  }
}
 
/* For iPhone 4 Portrait or Landscape View */
@media screen and (min-device-width: 320px)
and (-webkit-min-device-pixel-ratio: 2) {
  .gfg-div {
    width: 400px;
    height: 400px;
    background-color: brown;
    color: black;
  }
}
 
/* For iPhone 5 Portrait or Landscape View */
@media (device-height: 568px) and (device-width: 320px)
and (-webkit-min-device-pixel-ratio: 2) {
  .gfg-div {
    width: 400px;
    height: 400px;
    background-color: cornflowerblue;
    color: black;
  }
}
 
/* For iPhone 6 and 6 plus Portrait or Landscape View */
@media (min-device-height: 667px) and (min-device-width: 375px)
and (-webkit-min-device-pixel-ratio: 3) {
  .gfg-div {
    width: 400px;
    height: 400px;
    background-color: darkgoldenrod;
    color: black;
  }
}