@font-face {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: normal;
    src: url('../font/RobotoCondensed-Regular.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    src: url('../font/OpenSans-Regular.ttf') format('woff'), url('../font/OpenSans-Regular.woff') format('woff');
    font-display: swap;
}

* {
    margin: 0px;
    padding: 0px;
    outline: none;
    border: none;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

body {
    /* font-family: 'Roboto Condensed', sans-serif; */
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.2px;
    padding-top: 103px;
}

img {
    vertical-align: middle;
}

a {
    -webkit-transition: all 500ms cubic-bezier(0, 0, 0, 1);
    -o-transition: all 500ms cubic-bezier(0, 0, 0, 1);
    transition: all 500ms cubic-bezier(0, 0, 0, 1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Condensed', sans-serif;
}

img {
    max-width: 100%;
}

.clear {
    clear: both;
}

.wrapper {
    max-width: 1200px;
    width: 94%;
    margin: 0 auto;
    float: none;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0 !important;
}

.vc_column_container>.vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: left;
}

.vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.vc_row:after,
.vc_row:before {
    display: none !important;
}

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

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

.center {
    text-align: center;
}

.p_t {
    padding-top: 60px;
}

.p_b {
    padding-bottom: 60px;
}

.cennter {
    text-align: center;
}

.header {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    background: #eaeaea;
    gap: 1px;
    font-family: 'Roboto Condensed', sans-serif;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
}

.header .head_col {
    width: 100%;
    background: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .head_col:nth-child(2) {
    padding-top: 0;
    padding-bottom: 0;
}

.logo {
    float: left;
}

.nav li {
    display: inline-block;
}

.nav>li>a {
    display: inline-block;
    font-size: 19px;
    line-height: 29px;
    font-weight: normal;
    color: #484848;
    text-transform: uppercase;
    padding: 37px 15px;
}

.nav>li:hover>a,
.nav>li.current-menu-item>a {
    background: #0651c0;
    color: #fff;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children.current_page_item::after {
    border-top: solid 5px #fff;
}

.menu-item-has-children::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 32px;
    width: 0px;
    border-top: solid 5px #616060;
    border-left: solid 4px transparent;
    border-right: solid 4px transparent;
    margin: auto;
}

.menu-item-has-children:hover {
    background: #0651c0;
}

.menu-item-has-children:hover::after,
.menu-item-has-children.active::after {
    border-top: solid 5px #fff;
}

.menu-item-has-children:hover a {
    color: #fff;
}

.menu-item-has-children .sub-menu {
    width: 225px;
    position: absolute;
    left: 0;
    top: 123px;
    background: #0651c0;
    padding: 1px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 250ms cubic-bezier(0, 0, 0, 1.2);
}

.menu-item-has-children:hover .sub-menu {
    top: 103px;
    opacity: 1;
    visibility: visible;
    transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.menu-item-has-children .sub-menu li {
    width: 100%;
    text-align: left;
}

.menu-item-has-children .sub-menu li a {
    display: inline-block;
    width: 100%;
    font-size: 17px;
    line-height: 28px;
    font-weight: normal;
    color: #fff;
    padding: 6px 15px;
    letter-spacing: 0;
    margin-bottom: 1px;
}

.menu-item-has-children .sub-menu li a:hover,
.menu-item-has-children .sub-menu li.current-menu-item a {
    background: #1a1a1a;
}

.respo_tel {
    display: none !important;
}

.social_icon {
    margin-top: 5px;
}

.social_icon li {
    display: inline-block;
}

.social_icon li a {
    display: inline-block;
    background: #075bd9;
    color: #fff;
    font-size: 24px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    margin: 2px;
    text-align: center;
}

.social_icon li a:hover {
    background: #303030;
}

.header .tel {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    color: #303030;
    text-transform: uppercase;
}

.header .tel a {
    color: #075bd9;
}

.banner {
    position: relative;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}

.banner img {
    width: 100%;
}

.banner_row {
    position: relative;
}

.banner_text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
}

.banner_text .cont {
    max-width: 650px;
    width: 100%;
}

.banner_text .banner_head {
	width: 100%;
	float: left;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 38px;
    line-height: 48px;
    font-weight: bold;
    color: #2d2d2d;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.banner_text .banner_sub_head {
	width: 100%;
	float: left;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: normal;
    color: #2d2d2d;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0;
}

.banner_text span {
    color: #075bd9;
}

.banner_text p {
    font-size: 17px;
    line-height: 30px;
    font-weight: normal;
    color: #353535;
}

.banner_text .btn {
	margin-top: 15px;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 20px;
    text-align: center;
    width: 350px;
    line-height: 22px;
}

.btn {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    background: #199106;
    padding: 10px 35px;
    border-radius: 50px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
}

.btn:hover {
    background: #116d03;
}

.metaslider .caption-wrap {
    top: 0;
    background: transparent !important;
    opacity: 1 !important;
}

.flex-direction-nav .flex-prev {
    left: 10px !important;
}

.flex-direction-nav .flex-next {
    right: 10px !important;
}

.owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    bottom: 60px;
    right: 0;
    max-width: 1200px;
    width: 94%;
    margin: auto;
}

.owl-carousel .owl-nav button {
    display: inline-block;
    background-color: #1a1a1a;
    font-size: 0;
    width: 55px;
    height: 55px;
    margin: 1px;
    cursor: pointer;
}

.owl-carousel .owl-nav button.owl-next {
    margin-left: 60px;
}

.owl-carousel .owl-nav button span {
    color: #fff;
    font-size: 40px;
    line-height: 13px;
}

.control_btn {
    position: absolute;
    bottom: 117px;
    margin-left: 58px;
}

.control_btn a {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-flex;
    background-color: #3c3c3c;
    width: 55px;
    height: 55px;
    margin: 1px;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.control_btn a.active {
    z-index: 1;
}

.service_cont {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.service_row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}
.service_cont h1{
	margin-bottom: 50px !important;
    text-transform: uppercase;
}
.service_row .col {
    width: 100%;
}

.service_row .img {
    width: 130px;
    height: 130px;
    background-color: #1a1a1a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: solid 2px #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.service_row h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
    color: #1a1a1a;
    text-transform: uppercase;
    margin: 15px 0 6px;
}

.service_row p {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #1c1c1c;
    min-height: 135px;
}

.service_cont .btn {
    margin-top: 35px;
    font-size: 22px;
    line-height: 34px;
}

.row1_grid {
    display: grid;
    grid-template-columns: 1fr 40%;
    grid-gap: 20px;
}

.row1_grid .col {
    width: 100%;
}

h1 {
    font-size: 34px;
    line-height: 44px;
    font-weight: bold;
    color: #3d3d3d;
}

h1 b {
    font-size: 44px;
    line-height: 54px;
    text-transform: uppercase;
}

h1 span {
    color: #075bd9;
}


/* P {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #434343;
} */

p {
    font-size: 17px;
    line-height: 30px;
    font-weight: normal;
    color: #434343;
}

p a {
    color: #0651c0;
}

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

.list li {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #000;
    background: url(../images/list-icon.png) left 9px no-repeat;
    padding-left: 18px;
    margin: 4px 0;
}

.row1_grid .btn {
    margin-top: 25px;
}

.row1_grid h2 {
    font-size: 38px;
    line-height: 48px;
    font-weight: bold;
    color: #2d2d2d;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.row1_grid h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
    color: #3d3d3d;
}

.row1_grid h2 span,
.row1_grid h3 span {
    color: #0859c3;
}

.row1_grid p {
    line-height: 26px;
    font-size: 16px;
}
.row1_grid .list li{
	width: 50%;
}

.blue_bg {
    background: url('../images/blue-bg.webp') left top no-repeat;
    background-size: cover;
}

.blue_bg * {
    color: #fff;
}

h2 {
    font-size: 44px;
    line-height: 54px;
    font-weight: bold;
    color: #075bd9;
}

.blue_bg h2 {
    color: #fff;
}

.row2 h2 {
    margin-bottom: 50px;
}

.top_angle {
    position: relative;
    padding-top: 90px !important;
}

.top_angle::before {
    content: '';
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 50px solid white;
    border-right: calc(100vw - 17px) solid transparent;
}

.bottom_angle {
    position: relative;
    padding-bottom: 90px !important;
}

.bottom_angle::after {
    content: '';
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 50px solid white;
    border-right: calc(100vw - 17px) solid transparent;
}

.card_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 22px;
}

.card_grid .col {
    width: 100%;
    height: 390px;
    position: relative;
    -webkit-perspective: 1500;
    /* -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000; */
}

.card_grid .front_face {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 60px 20px;
    border-radius: 3px;
    background: #0b4eb4;
    z-index: 9;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

.card_grid .front_face a {
    display: none;
}

.card_grid .col:hover .front_face {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.card_grid .col:hover .back_face {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.card_grid .back_face {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 10px 10px;
    background: #f9f9fa;
    text-align: center;
    border-radius: 6px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

.card_grid .back_face h3 {
    font-size: 28px;
    line-height: 38px;
    font-weight: bold;
    color: #63028f;
    text-transform: uppercase;
    border-bottom: solid 2px #63028f;
    padding: 6px 0 12px;
    margin-bottom: 20px;
}

.card_grid .back_face p {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #1c1c1c;
}

.card_grid .back_face .btn {
    margin-top: 15px;
}

.card_grid .img {
    width: 108px;
    height: 108px;
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.card_grid .front_face h3 {
    font-size: 28px;
    line-height: 38px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 15px 0 10px;
}

.card_grid p {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #fff;
}

.row3 img {
    width: 100%;
}

.row3 .video {
    position: relative;
}

.row3 iframe {
    position: absolute;
    left: 28.62%;
    top: 7.6%;
    width: 40.4%;
    height: 62.3%;
    background: #2f2f37;
    padding: 1px;
}
.row3 .btn{
	max-width: 500px;
	width: 100%;
    font-size: 26px;
    line-height: 35px;
    padding: 15px 25px;
    border-radius: 20px;
}

.row4 h2 {
    margin-bottom: 50px !important;
}

.testimonial {
    max-width: 1070px;
    width: 96% !important;
    background: #f0f0f0;
    padding: 28px;
    display: inline-block !important;
    float: none !important;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.6);
    margin-bottom: 50px;
	text-align: left;
}

.testimonial .easy-t-cycle-controls {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.flexslider.easy-t-cycle-controls div {
    opacity: 1 !important;
}

.testimonial .easy-t-cycle-controls div {
    display: inline-block !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
}

.testimonial .easy-t-cycle-controls div {
    color: #383838;
    font-size: 0;
}

.testimonial .cycle-prev.easy-t-cycle-prev {
    background: url('../images/testimonial-arrow.png') 12px center no-repeat #f0f0f0 !important;
    float: left;
    margin-left: -60px !important;
}

.testimonial .cycle-next.easy-t-cycle-next {
    background: url('../images/testimonial-arrow.png') calc(100% - 12px) center no-repeat #f0f0f0 !important;
    float: right;
    margin-right: -60px !important;
}

.testimonial .easy-t-slideshow-wrap{
	background: #fff;
	position: relative;
}

.testimonial_body p{
	font-size: 17px;
    line-height: 27px;
    font-weight: normal;
    color: #434343;
}
.testimonial_body p:last-child:after,.testimonial_body p:first-child:before{
	content: '"';
	display: inline-block;
}

.testimonial-client{
	color: #434343;
	font-style: normal;
	font-weight: bold;
    font-size: 20px;
    margin: 15px 0 4px;
}
blockquote.easy_testimonial *{
	box-sizing: border-box !important;
}
.easy_testimonial_image_wrapper{
	position: absolute;
	text-align: center;
	width: 65px;
	border-radius: 50% !important;
	overflow: hidden;
	left: 10px;
	top: 20px;
}
.easy_testimonial_image_wrapper img{
	margin: 0 !important;
}
.testimonial_body{
	width: 76%;
    float: right;
}
.easy_testimonial{
	position: relative;
}
.easy_testimonial:before,.easy_testimonial:after{
	display: none !important;
}
.testimonial_author{
	width: 24% !important;
    float: left;
    padding-left: 80px;
    padding-right: 10px;
}
.easy-t-cycle-pager span.cycle-pager-active {
    color: #0651c0;
}
.row5 h2 {
    font-size: 46px;
    line-height: 54px;
    font-weight: bold;
    color: #211d1f;
    margin-bottom: 14px;
}

.row5 h2 span {
    color: #075bd9;
}

.row5 .btn {
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 50px;
    margin-top: 30px;
}

.row5 h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    line-height: 38px;
    font-weight: bold;
    color: #211d1f;
    margin-top: 25px;
}

.row5 h3 a {
    color: #075bd9;
}

.row5 .img_box {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    display: inline-block;
    border: solid 1px #e0e0e0;
    margin-top: 40px;
}

.row6_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 32px;
}

.row6_grid .col {
    width: 100%;
    background: #fff;
    padding: 6px;
    border-radius: 4px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

.row6 h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    color: #0859c3;
    margin: 10px 0 5px;
}

.row6 p {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    color: #353535;
    text-align: justify;
}

.row6 .btn {
    background: #63028f;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #fff;
    padding: 8px 30px;
    margin: 10px 0;
}

.row6 .btn:hover {
    background: #000;
}

.footer {
    margin-top: 2px;
    background: #211d1f;
}

.foot_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 390px;
    grid-gap: 20px;
}

.foot_grid .col {
    width: 100%;
}

.footer .head {
    width: 100%;
    float: left;
    font-size: 30px;
    line-height: 40px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 15px;
}

.footer .menu {
    width: 100%;
    float: left;
}

.footer .menu li {
    width: 100%;
    float: left;
    background: url(../images/list-icon-white.png) left 9px no-repeat;
    margin: 2px 0;
    padding-left: 18px;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #000;
}

.footer .menu li a {
    color: #fff
}

.footer .menu li a:hover {
    text-decoration: underline;
}

.footer p {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
}

.footer p a {
    color: #fff;
}

.footer .social_icon {
    margin-top: 20px;
}

.footer iframe {
    width: 100%;
    float: left;
    height: 240px;
    border: solid 4px #fff !important;
    border-radius: 4px;
}

.footer2 {
    background: #292627;
    padding: 16px 0;
}

.footer2 p {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
}


/*respo-menu*/

.respo_menu {
    display: none;
    padding: 12px 18px 11px 12px;
    float: left;
    background: transparent;
    /* border: solid 2px #f7f6f6; */
    border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.respo_menu b {
    font-size: 15px;
    font-weight: 600;
    color: #303030;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.respo_menu span {
    display: inline-block;
    width: 18px;
    height: 2px;
    background: #303030;
    position: relative;
    margin: 4px 10px;
    transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}

.respo_menu span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -7px;
    height: 2px;
    background: #303030;
    transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}

.respo_menu span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    height: 2px;
    background: #303030;
    transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}

.respo_menu.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    top: 0;
}

.respo_menu.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    bottom: 0;
}

.respo_menu.active span {
    background: transparent;
}


/* inner-css */

.title {
    background: url('../images/title-bg.jpg') left top no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 50px 15px;
}

.title::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

.title h1 {
    font-size: 38px;
    line-height: 48px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

.title h1::after {
    content: '';
    display: block;
    width: 110px;
    height: 4px;
    background: #fff;
    border-radius: 10px;
    margin: 10px auto 12px auto;
}

.title p {
    max-width: 650px;
    width: 100%;
    margin: auto;
    font-size: 17px;
    line-height: 27px;
    font-weight: normal;
    color: #ffffff;
}

.grid {
    display: grid;
    gap: 10px;
    align-items: center;
}

.grid .col {
    width: 100%;
}

.grid.col2 {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.grid.col3 {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px;
}

h3 {
    font-size: 42px;
    line-height: 48px;
    font-weight: bold;
    color: #0651c0;
}

h5 {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    color: #0651c0;
}

.grid h3 {
    margin-bottom: 12px;
}

.grid .btn {
    padding: 10px 40px;
    margin-top: 20px;
}

.img {
    display: inline-block;
    border: solid 1px #cdcdcd;
    padding: 6px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background: #fff;
    max-width: 550px;
    width: 100%;
}
.img *{
	width: 100%;
}

.img.right {
    float: right;
    margin: 0 0 15px 15px;
}

.img.left {
    float: left;
}

.contact_title {
    padding-left: 20px;
    padding-right: 20px;
}

.contact_title h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #6a6a6a;
}

.contact_title h1 {
    font-size: 42px;
    line-height: 52px;
    font-weight: bold;
    color: #312d2f;
}

.contact_title h1 i {
    font-weight: normal;
}

.contact_title h1 i span {
    color: #0651c0;
}

.contact_row {
    position: relative;
}

.contact_row::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    border-bottom: solid 20px #4283df;
    border-left: solid 25px transparent;
    border-right: solid 25px transparent;
    width: 0px;
    margin: auto;
}

.contact_row .wrapper {
    max-width: 1330px;
}

.contact_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    align-items: center;
}

.contact_grid .col {
    width: 100%;
}

.contact_grid iframe {
    max-width: 450px;
    width: 100%;
    height: 315px;
    border: solid 2px #333333 !important;
}

.contact_grid h3 {
    font-size: 28px;
    line-height: 38px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
}

.contact_grid p {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #ffffff;
}

.contact_grid p a {
    text-decoration: underline;
}

.contact_grid p a:hover {
    text-decoration: none;
}

.contact_grid form {
    width: 100%;
    float: left;
}

.contact_grid .form_div {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.contact_grid label {
    width: 100%;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase;
}

.contact_grid form input,
.contact_grid form textarea {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    float: left;
    padding: 12px;
    border-radius: 4px;
    color: #4e4e4e;
    font-size: 14px;
}

.contact_grid form textarea {
    height: 105px;
}

.contact_grid form input[type="submit"] {
    width: auto;
    cursor: pointer;
    padding: 10px 42px;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 13px 45px;
    margin-top: 5px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

hr {
    width: 100%;
    border-bottom: solid 1px #e1e1e1;
}


/* package-css */

.package_row.bottom_angle::after {
    border-bottom: 50px solid #fbfafa;
}

.package_grid h3 {
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
    color: #000;
    background: #e1e1e1;
    text-transform: uppercase;
    margin-bottom: 2px;
    padding: 12px 0;
}

.package_grid .col {
    background: #fff;
    min-height: 500px;
    border-radius: 5px;
    overflow: hidden;
}

.package_grid .price {
    font-size: 42px;
    line-height: 52px;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.package_grid .bottom_angle {
    padding-bottom: 0 !important;
}

.package_grid .bottom_angle::after {
    border-right: 377px solid transparent;
    border-bottom: 32px solid white;
}

.package_grid .agle_right.bottom_angle::after {
    border-left: 377px solid transparent;
    border-right: none;
}

.package_grid .price::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: -1;
}

.package_grid .price b {
    font-size: 22px;
}

.package_grid .price span {
    font-size: 18px;
}

.package_grid .price h4 {
    margin: 30px 0 50px;
}

.package_grid .col1 h3 {
    color: #448c2e;
}

.package_grid .col2 h3 {
    color: #a3921a;
}

.package_grid .col3 h3 {
    color: #df2f2f;
}

.package_grid .col1 .price::before {
    background: #448c2e;
}

.package_grid .col2 .price::before {
    background: #c5b43e;
}

.package_grid .col3 .price::before {
    background: #df2f2f;
}


/* price-comparision */

.price_comparision {
    background: #fbfafa;
}

.package_grid ul {
    text-align: left;
    padding: 10px 20px;
}

.price_comp_tab {
    border-spacing: 0;
}

.price_comp_tab thead th {
    padding: 0 5px;
    border-radius: 5px;
}

.price_comp_tab thead th:nth-child(1) {
    width: 46%;
}

.price_comp_tab thead th h3 {
    height: 76px;
    padding: 10px 5px;
    border-radius: 5px;
}

.price_comp_tab thead th:nth-child(1) h3 {
    color: #4e4d4d;
    background: #eee;
    padding: 22px 5px;
}

.price_comp_tab thead th:nth-child(2) h3 {
    background: #448c2e;
}

.price_comp_tab thead th:nth-child(3) h3 {
    background: #c5b43e;
}

.price_comp_tab thead th:nth-child(4) h3 {
    background: #df2f2f;
}

.price_comp_tab tbody td {
    border-bottom: solid 1px #eaeaea;
    text-align: center;
    padding: 20px;
}

.price_comp_tab tbody td:first-child {
    text-align: left;
}

.price_comp_tab tbody td.mobile {
    display: none;
}

.price_comp_tab thead h3 {
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.price_comp_tab thead h3 span {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
}

.price_comp_tab tbody {
    text-align: left;
}

.price_comp_tab a.btn {
    padding: 8px 10px;
    width: 150px;
}

.privacy_policy h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    color: #181818;
    text-transform: uppercase;
}

.privacy_policy p {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    color: #181818;
}

.privacy_policy strong {
    font-size: 18px;
}


/* faq-css */

.faq .faq_slide {
    margin-bottom: 25px;
}

.faq .faq_slide:last-child {
    margin-bottom: 0;
}

.faq .wrapper {
    max-width: 900px;
}

.faq .wpb_wrapper>h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: bold;
    color: #075bd9 !important;
    text-transform: uppercase;
    margin-bottom: 8px !important;
}

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

.ea-card {
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 6px;
}

.ea-card .ea-header a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: normal;
    color: #075bd9 !important;
    border: 1px solid #e2e2e2;
    background-color: #f4f4f4 !important;
    padding: 12px 8px 12px 40px !important;
    background: url(../images/plus-icon.png) 16px center no-repeat;
    border-radius: 5px;
}

.ea-body p {
    font-size: 15px;
    line-height: 26px;
    font-weight: normal;
    color: #313131;
}

.ea-card .ea-expand-icon {
    display: none !important;
}

.sp-collapse .ea-body {
    background: #f9f9f9 !important;
    border: solid 1px #d9d9d9 !important;
    border-top: none !important;
    padding: 15px 18px !important;
}

#sp-ea-175.sp-easy-accordion .sp-ea-single {
    border: none !important;
}

.faq_row p {
    font-size: 15px;
    line-height: 26px;
    font-weight: normal;
    color: #313131;
}


/* .faq_row.active .cont {
    display: block;
} */

.ea-card.ea-expand a {
    background-color: #075bd9 !important;
    border-color: #075bd9;
    color: #fff !important;
    background: url(../images/minus-icon.png) 16px center no-repeat;
    border-radius: 5px 5px 0 0;
}

.price_respo {
    display: none;
}

.price_respo h3 {
    color: #ffffff;
    background: #000000;
    padding: 16px 5px;
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 8px;
    border-radius: 4px;
}

.testimonial .flex-pauseplay {
    display: none;
}

.banner .flex-direction-nav,
.banner .flex-pauseplay {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 142px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.banner .flex-pauseplay {
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
}

.banner .flex-direction-nav li a,
.banner .flex-pauseplay a {
    width: 45px !important;
    height: 45px!important;
    margin: 0 !important;
    font-size: 0 !important;
    position: static !important;
	opacity: 1 !important;
}

.banner .flex-pauseplay a {
    background: #3c3c3c !important;
    opacity: 1 !important;
    color: #fff !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.flex-direction-nav li.flex-nav-prev {
    float: left;
}

.flex-direction-nav li.flex-nav-next {
    float: right;
}

.banner .flex-direction-nav li a.flex-prev {
    background: url('../images/nav-arrow.png') 14px center no-repeat #1a1a1a !important;
}

.banner .flex-direction-nav li a.flex-next {
    background: url('../images/nav-arrow.png') calc(100% - 16px) center no-repeat #1a1a1a !important;
}


/* inner-css */

.entry-header {
    width: 100%;
    float: left;
    text-align: center;
    background: url(../images/title-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
    padding: 100px 0;
}

.entry-header::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.entry-header h1 {
    font-size: 42px;
    line-height: 52px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.wpcf7-form-control-wrap {
    width: 100%;
    float: left;
}

.wpcf7-not-valid-tip {
    position: absolute;
    right: 3px;
    bottom: 2px;
    font-size: 12px !important;
}

.wpcf7-response-output {
    width: 100%;
    float: left;
    margin: 10px 0 0 0 !important;
    text-align: center;
    font-size: 14px !important;
    padding: 3px !important;
}

.wpcf7-validation-errors {
    background: #f7e700;
    color: #000;
}

.wpcf7-mail-sent-ng {
    background: #ff0000;
    color: #000;
}

@media(max-width: 1320px) {
    .nav>li>a {
        padding: 37px 7px;
    }
    .banner_text .cont {
        max-width: 720px;
        background: rgba(255, 255, 255, 0.5);
        padding: 30px 40px;
    }
    .owl-carousel .owl-nav {
        bottom: 30px;
    }
    .control_btn {
        bottom: 87px;
    }
    .header .tel {
        font-size: 21px;
        line-height: 31px;
    }
	.banner .flex-direction-nav, .banner .flex-pauseplay{
		bottom: -60px;
	}
	.banner .flex-pauseplay {
		bottom: -60px;
	}
	.service_cont{
		padding-top: 100px;
	}
}

@media(max-width: 1120px) {
    body {
        padding-top: 122px;
    }
    .header {
        grid-template-columns: auto;
        gap: 0;
    }
    nav {
        width: 100%;
        float: left;
        position: relative;
    }
    .nav {
        display: none;
        position: absolute;
        left: 0;
        top: 50px;
        width: 260px;
        background: #075bd9;
        border-top: solid 2px #303030;
        max-height: 350px;
        overflow: auto;
    }
    .nav li {
        width: 100%;
    }
    .nav li a {
        width: 100%;
        color: #fff;
        padding: 8px 7px;
        font-size: 18px;
    }
    .respo_tel {
        display: block !important;
    }
    .respo_menu {
        display: block;
    }
    .menu-item-has-children::after {
        bottom: auto;
        top: 0;
        left: auto;
        border: none !important;
        background: url(../images/plus.png) center center no-repeat #104086;
        width: 45px;
        height: 44px;
    }
    .menu-item-has-children.opened::after {
        background: url(../images/minus.png) center center no-repeat #104086;
    }
    .menu-item-has-children .sub-menu {
        display: none;
        position: static;
        opacity: 1;
        visibility: visible;
        width: 100%;
        background: #0d3b7d;
        transition: none !important;
    }
    .menu-item-has-children .sub-menu li {
        text-align: center;
    }
    .social_icon {
        margin-top: 0;
        position: absolute;
        top: 7px;
        right: 10px;
    }
    .banner_text .banner_head {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 0px;
    }
    .banner_text .btn {
        margin-top: 15px;
    }
    .card_grid .back_face p {
        height: 200px;
        overflow: hidden;
    }
    .testimonial .owl-nav button.owl-prev {
        margin-left: -60px;
    }
    .testimonial .owl-nav button.owl-next {
        margin-right: -60px;
    }
}

@media(max-width: 1024px) {
    .service_row {
        grid-template-columns: 1fr 1fr;
        grid-gap: 1px;
        background: #e8e8e8;
    }
    .service_row .col {
        background: #fff;
        padding: 30px 20px;
    }
    .testimonial .owl-nav {
        top: 53%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media(max-width: 980px) {
    .p_b {
        padding-bottom: 40px;
    }
    .p_t {
        padding-top: 40px;
    }
    .top_angle {
        padding-top: 60px !important;
    }
    .service_cont {
        padding: 100px 0 20px 0;
    }
    /* .bottom_angle {
        padding-bottom: 60px !important;
    } */
    .owl-carousel .owl-nav {
        text-align: center;
    }
    .control_btn {
        left: 0;
        right: 0;
        margin-left: -1px;
    }
    .control_btn a {
        left: 50%;
        transform: translateX(-50%);
    }
    .banner_text .banner_head {
        font-size: 28px;
        line-height: 34px;
    }
    .banner_text .banner_sub_head {
        font-size: 28px;
        line-height: 30px;
    }
    .banner_text p {
        font-size: 16px;
        line-height: 24px;
    }
    .row1_grid {
        grid-template-columns: 1fr;
    }
    .row1_grid .col:last-child {
        text-align: center;
    }
    .row2 h2 {
        margin-bottom: 30px;
    }
    .card_grid {
        grid-template-columns: 1fr;
    }
    .card_grid .col {
        height: auto;
    }
    .card_grid .front_face {
        position: static;
    }
    .card_grid .front_face a {
        display: inline-block;
        margin-top: 20px;
    }
    .card_grid .back_face {
        display: none;
    }
    .card_grid .col:hover .front_face {
        transform: none;
    }
    .row6_grid {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .row6_grid .col {
        max-width: 500px;
        text-align: center;
        margin: auto;
    }
    .row6_grid .col p {
        text-align: center;
    }
    .foot_grid {
        grid-template-columns: 1fr;
    }
    .footer .head {
        margin-bottom: 10px;
    }
    .footer2 p {
        text-align: center;
    }
    /* inner-css */
    .grid.col2 {
        grid-template-columns: 1fr;
        /* text-align: center; */
    }
    .grid.col2 .col:last-child {
        grid-row: 1 / 1;
    }
    .blue_bg .grid.col2 .col:last-child {
        grid-row: 2;
    }
    .img.right {
        float: none;
        margin: 15px 0;
    }
    .img.left {
        float: none;
    }
    .contact_grid {
        grid-template-columns: 1fr;
    }
    .contact_grid .col1 {
        grid-row: 3 / 3;
    }
    .contact_grid .col3 {
        max-width: 500px;
        width: 100%;
        margin: 20px auto;
    }
    .contact_grid iframe {
        max-width: 100%;
    }
    .contact_grid h3 {
        margin-bottom: 10px;
    }
    .grid.col3 {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .package_grid .col {
        width: 100%;
        max-width: 500px;
        margin: auto;
    }
    .package_grid .agle_right.bottom_angle::after {
        border-left: 500px solid transparent;
    }
    .package_grid .bottom_angle::after {
        border-right: 500px solid transparent;
    }
    .package_grid .col {
        min-height: auto;
        padding-bottom: 20px;
    }
}

@media(max-width: 800px) {
    .banner_text .cont {
        max-width: none;
        width: auto;
        display: inline-block;
    }
    .banner_text .banner_head {
        font-size: 24px;
        line-height: 30px;
    }
    .banner_text .banner_sub_head {
		font-size: 26px;
		line-height: 32px;
    }
    .banner_text p {
        font-size: 14px;
        line-height: 22px;
    }
    .banner_text .btn {
		display: none;
        margin-top: 10px;
    }
    .row4 h2 {
        margin-bottom: 30px !important;
    }
    .testimonial {
        padding: 16px 10px;
    }
	.testimonial .easy-t-cycle-controls{
		display: none ;
	}
    .testimonial .owl-nav {
        top: auto;
        bottom: -70px;
        transform: none;
        max-width: 110px;
        width: 100%;
    }
    .testimonial .owl-nav button {
        border-radius: 2px;
        width: 50px;
        height: 50px;
    }
    .testimonial .owl-nav button {
        margin: auto !important;
    }
    .testimonial .owl-nav button.owl-prev {
        background-position: 15px center;
    }
    .testimonial .owl-nav button.owl-next {
        background-position: calc(100% - 16px) center;
    }
    .row5 h2 {
        font-size: 38px;
        line-height: 44px;
    }
    .row3 .video img {
        display: none;
    }
    .row3 iframe {
        position: static;
        width: 90%;
        height: 386px;
        border: solid 5px #075bd9 !important;
        padding: 3px;
        background: #fff;
    }
    /* inner-css */
    .title {
        padding: 30px 15px;
    }
    .price_respo {
        display: block;
    }
    .price_btns {
        width: 100%;
        display: inline-grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px;
        position: relative;
        margin-bottom: 61px;
    }
    .price_btns li {
        width: 100%;
    }
    .price_btns li span {
        background: #eaeaea;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -61px;
        text-align: center;
        z-index: 1;
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        color: #1f1f1f;
        padding: 5px;
    }
    .price_btns li.active span {
        z-index: 9;
    }
    .price_btns li button {
        width: 100%;
        float: left;
        font-size: 32px;
        line-height: 32px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        padding: 10px;
        border-radius: 3px;
        position: relative;
        background: #075bd9 !important;
    }
    .price_btns li.active button::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        width: 0;
        height: 0;
        border-top: solid 12px #448c2e;
        border-left: solid 12px transparent;
        border-right: solid 12px transparent;
        bottom: -12px;
        margin: auto;
    }
    .price_btns li.active button {
        background: #448c2e !important;
    }
    .price_btns li button span {
        display: block;
        font-size: 18px;
        line-height: 22px;
        text-transform: capitalize;
    }
    .price_btns li.green button {
        background: #448c2e;
    }
    .price_btns li.yellow button {
        background: #c5b43e;
    }
    .price_btns li.red button {
        background: #df2f2f;
    }
    /* .price_comp_tab thead th,
    .price_comp_tab tbody td {
        width: 100%;
        display: block;
    }
    .price_comp_tab tbody td {
        position: relative;
    }
    .price_comp_tab {
        border-spacing: 0px 20px;
    }
    .price_comp_tab tbody td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        max-width: 150px;
        width: 100%;
        font-weight: bold;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 22px;
    }
    .price_comp_tab tbody td:nth-child(1)::before {
        background: #eee;
        color: #000;
    }
    .price_comp_tab tbody td:nth-child(2)::before {
        background: #448c2e;
    }
    .price_comp_tab tbody td:nth-child(3)::before {
        background: #c5b43e;
    }
    .price_comp_tab tbody td:nth-child(4)::before {
        background: #df2f2f;
    }
    .price_comp_tab tbody td {
        padding: 15px 20px 15px 190px;
        text-align: left;
        background: #fff;
    } */
    .price_comp_tab thead {
        display: none;
    }
    .price_comp_tab tbody tr.desktop {
        display: none;
    }
    .price_comp_tab tbody td.mobile {
        display: block;
    }
    .price_comp_tab tbody td:not(:first-child) {
        display: none;
    }
    .price_comp_tab tbody tr:last-child td {}
    .price_comp_tab a.btn {
        text-align: center;
    }
    .entry-header {
        padding: 50px 0;
    }
    .testimonial .flex-direction-nav li a.flex-prev {
        margin-left: 0px !important;
    }
    .testimonial .flex-direction-nav li a.flex-next {
        margin-right: 0px !important;
    }
    .flex-direction-nav {
        position: absolute;
        width: 110px;
        left: 0;
        right: 0;
        bottom: -80px;
    }
    .testimonial .flex-direction-nav li a {
        position: static !important;
        width: 50px !important;
        height: 50px !important;
    }
}

@media(max-width: 768px) {
    body {
        padding-top: 174px;
    }
    .social_icon {
        margin-top: 20px;
    }
    .header .tel {
        margin-top: 10px;
    }
    .header .head_col {
        padding: 6px;
    }
    .social_icon {
        position: static;
    }
    .header .tel {
        font-size: 20px;
        line-height: 28px;
    }
    .banner_text {
        /* position: static;
        transform: none; */
    }
    .banner_text .cont {
        padding: 30px 10px 30px 20px;
    }
    .nav {
        top: 112px;
    }
}

@media(max-width: 600px) {
    .banner {
        padding-bottom: 74px;
        box-shadow: none;
    }
    .banner_text .cont {
        padding: 10px 10px 10px 10px;
    }
    .banner_text .banner_sub_head {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 0;
    }
    .owl-carousel .owl-nav {
        bottom: -60px;
    }
    .owl-carousel .owl-nav button {
        width: 45px;
        height: 45px;
    }
    .control_btn {
        bottom: 0;
    }
    .control_btn a {
        width: 45px;
        height: 45px;
        top: -61px;
    }
    .banner {
        padding: 0;
    }
    .service_row {
        grid-template-columns: 1fr;
    }
    .card_grid .front_face {
        padding: 30px 20px;
    }
    .top_angle::before {
        border-top: 30px solid white;
    }
    .bottom_angle::after {
        border-bottom: 30px solid white;
    }
    .row3 iframe {
        height: 310px;
    }
    .row5 .btn {
        padding: 8px 30px;
        font-size: 22px;
    }
    h1 {
        font-size: 28px;
        line-height: 38px;
    }
    h1 b {
        font-size: 38px;
        line-height: 48px;
    }
    .row5 h2 {
        font-size: 32px;
        line-height: 38px;
    }
}

@media(max-width: 480px) {
    .banner_row {
        margin-bottom: 150px;
    }
    .banner_text .cont {
        max-width: 220px;
        background: transparent;
    }
    .banner_text .banner_head {
        font-size: 18px;
        line-height: 16px;
    }
    .banner_text .banner_sub_head {
        font-size: 16px;
        line-height: 15px;
        margin: 0px 0;
    }
    .banner_text p {
        bottom: -111%;
    }
    .testimonial {
        padding: 5px;
        background: #fff;
    }
    .banner_text .btn {
        margin-top: 5px;
        padding: 0px 15px;
        font-size: 14px;
    }
    .row3 iframe {
        height: 200px;
    }
}

@media(max-width: 360px) {
    .respo_menu b {
        font-size: 0;
    }
    .banner_text h2 {
        font-size: 16px;
        line-height: 15px;
        font-weight: 600;
    }
}