/*
 Theme Name:   Perrypi child
 Theme URI:    https://wordpress.com/
 Description:  Twenty Nineteen Child Theme
 Author:       Wordpress
 Author URI:   https://wordpress.com/
 Template:     twentynineteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  perrypichild
*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

:root {
    --placeholdercolor: currentColor;
}

body { margin: 0; padding: 0; font-family: 'Roboto', sans-serif; font-weight: 400; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

ul,li,ol { list-style-type: none; }

.clear { clear: both; }

.alignleft { float: left; }

.alignright { float: right; }

.aligncenter { display: block; }

iframe, img { max-width: 100%; border: none; vertical-align: middle; }

img { border: 0; height: auto; }

a { font-family: inherit; font-size: inherit; line-height: normal; color: inherit; text-decoration: none;transition: 0.5s; }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

p,
li,
ul,
ol,
blockquote {
    margin: 0;
    padding: 0;
    font-weight: 300;
}

ul, ol, li { list-style: none; }

a:visited { color: inherit; }

a:hover { text-decoration: none; }

a, a:hover, input[type="submit"], button {outline: 0;} button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: none; border-radius: 0; }

input::-webkit-input-placeholder { color: var(--placeholdercolor); }

input::-moz-placeholder { color: var(--placeholdercolor); }

input:-ms-input-placeholder { color: var(--placeholdercolor); }

input:-moz-placeholder { color: var(--placeholdercolor); }

html { scroll-behavior: smooth; }


.container { max-width:1500px; width: 100%; margin: 0 auto; }

.d-none, .hide { display: none !important; }

.fl { float: left; }

.fr { float: right; }

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

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

/* Header Section Starts */

.head-sec { background: rgba(255, 255, 255, 0.8); position: absolute; top: 0; left: 0;z-index: 99;}

.head-sec:after { content: ""; position: absolute; width: 19%; height: 100%; right: 0; top: 0; background: #3e75d9; }

.head-sec:before { content: ""; position: absolute; width: 61px; height: 130px; background-image: url('images/head-call-shape.png'); top: 0; right: 19%; }

.logo-menu { padding: 24px 60px 24px 44px; position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; 
            -webkit-align-items: center; -ms-flex-align: center; align-items: center; justify-content: space-between; }

.topmenu { float: left; width: auto; padding: 0 0; }

.topmenu ul { position: relative; margin: 0; }

.topmenu ul li { float: left; position: relative; }

.topmenu ul li a { position: relative; font-size: 17px; line-height: 18px; color: #3e75d9; font-weight: 900; text-transform: uppercase; letter-spacing: -0.38px; padding: 8px 18px; 
                   border-right: 1px solid #13274b; }

.topmenu ul.primary-menu>li.current-menu-item a, .topmenu ul.primary-menu>li a:hover { color: #13274b; } 

.topmenu ul li:first-child a { padding-left: 0px; }

.topmenu ul li:last-child a { padding-right: 0px; border-right: none; }


.topmenu ul li.msg_us a { background: #02073b; color: #ffffff; font-weight: 500; font-size: 15px; padding: 12px 20px; }

.topmenu ul li.msg_us a:hover { color: #ffffff; }

.topmenu ul li ul.sub-menu { display: none; width: 260px; position: absolute; top: 100%; left:0 ; right:auto ; background-color: #2f4163; padding: 0px 0; z-index: 999; }

.topmenu ul li:hover ul.sub-menu { display: block; }

.topmenu ul li:hover ul.sub-menu ul { display: none; }

.topmenu ul li:hover ul.sub-menu li { position: relative; }

.topmenu ul li:hover ul.sub-menu li:hover>ul { display: block; top: 0; left: 100%; }

.topmenu .sub-menu li.current-menu-item a { color: #fff; }

.topmenu .sub-menu li a:after { display: none; }

.topmenu .sub-menu li { width: 100%; float: left; border-bottom: 1px solid rgba(255, 255, 255, 0.2); margin: 0; padding: 0; }

.topmenu .sub-menu li a { float: left; font-size: 15px; width: 100%; line-height: normal; padding: 11px 12px 11px !important; color: #fff !important; display: block; text-transform: capitalize;
                          font-weight: normal; }

.topmenu .sub-menu li a:hover {background-color: #21355a; color: #fff !important; }

.topmenu ul ul a:after { display: none; }

.topmenu ul li.wide-menu { position: static; }

.topmenu ul li.wide-menu ul { position: absolute; left: 0; top: 100%; width: 670px; background-color: #3c3c3c; padding: 10px; z-index: 999; display: none; }

.topmenu ul li.wide-menu:hover ul { display: block; }

.topmenu ul li.wide-menu ul li { width: 32%; margin: 0px .5%; padding: 7px 0; float: left; border: 0; }

.topmenu ul li.wide-menu ul li a { text-transform: capitalize; font-size: 14px; padding: 0; width: 100%; float: left; border: 0; background-color: transparent; transition-duration: 0.5s; }

.topmenu ul li.wide-menu ul li a:hover { color: #fff; text-decoration: underline; background-color: transparent; }

.topmenu ul li.wide-menu ul li ul { position: inherit; top: inherit; left: inherit; padding: 0 0 0 10px; width: 100%; }

.topmenu ul li.wide-menu ul li ul li { width: 100%; margin: 0 0px; float: left; padding: 5px 0; }

.topmenu ul li.wide-menu ul li ul li:last-child { border-bottom: 0; }

.topmenu ul li.wide-menu ul li ul li a { width: 100%;font-weight: normal; }

.showhide { display: none; color: #fff; width: 110px; height: 28px; float: left; text-align: left; cursor: pointer; padding: 0px 0 0 33px; position: relative; }

.showhide b.txtl { text-align: right; font-size: 20px; line-height: 28px; font-weight: normal; text-transform: uppercase; margin: 0 0px 0 0px; color:#1b1c55; padding-top: 2px; 
                   letter-spacing: 0.5px; }

.showhide b.txtr { position: absolute; top: 0; bottom: 0; left: 0; margin: auto; text-align: left; font-size: 37px; line-height: 27px; color: #1b1c55; font-weight: normal; }

.mobinav { display: none; width: 100%; color: #fff; box-sizing: border-box; z-index: 99999995; float: left; background:#083061; position: absolute; top: 38px; left: 0; }

.mobinav ul { float: left; margin: 0px 0 0 0; padding: 5px 0px; width: 100%; }

.mobinav ul li { float: left; margin: 0; width: 100%; list-style: none; padding: 0 20px; box-sizing: border-box; border: 0; margin: 0; padding: 0px; position: relative; }

.mobinav a { width: 100%; float: left; padding: 6px 0; display: block; line-height: normal; color: #fff; font-size: 16px; letter-spacing:0.5px; border: 0; margin: 0;text-decoration: none; }

.mobinav ul li ul { float: left; padding: 0 0 0 15px; }

.mobinav ul li ul li a { text-transform: capitalize; }

.mobinav ul li a.drop.close, .mobinav ul li a.drop.open { font-size: 0; position: absolute; right: 0px; top: 0; width: 100%; height: 29px; background-color: transparent !important; 
                                                          background-image: url(images/plus_icn.png); background-position: right center; background-repeat: no-repeat; padding: 0px 5px !important; cursor: pointer; }

.mobinav ul li a.drop.open { width: 22px; background-image: url(images/minus_icn.png); }

.mobile_src_nav { display: none;width: 100%; float: left; position: relative;padding: 10px 0; }

.mobile_src_nav .container { position: relative; }

.mobile_src_nav .search-form { width: 100%; float: left; }


.top-rit { text-align: center; z-index: 1; position: relative; }

.top-rit p { font-size: 17px; color: #ffffff; text-transform: uppercase; position: relative; padding-left: 70px; font-weight: 400; }

.top-rit a { font-size: 34px; display: block; margin-top: 4px; }

.top-rit a:before { content: ""; position: absolute; width: 61px; height: 61px; background-image: url('images/sprites.png'); background-position: 0px 0px; left: 0; top: 0; }

.top-rit a:hover { color: #13274b; }

/* Header Section Ends */

/* Banner Section Starts */

.button a { color: #ffffff; background: #e13833; font-weight: 500; font-size: 31px; letter-spacing: 1.86px; padding: 21px 37px; display: inline-block; outline: 2px solid #ffffff;
            outline-offset: -5px; text-transform: uppercase; }

.banner_bg { background-image: url('images/banner.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center; }

.home_banner { padding: 263px 0px 180px; color: #ffffff; text-transform: uppercase; text-align: center; }

.home_banner h1 { font-size: 80px; font-weight: 500; line-height: 1; }

.home_banner p { font-size: 30px; text-transform: capitalize; letter-spacing: 0.6px; margin: 7px 0px 28px; }

.home_banner h4 { font-size: 22px; font-weight: 300; letter-spacing: 2.64px; margin: 36px 0px 0px; }

.home_banner .box { position: relative; }

.home_banner .box:before { content: ""; position: absolute; width: 450px; height: 328px; background-image: url('images/banner-left-shape.png'); background-size: cover; background-repeat: no-repeat; left: 124px; top: 38px; }

.home_banner .box:after { content: ""; position: absolute; width: 450px; height: 328px; background-image: url('images/banner-right-shape.png'); background-size: cover;  background-repeat: no-repeat; right: 124px; top: 38px; }

/* Banner Section Ends */

/* Results Section Starts */

.results_sec ul li { width: 16.56%; float: left; background: rgba(19 ,39 ,75 ,0.92); text-align: center; color: #ffffff; padding: 60px 25px 20px; position: relative; margin-right: 2px; }

.results_sec ul li:hover { background: #3a6bc0; }

.results_sec ul li:before { content: ""; position: absolute; width: 22px; height: 14px; background-image: url('images/sprites.png'); background-position: -62px 0px; top: 0; left: 0;right: 0; margin: auto; }

.results_sec ul li h4 { font-weight: 300; font-size: 48px; text-transform: uppercase; letter-spacing: 1.06px; }

.results_sec ul li h4 strong { font-size: 17px; display: block; font-weight: 300; color: #19aaee; letter-spacing: 0.34px; margin: 6px 0px 0px; position: relative; min-height: 70px; }

.results_sec ul li:hover h4 strong { color: #ffffff; }

.results_sec ul li p { font-size: 19px; line-height: 1.42; letter-spacing: 0.38px; }

/* Results Section Ends */

/* Testimonials Section Ends */

.testimonials_sec { background-image: url('images/review-bg.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center; text-align: center;  padding: 75px 0px 95px; }

.testimonials_sec h4 { color: #ffffff; font-weight: 300; font-size: 24px; letter-spacing: 0.48px; }

.testimonials_sec h2 { color: #ffffff; font-weight: 500; font-size: 62px; text-transform: uppercase; letter-spacing: 1.24px; margin: 4px 0px 23px; }

.testimonials_sec .testi_blck .testi_item { background: #ffffff; text-align: left; position: relative; margin: 10px; padding: 44px 30px 46px 44px; }

.testimonials_sec .testi_blck .testi_item:before { content: ""; position: absolute; width: 0; height: 0; border-top: 158px solid #e13833; border-right: 196px solid transparent; z-index: -1; left: -10px; top: -10px; }

.testimonials_sec .testi_blck .testi_item:after {  content: ""; position: absolute; width: 0; height: 0; border-bottom: 158px solid #e13833; border-left: 196px solid transparent;  z-index: -1; right: -10px; bottom: -10px; }

.testimonials_sec .testi_blck .testi_item h3 { font-size: 36px; font-weight: 300; letter-spacing: 0.72px; position: relative; margin-bottom: 24px; }

.testimonials_sec .testi_blck .testi_item h3:before { content: ""; position: absolute; width: 132px; height: 23px; background-image: url('images/sprites.png'); 
                                                      background-position: -199px 0px; right: 0px; bottom: 0; top: 0; margin: auto; }

.testimonials_sec .testi_blck .testi_item p { color: #2b3341; font-size: 25px; font-style: italic; line-height: 1.52; letter-spacing: 0.5px; position: relative; min-height: 190px; }

.testimonials_sec .testi_blck .testi_item p:before { content: ""; position: absolute; width: 21px; height: 19px; background-image: url('images/sprites.png'); background-position: -332px 0px; right: 20px; bottom: 2px; }

.testimonials_sec .button a { background: transparent; text-transform: uppercase; font-size: 22px; letter-spacing: 0.44px; padding: 22px 62px; margin-top: 50px; }

.testimonials_sec .owl-nav button.owl-prev, 
.testimonials_sec .owl-nav button.owl-next { position: absolute; top: 20px; left: -85px; bottom: 0px; margin: auto !important; width: 56px; height: 56px; transition: 1s; background: url(images/sprites.png) no-repeat -85px 0px !important; }

.testimonials_sec .owl-nav button.owl-next { left: inherit; right: -85px; background: url(images/sprites.png) no-repeat -142px 0px !important; }

.testimonials_sec .owl-nav span { display: none; }

/* Testimonials Section Ends */

/* Top Rated Section Starts */

.top_rated_atrny { padding: 94px 0px 58px;/* background-image: url('images/top-rated-bg.jpg');*/ background-image: url(images/about-perry-ban.jpg);
    background-size: cover; background-repeat: no-repeat; background-position: top left; }

.top_rated_atrny .left { width: 41%; float: left; }

.top_rated_atrny .left h4 { font-weight: 300; font-size: 24px; color: #13274b; letter-spacing: 0.48px; }

.top_rated_atrny .left h2 { color: #13274b; font-size: 100px; letter-spacing: 2px; line-height: 1.07; text-transform: uppercase; margin: 14px 0px 27px; position: relative; }

.top_rated_atrny .left h2 span { text-indent: 214px; display: block; }

.top_rated_atrny .left h2:after { content: ""; position: absolute; width: 152px; border-top: 3px solid #e13833; top: 52px; right: -110px; }

.top_rated_atrny .left p { font-size: 22px; line-height: 1.81; letter-spacing: 0.44px; color: #000000; }

.top_rated_atrny .left p strong { color: #e13833; text-transform: uppercase; position: relative; padding: 0 40px; margin-top: 22px; display: inline-block; }

.top_rated_atrny .left p strong:before, .top_rated_atrny .left p strong:after { content: ""; position: absolute; width: 9px; height: 12px; background-image: url('images/sprites.png'); background-position: -354px 0px; top: 0; bottom: 0; left: 0; margin: auto; }

.top_rated_atrny .left p strong:after { left: inherit; right: 0; transform: scaleX(-1); }
 
.top_rated_atrny .left p strong a { text-decoration: underline; }

.top_rated_atrny .right { width: 57%; float: right; padding: 14px 14px 0px 0px; position: relative; text-align: center; }

.top_rated_atrny .right .block { background: #ffffff; padding: 39px 0px 39px 40px; margin: -90px 0px 0px; z-index: 1; position: relative; width: 80%; float: right; 
 box-shadow: -webkit-box-shadow: 3px 1px 30px 0px #969696; -moz-box-shadow: 3px 1px 30px 0px #969696; box-shadow: 3px 1px 30px 0px rgba(150 ,150 ,150 ,0.19); }

.top_rated_atrny .right:before { content: ""; position: absolute; width: 53%; height: 58%; background: #13274b; top: 0; right: 0; z-index: -1; }

.top_rated_atrny .right .block img { position: absolute; left: -146px; bottom: 0; top: 0; margin: auto; }

.top_rated_atrny .right .block p span { font-size: 19px; letter-spacing: 0.38px; display: block; color: #3e75d9; text-transform: uppercase; margin: 0 0 7px; }

.top_rated_atrny .right .block p { font-size: 37px; letter-spacing: 0.74px; }

.top_rated_atrny_btm p { font-size: 22px; line-height: 1.81; letter-spacing: 0.44px; color: #000000; margin: 24px 0px 0px; }

.top_rated_atrny_btm strong { font-size: 37px; font-weight: 300; display: inline-block; margin: 50px 0 0; }

/* Top Rated Section Ends */

/* Practice Areas Section Starts */

.practice_areas { padding: 90px 0px 0px; text-align: center; position: relative; }

.practice_areas:before { content: ""; position: absolute; width: 100%; height: 690px; background-image: url('images/practice-areas-bg.jpg'); background-size: cover; 
 background-repeat: no-repeat; background-position: center; top: 0; left: 0; z-index: -1; }

.practice_areas h4 { font-size: 20px; color: #ffffff; letter-spacing: 0.4px; text-align: center; text-transform: uppercase; font-weight: 300; }

.practice_areas h2 { font-weight: 500; font-size: 60px; letter-spacing: 1.2px; color: #ffffff; text-transform: uppercase; text-align: center; margin: 5px 0px 42px; }

.practice_areas ul li { width: 23.8%; float: left; background: #ffffff; margin: 0px 23px 30px 0px; outline: 2px solid #eaeaea; outline-offset: -5px; text-align: center;padding: 50px 15px 7px; position: relative; }

.practice_areas ul li:hover { background: #3e75d9; outline: 2px solid #ffffff; }

.practice_areas ul li a { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 1; }

.practice_areas ul li:nth-child(4n) { margin-right: 0px; }

.practice_areas ul li h3 { color: #000000; font-size: 20px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.4px; position: relative; padding: 138px 0px 0px;  min-height: 198px; }

.practice_areas ul li:hover h3 { color: #ffffff; }

.practice_areas ul li h3:before { content: ""; position: absolute; width: 126px; height: 121px; background-image: url('images/sprites.png'); background-position: 0px -61px; background-repeat: no-repeat; top: 0; left: 0; right: 0; margin: auto; }

.practice_areas ul li:hover h3:before { background-position: 0px -182px; }

.practice_areas ul li.mtr h3:before { width: 111px; height: 111px; background-position: -126px -61px; }

.practice_areas ul li:hover.mtr h3:before { background-position: -126px -174px; }

.practice_areas ul li.ubr h3:before { width: 97px; height: 97px; background-position: -237px -61px; }

.practice_areas ul li:hover.ubr h3:before { background-position: -237px -159px; }

.practice_areas ul li.pdr h3:before { width: 103px; height: 103px; background-position: 0px -304px; }

.practice_areas ul li:hover.pdr h3:before { background-position: 0px -408px; }

.practice_areas ul li.wrg h3:before { width: 103px; height: 103px; background-position: -126px -285px; }

.practice_areas ul li:hover.wrg h3:before { background-position: -126px -389px; }

.practice_areas ul li.brn h3:before { width: 89px; height: 97px; background-position: -238px -256px; }

.practice_areas ul li:hover.brn h3:before { background-position: -238px -355px; }

.practice_areas ul li.com h3:before { width: 94px; height: 94px; background-position: 0px -512px; }

.practice_areas ul li:hover.com h3:before { background-position: 0px -607px; }

.practice_areas ul li.sco h3:before { width: 102px; height: 131px; background-position: -104px -492px;  top: -10px; }

.practice_areas ul li:hover.sco h3:before { background-position: -104px -626px; }

.practice_areas ul li br { display: none; }

.practice_areas .button a { margin-top: 10px; }

/* Practice Areas Section Ends */

/* Find Out Case Section Starts */

.find_out_case { background-image: url('images/practice-areas-bg.jpg'); background-size: auto; background-repeat: no-repeat; background-position: center; padding: 122px 0px 128px; }

.find_out_case .container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center;
-ms-flex-align: center; align-items: center; justify-content: space-between; }

.find_out_case h2 { color: #ffffff; font-size: 60px; font-weight: 900; letter-spacing: 1.2px; }

/* Find Out Case Section Ends */

/* Standard Stages Section Starts */

.standard_stages { padding: 95px 0 95px; }

.standard_stages .top_row h2 { text-align: center; font-size: 60px; letter-spacing: 1.2px; color: #000000; font-weight: 300; }

.standard_stages .top_row p { font-size: 19px; text-align: center; letter-spacing: 0.38px; margin: 18px 0px 50px; }

.home-tab-system { padding: 0 50px; }

.home-tab-system .tab-content { float: left; width: 100%; }

.home-tab-system .tab-content ul.inner-tabs { text-align: left; margin: 0 0 50px!important; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; justify-content: center; }

.home-tab-system .tab-content ul.inner-tabs li { display: inline-block; width: 208px; margin: 0 12px 0 0; border: 3px solid #c8d0de; border-radius:5px; text-align: center;   position:relative; border-bottom:0; z-index: 1; }

.home-tab-system .tab-content ul.inner-tabs li:last-child { margin: 0; }                                              

.home-tab-system .tab-content ul.inner-tabs li a { width: 100%; font-size: 20px; line-height: 1.41; cursor: pointer; color: #000000; padding: 0px 15px 0px; display: inline-block; min-height: 160px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.48px; display: -webkit-box; display: -webkit-flex;  display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;  justify-content: center; }

.home-tab-system .tab-content ul.inner-tabs li:after { position:absolute; content:''; width:100%; height:21px; background-image:url(images/process-arw.png); background-repeat: no-repeat;  background-position: bottom center; left:0; right:0; margin: 0 auto; bottom:-18px; }

.home-tab-system .tab-content ul.inner-tabs li:before { position: absolute; content: ''; width: 16px; height: 15px; background: #fff; border: 9px solid #c8c9d6; bottom: -68px; left: 0;  right: 0; margin: 0 auto; border-radius: 100%; z-index: -1; }

.home-tab-system .tab-content ul.inner-tabs li.selected:before, .home-tab-system .tab-content ul.inner-tabs li:hover:before { background: #1b1f5b; border: 9px solid #3e75d9; }

.inner-cont { background: #fff; -webkit-box-shadow: -14px 14px 30px 0px rgb(0 0 0 / 15%); -moz-box-shadow: -14px 14px 30px 0px rgba(0, 0, 0, 0.15);  box-shadow: -14px 14px 30px 0px rgb(0 0 0 / 15%); padding: 54px 58px; border-radius: 5px; position:relative; }

.inner-cont:before { position: absolute; content: ''; width: 88%; height: 8px; background: #c5c6d4; left: 0; right: 0; margin: 0 auto; top: -3px; }

.inner-cont h4 { color: #000000; font-size: 42px; font-weight: 300; margin: 0 0 10px; }

.inner-cont p { font-size: 19px; color: #363636; letter-spacing: 0.38px; line-height: 1.57; }

.home-tab-system .tab-content ul.inner-tabs li.selected,.home-tab-system .tab-content ul.inner-tabs li:hover{ background: #3e75d9; border: 3px solid transparent; }

.home-tab-system .tab-content ul.inner-tabs li.selected:after, 
.home-tab-system .tab-content ul.inner-tabs li:hover:after { content: ""; position: absolute; border-top: solid 13px #3e75d9; border-left: solid 12px transparent; bottom: -34px;  border-right: solid 12px transparent; left: 0; right: 0; margin: auto; width: 0; height: 18px; background:transparent; }

.home-tab-system .tab-content ul.inner-tabs li.selected a, .home-tab-system .tab-content ul.inner-tabs li:hover a { color: #fff; transition: none; }

.standard_stages .button { clear: both; text-align: center; padding-top: 50px; }

.tab-content-mbl { display: none; }

/* Standard Stages Section Ends */

/* About Perry Section Starts */

.about_perry_sec { background-image: url('images/about-perry-ban.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center; margin: -192px 0px 0px;
                   padding: 322px 0px 124px; }

.about_perry_sec .left { width: 50%; float: left; position: relative; padding: 20px 0px 0px 20px; z-index: 1; }

.about_perry_sec .left:before { content: ""; position: absolute; background: #13274b; width: 85%; height: 55%; top: 0; left: 0; z-index: -1; }

.about_perry_sec .left .para { margin: 60px 0px 0px; position: relative; padding-left: 22px; }

.about_perry_sec .left .para:before { content: ""; position: absolute; border-left: 4px solid #13274b; left: -20px; top: 0; bottom: 0; margin: auto; height: 96%; }

.about_perry_sec .left .para p { font-size: 28px; letter-spacing: 0.56px; line-height: 1.5; color: #111111; font-weight: 300; }

.about_perry_sec .left .para p a { display: block; font-size: 23px; letter-spacing: 0.46px; margin: 42px 0px 0px; padding-left: 74px; position: relative; }

.about_perry_sec .left .para p a:before { content: ""; position: absolute; width: 61px; height: 61px; background-image: url('images/sprites.png'); background-position: -335px -20px; left: 0; top: 8px; }

.about_perry_sec .left .para p a span { color: #e13833; display: block; font-weight: 700; font-size: 42px; letter-spacing: 0.84px; }

.about_perry_sec .right { width: 50%; float: left; padding: 115px 0px 0px 65px; }

.about_perry_sec .right h4 { font-size: 21px; text-transform: uppercase; font-weight: 300; letter-spacing: 0.42px; color: #13274b; margin: 0px 0px 22px; }

.about_perry_sec .right h2 { color: #13274b; font-size: 50px; text-transform: uppercase; line-height: 1.24; position: relative; padding: 0px 0px 33px; margin: 0px -50px 26px 0px; }

.about_perry_sec .right h2:before { content: ""; position: absolute; width: 120px; border-bottom: 3px solid #e13833; bottom: 0; left: 0; }

.about_perry_sec .right p { font-size: 18px; color: #000000; font-weight: 400; letter-spacing: 0.36px; line-height: 2.22; margin: 0px 0px 40px; }

/* About Perry Section Ends */

/* Case Results Starts */

.case_results { text-align: center; padding: 104px 0px 20px; }

.case_results .top_cntnt { max-width: 1500px; margin: 0 auto 15px; }

.case_results h2 { font-weight: 500; font-size: 48px; letter-spacing: 0.96px; text-transform: uppercase; margin: 0px 0px 15px; }

.case_results p { font-size: 24px; color: #1e1e1e; line-height: 1.66; letter-spacing: 0.48px; margin: 0 0 15px; }


.home-caseresult { position: relative; margin-top: 22px; }

.home-caseresult:before { content: ""; position: absolute; width: 30%; height: 100%; background-color: #13274b; top: 0; right: 0; z-index: -1; } 

.home-caseresult:after { content: ""; position: absolute; width: 100%; height: 100%; background-image: url('images/case-result-ban.jpg'); background-position: bottom right;   background-size: auto; bottom: 0; right: 0; background-repeat: no-repeat; }

.home-caseresult .blue_bg:before { content: ""; position: absolute; width: 30%; height: calc(100% - 90px); background-color: #3e75d9; top: 0; left: 0; bottom: 0; margin: auto; z-index: -1; }

.home-tabs { background-color: #13274b; padding: 45px 0px 45px; position: relative; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center;  -webkit-align-items: center; -ms-flex-align: center; align-items: center; justify-content: space-between; margin-left: -9px; }

.home-tabs h5 { font-size: 60px; color: #fff; font-weight: 300; letter-spacing: 1.2px; background: #3e75d9; position: relative; padding: 38px 0px; }

.home-tabs h5:before, .home-tabs h5:after { content: ""; position: absolute; width: 70px; height: 2px; background: #ffffff; left: 40px; top: 0; bottom: 0; margin: auto; }

.home-tabs h5:after { left: inherit; right: 40px; }

.home-tabs .case-tabs { width: 43.4%; float: left; background-color: #213963; position: relative; z-index: 1; }

.home-tabs ul.tabs { margin: 0; width: 100%; text-align: center; height: 552px; overflow-y: scroll; direction: rtl; }

.home-tabs ul.tabs::-webkit-scrollbar { background-color: #8b959e; width: 6px; }

.home-tabs ul.tabs::-webkit-scrollbar-thumb { background-color: #fff; }

.home-tabs ul.tabs li { float: left; display: block; width:100%; margin: 0 0 0 0px; position: relative; direction: ltr; border-bottom: 2px solid #647188; cursor: pointer; }

.home-tabs ul.tabs li.selected { background: #3e75d999; }

.home-tabs ul.tabs li a { font-size: 22px; font-weight: 300; line-height: normal; display: block; line-height: normal; color: #ffffff; letter-spacing: 0.44px; text-align: left;  padding: 17px 100px 17px 120px; }

.home-tabs ul.tabs li:before { content: ""; position: absolute; width: 51px; height: 37px; background-image: url('images/sprites.png'); left: 40px; top: 0; bottom: 0; margin: auto;   background-position: -2px -758px; }

.home-tabs ul.tabs li:nth-child(2):before { width: 47px; height: 49px; background-position: -2px -796px; }

.home-tabs ul.tabs li:nth-child(3):before { width: 48px; height: 49px; background-position: -2px -846px; }

.home-tabs ul.tabs li:nth-child(4):before { width: 50px; height: 52px; background-position: -2px -896px; }

.home-tabs ul.tabs li:nth-child(5):before { width: 52px; height: 52px; background-position: -54px -758px; }

.home-tabs ul.tabs li:nth-child(6):before { width: 49px; height: 51px; background-position: -54px -812px; }

.home-tabs ul.tabs li:after { content: ""; position: absolute; width: 56px; height: 56px; background-image: url('images/sprites.png'); right: 22px; top: 0; bottom: 0; margin: auto;   background-position: -142px 0px; pointer-events: none; }

.home-tabs ul.tabs li a strong { font-size: 43px; display: block; margin: 0 0 0; font-weight: 300; letter-spacing: 0.86px; line-height: 1.58; }

/*.home-tabs ul.tabs li.selected a, .home-tabs ul.tabs li a:hover { background: #90c445; border: 1px solid #d2d2d2; }*/

.tabcontents { width: 50%; float: right; text-align: center; position: relative; z-index: 1; }

.tabcontents h3 { font-size: 38px; line-height: normal; color: #189ddb; font-weight: 300; text-transform: uppercase; letter-spacing: 0.76px; }

.tabcontents h2 { font-size: 73px; line-height: normal; color: #ffffff; font-weight: 300; text-transform: uppercase; letter-spacing: 1.46px; position: relative; padding: 0 0 25px; margin: 0 0 0; }

.tabcontents h2:before { content: ""; position: absolute; border-bottom: 2px solid #189ddb; width: 50px; margin: auto; left: 0; right: 0; bottom: 0; }

.tabcontents h6 { font-size: 32px; line-height: normal; color: #189ddb; letter-spacing: 0.64px; font-weight: 300; margin: 24px 0px 26px; }

.tabcontents p { font-size: 18px; line-height: 1.61; color: #ffffff; font-weight: 300; max-width: 750px; margin: auto; }

.tab-btn a { font-size:24px; line-height: normal; color: #ffffff; background-color:#90c445; border-radius: 4px;padding: 15px 75px;text-transform: uppercase; display: inline-block; }

.tab-btn a:hover { background-color: #072847; }

.home-caseresult .button a { margin-top: 35px; }

/* Case Results Ends */

/* Footer Form Starts */

.ftr_row { padding: 152px 0px 0px; position: relative; max-width: 1710px; float: right; }

.ftr_row iframe { border: 0; width: 100%; height: 100%; position: absolute; z-index: 1; right: 0; top: 0; vertical-align: middle; z-index: -1; }

.footer_frm .block { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center;
  -ms-flex-align: center; align-items: flex-end; justify-content: center; }

.footer_frm .cnt_form { padding: 65px 30px 67px; width: 40.8%; outline: 2px solid #ffffff; outline-offset: -12px; background-image: url('images/form-ban.jpg'); background-position: center;background-repeat: no-repeat; background-size: cover; }

.footer_frm .cnt_form h2 { color: #ffffff; text-align: center; text-transform: uppercase; font-size: 50px; font-weight: 500; letter-spacing: 1px; margin: 0px 0px 28px; }

.footer_frm .cnt_form .gravity-theme { max-width: 578px; margin: 0px auto 0px; }

.footer_frm .cnt_form .gravity-theme .name_first label, .footer_frm .cnt_form .gravity-theme .name_last label { display: none; }

.footer_frm .cnt_form input[type=text], .footer_frm .cnt_form input[type=email], .footer_frm .cnt_form input[type=tel], .footer_frm .cnt_form select,
.footer_frm .cnt_form textarea { border: none; background: #ffffff; font-weight: 300; font-size: 19px !important; padding: 26px 22px !important; letter-spacing: 0.38px; outline: none;  -webkit-appearance: none; color: #000000; border-radius: 0px; font-family: 'Roboto', sans-serif; }

.footer_frm .cnt_form textarea { height: 208px !important; }

.footer_frm .cnt_form textarea::-webkit-input-placeholder { color: #000000; }

.footer_frm .cnt_form textarea:-ms-input-placeholder { color: #000000; }

.footer_frm .cnt_form textarea::placeholder { color: #000000; }

.footer_frm .gform_footer { text-align: center; padding: 0px !important; margin: 20px 0 0 !important; }

.footer_frm .cnt_form input[type=submit] { background: #ffffff; font-family: 'Roboto', sans-serif; font-weight: 500; font-size: 27px; color: #e13833; letter-spacing: 0.54px;  cursor: pointer; padding: 20px 0px; width: 280px; margin: auto !important; border: none; position: relative; display: inline-block; text-transform: uppercase; }

.footer_frm .btm_para { width: 59.2%; background: #ffffff; padding: 35px 0px 55px 90px; }

.footer_frm .btm_para ul li { color: #000000; font-size: 19px; letter-spacing: 0.38px; line-height: 1.68; display: inline-block; text-align: left; padding-left: 70px; position: relative;   width: 48%; }

.footer_frm .btm_para ul li:before { content: ""; position: absolute; width: 56px; height: 56px; background-image: url('images/sprites.png'); background-position: -239px -533px; left: 0; top: 0; bottom: 0; margin: auto; }

/* Footer Form Ends */

/* Footer Section Starts */

.site-footer { background-image: url('images/footer-ban.jpg'); background-position: center; background-size: cover; background-repeat: no-repeat; padding: 156px 0px 80px; }

.site-footer .top_foot { width: 38%; float: left; }

.site-footer .ftr-logo { margin: 0px 0px 27px; }

.site-footer .ftr-logo img { position: relative; }

.site-footer .ftr-logo img:before { content: ""; }


.site-footer .top_foot ul li { position: relative; width: 69px; height: 69px; font-size: 0px; position: relative; display: inline-block; margin-right: 6px; }

.site-footer .top_foot ul li a:before { content: ""; position: absolute; width: 69px; height: 69px; background-image: url('images/sprites.png'); background-position: -207px -590px;  left: 0; top: 0; right: 0; bottom: 0; margin: auto; }

.site-footer .top_foot ul li.ln a:before { background-position: -277px -590px; }

.site-footer .top_foot ul li.in a:before { background-position: -207px -660px; }

.site-footer .top_foot ul li.ml a:before { background-position: -277px -660px; }

.ftmenu.one { float: left; width: 20%; position: relative; }

.ftmenu.one:before { content: ""; position: absolute; border-left: 1px solid #36496b; top: 0; right: 40px; height: 100%; }

.ftmenu h2 { color: #ffffff; font-weight: 500; font-size: 32px; letter-spacing: 0.64px; position: relative; padding-left: 20px; margin: 0px 0px 21px; }

.ftmenu h2:before { content: ""; position: absolute; border-left: 4px solid #3e75d9; height: 100%; left: 0; top: 0; }

.ftmenu ul li a { font-size: 19px; color: #ffffff; letter-spacing: 0.38px; line-height: 43px; }

.ftmenu.two { float: right; width: 38%; }

.ftmenu.two ul { column-count: 2; }

.copyrights { width: 100%; clear: both; border-top: 1px solid #36496b; margin: 55px 0px 0px; padding: 50px 0px 0px; }

.copy_inr { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: flex-end; justify-content: space-between; padding-bottom: 30px; }

.copyrights p { color: #ffffff; font-size: 18px; letter-spacing: 0.44px; line-height: 1.8;  }

.copyrights p a { margin: 0 30px; }

.site-footer a:hover { color: #3e75d9; }

/* Footer Section Ends */

.head-sec.fixed-header .logo-menu {transition-duration: 0.5s;}
.head-sec.fixed-header {
	position: fixed;
	left: 0;
	top: 0px;
	width: 100%;
	float: left;
	z-index: 9999;background: rgba(255, 255, 255, 1);
}


/*Inner Pages*/

.page_bnr {
    background: url(images/inner-banner.jpg) no-repeat center top;
    background-size: cover;
    padding:220px 0 250px;
    position: relative;
}
.page_title {
    position: relative;
    text-align: center;
}
.page_title h1, .page_title h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 65px;
    line-height: 1.23;
    color: #fff;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    padding: 0 30px;
}
.inrpg-breadcrumbs {
    color: #8db5ff;
    font-size: 20px;
    line-height: 1.8; letter-spacing:1.9px;
    font-family: 'Roboto', sans-serif;font-weight:100;
}
.inrpg-breadcrumbs a { color: #fff;}
.brd-div {display: inline-block; margin: 0 2px 0 10px;}
.page_default {padding:0px 0 90px;position: relative;margin-top: -150px;}

.genpg-rite {
    width: 64%;
    float: left;background: #e3ebf9;
    -webkit-box-shadow: 0px 1px 30px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 1px 30px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 1px 30px 0px rgb(0 0 0 / 10%);
    padding: 35px;
}
.genpg-lft {
    width: 33%;
    float: right;
    max-width:490px;
    text-align: center;
}
section#wysiwyg_widgets_widget-13 {
    background: #081d43;
}

.genpg-lft.oceanside .sb-prcticare{
    background: #081d43;
}
section.widget .sb-prcticare{ padding: 38px;width: 100%;display: inline-block;}

.sb-prcticare h4 { text-align: left; }

h4.widget-title, .genpg-lft .widget .gform_heading h3.gform_title, .sb-prcticare h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 65px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    line-height: 0.87; letter-spacing:1.3px;
    position: relative;
}

.sb-prcticare ul li {
    width:100%;
    float: left;
    background: #ffffff;
    margin:30px 0px 0px 0px;
    text-align: center;
    padding:15px 15px 5px;
    position: relative;
}
.sb-prcticare ul li a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.sb-prcticare ul li h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    position: relative;
 padding: 130px 0px 0px;
    min-height: 180px;
}
.sb-prcticare ul li h3:before {
    content: "";
    position: absolute;
    width: 126px;
    height: 121px;
    background-image: url(images/sprites.png);
    background-position: 0px -61px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.sb-prcticare ul li:hover h3:before { background-position: 0px -182px; }
.sb-prcticare ul li.mtr h3:before { width: 111px; height: 111px; background-position: -126px -61px; }
.sb-prcticare ul li:hover.mtr h3:before { background-position: -126px -174px; }
.sb-prcticare ul li.ubr h3:before { width: 97px; height: 97px; background-position: -237px -61px; }
.sb-prcticare ul li:hover.ubr h3:before { background-position: -237px -159px; }
.sb-prcticare ul li.pdr h3:before { width: 103px; height: 103px; background-position: 0px -304px; }
.sb-prcticare ul li:hover.pdr h3:before { background-position: 0px -408px; }
.sb-prcticare ul li.wrg h3:before { width: 103px; height: 103px; background-position: -126px -285px; }
.sb-prcticare ul li:hover.wrg h3:before { background-position: -126px -389px; }
.sb-prcticare ul li.brn h3:before { width: 89px; height: 97px; background-position: -238px -256px; }
.sb-prcticare ul li:hover.brn h3:before { background-position: -238px -355px; }
.sb-prcticare ul li.com h3:before { width: 94px; height: 94px; background-position: 0px -512px; }
.sb-prcticare ul li:hover.com h3:before { background-position: 0px -607px; }
.sb-prcticare ul li.sco h3:before { width: 102px; height: 131px; background-position: -104px -492px;  top: -10px; }
.sb-prcticare ul li:hover.sco h3:before { background-position: -104px -626px; }
.sb-prcticare .button a { margin-top: 10px; }

.sb-prcticare ul li:hover {background: #3e75d9;}
.sb-prcticare ul li:hover h3{ color:#fff;}




.page_default .genpg-rite h1, .page_default .genpg-rite h2{font-family: 'Roboto', sans-serif;font-weight:700;font-size:65px;line-height:1.03;color:#13274b;margin-bottom:40px; position:relative;text-transform: uppercase;letter-spacing: 1.3px;}
.page_default .genpg-rite h1 span, .page_default .genpg-rite h2 span{ font-size:29px;display: inline-block;}
.page_default .genpg-rite h3{font-size: 40px;line-height: 1.3;font-family: 'Roboto', sans-serif;color:#13274b;font-weight: 700;}
.page_default .genpg-rite h4{font-size: 30px;line-height: 1.4;font-family: 'Roboto', sans-serif;color:#13274b;font-weight: 700;}
.page_default .genpg-rite h5{font-size: 28px;line-height: 1.2;font-family: 'Roboto', sans-serif;color:#13274b;font-weight: 700;}
.page_default .genpg-rite h6{font-size: 26px;line-height: 1.2;font-family: 'Roboto', sans-serif;color:#13274b;font-weight: 700;}
.page_default .genpg-rite p, .page_default .genpg-rite li {font-family: 'Roboto', sans-serif; font-weight:100;font-size: 22px;line-height:1.81; color:#000;margin: 0 0 30px 0; letter-spacing:0.4px;}
.page_default .genpg-rite strong{font-weight:700;}
.page_default .genpg-rite a{color:#3e75d9; text-decoration:none;}
.page_default .genpg-rite li {padding-left:0px; color:#000; position: relative;line-height:1.6; margin: 0 0 20px 0;list-style: disc;}
.page_content .genpg-rite ol, .page_content .genpg-rite ul { margin: 0 0 25px 20px; list-style-position: inside;}
.page_content .genpg-rite ol {list-style-type: decimal;margin-left: 20px;}
.page_content .genpg-rite ol li {list-style: decimal; padding-left: 0 !important;}
/*.page_content .genpg-rite ul li:before{position:absolute;content: "";width:8px;height:8px;left:0;top:12px;background:#000;}*/
.page_default .genpg-rite li a{ text-decoration:none;color:#3e75d9}
.page_default .genpg-rite li a:hover, .page_default .genpg-rite a:hover{color:#e13833;}

.page_default .genpg-rite h1.abt-hding {line-height: 0.7;}


.rvw_sldr { border: 1px solid #ced2d9; text-align: center; width: calc(100% - 30px); margin: 64px auto 0px; float: none; padding: 33px; position: relative; display: inline-block;
            background: #ffffff; }

.rvw_sldr:before { content: ""; position: absolute; width: 0; height: 0; border-top: 158px solid #e13833; border-right: 196px solid transparent; 
                                                   z-index: -1; left: -15px; top: -15px; }

.rvw_sldr:after { content: ""; position: absolute; width: 0; height: 0; border-bottom: 158px solid #e13833; border-left: 196px solid transparent; 
                                                  z-index: -1; right: -15px; bottom: -15px; }

.rvw_sldr h4 { color: #13274b; text-align: center; text-transform: uppercase; font-size: 47px; letter-spacing: 0.94px; position: relative; padding-bottom: 7px; margin-bottom: 23px; }

.rvw_sldr h4:after { content: ""; position: absolute; width: 90px; border-bottom: 2px solid #189ddb; bottom: 0; left: 0; right: 0; margin: auto; }

.rvw_sldr .testi_sldr .testi-item p { color: #2b3341; font-size: 25px; font-style: italic; line-height: 1.52; letter-spacing: 0.5px; position: relative; }

.rvw_sldr .testi_sldr .testi-item h5 { font-size: 36px; font-weight: 300; letter-spacing: 0.72px; position: relative; padding: 36px 0px 0px; margin: 12px 0 18px; }

.rvw_sldr .testi_sldr .testi-item h5 b { font-size: 21px; font-weight: 300; display: block; position: relative; }

.rvw_sldr .testi_sldr .testi-item h5:before { content: ""; position: absolute; width: 132px; height: 23px; background-image: url(images/sprites.png); background-position: -199px 0px; 
                                              right: 0px; left: 0; margin: auto; top: 0px; transform: scale(0.9); }

.rvw_sldr .owl-nav button.owl-prev { width: 42px; height: 42px; background: url(images/inr-sprites.png) no-repeat -8px -265px !important; position: absolute; left: 35px; bottom: -5px; }

.rvw_sldr .owl-nav button.owl-next { width: 42px; height: 42px; background: url(images/inr-sprites.png) no-repeat -65px -265px !important; position: absolute; right: 35px; bottom: -5px; }

.rvw_sldr .owl-nav button.owl-prev:hover { background: url(images/inr-sprites.png) no-repeat -8px -316px !important; }

.rvw_sldr .owl-nav button.owl-next:hover { background: url(images/inr-sprites.png) no-repeat -65px -316px !important; }

.rvw_sldr .owl-nav span { display: none; }


.page_default.practice_list { margin: 0 0 0; background-image: url('images/practice-bg.jpg'); background-position: center; background-size: cover; background-repeat: no-repeat; 
                 background-position: bottom; }

.practice_list .page_content { margin: -150px 0 0; }

.practice_list .genpg-rite { width: 100%; background: transparent; margin: 0 0 0; padding: 0 0 0; box-shadow: none; }

.practice_list .item { width: 23.35%; float: left; border: 5px solid #ffffff; margin: 0px 33px 38px 0px; position: relative; }

.practice_list .item:nth-child(4n) { margin-right: 0px; }

.practice_list .item:before { content: ""; position: absolute; width: 100%; height: 100%; background-image: url('images/practice-pic-bg.png'); background-size: cover; bottom: 0; 
                              left: 0; right: 0; margin: auto; background-position: bottom; background-repeat: no-repeat; }

.practice_list .item:hover:before { background-image: url('images/practice-pic-hover-bg.png'); }

.practice_list .item img { border: 2px solid #eaeaea; }

.practice_list .genpg-rite .item h3 { position: absolute; bottom: 30px; font-weight: 500; text-transform: uppercase; font-size: 22px; color: #ffffff; left: 0; right: 0; margin: auto; 
                                      text-align: center; letter-spacing: 0.44px; line-height: 1.13; min-height: 50px; pointer-events: none; }

.practice_list .item p { display: none; }

.practice_list .item a { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: 100%; height: 100%; }

.practice_list .genpg-rite h4 { clear: both; font-size: 50px; font-weight: 500; text-transform: uppercase; line-height: 1.24; text-align: center; padding: 34px 0px 30px; }

.practice_list .button { text-align: center; }

.practice_list .button a, .practice_list .button a:hover { color: #ffffff; }


.page_default.contact_page { padding: 0 0 0; }

.contact_page .genpg-rite { background: transparent; padding: 0 0 0; box-shadow: none; width: 100%; display: flex; }

.contact_page .genpg-rite .left { width: 76.7%; float: left; }

.contact_page .genpg-rite .left .col { width: 47.8%; float: left; margin-right: 25px; background: #13274b; padding: 15px; outline: 2px solid #eaeaea; outline-offset: -7px; cursor: pointer; }

.contact_page .genpg-rite .left .col:hover { background: #e02f2a; }

.contact_page .genpg-rite .left .col iframe { width: 100%; height: 272px; vertical-align: middle; }

.contact_page .genpg-rite .left .col h4 { color: #ffffff; font-size: 26px; font-family: 'Roboto', sans-serif; font-weight: 400; text-align: center; letter-spacing: 0.52px; margin: 0 0 0; }

.contact_page .genpg-rite .left .col p { font-family: 'Roboto', sans-serif; font-size: 20px; color: #ffffff; text-align: center; line-height: 1.4; margin: 0 0 0; }

.contact_page .genpg-rite .left .col .mtr { padding: 6px 0px 3px; min-height: 102px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; 
                                            -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; flex-wrap: wrap; justify-content: center; 
                                            align-items: center; }

.contact_page .genpg-rite .right { width: 23.3%; float: right; background: #13274b; outline: 2px solid #eaeaea; outline-offset: -7px; padding: 55px 48px 0px; }

.contact_page .genpg-rite .right h3 { color: #ffffff; font-family: 'Roboto', sans-serif; font-weight: 500; text-transform: uppercase; font-size: 32px; margin: 0 0 28px; }

.contact_page .genpg-rite .right ul { margin: 0 0 0; }

.contact_page .genpg-rite .right ul li { color: #ffffff; font-size: 22px; letter-spacing: 0.44px; list-style: none; position: relative; padding-left: 60px; margin: 0 0 40px 0; }

.contact_page .genpg-rite .right ul li:before { content: ""; position: absolute; width: 40px; height: 40px; background-image: url('images/inr-sprites.png'); 
                                                background-position: -318px -267px; left: 0; top: 0; }

.contact_page .genpg-rite .right ul li:nth-child(2):before { background-position: -368px -267px; }

.contact_page .genpg-rite .right ul li:last-child:before { background-position: -418px -267px; }

.contact_page .genpg-rite .right ul li a { color: #ffffff; }

.contact_page .genpg-rite .right ul li a:hover { color: #3e75d9; }

.review_page .testimonials_sec { background-image: none; padding: 0 0 0; z-index: 1; position: relative; }

.review_page .testimonials_sec .testi_blck { column-count: 2; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; column-gap: 66px; padding: 0 10px; }

.review_page .testimonials_sec .testi_blck .testi_item { margin: 34px 0px; display: inline-block; border: 1px solid #d5d8de; background: #ffffff; position: relative; 
                                                         padding: 32px 30px 66px; }

.review_page .testimonials_sec .testi_blck .testi_item h3 b:before { bottom: 0; transform: scale(0.85); right: 0; }

.review_page .testimonials_sec .testi_blck .testi_item p { font-size: 21px; margin: 0; min-height: inherit !important; }

.review_page .testimonials_sec .testi_blck .testi_item p:before { bottom: -20px; }



.rslt_row { display: flex; flex-wrap: wrap; justify-content: space-between; }

.rslt_row .col { background: #13274b; margin: 0 40px 40px 0px; text-align: center; width: 47.5%; float: left; }

.rslt_row .col:nth-child(2n) { margin-right: 0px; }

.page_default .genpg-rite .rslt_row h4 { color: #ffffff; background: #3e75d9; font-weight: 300; font-size: 48px; letter-spacing: 1.06px; text-transform: uppercase; line-height: 1.3;  padding: 14px; }

.page_default .genpg-rite .rslt_row h4 b { font-weight: 300; font-size: 20px; letter-spacing: 0.4px; display: block; }

.page_default .genpg-rite .rslt_row h5 { color: #ffffff; font-weight: 300; font-size: 34px; letter-spacing: 0.78px; line-height: 1.15; padding: 32px 25px 32px; }

.page_default .genpg-rite .rslt_row p { color: #ffffff; font-size: 21px; line-height: 1.85; letter-spacing: 0.42px; padding: 0 25px; }
.new-sec .button a { font-size: 22px; padding: 20px 15px;}
.lft-sec {max-width: 980px;}
.find_out_case.new-sec {padding: 80px 0;}



